diff --git a/.gitignore b/.gitignore deleted file mode 100644 index e20b201..0000000 --- a/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -.pc -*.o -*~ diff --git a/CHANGELOG b/CHANGELOG index 9a7847b..225621b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,90 +1,103 @@ +# dvdisaster changelog -*-text-*- + +0.79.6 20-11-2017 +- The Verify/Test option will now output dvdisaster version + numbers always in x.yy.zz format, as the old scheme + using x.yy (devel|pre|rc|pl)-zz is no longer used. +- The "medium info" tool will now correctly show the blank + capacity (was previously always shown as zero) +- added support for BDXL-TL (triple layer, 100GB) +- Sector CRC sums and the image MD5 sum are collected during + reading the medium and can be re-used by the ecc data creation + process. Speeds up ecc generation and enables RS03 image + checksums when generating ecc data was preceeded by a read. 0.79.5 16-12-2015 - This is pretty much a relaunch of the project, - the internet site and the accompanying documentation. - There are too much changes for a detailed report. + This is pretty much a relaunch of the project, + the internet site and the accompanying documentation. + There are too much changes for a detailed report. + +The most prominent feature of this version is that +the multithreaded RS03 codec reached production +quality, and all required features have been implemented. +A few things will be added with the next releases: +- adaptive reading is currently disabled as it does + not support RS03 yet and would crash or misbehave + on RS03 error correction data +- a heuristic for an exhaustive re-discovery of RS03 + structures in a badly damaged medium is missing in + the decoder +But these things should not keep you from using RS03, +as the encoder is complete and future decoder enhancements +do not affect already created RS03 data. - The most prominent feature of this version is that - the multithreaded RS03 codec reached production - quality, and all required features have been implemented. - A few things will be added with the next releases: - - adaptive reading is currently disabled as it does - not support RS03 yet and would crash or misbehave - on RS03 error correction data - - a heuristic for an exhaustive re-discovery of RS03 - structures in a badly damaged medium is missing in - the decoder - But these things should not keep you from using RS03, - as the encoder is complete and future decoder enhancements - do not affect already created RS03 data. - 0.79.4 07-10-2012 (not released) ## 0.79.4 is a technical release in order to freeze ## and archive some parts of the source code. ## Do not use for anything prodictive. ## The next useful release will be 0.79.5. - - optical drives would only be detected for /dev/pass[0-9] - on FreeBSD. Fixed to work with arbitrary /dev/pass - numbers. Thanks to Bill Eisele for reporting this. - A similar problem was found and fixed for Linux. - - blocked menu selection when any other action is in progress - (thanks to D. Herbold for reporting the resulting defects). - - made actions properly shut down (e.g. remove incomplete ecc data) - when closing the window or pushing the "Quit" button. - - changed sources for clean compile on gcc 4.4.3 - - added #include for libpng 1.5 compatibility - (thanks to Thomas Klausner for hinting at this!) - - introduced internal Image object for unified access to - optical media and on disk ISO images; lots of internal - changes and fixes due to that - - added --ignore-iso-size option - - Jindřich Šesták took over the Czech translation, - provided up-to-date HTML documents and manual pages, - made all (!) language versions of the manual validate - cleanly, and fixed several other issues in the HTML/PHP - sources. - - fixed bug in pngpack; thanks to Jindřich Šesták for - noting this! - - added remaining patches from Jindřich for Czech - online manual. Big Thanks! - - more comprehensive and unified version information - for banner, --version, log window and log file to - aid in working on bug reports - - hardcoded icons to defeat theming - - changed glib.h include for compatibility with glib 2.32 - - removed Darwin / Mac OS X support - - synced with dvdisaster 0.72.4 fixes - - completed RS01 and RS03 specification in the - papers subdir +- optical drives would only be detected for /dev/pass[0-9] + on FreeBSD. Fixed to work with arbitrary /dev/pass + numbers. Thanks to Bill Eisele for reporting this. + A similar problem was found and fixed for Linux. +- blocked menu selection when any other action is in progress + (thanks to D. Herbold for reporting the resulting defects). +- made actions properly shut down (e.g. remove incomplete ecc data) + when closing the window or pushing the "Quit" button. +- changed sources for clean compile on gcc 4.4.3 +- added #include for libpng 1.5 compatibility + (thanks to Thomas Klausner for hinting at this!) +- introduced internal Image object for unified access to + optical media and on disk ISO images; lots of internal + changes and fixes due to that +- added --ignore-iso-size option +- Jindřich Šesták took over the Czech translation, + provided up-to-date HTML documents and manual pages, + made all (!) language versions of the manual validate + cleanly, and fixed several other issues in the HTML/PHP + sources. +- fixed bug in pngpack; thanks to Jindřich Šesták for + noting this! +- added remaining patches from Jindřich for Czech + online manual. Big Thanks! +- more comprehensive and unified version information + for banner, --version, log window and log file to + aid in working on bug reports +- hardcoded icons to defeat theming +- changed glib.h include for compatibility with glib 2.32 +- removed Darwin / Mac OS X support +- synced with dvdisaster 0.72.4 fixes +- completed RS01 and RS03 specification in the + papers subdir 0.79.3 21-11-2010 - - Switched Linux SCSI driver default to SG_IO ioctl(). - - Michael Klein provided Altivec optimization for - the RS03 encoder and valuable hints for general - RS03 encoding speedup - - included Debian patches 04-manpage.patch, - 06-remove-encoding-from-desktop-file.patch, - 07-fix-spelling-errors-in-binaries.patch - - fixed and documented -n command line options for RS02. - Thanks to Jack Giles for noting this. - - reworked configure for current NetBSD release - - removed inofficial Solaris support +- Switched Linux SCSI driver default to SG_IO ioctl(). +- Michael Klein provided Altivec optimization for + the RS03 encoder and valuable hints for general + RS03 encoding speedup +- included Debian patches 04-manpage.patch, + 06-remove-encoding-from-desktop-file.patch, + 07-fix-spelling-errors-in-binaries.patch +- fixed and documented -n command line options for RS02. + Thanks to Jack Giles for noting this. +- reworked configure for current NetBSD release +- removed inofficial Solaris support 0.79.2 28-02-2010 - Semantic Changes - The new missing sector marking method is now the default. - When interchanging images with dvdisaster 0.70 or older, - use --old-ds-marker or the respective setting under - Image/Image format in the preferences setting. - - Changes - - RS03 encoding will check for defective sectors now - - fixed crash when aborting RS03 encoding - - made the new missing sector marking method the default - - confirmation dialogues for overwriting images and ecc files - are now configurable via preferences +Semantic Changes +The new missing sector marking method is now the default. +When interchanging images with dvdisaster 0.70 or older, +use --old-ds-marker or the respective setting under +Image/Image format in the preferences setting. -0.79.1 07-02-2010 +Changes +- RS03 encoding will check for defective sectors now +- fixed crash when aborting RS03 encoding +- made the new missing sector marking method the default +- confirmation dialogues for overwriting images and ecc files + are now configurable via preferences + +0.79.1 07-02-2010 A word of caution: This version is still evolving and some parts are not yet implemented. It may contain severe bugs and fail in non-obvious ways, even in functions which worked in previous versions. @@ -92,856 +105,856 @@ not keep images and error correction data for archival purposes; that's what the stable version 0.72 is for. - Semantic Changes - - query-size option replaced with -a/--assume option. - command line default is now NOT to do exhaustive search - for RS02 information; add -a RS02 to enable it - (old behaviour: exhaustive check was on; required - --query-size=udf to disable it) - - same changes in the preferences dialogues: - "Image size" field replaced with - "Error correction data recognization" options. +Semantic Changes +- query-size option replaced with -a/--assume option. + command line default is now NOT to do exhaustive search + for RS02 information; add -a RS02 to enable it + (old behaviour: exhaustive check was on; required + --query-size=udf to disable it) +- same changes in the preferences dialogues: + "Image size" field replaced with + "Error correction data recognization" options. - Changes - - added MIN_TRANSFER_LEN and length sanity check as workaround - for buggy drive chipsets (thanks to R.G. for reporting this - and helping with debugging output) - - added -tq command line option as suggested by Mikhail Arefiev - - fixed alignment brokeness between 32bit and 64bit systems - in ecc header and crc sectors - - added RS03 encoding (GUI) - - added RS03 verifying (CLI and GUI) - - fixed RS02/RS03 crash when encoding invoked without image file - - added commandline RS03 encoding (singlethreaded/multithreaded) - - added RS03 decoding and verifying (CLI and GUI) - - fixed "typical uses" links in welcome screen (Thanks to C. Steigies) - - added warning when same files are selected for .iso - and error correction data (Thanks to A. Postkutscher - for suggesting this!) - - removed ASPI driver and ASPI/SPTI splitting logic - - removed 2GB file splitting +Changes +- added MIN_TRANSFER_LEN and length sanity check as workaround + for buggy drive chipsets (thanks to R.G. for reporting this + and helping with debugging output) +- added -tq command line option as suggested by Mikhail Arefiev +- fixed alignment brokeness between 32bit and 64bit systems + in ecc header and crc sectors +- added RS03 encoding (GUI) +- added RS03 verifying (CLI and GUI) +- fixed RS02/RS03 crash when encoding invoked without image file +- added commandline RS03 encoding (singlethreaded/multithreaded) +- added RS03 decoding and verifying (CLI and GUI) +- fixed "typical uses" links in welcome screen (Thanks to C. Steigies) +- added warning when same files are selected for .iso + and error correction data (Thanks to A. Postkutscher + for suggesting this!) +- removed ASPI driver and ASPI/SPTI splitting logic +- removed 2GB file splitting 0.72 (pl4) 07-04-2012 - - fixed crash in scsi layer for FreeBSD - - fixed double free when reading mode page 1 fails - - fixed DMA misalignment when reading mode page 1 - - changed #includes for glibc for compatibility with 2.32 - - dropped Darwin/Mac OS X support - - removed dependency on installed md5sum command - - changed libpng test in configure to utilize pkg-config - - fixed some minor flaws for NetBSD +- fixed crash in scsi layer for FreeBSD +- fixed double free when reading mode page 1 fails +- fixed DMA misalignment when reading mode page 1 +- changed #includes for glibc for compatibility with 2.32 +- dropped Darwin/Mac OS X support +- removed dependency on installed md5sum command +- changed libpng test in configure to utilize pkg-config +- fixed some minor flaws for NetBSD 0.72 (pl3) 05-10-2011 - - Volodymyr Bychkoviak found a problem when verifying - RS01 files which are larger than 2GB and provided a bugfix. - - Backported improved Windows locale detection from 0.79 branch. - - made package compile under OS X 10.6; updated OS X toolchain - to Gtk 2.24. +- Volodymyr Bychkoviak found a problem when verifying + RS01 files which are larger than 2GB and provided a bugfix. +- Backported improved Windows locale detection from 0.79 branch. +- made package compile under OS X 10.6; updated OS X toolchain + to Gtk 2.24. 0.72 (pl-2) 31-10-2010 - - changed sources for clean compile on gcc 4.4.3 - - Using the CDROM_SEND_PACKET ioctl() will hang parallel - SCSI adapters. Added tests to determine the SCSI bus type, - and switch to the SG_IO ioctl() when in doubt. - Thanks to S. Seidl and R. Manfredi for the respective bug reports. - - fixed recognition of dvdisaster 0.79 RS03-augmented image - - minor cosmetic changes for regression test compatibility - with 0.79 +- changed sources for clean compile on gcc 4.4.3 +- Using the CDROM_SEND_PACKET ioctl() will hang parallel + SCSI adapters. Added tests to determine the SCSI bus type, + and switch to the SG_IO ioctl() when in doubt. + Thanks to S. Seidl and R. Manfredi for the respective bug reports. +- fixed recognition of dvdisaster 0.79 RS03-augmented image +- minor cosmetic changes for regression test compatibility + with 0.79 0.72 (pl-1) 08-08-2009 - - Pablo Almeida provided a Portuguese translation - for the screen text. - - workaround for freeze on Win XP for certain drive/CD-RW pairs +- Pablo Almeida provided a Portuguese translation + for the screen text. +- workaround for freeze on Win XP for certain drive/CD-RW pairs 0.72 04-07-2009 - - Igor Gorbounov completed the Russian translation - - fixed lockups in the spiral under Mac OS X - - fixed crash when calling dvdisaster on command line without - specifying a file name on Mac OS X +- Igor Gorbounov completed the Russian translation +- fixed lockups in the spiral under Mac OS X +- fixed crash when calling dvdisaster on command line without + specifying a file name on Mac OS X 0.72 (rc-2) - - fixed lockups in the spiral under Mac OS X - - fixed crash when calling dvdisaster on command line without - specifying a file name on Mac OS X +- fixed lockups in the spiral under Mac OS X +- fixed crash when calling dvdisaster on command line without + specifying a file name on Mac OS X 0.72 (rc-1) 11-04-2009 - - Documentation and locale cleanup for en, de - - added app bundle creation for Mac OS X - - Graphical bug: red/green sector markings were incorrect when doing - linear reading with high sector skip numbers. Fixed. - Speed curve will no longer travel below the x axis. - - fixed rare crash while linear reading due to a race condition - by improper ClearCrcCache() usage. - - fixed bogus dead sector warning in the linear reader - after encountering unreadable sectors - - made adaptive reading pursue raw reading more aggressively; - effectively trading in place re-reads for seeks over - the medium. - - --help output for --defective-dump was complete nonsense. Fixed. - - detection of read errors at the end of track at once disks - would sometimes cut off too many sectors when doing multiple - reading passes and a carefully crafted number of extra read - errors occurred. Fixed. - - fixed crash in command line mode when doing multiple - reading passes. +- Documentation and locale cleanup for en, de +- added app bundle creation for Mac OS X +- Graphical bug: red/green sector markings were incorrect when doing + linear reading with high sector skip numbers. Fixed. + Speed curve will no longer travel below the x axis. +- fixed rare crash while linear reading due to a race condition + by improper ClearCrcCache() usage. +- fixed bogus dead sector warning in the linear reader + after encountering unreadable sectors +- made adaptive reading pursue raw reading more aggressively; + effectively trading in place re-reads for seeks over + the medium. +- --help output for --defective-dump was complete nonsense. Fixed. +- detection of read errors at the end of track at once disks + would sometimes cut off too many sectors when doing multiple + reading passes and a carefully crafted number of extra read + errors occurred. Fixed. +- fixed crash in command line mode when doing multiple + reading passes. ------ 0.72 released ------ 0.71 (devel-28) 08-03-2009 - - changed SSE2 handling; now only the interesting part of - dvdisaster are compiled with -msse2 and selection between - normal and SSE2 code versions are done at run time. - (Don't waste your time searching for SSE2 code in 0.7x - - there is none; but we need the option to configure for it - in preparation of 0.80) - Thanks to Karsten H., Nathan S. and Tobias G. for bringing - this issue to my attention! - - changed treatment of CRC failures: old behaviour was to - store a defective sector marker; now the actual sector - contents are written to the image file. - - starting a scan/after automatically loading a medium - would not always work. Fixed. - - command line mode will no longer scan for available - devices when one is already given via -d. - Thanks to Raphael M. for noting this. - - fixed build failure on FreeBSD; updated atapicam loading - instructions. - - opening the preferences dialog produced a GTK warning. Fixed. - - log window would crash during update or when closed and - re-opened repeatedly. Fixed the bunch of race conditions - causing this. - - provided better defaults for the raw sector cache directory - under Windows. +- changed SSE2 handling; now only the interesting part of + dvdisaster are compiled with -msse2 and selection between + normal and SSE2 code versions are done at run time. + (Don't waste your time searching for SSE2 code in 0.7x - + there is none; but we need the option to configure for it + in preparation of 0.80) + Thanks to Karsten H., Nathan S. and Tobias G. for bringing + this issue to my attention! +- changed treatment of CRC failures: old behaviour was to + store a defective sector marker; now the actual sector + contents are written to the image file. +- starting a scan/after automatically loading a medium + would not always work. Fixed. +- command line mode will no longer scan for available + devices when one is already given via -d. + Thanks to Raphael M. for noting this. +- fixed build failure on FreeBSD; updated atapicam loading + instructions. +- opening the preferences dialog produced a GTK warning. Fixed. +- log window would crash during update or when closed and + re-opened repeatedly. Fixed the bunch of race conditions + causing this. +- provided better defaults for the raw sector cache directory + under Windows. 0.71 (devel-27) 18-01-2009 - - Verifying RS02 images would sometimes show slightly incorrect - numbers of recoverable sectors in the "Prognosis: " line. Fixed. - - showing media info would sometimes go wild when called - on empty drive. Will now report missing media correctly. - - fixed infinite loop on disk full state - - fixed failure on writing ecc files with now possible larger - cache settings in command line mode - - increased encoder cache size to 8GB for RS01 and RS02 - - some fine-tuning in recover-raw.c; added recognition of - bad sectors whose data portion is actually good; added - trivial correction by resetting the sync pattern - - corrected a data flow anomaly and missing parentheses in - heuristic-lec.c - - Blank capacity of DVD-RAM could not be queried. Fixed. - - Phew. English and German documentation finished. - - fixed crash when using ancient CD-ROM drives. - Thanks to mschaeff to bringing this to my attention! - - more robust handling for incomplete/unfinalized media; should produce - less dreaded "couldn't query [several possiblilities] length" - errors now ;-) - - added on-the-fly checkum verification for RS02 - - skipped color glitch in the GUI; skipped sectors would not always be marked - blue in the spiral - - reading media in multiple passes could crash on finish due to a - race condition on very fast systems; fixed. - - started support for a new missing sector marker +- Verifying RS02 images would sometimes show slightly incorrect + numbers of recoverable sectors in the "Prognosis: " line. Fixed. +- showing media info would sometimes go wild when called + on empty drive. Will now report missing media correctly. +- fixed infinite loop on disk full state +- fixed failure on writing ecc files with now possible larger + cache settings in command line mode +- increased encoder cache size to 8GB for RS01 and RS02 +- some fine-tuning in recover-raw.c; added recognition of + bad sectors whose data portion is actually good; added + trivial correction by resetting the sync pattern +- corrected a data flow anomaly and missing parentheses in + heuristic-lec.c +- Blank capacity of DVD-RAM could not be queried. Fixed. +- Phew. English and German documentation finished. +- fixed crash when using ancient CD-ROM drives. + Thanks to mschaeff to bringing this to my attention! +- more robust handling for incomplete/unfinalized media; should produce + less dreaded "couldn't query [several possiblilities] length" + errors now ;-) +- added on-the-fly checkum verification for RS02 +- skipped color glitch in the GUI; skipped sectors would not always be marked + blue in the spiral +- reading media in multiple passes could crash on finish due to a + race condition on very fast systems; fixed. +- started support for a new missing sector marker 0.71 (devel-26) 30-03-2008 - - Changed media type detection to a (hopefully) even more robust - approach. Please report if this breaks compatibility with prior - working drive/media combinations. - - removed HD DVD support - - added medium info window - - fixed size determination of blank CD media - - added BD sizes to preferences dialog - - more BD tweaking +- Changed media type detection to a (hopefully) even more robust + approach. Please report if this breaks compatibility with prior + working drive/media combinations. +- removed HD DVD support +- added medium info window +- fixed size determination of blank CD media +- added BD sizes to preferences dialog +- more BD tweaking 0.71 (devel-25) 04-03-2008 - - replaced treatment of localized file names with a different - approach; the previous one broke large file support under Windows. - Thanks to Markus G. for bringing this to my attention! - - fixed failure when trying to re-read incomplete image using split files +- replaced treatment of localized file names with a different + approach; the previous one broke large file support under Windows. + Thanks to Markus G. for bringing this to my attention! +- fixed failure when trying to re-read incomplete image using split files 0.71 (devel-24) 24-02-2008 - - enlarged scsi timeout for Linux as newer Kernels seem - to freeze on timeout - - fixed filename handling (e.g. German umlaut corruption) under Windows - (thanks to T.Barth for noting this!) - - fixed thread handling in command line mode so that combining - several actions in one call work again - - added thumbnail decimation and real argv[] processing to pngpack - - started rework of online documentation for PHP; - package creation is currently broken - - fixed adaptive reading crash when invoked with partial image - and no ecc data (thanks to Jörg and Wolfgang for noting this!) - - fixed log file creation inconsistency (thanks to mschaeff!) - - started with raw sector editor - - added --with-embedded-src-path as proposed by Klaus Heinz - - relaxed MSF test for incoming sectors so that read errors - within the MSF can be corrected - - phased in new documentation - - cleaned up CVS for new documentation +- enlarged scsi timeout for Linux as newer Kernels seem + to freeze on timeout +- fixed filename handling (e.g. German umlaut corruption) under Windows + (thanks to T.Barth for noting this!) +- fixed thread handling in command line mode so that combining + several actions in one call work again +- added thumbnail decimation and real argv[] processing to pngpack +- started rework of online documentation for PHP; + package creation is currently broken +- fixed adaptive reading crash when invoked with partial image + and no ecc data (thanks to Jörg and Wolfgang for noting this!) +- fixed log file creation inconsistency (thanks to mschaeff!) +- started with raw sector editor +- added --with-embedded-src-path as proposed by Klaus Heinz +- relaxed MSF test for incoming sectors so that read errors + within the MSF can be corrected +- phased in new documentation +- cleaned up CVS for new documentation 0.71 (devel-23) 06-05-2007 - - started C2 scanning support for CD media - - added Bernd Hellers umount patch for MacOS - - Andrei did it again and provided improved RAW recovery heuristics :-) - - fixed expose event loop within preferences - - fixed widget mutator race conditions within preferences +- started C2 scanning support for CD media +- added Bernd Hellers umount patch for MacOS +- Andrei did it again and provided improved RAW recovery heuristics :-) +- fixed expose event loop within preferences +- fixed widget mutator race conditions within preferences 0.71 (devel-22) 22-04-2007 - - added Russian translation from Igor Gorbounov - - added more mode page / raw reading selections: - 20h and 21h and internal drive retries are selectable - - fixed raw sector caching when read attempts = 1 - - fixed unnecessary ecc attempts when no new raw sectors were read - - suppressed addition of sectors with same contents to raw sector cache - - fixed non-working raw sector cache dir selection under Windows +- added Russian translation from Igor Gorbounov +- added more mode page / raw reading selections: + 20h and 21h and internal drive retries are selectable +- fixed raw sector caching when read attempts = 1 +- fixed unnecessary ecc attempts when no new raw sectors were read +- suppressed addition of sectors with same contents to raw sector cache +- fixed non-working raw sector cache dir selection under Windows 0.71 (devel-21) 09-04-2007 - - added larger cluster size for BD and HD DVD +- added larger cluster size for BD and HD DVD 0.71 (devel-20) 08-04-2007 - - started HD DVD and BD support - - fixed scale steps for HD DVD and BD (thanks to Andrei for - noting this :-) - - completing the alpha testing documentation +- started HD DVD and BD support +- fixed scale steps for HD DVD and BD (thanks to Andrei for + noting this :-) +- completing the alpha testing documentation 0.71 (devel-19) 25-03-2007 - - fixed missing CRC sum test in adaptive reading for RS02 - (thanks to Marcus J. for pointing this out!) - - updated english and german manualpages - - added verbose logging and log file saving in the GUI +- fixed missing CRC sum test in adaptive reading for RS02 + (thanks to Marcus J. for pointing this out!) +- updated english and german manualpages +- added verbose logging and log file saving in the GUI 0.71 (devel-18) 18-03-2007 - - fixed read linear thread handling in CLI mode - - closed more memory leaks - - added selection for both SPTI and ASPI drives - in the GUI under Windows - - fixed color glitches in the spiral during linear reading +- fixed read linear thread handling in CLI mode +- closed more memory leaks +- added selection for both SPTI and ASPI drives + in the GUI under Windows +- fixed color glitches in the spiral during linear reading 0.71 (devel-17) 04-03-2007 - - fixed read linear reading crash in CLI mode - - fixed UDF parser, raw reading on big endian archs - - fixed broken Windows build, upgraded to InnoSetup 5.1.11, - personalized setup graphics. Thanks to Lubos Stanek for the - artwork ideas. - - fixed crash in HeuristicLEC/DecodePQ +- fixed read linear reading crash in CLI mode +- fixed UDF parser, raw reading on big endian archs +- fixed broken Windows build, upgraded to InnoSetup 5.1.11, + personalized setup graphics. Thanks to Lubos Stanek for the + artwork ideas. +- fixed crash in HeuristicLEC/DecodePQ 0.71 (devel-16) 25-02-2007 - - added Solaris port; this is for testing only and will not - be officially supported. - - corrected output of --version - - added version information to the documentation headline - - fixed user break detection during sector re-reading - - improved resize behaviour of preferences online help +- added Solaris port; this is for testing only and will not + be officially supported. +- corrected output of --version +- added version information to the documentation headline +- fixed user break detection during sector re-reading +- improved resize behaviour of preferences online help 0.71 (devel-15) 21-02-2007 - - added NetBSD port (thanks to Sergey Svishchev!) - - added test for regular files on LargeOpen(); - thanks to Alex S. for noting this issue! +- added NetBSD port (thanks to Sergey Svishchev!) +- added test for regular files on LargeOpen(); + thanks to Alex S. for noting this issue! 0.71 (devel-14) 18-02-2007 - - added defective sector caching - - added multiple reading passes +- added defective sector caching +- added multiple reading passes -0.71 (devel-13) 20-01-2007 - - Fixed crash when using command line mode with --query-size=ecc and - rewriteable DVD without RS02 ecc data. Thanks to Vincent L. for - reporting this! - - Fixed crash caused by drives reporting unreasonable media sizes. - Thanks to Rafal K. and Klaus-Maria P. for reporting this! - - added ADIP extraction for better medium type determination +0.71 (devel-13)20-01-2007 +- Fixed crash when using command line mode with --query-size=ecc and + rewriteable DVD without RS02 ecc data. Thanks to Vincent L. for + reporting this! +- Fixed crash caused by drives reporting unreasonable media sizes. + Thanks to Rafal K. and Klaus-Maria P. for reporting this! +- added ADIP extraction for better medium type determination 0.71 (devel-12) 07-01-2007 - - Fixed a DEAD SERIOUS race condition in the linear reader while - completing existing images (0.71 devel-9 to devel-11 are affected). - - Changelog had 0.71 misrepresented as 0.72. Fixed. - - Linear reading wrote some dead sector markers twice. That did not hurt, - but was unnecessary. Fixed. - - Earlier versions of 0.71 had linear reading count unreable sectors also - as CRC failures. Fixed. - - Adaptive reading: Fixed garbled contents of "size mismatch" dialog; - move fingerprint check before size check - - When limiting the reading range for adaptive reading sector 0 would - not be marked as missing. Fixed. - - added multiple media read entry in the preferences, - but it is not functional yet. +- Fixed a DEAD SERIOUS race condition in the linear reader while + completing existing images (0.71 devel-9 to devel-11 are affected). +- Changelog had 0.71 misrepresented as 0.72. Fixed. +- Linear reading wrote some dead sector markers twice. That did not hurt, + but was unnecessary. Fixed. +- Earlier versions of 0.71 had linear reading count unreable sectors also + as CRC failures. Fixed. +- Adaptive reading: Fixed garbled contents of "size mismatch" dialog; + move fingerprint check before size check +- When limiting the reading range for adaptive reading sector 0 would + not be marked as missing. Fixed. +- added multiple media read entry in the preferences, + but it is not functional yet. 0.71 (devel-11) 01-01-2007 Happy new year :-) - - more segfault hunting on the raw reader - - Added dialog for skipping RS02 detection of DVD RW - - Added appearance preferences (thanks to Christian N. for explaining - the need for this!) - - Preferences restructuring completed; Help texts need more work, though - - Added automatic media ejection after successful read - - Added automatic media loading when Read/Scan is attempted while - the drive tray is left open +- more segfault hunting on the raw reader +- Added dialog for skipping RS02 detection of DVD RW +- Added appearance preferences (thanks to Christian N. for explaining + the need for this!) +- Preferences restructuring completed; Help texts need more work, though +- Added automatic media ejection after successful read +- Added automatic media loading when Read/Scan is attempted while + the drive tray is left open 0.71 (devel-10) 26-11-2006 - - more fine tuning of the raw reader - - removed preferences and command line sections from documentation - - removed NSIS support +- more fine tuning of the raw reader +- removed preferences and command line sections from documentation +- removed NSIS support 0.71 (devel-9) 19-11-2006 - - added multi threading to the linear reader - - Fixed program hanging on CD-Audio/Multisession media. - They are unsupported, but we must not crash on them. - Thanks to Robert Hruby for reporting this problem! +- added multi threading to the linear reader +- Fixed program hanging on CD-Audio/Multisession media. + They are unsupported, but we must not crash on them. + Thanks to Robert Hruby for reporting this problem! 0.71 (devel-8) 12-11-2006 - - added support for CD XA21 sectors in raw reading and frame recovery - - added automatic word wrapping to preferences help system +- added support for CD XA21 sectors in raw reading and frame recovery +- added automatic word wrapping to preferences help system 0.71 (devel-7) 01-11-2006 - - renamed Level2_L_EC; "unrolled" store_[p|q]_conditional - - completed migration of "General" preferences documentation from HTML docs into - preferences GUI +- renamed Level2_L_EC; "unrolled" store_[p|q]_conditional +- completed migration of "General" preferences documentation from HTML docs into + preferences GUI 0.71 (devel-6) 29-10-2006 - - completed migration of "Read and Scan" preferences documentation from - HTML docs into preferences GUI - - re-inserted heuristical L-EC from Andrei Grecu +- completed migration of "Read and Scan" preferences documentation from + HTML docs into preferences GUI +- re-inserted heuristical L-EC from Andrei Grecu 0.71 (devel-5) 22-10-2006 - - more fine-tuning on the plain RAW reading capabilities - - removed some rarely used error messages from localization - to relieve the translators +- more fine-tuning on the plain RAW reading capabilities +- removed some rarely used error messages from localization + to relieve the translators 0.71 (devel-4) 17-10-2006 - - rearranged raw reading and number of reading attempts +- rearranged raw reading and number of reading attempts 0.71 (devel-3) 01-10-2006 - - added recognition of wrong sectors (e.g. the respective sector was not - requested) +- added recognition of wrong sectors (e.g. the respective sector was not + requested) 0.71 (devel-2) - - added experimental l-ec to raw reading algorithm. Won't work reliably yet. +- added experimental l-ec to raw reading algorithm. Won't work reliably yet. 0.71 (devel-1) - - added CD raw reading and majority algorithm - - started transfer of preferences documentation from HTML manual - to new online help system +- added CD raw reading and majority algorithm +- started transfer of preferences documentation from HTML manual + to new online help system 0.70 (pl6) 04-03-2008 - - rolled back the Windows filename encoding fixes; - they caused large file support to be broken - Thanks to Markus G. for bringing this to my attention! +- rolled back the Windows filename encoding fixes; + they caused large file support to be broken + Thanks to Markus G. for bringing this to my attention! 0.70 (pl5) 24-02-2008 various backports from 0.71.24: - - enlarged scsi timeout for Linux as newer Kernels seem - to freeze on timeout - - Windows filename encoding fixes +- enlarged scsi timeout for Linux as newer Kernels seem + to freeze on timeout +- Windows filename encoding fixes 0.70 (pl4) 20-01-2007 - - Adaptive reading: Fixed garbled contents of "size mismatch" dialog; - move fingerprint check before size check - - When limiting the reading range for adaptive reading sector 0 would - not be marked as missing. Fixed. - - Fixed crash when using command line mode with --query-size=ecc and - rewriteable DVD without RS02 ecc data. Thanks to Vincent L. for - reporting this! - - Fixed crash caused by drives reporting unreasonable media sizes. - Thanks to Rafal K. and Klaus-Maria P. for reporting this! - - added ADIP extraction for better medium type determination +- Adaptive reading: Fixed garbled contents of "size mismatch" dialog; + move fingerprint check before size check +- When limiting the reading range for adaptive reading sector 0 would + not be marked as missing. Fixed. +- Fixed crash when using command line mode with --query-size=ecc and + rewriteable DVD without RS02 ecc data. Thanks to Vincent L. for + reporting this! +- Fixed crash caused by drives reporting unreasonable media sizes. + Thanks to Rafal K. and Klaus-Maria P. for reporting this! +- added ADIP extraction for better medium type determination 0.70 (pl3) 10-12-2006 - - Fixed program hanging on CD-Audio/Multisession media. - They are unsupported, but we must not crash on them. - Thanks to Robert Hruby for reporting this problem! - - Added dialog for skipping RS02 detection of DVD RW +- Fixed program hanging on CD-Audio/Multisession media. + They are unsupported, but we must not crash on them. + Thanks to Robert Hruby for reporting this problem! +- Added dialog for skipping RS02 detection of DVD RW 0.70 (pl2) 03-10-2006 - - fixed crash by inappropriate g_free() on Pango layout (thanks to Dmitry - for pointing this out) - - fixed pngpack decoding failure on big endian machines (thanks again to - Dmitry) - - fixed type mismatch compiler warning on 64bit archs +- fixed crash by inappropriate g_free() on Pango layout (thanks to Dmitry + for pointing this out) +- fixed pngpack decoding failure on big endian machines (thanks again to + Dmitry) +- fixed type mismatch compiler warning on 64bit archs 0.70 (pl-1) 30-07-2006 - - fixed a bug in read-adaptive for RS02 which would sometimes prevent it - from properly restarting a previously interrupted reading session. - - fixed a bug in read-adaptive for RS02 which would cause it to read - insufficient data for error correction in some circumstances. - - clarified higher redundancy requirements for RS02 in - background30.html (thanks to M. Buchholtz for pointing this out) - - made Windows console and GUI versions refuse being run in the wrong mode - (thanks to xaros2000 for noting this inconsistency) - - wrong values and units fixed in the error message for creating RS02 - images with too small medium size. - - -n/--redundancy will accept CD,DVD,DVD9 for the default medium sizes - (thanks to mschaeff for suggesting this) - - added output of required sectors to adaptive reading GUI - - changed --random-image to create a valid ISO image - - added --marked-image debugging option +- fixed a bug in read-adaptive for RS02 which would sometimes prevent it + from properly restarting a previously interrupted reading session. +- fixed a bug in read-adaptive for RS02 which would cause it to read + insufficient data for error correction in some circumstances. +- clarified higher redundancy requirements for RS02 in + background30.html (thanks to M. Buchholtz for pointing this out) +- made Windows console and GUI versions refuse being run in the wrong mode + (thanks to xaros2000 for noting this inconsistency) +- wrong values and units fixed in the error message for creating RS02 + images with too small medium size. +- -n/--redundancy will accept CD,DVD,DVD9 for the default medium sizes + (thanks to mschaeff for suggesting this) +- added output of required sectors to adaptive reading GUI +- changed --random-image to create a valid ISO image +- added --marked-image debugging option ------ 0.70 released ------ 0.70 09-07-2006 - - cleaned up source distribution - - some more touch-ups on the manual pages - - fixed a bug reading the CD TOC which would cause - temporary hangs in Windows XP for certain combinations - of faulty drive firmware, CD-RW and SPTI. +- cleaned up source distribution +- some more touch-ups on the manual pages +- fixed a bug reading the CD TOC which would cause + temporary hangs in Windows XP for certain combinations + of faulty drive firmware, CD-RW and SPTI. 0.70 (rc-1) 08-07-2006 - - fixed the adaptive reading bug - - updated German and English manual pages +- fixed the adaptive reading bug +- updated German and English manual pages 0.67 (devel-19) 02-07-2006 - - completed German and English manual - - image and error correction file entries can be empty - - there is a yet unidentified bug in conjunction with - adaptive reading and RS02 fixing left +- completed German and English manual +- image and error correction file entries can be empty +- there is a yet unidentified bug in conjunction with + adaptive reading and RS02 fixing left 0.67 (devel-18) 25-06-2006 - - started putting the NSIS scripts into place (not yet finished) - - adaptive reader left correctable sectors zero-filled in the image under - some circumstances; these showed up as CRC errors during verify and fix. - these are now correctly filled with the dead sector marker and therefore - reported as missing. - - fixed crash when doing RS01 encode right after RS02 encode on same image - - added simple-md5sum as FreeBSD does not have md5sum by default, - but we need it during the build process. - - fixed non-working online manual button under FreeBSD and Darwin +- started putting the NSIS scripts into place (not yet finished) +- adaptive reader left correctable sectors zero-filled in the image under + some circumstances; these showed up as CRC errors during verify and fix. + these are now correctly filled with the dead sector marker and therefore + reported as missing. +- fixed crash when doing RS01 encode right after RS02 encode on same image +- added simple-md5sum as FreeBSD does not have md5sum by default, + but we need it during the build process. +- fixed non-working online manual button under FreeBSD and Darwin 0.67 (devel-17) 18-06-2006 - - added Swedish locale from Daniel Nylander - - fixed utf8 strlen problem in console output - - fixed missing output of last sector status during - read and verify operations (only GUI output was affected; - sectors were properly read) +- added Swedish locale from Daniel Nylander +- fixed utf8 strlen problem in console output +- fixed missing output of last sector status during + read and verify operations (only GUI output was affected; + sectors were properly read) 0.67 (devel-16) 15-06-2006 - - removed race conditions in some GUI idle functions +- removed race conditions in some GUI idle functions 0.67 (devel-15) 11-06-2006 - - fixed CreateBitmap() namespace collision under Windows - - fixed md5sum miscompare on source code check under Windows - - made RS02 image detection more robust for dealing with - rewriteable media +- fixed CreateBitmap() namespace collision under Windows +- fixed md5sum miscompare on source code check under Windows +- made RS02 image detection more robust for dealing with + rewriteable media 0.67 (devel-14) 10-06-2006 - - completed german localization - - fixed "fuzzy line" redraw bug in reading speed curve +- completed german localization +- fixed "fuzzy line" redraw bug in reading speed curve 0.67 (devel-13) 04-06-2006 - - some more fine tuning of adaptive reading for RS02 - - remove some debugging output from locale and path search - - optimized image type detection for RS02 media - - added wininst directory for NSIS installer related files +- some more fine tuning of adaptive reading for RS02 +- remove some debugging output from locale and path search +- optimized image type detection for RS02 media +- added wininst directory for NSIS installer related files 0.67 (devel-12) 28-05-2006 - - Major rewrite of adaptive reading strategy. - RS02 images are now handled correctly so that reading - stops when enough data for error correction has been - gathered. +- Major rewrite of adaptive reading strategy. + RS02 images are now handled correctly so that reading + stops when enough data for error correction has been + gathered. 0.67 (devel-11) 27-05-2006 - - added defect medium simulation via --sim-defects n command line - option +- added defect medium simulation via --sim-defects n command line + option 0.67 (devel-10) 25-05-2006 - - removed drive database - - Windows online manual crash fixed (thanks to Rob B.for helping - to track this down!) - - online manual debugging code removed - - version.h replaced with bbc variable - - added changes to GNUMakefile.template from Lubos +- removed drive database +- Windows online manual crash fixed (thanks to Rob B.for helping + to track this down!) +- online manual debugging code removed +- version.h replaced with bbc variable +- added changes to GNUMakefile.template from Lubos 0.67 (devel-9) 15-05-2006 - - replaced --parse-udf and --parse-ecc with --query-size +- replaced --parse-udf and --parse-ecc with --query-size 0.67 (devel-8) 14-05-2006 - - added log file option to debug the online manual crashes - - again some fixes in the Windows initialization +- added log file option to debug the online manual crashes +- again some fixes in the Windows initialization 0.67 (devel-7) 14-05-2006 - - reviewed and fixed Windows path initalization codes - (thanks to Lubos!) - +- reviewed and fixed Windows path initalization codes + (thanks to Lubos!) + 0.67 (devel-6) 30-04-2006 - - .dvdisaster and .iso/.ecc files are placed in user writeable places - under Windows if possible +- .dvdisaster and .iso/.ecc files are placed in user writeable places + under Windows if possible 0.67 (devel-5) 23-04-2006 - - Julian Einwag started working on the Mac OS X / Darwin SCSI layer. - Thanks :-) - - fixed RS02 for big endian architectures +- Julian Einwag started working on the Mac OS X / Darwin SCSI layer. + Thanks :-) +- fixed RS02 for big endian architectures 0.67 (devel-4) 17-04-2006 - - completed graphical fix action for RS02. - RS02 is now fully integrated with the GUI. +- completed graphical fix action for RS02. + RS02 is now fully integrated with the GUI. 0.67 (devel-3) 15-04-2006 - - completed graphical compare action for RS02 - - removed wording inconsistencies (footprint->fingerprint; - trimming->truncating) as noted by Daniel N. +- completed graphical compare action for RS02 +- removed wording inconsistencies (footprint->fingerprint; + trimming->truncating) as noted by Daniel N. 0.67 (devel-2) 09-04-2006 - - added named mutex as proposed by Lubos - - I felt silly so I changed the empty welcome window to actually - display a welcome message ;-) +- added named mutex as proposed by Lubos +- I felt silly so I changed the empty welcome window to actually + display a welcome message ;-) 0.67 (devel-1) 02-04-2006 - - added preferences settings for RS02 - - linked RS02 image creation with graphical user interface - - suppressed error message when adjusting reading range without medium in drive +- added preferences settings for RS02 +- linked RS02 image creation with graphical user interface +- suppressed error message when adjusting reading range without medium in drive 0.66 (pl-2) 28-03-2006 - - added .xpm icons in contrib +- added .xpm icons in contrib 0.66 (pl-1) 27-03-2006 - - fixed broken makefile when configured with --buildroot - (thanks to Lubos!) +- fixed broken makefile when configured with --buildroot + (thanks to Lubos!) ------ 0.66 released ------ 0.66 25-03-2006 - - last RS02 headers were omitted when they would end up in the last - two image sectors. fixed. - - updated installation scripts for new documentation structure - - fixed writing of superflous bytes when repairing non-image files - in RS01 - - fixed garbling of error correction data when processing - non-image files with RS02 - - fixed handling of truncated images in RS02 - - fixed incorrect erasure count in RS02 decoder - - fixed false CRC errors for unreadable CRC sectors in RS02 decoder +- last RS02 headers were omitted when they would end up in the last + two image sectors. fixed. +- updated installation scripts for new documentation structure +- fixed writing of superflous bytes when repairing non-image files + in RS01 +- fixed garbling of error correction data when processing + non-image files with RS02 +- fixed handling of truncated images in RS02 +- fixed incorrect erasure count in RS02 decoder +- fixed false CRC errors for unreadable CRC sectors in RS02 decoder 0.66 (rc-7) 12-03-2006 - - added homepage generation for SourceForge - - final rework of background20 in the documentation - - added --parse-ecc option - - added documentation for --parse-ecc: example90, example10, example30, - example81, prefs-general.png, prefs-general1.png - - moved localized screenshots from images to lang/images - - added media checksum test for ecc header search +- added homepage generation for SourceForge +- final rework of background20 in the documentation +- added --parse-ecc option +- added documentation for --parse-ecc: example90, example10, example30, + example81, prefs-general.png, prefs-general1.png +- moved localized screenshots from images to lang/images +- added media checksum test for ecc header search 0.66 (rc-6) 04-03-2006 - - fixed image size miscalculation in RS02Common - - fixed layout miscalculation for certain border cases in RS02Common - - debug.c: added random removal of ecc headers; - fixed range check in erasure calculation - - added media size recognition from RS02 headers in query_size() - this will need some more thought. +- fixed image size miscalculation in RS02Common +- fixed layout miscalculation for certain border cases in RS02Common +- debug.c: added random removal of ecc headers; + fixed range check in erasure calculation +- added media size recognition from RS02 headers in query_size() + this will need some more thought. 0.66 (rc-5) 03-03-2006 - - changed ShellExecute() call which might have caused the - mysterious Help system crashes on Windows (I was never able - to reproduce them) - - adapted --random-errors for ecc images - - fixed miscalculation of ecc header count for certain - image lenghts in RS02 - - fixed misreported CRC errors in RS02Compare when read errors - are present in the CRC section - - dropped / rephrased "error correction images" in documentation - - reworked German part of background20, this is still work in progress +- changed ShellExecute() call which might have caused the + mysterious Help system crashes on Windows (I was never able + to reproduce them) +- adapted --random-errors for ecc images +- fixed miscalculation of ecc header count for certain + image lenghts in RS02 +- fixed misreported CRC errors in RS02Compare when read errors + are present in the CRC section +- dropped / rephrased "error correction images" in documentation +- reworked German part of background20, this is still work in progress 0.66 (rc-4) 26-02-2006 - - fixed documentation path in manuals - - added summary messages after RS02 repair - - added correct handling of truncated images in fix, compare - - added correct handling of images with trailing garbage - in fix, compare - - fixed commandline crash in RS01 when image was 1 or 2 sectors - too large - - added FAQ item 3.7 to documentation - - fixed spurious in example40cs table +- fixed documentation path in manuals +- added summary messages after RS02 repair +- added correct handling of truncated images in fix, compare +- added correct handling of images with trailing garbage + in fix, compare +- fixed commandline crash in RS01 when image was 1 or 2 sectors + too large +- added FAQ item 3.7 to documentation +- fixed spurious in example40cs table 0.66 (rc-3) 25-02-2006 - - cleanup of the documentation HTML code (thanks to Lubos) - . cleaned up misplaced tags - . added missing alt="" within - . fixed several links - . removed spurius from command line argument tables - . added missing to command line examples - . fixed tags - . remove full stop from head lines +- cleanup of the documentation HTML code (thanks to Lubos) + . cleaned up misplaced tags + . added missing alt="" within + . fixed several links + . removed spurius from command line argument tables + . added missing to command line examples + . fixed tags + . remove full stop from head lines 0.66 (rc-2) 21-02-2006 - - released brake on RS02 encoding (improved HDD writing pattern) +- released brake on RS02 encoding (improved HDD writing pattern) 0.66 (rc-1) 19-02-2006 - - command line version of RS02 codec - - joined examples and command line section of manual +- command line version of RS02 codec +- joined examples and command line section of manual 0.65 (devel-4) 12-02-2006 - - renamed .img files to .iso files to facilitate easier - interoperability between RS02 ecc images and burning software +- renamed .img files to .iso files to facilitate easier + interoperability between RS02 ecc images and burning software 0.65 (devel-3) 11-02-2006 - - Creation of image and ecc files can be resumed after going - out of disc space (only in GUI mode) - - updated README - - created contrib directory; added desktop and rpm skeletons - contributed by Lubos Stanek - - changed length query for SCSI opcode 0xad - - changed length calculation for SCSI opcode 0x43 - - enabled CRC testing when "Delete image file?" is answered - positively +- Creation of image and ecc files can be resumed after going + out of disc space (only in GUI mode) +- updated README +- created contrib directory; added desktop and rpm skeletons + contributed by Lubos Stanek +- changed length query for SCSI opcode 0xad +- changed length calculation for SCSI opcode 0x43 +- enabled CRC testing when "Delete image file?" is answered + positively 0.65 (devel-2) 29-01-2006 - - added CRC testing during linear read and scan options - (if the respective ecc file is present) - - added flags for marking development versions and release candidates - in the ecc file versiom information - - removed some memory leaks in the windows version +- added CRC testing during linear read and scan options + (if the respective ecc file is present) +- added flags for marking development versions and release candidates + in the ecc file versiom information +- removed some memory leaks in the windows version 0.65 (devel-1) 22-01-2006 - - fixed several places in Makefile to handle source tree from CVS properly - - reorganized documentation scripts to better separate HTML markup - from translated phrases (dictionary_xx functions) - - removed language selection from online manual - - separated documentation image archives by language - - fixed crash when documentation was not properly installed - - added --buildroot option to configure - (thanks to D. Baumann and V. Kuhlmann for explaining the need for this!) +- fixed several places in Makefile to handle source tree from CVS properly +- reorganized documentation scripts to better separate HTML markup + from translated phrases (dictionary_xx functions) +- removed language selection from online manual +- separated documentation image archives by language +- fixed crash when documentation was not properly installed +- added --buildroot option to configure + (thanks to D. Baumann and V. Kuhlmann for explaining the need for this!) ------ 0.65 released ------ 0.65: 14-01-2006 - - Czech translation by Lubos Stanek - - made invocation of external HTML viewer more flexible and robust - - started support for big endian archs (NOT completed yet!) - - modularized scsi and codec interface for easier future expansion - - made --random-errors use the internal random number generator - and allow for independent selection of number of roots/erasures - - Error correction files can be larger than 2GB on FAT file systems - - changed medium fingerprint sector from 257 to 16 (ISO file system root block) - - Windows binaries are now shipped with Gtk+2.6 libraries - - CRC information is calculated and cached when reading the image - so that we do not need to re-read the image in a subsequent create operation. - - tinkered with speed curve algorithm to get smoother lines - - made sector color markers during linear read more understandable (hopefully) - - configure will now correctly honor $LDFLAGS from the user environment - - added Gtk+ library localization files to Windows distribution - (thanks to J. Meyer for reporting this problem!) - - fixed bug in the Errors/Ecc block graph which would make it scale incorrectly - if uncorrectable errors are encountered (this was just a rendering problem - with no influence on the actual error correction) - - added gdk pixbuf check to configure (thanks to W. Wershofen for noting this!) - - better error diagnosis for invalid ecc files (thanks to Lubos for noting this!) - - modified code to compile cleanly under gcc 4.02 +- Czech translation by Lubos Stanek +- made invocation of external HTML viewer more flexible and robust +- started support for big endian archs (NOT completed yet!) +- modularized scsi and codec interface for easier future expansion +- made --random-errors use the internal random number generator + and allow for independent selection of number of roots/erasures +- Error correction files can be larger than 2GB on FAT file systems +- changed medium fingerprint sector from 257 to 16 (ISO file system root block) +- Windows binaries are now shipped with Gtk+2.6 libraries +- CRC information is calculated and cached when reading the image + so that we do not need to re-read the image in a subsequent create operation. +- tinkered with speed curve algorithm to get smoother lines +- made sector color markers during linear read more understandable (hopefully) +- configure will now correctly honor $LDFLAGS from the user environment +- added Gtk+ library localization files to Windows distribution + (thanks to J. Meyer for reporting this problem!) +- fixed bug in the Errors/Ecc block graph which would make it scale incorrectly + if uncorrectable errors are encountered (this was just a rendering problem + with no influence on the actual error correction) +- added gdk pixbuf check to configure (thanks to W. Wershofen for noting this!) +- better error diagnosis for invalid ecc files (thanks to Lubos for noting this!) +- modified code to compile cleanly under gcc 4.02 0.64.2: 01-11-2005 - - fixed crash when using -u in command line mode - - changed packaging system to allow different package and version numbering systems - Current naming scheme is: - . package name = package directory = 0.xx[.y] - . version name (as advertised in GUI) = 0.xx[ (pl y)] - - fixed img file permissions for Linux version - - drive selection wasn't remembered between sessions under - Gtk+-2.4 and higher: fixed - - Manual/Homepage fixed for some MSIE glitches +- fixed crash when using -u in command line mode +- changed packaging system to allow different package and version numbering systems + Current naming scheme is: + . package name = package directory = 0.xx[.y] + . version name (as advertised in GUI) = 0.xx[ (pl y)] +- fixed img file permissions for Linux version +- drive selection wasn't remembered between sessions under + Gtk+-2.4 and higher: fixed +- Manual/Homepage fixed for some MSIE glitches 0.64.1: 23-10-2005 - - fixed bug which activated automatic ecc file generation in scan mode - - fixed crash at startup when linked against Gtk+ 2.6 - (Thanks to Radu M. and Richard B. for noting this!) +- fixed bug which activated automatic ecc file generation in scan mode +- fixed crash at startup when linked against Gtk+ 2.6 + (Thanks to Radu M. and Richard B. for noting this!) 0.64: 18-10-2005 - - reworked console and logging output: - Got rid of \b usage in locale files, - making gawk filtering of diagnostic warning obsolete. - More removal of read and CRC error reporting in GUI mode as buffering - them may result in going out of memory in worst case situations. - Use the program in command line mode and apply file - redirection if you still wish to see these messages. - - fixed a glitch in the linear read/scanning GUI - which prevented small unreadable areas to stay - marked red in the spiral - - fixed bug which did not install the CREDITS.* files - - fixed configure to use the --prefix settings properly - (thanks to Daniel Baumann for pointing this out) - - added de/en/it man pages supplied by Daniel Baumann - - fixed non-working --spinup-delay command line arg - - added configurable --docsubdir at request of Daniel - - Changed linear reading strategy - . Sector skipping after a read error is now done in all passes, - not just the first one (the previous behaviour turned out as - an arbitrary design decision which did not really make sense) - . Re-reading passes are carried out in 16 sector chunks, too - - provided workaround for detecting CD media on Teac slimline - drives (and possibly others) caused by silly firmware answers - - provided workaround for read errors which are reported - as something else by sloppy firmware - - added debugging functions --random-image and --random-seed for creating - images with "random" numbers. Images created with --random-seed n are - bitwise mirrors of those created with --random-seed -n. - - hunted down some memory leaks - - turned warning dialogs into modal dialogs - - fixed some minor redraw flaws in adaptive read mode - - fixed automatic file removal bug when in FAT32 mode - (thanks to Peter H., Walter G and Stephan J. for noting this) - - fixed error handling in GUI mode: in some rare error situations, - it would not bring up the intended error dialog, but either - continue quietly or terminate the whole program. - - fixed empty drive pop down menu after changing drives in the system - or sharing a dvdisaster installation between different Windows installations - - started support for parsing ISO file system structures - - added some recent drives to the drive data base - - rewrote the drive spinup code - - added function for automatically creating the .ecc file after - successfully reading an image - - documentation partially rewritten - - added some code to make sure that the "read adaptive" spiral fits into the window - - removed flicker in the "read adaptive" mode text output +- reworked console and logging output: + Got rid of \b usage in locale files, + making gawk filtering of diagnostic warning obsolete. + More removal of read and CRC error reporting in GUI mode as buffering + them may result in going out of memory in worst case situations. + Use the program in command line mode and apply file + redirection if you still wish to see these messages. +- fixed a glitch in the linear read/scanning GUI + which prevented small unreadable areas to stay + marked red in the spiral +- fixed bug which did not install the CREDITS.* files +- fixed configure to use the --prefix settings properly + (thanks to Daniel Baumann for pointing this out) +- added de/en/it man pages supplied by Daniel Baumann +- fixed non-working --spinup-delay command line arg +- added configurable --docsubdir at request of Daniel +- Changed linear reading strategy + . Sector skipping after a read error is now done in all passes, + not just the first one (the previous behaviour turned out as + an arbitrary design decision which did not really make sense) + . Re-reading passes are carried out in 16 sector chunks, too +- provided workaround for detecting CD media on Teac slimline + drives (and possibly others) caused by silly firmware answers +- provided workaround for read errors which are reported + as something else by sloppy firmware +- added debugging functions --random-image and --random-seed for creating + images with "random" numbers. Images created with --random-seed n are + bitwise mirrors of those created with --random-seed -n. +- hunted down some memory leaks +- turned warning dialogs into modal dialogs +- fixed some minor redraw flaws in adaptive read mode +- fixed automatic file removal bug when in FAT32 mode + (thanks to Peter H., Walter G and Stephan J. for noting this) +- fixed error handling in GUI mode: in some rare error situations, + it would not bring up the intended error dialog, but either + continue quietly or terminate the whole program. +- fixed empty drive pop down menu after changing drives in the system + or sharing a dvdisaster installation between different Windows installations +- started support for parsing ISO file system structures +- added some recent drives to the drive data base +- rewrote the drive spinup code +- added function for automatically creating the .ecc file after + successfully reading an image +- documentation partially rewritten +- added some code to make sure that the "read adaptive" spiral fits into the window +- removed flicker in the "read adaptive" mode text output 0.63: 01-08-2005 - - added adaptive read strategy (thanks to Harald Bögeholz - for the suggestion; see also the CREDITS file) - - added --fill-unreadble option for better compatibility with - other tools (e.g. h2cdimage from c't magazine) - - cut down information written to the log window in GUI mode - as that could use up significant amounts of memory in worst - case scenarios. Use command line mode if you are still interested - in these messages. - - fixed code for clean compile with gcc 4.0.1 - - added auto-suffix option for automatically adding .img/.ecc to files - given without an extension (thanks to Marcus for the suggestion!) - - changed function test prototype in bash based configure from - char* to char to work around misdetection of gcc's builtin gettext() - (thanks to Heinz R. for pointing this out) - - fixed crash in About requester when LANG environment was not set - (thanks to Andreas for the patch!) +- added adaptive read strategy (thanks to Harald Bögeholz + for the suggestion; see also the CREDITS file) +- added --fill-unreadble option for better compatibility with + other tools (e.g. h2cdimage from c't magazine) +- cut down information written to the log window in GUI mode + as that could use up significant amounts of memory in worst + case scenarios. Use command line mode if you are still interested + in these messages. +- fixed code for clean compile with gcc 4.0.1 +- added auto-suffix option for automatically adding .img/.ecc to files + given without an extension (thanks to Marcus for the suggestion!) +- changed function test prototype in bash based configure from + char* to char to work around misdetection of gcc's builtin gettext() + (thanks to Heinz R. for pointing this out) +- fixed crash in About requester when LANG environment was not set + (thanks to Andreas for the patch!) 0.62: 03-07-2005 - - added correct return codes to indicate whether reading - succeeded or found bad sectors in command line mode - - added experimental support for splitting image files into 2GB chunks - (mainly for use with VFAT an Win9x; avoid this mode if you can) - - added compare function to graphical user interface - - fixed 'make install' (thanks to Andreas for noting the problems) - - fixed german umlaut glitch in the foot line (thanks to GoldenFingaz - for pointing this out) - - relaxed handling of image size mismatches - +- added correct return codes to indicate whether reading + succeeded or found bad sectors in command line mode +- added experimental support for splitting image files into 2GB chunks + (mainly for use with VFAT an Win9x; avoid this mode if you can) +- added compare function to graphical user interface +- fixed 'make install' (thanks to Andreas for noting the problems) +- fixed german umlaut glitch in the foot line (thanks to GoldenFingaz + for pointing this out) +- relaxed handling of image size mismatches + 0.61: 24-04-2005 - - added preferences dialog - - decoupled command line settings from GUI settings so that - command line arguments will not be remembered across sessions - and GUI settings will not be used in command line mode. - - more image size detection fine tuning (this becomes a running gag, huh?) - - added --speed-warning option (thanks to Richard B. for the suggestion!) - - added --spinup-delay option - - removed startup-related downspike in the speed graph +- added preferences dialog +- decoupled command line settings from GUI settings so that + command line arguments will not be remembered across sessions + and GUI settings will not be used in command line mode. +- more image size detection fine tuning (this becomes a running gag, huh?) +- added --speed-warning option (thanks to Richard B. for the suggestion!) +- added --spinup-delay option +- removed startup-related downspike in the speed graph 0.60: 09-04-2005 - - first release with graphical user interface - - tinkered again with image size detection - - added debugging function for zeroing out the "unreadable sector" - markers (thanks to Marcus J. for the suggestion!) - - made configure more compatible with autoconf behaviour - (thanks to Andreas for pointing out the differences!) +- first release with graphical user interface +- tinkered again with image size detection +- added debugging function for zeroing out the "unreadable sector" + markers (thanks to Marcus J. for the suggestion!) +- made configure more compatible with autoconf behaviour + (thanks to Andreas for pointing out the differences!) 0.55: 20-02-2005 - - added Italian translation from Andrea Polverini (polve@polve.com) - - improved media type detection - - upward compatibility with the improved media footprint calculation - from upcoming version 0.60 +- added Italian translation from Andrea Polverini (polve@polve.com) +- improved media type detection +- upward compatibility with the improved media footprint calculation + from upcoming version 0.60 0.54: 01-01-2005 - - Switched from Cygwin/cygwin1.dll to Mingw/msvcrt.dll, - with some additional functionality taken over by glib2. - This may cause some short-time inconvenience (please report - all different behaviour relative to 0.53.1!), - but will pay off in later versions. - - Some code reorganization. - - Shortened the version number scheme to major.minor - - Removed visualization via gnuplot. Visualization will be - re-introduced in version 0.60; please use version 0.53.1 - for visualization if needed. - - Reworked compilation instructions in documentation. +- Switched from Cygwin/cygwin1.dll to Mingw/msvcrt.dll, + with some additional functionality taken over by glib2. + This may cause some short-time inconvenience (please report + all different behaviour relative to 0.53.1!), + but will pay off in later versions. +- Some code reorganization. +- Shortened the version number scheme to major.minor +- Removed visualization via gnuplot. Visualization will be + re-introduced in version 0.60; please use version 0.53.1 + for visualization if needed. +- Reworked compilation instructions in documentation. 0.53.1: 27-12-2004 - - encrypted discs will be rejected before any actual reading - is attempted (avoids confusing error messages when running into - the encrypted area). +- encrypted discs will be rejected before any actual reading + is attempted (avoids confusing error messages when running into + the encrypted area). 0.53.0: 23-12-2004 - - introduction of GNU gettext - - German localization - - Makefile will automatically collect .c files - - Preparation for multiple codecs - - fixed incorrect media size calculation for +RW images - - fixed installation procedure (thanks to Kay D. !) +- introduction of GNU gettext +- German localization +- Makefile will automatically collect .c files +- Preparation for multiple codecs +- fixed incorrect media size calculation for +RW images +- fixed installation procedure (thanks to Kay D. !) 0.52.1: 04-12-2004 - - Fixed the handling of truncated image files (thanks to Harald B.!) - - Better diagnosis of images which are longer than supposed - (should never happen, but one never knows) +- Fixed the handling of truncated image files (thanks to Harald B.!) +- Better diagnosis of images which are longer than supposed + (should never happen, but one never knows) 0.52.0: 28-11-2004 - - codec speedups and user selectable redundancy settings +- codec speedups and user selectable redundancy settings 0.51.1: 13-11-2004 - - fixed bug which prevented dvdisaster from working - under Windows XP without Cygwin being installed - (thanks to Andrea and Harald B. for reporting this!) - - removed unnecessary open with write permission - within --test action - - Besides bringing scanning speed to a screeching halt on - slow systems, calculation of the image md5sum during - the --scan option wasn't very useful -- removed it. - - repaired a glitch which would derail the codec when - fixing a truncated image - - added --dao option - - added a test predicting a TAO medium when fixing a - damaged image - +- fixed bug which prevented dvdisaster from working + under Windows XP without Cygwin being installed + (thanks to Andrea and Harald B. for reporting this!) +- removed unnecessary open with write permission + within --test action +- Besides bringing scanning speed to a screeching halt on + slow systems, calculation of the image md5sum during + the --scan option wasn't very useful -- removed it. +- repaired a glitch which would derail the codec when + fixing a truncated image +- added --dao option +- added a test predicting a TAO medium when fixing a + damaged image + 0.51.0: 06-11-2004 - - added experimental ASPI support for Cygwin version - - added alternative "-end" syntax for specifying the sector range - - added -j/--jump option - - fixed minor bug which made -t option fail reading the CRC data - on very small media images - +- added experimental ASPI support for Cygwin version +- added alternative "-end" syntax for specifying the sector range +- added -j/--jump option +- fixed minor bug which made -t option fail reading the CRC data + on very small media images + 0.50.0: 01-10-2004 - - Experimental Cygwin support. - - Rewrote SCSI layer for portability. - - Introduced ./configure mechanism. - - Dropped --direct option for portability reasons. - - Changed behaviour of continuing the reading of incomplete images; - if the image size is smaller than the medium size, reading will - now continue at the last read sector. Previous versions would have - tried all unread sectors before. - - Fixed a bug which would not fill in the missing sector markers - on a sequence of non overlapping read intervals (such as doing - -r0-100000; -r110000-media_end; the range 100001-109999 would - have been simply zeroed out in previous versions). +- Experimental Cygwin support. +- Rewrote SCSI layer for portability. +- Introduced ./configure mechanism. +- Dropped --direct option for portability reasons. +- Changed behaviour of continuing the reading of incomplete images; + if the image size is smaller than the medium size, reading will + now continue at the last read sector. Previous versions would have + tried all unread sectors before. +- Fixed a bug which would not fill in the missing sector markers + on a sequence of non overlapping read intervals (such as doing + -r0-100000; -r110000-media_end; the range 100001-109999 would + have been simply zeroed out in previous versions). 0.42.2: 23-09-2004 - - changed the --fix semantics so that sectors with wrong CRC sums - will automatically be fixed (previous versions would just report - them as bad when using the -t option) - - made --fix more verbose about CRC errors +- changed the --fix semantics so that sectors with wrong CRC sums + will automatically be fixed (previous versions would just report + them as bad when using the -t option) +- made --fix more verbose about CRC errors 0.42.1: 11-09-2004 - - unrolled the inner codec loop; optimized some C expressions within - - code cleanup in the encoder +- unrolled the inner codec loop; optimized some C expressions within +- code cleanup in the encoder 0.42.0: 08-09-2004 (no public release) - - changed the caching and code generation strategy in the RS encoder - - added program version information in the ecc file header - - updated the --print option to show the new header information - - made --fix option reject .ecc files from future program versions +- changed the caching and code generation strategy in the RS encoder +- added program version information in the ecc file header +- updated the --print option to show the new header information +- made --fix option reject .ecc files from future program versions 0.41.2: 05-09-2004 - - some speed optimizations in the encoder - - the --direct option now actually works - - removed the #ifdef DEBUG clutter in ecc-rs01.c - - added the --byteset debugging function +- some speed optimizations in the encoder +- the --direct option now actually works +- removed the #ifdef DEBUG clutter in ecc-rs01.c +- added the --byteset debugging function - NOTE: Debugging functions are intentionally undocumented and unsupported. +NOTE: Debugging functions are intentionally undocumented and unsupported. 0.41.1: 31-08-2004 - - added CRC32 checksum for each image block in the .ecc file +- added CRC32 checksum for each image block in the .ecc file 0.41.0: 28-08-2004 (no public release) - - Replaced the matrix-based codec with one using polynomials. +- Replaced the matrix-based codec with one using polynomials. 0.40.8: 24-08-2004 (no public release) - - removed unused div_tab[] from ecc-rs01.c (which was incorrectly initialized anyways) - - fixed md5sum miscompare in print.c - - added the --random-errors debugging function +- removed unused div_tab[] from ecc-rs01.c (which was incorrectly initialized anyways) +- fixed md5sum miscompare in print.c +- added the --random-errors debugging function - NOTE: Debugging functions are intentionally undocumented and unsupported. +NOTE: Debugging functions are intentionally undocumented and unsupported. -0.40.7: 22-08-2004 - First public release +0.40.7:22-08-2004 +First public release diff --git a/GNUmakefile.template b/GNUmakefile.template index a3074c7..77a57bf 100644 --- a/GNUmakefile.template +++ b/GNUmakefile.template @@ -254,21 +254,14 @@ install: dvdisaster manual @echo "# dvdisaster uninstaller script" > $(BUILDROOT)$(BINDIR)/dvdisaster-uninstall.sh @echo "# Usage: sh dvdisaster-uninstall.sh" >> $(BUILDROOT)$(BINDIR)/dvdisaster-uninstall.sh @echo >> $(BUILDROOT)$(BINDIR)/dvdisaster-uninstall.sh - @echo "rm -f \"$(BINDIR)/dvdisaster\" \"$(BINDIR)/dvdisaster-uninstall.sh\"" >> $(BUILDROOT)$(BINDIR)/dvdisaster-uninstall.sh - @echo "rm -f \"$(DOCSUBDIR)/CHANGELOG\"" >> $(BUILDROOT)$(BINDIR)/dvdisaster-uninstall.sh - @echo "rm -f \"$(DOCSUBDIR)/COPYING\"" >> $(BUILDROOT)$(BINDIR)/dvdisaster-uninstall.sh - @echo "rm -f \"$(DOCSUBDIR)/CREDITS.de\"" >> $(BUILDROOT)$(BINDIR)/dvdisaster-uninstall.sh - @echo "rm -f \"$(DOCSUBDIR)/CREDITS.en\"" >> $(BUILDROOT)$(BINDIR)/dvdisaster-uninstall.sh - @echo "rm -f \"$(DOCSUBDIR)/manual.pdf\"" >> $(BUILDROOT)$(BINDIR)/dvdisaster-uninstall.sh - @echo "rm -f \"$(DOCSUBDIR)/README.MODIFYING\"" >> $(BUILDROOT)$(BINDIR)/dvdisaster-uninstall.sh - @echo "rm -f \"$(DOCSUBDIR)/TODO\"" >> $(BUILDROOT)$(BINDIR)/dvdisaster-uninstall.sh - @echo "rmdir \"$(DOCSUBDIR)\"" >> $(BUILDROOT)$(BINDIR)/dvdisaster-uninstall.sh + @echo "rm -f $(BINDIR)/dvdisaster $(BINDIR)/dvdisaster-uninstall.sh" >> $(BUILDROOT)$(BINDIR)/dvdisaster-uninstall.sh + @echo "rm -rf $(DOCSUBDIR)" >> $(BUILDROOT)$(BINDIR)/dvdisaster-uninstall.sh @for i in $(PO_LOCALES); do \ - echo "rm -f \"$(LOCALEDIR)/$$i/LC_MESSAGES/dvdisaster.mo\"" >> $(BUILDROOT)$(BINDIR)/dvdisaster-uninstall.sh ; \ + echo "rm $(LOCALEDIR)/$$i/LC_MESSAGES/dvdisaster.mo" >> $(BUILDROOT)$(BINDIR)/dvdisaster-uninstall.sh ; \ done - @echo "rm -f \"$(MANDIR)/man1/dvdisaster.1\"" >> $(BUILDROOT)$(BINDIR)/dvdisaster-uninstall.sh + @echo "rm -f $(MANDIR)/man1/dvdisaster.1" >> $(BUILDROOT)$(BINDIR)/dvdisaster-uninstall.sh @for i in $(MAN_LOCALES); do \ - echo "rm -f \"$(MANDIR)/$$i/man1/dvdisaster.1\"" >> $(BUILDROOT)$(BINDIR)/dvdisaster-uninstall.sh ; \ + echo "rm $(MANDIR)/$$i/man1/dvdisaster.1" >> $(BUILDROOT)$(BINDIR)/dvdisaster-uninstall.sh ; \ done @echo "echo \"dvdisaster has been uninstalled.\"" >> $(BUILDROOT)$(BINDIR)/dvdisaster-uninstall.sh diff --git a/INSTALL b/INSTALL index e36c2ec..fcbe03e 100644 --- a/INSTALL +++ b/INSTALL @@ -111,11 +111,11 @@ Please change into a directory which is writeable for you and unpack the source code archive: user@host> cd /var/tmp -user@host> tar xjf dvdisaster-0.79.5.tar.bz2 +user@host> tar xjf dvdisaster-0.79.6.tar.bz2 Then change into the newly created directory: -user@host> cd /var/tmp/dvdisaster-0.79.5 +user@host> cd /var/tmp/dvdisaster-0.79.6 3.2. Configuring the package ---------------------------- @@ -199,8 +199,7 @@ please remove the directory you have created as described in section 3.1: user@host> cd /var/tmp -user@host> rm -rf dvdisaster-0.79.5 - +user@host> rm -rf dvdisaster-0.79.6 5. Running the program ====================== @@ -228,16 +227,7 @@ Use camcontrol to find out which passthrough device is assigned to your drive: root@freebsd# camcontrol devlist - at scbus1 target 0 lun 0 (pass1,cd0) - -You can change permission permanently by adding the -following line to /etc/devfs.conf: - -perm pass1 0660 - -To make the change available immediately, restart devfs: - -root@freebsd# /etc/rc.d/devfs restart + at scbus1 target 0 lun 0 (pass0,cd0) Avoid copy-on-write filesystems diff --git a/TODO b/TODO index a3f2a0a..dfb3ae7 100644 --- a/TODO +++ b/TODO @@ -1,15 +1,13 @@ Tentative to do/ release schedule -Version 0.79: new RS03 codec +Version 0.79: new RS03 codec (encoding part) - lots of speed optimizations in error correction data encoding - - multithreaded / multicore processor support for encoding - (decoding still single threaded) + - multithreaded / multicore processor support - add missing functionality, e.g. adaptive reading 0.79.5: project re-launch 0.79.6: re-introduce CRC and MD5 caching between reading - and ecc creation; cosmetical changes; support - for 100G BD + and ecc creation; cosmetical changes 0.79.7: re-introduce adaptive reading Version 0.80: milestone release diff --git a/bitmap.c b/bitmap.c index 7733cc2..b0cce40 100644 --- a/bitmap.c +++ b/bitmap.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org @@ -55,9 +55,9 @@ void FreeBitmap(Bitmap *bm) * Count the '1' bits in the bitmap */ -int CountBits(Bitmap *bm) -{ int i; - int sum = 0; +gint32 CountBits(Bitmap *bm) +{ gint32 i; + gint32 sum = 0; for(i=0; isize; i++) if(GetBit(bm, i)) diff --git a/build.c b/build.c index 1666795..0e99b22 100644 --- a/build.c +++ b/build.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org diff --git a/build.h b/build.h index ef14b45..7ee7c64 100644 --- a/build.h +++ b/build.h @@ -1,2 +1,2 @@ -#define BUILD 2789 -#define BDATE "15.12.15 (Dienstag, 16:39)" +#define BUILD 272 +#define BDATE "17.11.17 (Freitag, 09:57)" diff --git a/cacheprobe.c b/cacheprobe.c index 60c55f9..545c690 100644 --- a/cacheprobe.c +++ b/cacheprobe.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org diff --git a/closure.c b/closure.c index 7568cba..58ba86f 100644 --- a/closure.c +++ b/closure.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org @@ -225,17 +225,20 @@ void ReadDotfile() if(!strcmp(symbol, "last-image")) { g_free(Closure->imageName); if(!strcmp(value, "none")) Closure->imageName = g_strdup(""); - else Closure->imageName = g_strdup(value); continue; + else Closure->imageName = g_strdup(value); + continue; } if(!strcmp(symbol, "last-ecc")) { g_free(Closure->eccName); if(!strcmp(value, "none")) Closure->eccName = g_strdup(""); - else Closure->eccName = g_strdup(value); continue; + else Closure->eccName = g_strdup(value); + continue; } if(!strcmp(symbol, "adaptive-read")) { Closure->adaptiveRead = atoi(value); continue; } if(!strcmp(symbol, "auto-suffix")) { Closure->autoSuffix = atoi(value); continue; } if(!strcmp(symbol, "bd-size1")) { Closure->bdSize1 = Closure->savedBDSize1 = atoll(value); continue; } if(!strcmp(symbol, "bd-size2")) { Closure->bdSize2 = Closure->savedBDSize2 = atoll(value); continue; } + if(!strcmp(symbol, "bd-size3")) { Closure->bdSize3 = Closure->savedBDSize3 = atoll(value); continue; } if(!strcmp(symbol, "cache-size")) { Closure->cacheMiB = atoi(value); continue; } if(!strcmp(symbol, "cd-size")) { Closure->cdSize = Closure->savedCDSize = atoll(value); continue; } if(!strcmp(symbol, "codec-threads")) { Closure->codecThreads = atoi(value); continue; } @@ -305,8 +308,8 @@ void ReadDotfile() } if(fclose(dotfile)) - g_fprintf(stderr, "Error closing configuration file %s: %s\n", - Closure->dotFile, strerror(errno)); + g_printf("Error closing configuration file %s: %s\n", + Closure->dotFile, strerror(errno)); } static void update_dotfile() @@ -325,7 +328,7 @@ static void update_dotfile() dotfile = portable_fopen(Closure->dotFile, "wb"); if(!dotfile) - { g_fprintf(stderr, "Could not open configuration file %s: %s\n", + { g_printf("Could not open configuration file %s: %s\n", Closure->dotFile, strerror(errno)); return; } @@ -344,6 +347,7 @@ static void update_dotfile() g_fprintf(dotfile, "auto-suffix: %d\n", Closure->autoSuffix); g_fprintf(dotfile, "bd-size1: %lld\n", (long long int)Closure->bdSize1); g_fprintf(dotfile, "bd-size2: %lld\n", (long long int)Closure->bdSize2); + g_fprintf(dotfile, "bd-size3: %lld\n", (long long int)Closure->bdSize3); g_fprintf(dotfile, "cache-size: %d\n", Closure->cacheMiB); g_fprintf(dotfile, "cd-size: %lld\n", (long long int)Closure->cdSize); g_fprintf(dotfile, "codec-threads: %d\n", Closure->codecThreads); @@ -400,8 +404,8 @@ static void update_dotfile() save_colors(dotfile, "present-sector", Closure->darkSector); if(fclose(dotfile)) - g_fprintf(stderr, "Error closing configuration file %s: %s\n", - Closure->dotFile, strerror(errno)); + g_printf("Error closing configuration file %s: %s\n", + Closure->dotFile, strerror(errno)); } /*** @@ -419,7 +423,12 @@ void InitClosure() /* Extract the version string */ +#ifdef HAVE_UNSTABLE_RELEASE + Closure->cookedVersion = g_strdup_printf("%s (unstable)", VERSION); + Closure->releaseFlags = MFLAG_DEVEL; +#else Closure->cookedVersion = g_strdup(VERSION); +#endif /* Generate a more comprehensive version string */ @@ -491,6 +500,7 @@ void InitClosure() Closure->dvdSize2 = Closure->savedDVDSize2 = DVD_DL_SIZE; Closure->bdSize1 = Closure->savedBDSize1 = BD_SL_SIZE; Closure->bdSize2 = Closure->savedBDSize2 = BD_DL_SIZE; + Closure->bdSize3 = Closure->savedBDSize3 = BDXL_TL_SIZE; Closure->logString = g_string_sized_new(1024); Closure->logLock = g_malloc0(sizeof(GMutex)); @@ -535,21 +545,6 @@ void LocalizedFileDefaults() Closure->dDumpPrefix = g_strdup(_("sector-")); } -/* - * Clear the CRC cache - */ - -void ClearCrcCache(void) -{ if(Closure->crcCache) - g_free(Closure->crcCache); - if(Closure->crcImageName) - g_free(Closure->crcImageName); - - Closure->crcCache = NULL; - Closure->crcImageName = NULL; - memset(Closure->md5Cache, 0, 16); -} - /* * Clean up properly */ @@ -575,8 +570,6 @@ void FreeClosure() if(Closure->guiMode) update_dotfile(); - ClearCrcCache(); - cond_free(Closure->cookedVersion); cond_free(Closure->versionString); cond_free(Closure->device); diff --git a/configure b/configure index 0059e8d..1a530f6 100755 --- a/configure +++ b/configure @@ -19,7 +19,9 @@ fi # Set the package name and version -PACKAGE dvdisaster 0.79.5 +PACKAGE dvdisaster 0.79.6 +CFG_HAVE_OPTIONS="$CFG_HAVE_OPTIONS -DHAVE_UNSTABLE_RELEASE" + # Check for some essential tools. @@ -124,7 +126,6 @@ WITH_OPTION embedded-src-path yes "[yes | no]" PRINT_MESSAGE "\nDebugging options (do not use in production system):" WITH_OPTION memdebug no "[no | yes]" -WITH_OPTION efence no "[no | yes]" if test "$cfg_with_efence" == "yes"; then if ! CHECK_LIBRARY efence malloc efence; then diff --git a/crc32.c b/crc32.c index 1cd0bae..58102d2 100644 --- a/crc32.c +++ b/crc32.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * CRC32 code based upon public domain code by Ross Williams (see notes below) * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org diff --git a/crcbuf.c b/crcbuf.c index 8b541fa..73fa246 100644 --- a/crcbuf.c +++ b/crcbuf.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org @@ -26,27 +26,133 @@ #include "rs02-includes.h" /*** - *** Create an uninitialized CRC buffer + *** Create a CRC buffer ready for accumulating CRC and MD5 sums ***/ -CrcBuf *CreateCrcBuf(guint64 sectors) -{ CrcBuf *cb = g_malloc(sizeof(CrcBuf)); +CrcBuf *CreateCrcBuf(Image *image) +{ CrcBuf *cb = g_malloc0(sizeof(CrcBuf)); - cb->crcbuf = g_malloc(sectors * sizeof(guint32)); - cb->size = sectors; - cb->valid = CreateBitmap0(sectors); + /* MD5 sum related data */ + + cb->md5Ctxt = g_malloc(sizeof(struct MD5Context)); + MD5Init(cb->md5Ctxt); + cb->md5State = MD5_BUILDING; + cb->lastSector = 0; + memset(cb->dataMD5sum, 0, 16); + memset(cb->imageMD5sum, 0, 16); + /* image identification */ + + if(image->type == IMAGE_FILE) + cb->imageName = g_strdup(image->file->path); + + /* For augmented images we need both the pure data size and the full size + in order to compute MD5 sums for both. Depending on what the user wants + to do with the image (create an ecc file or re-augment the image) we'll + need the first or the last version. + There's one catch, though: If the augmented image is accompanied with + an ecc file, we must treat the image as raw data; e.g. do not set + the data size to the portion protected by the augmented ecc. + Otherwise, the CRC sums from the ecc file which do also protect + the augmented ecc part will become unreachable. */ + + if(image->eccHeader && !image->eccFileHeader) /* augmented image, and no ecc file? */ + { cb->dataSectors = uchar_to_gint64(image->eccHeader->sectors); + if(image->type == IMAGE_FILE) + cb->allSectors = image->sectorSize; + else cb->allSectors = image->dh->sectors; + } + else + { if(image->type == IMAGE_FILE) + cb->dataSectors = cb->allSectors = image->sectorSize; + else cb->dataSectors = cb->allSectors = image->dh->sectors; + } + + /* Note: The following statement is not correct for RS03. + It does not hurt since RS03 will set the correct value when + the CrcBuf is created via RS03GetCrcBuf(), and in all other + cases it does currently not matter. Especially, CRC sums + created during an image read are not used when subsequently + creating new ecc data. */ + + cb->coveredSectors = cb->dataSectors; + + /* Extract the fingerprint */ + + if(image->fpState == FP_PRESENT) + { memcpy(cb->mediumFP, image->imageFP, 16); + cb->fpValid = TRUE; + } + cb->fpSector = image->fpSector; + + /* CRC sum array */ + + cb->crcbuf = g_malloc(cb->allSectors * sizeof(guint32)); + cb->crcSize = cb->allSectors; + cb->valid = CreateBitmap0(cb->allSectors); + + image->crcCache = cb; return cb; } -/*** - *** Test a 2048 byte block against the checksum in the buffer - ***/ +/* + * Add a 2048 byte block into the checksum buffer + */ + +int AddSectorToCrcBuffer(CrcBuf *cb, int mode, guint64 idx, unsigned char *buf, int buf_size) +{ guint32 crc; + + if(idx < 0 || idx >= cb->crcSize) + return CRC_OUTSIDE_BOUND; + + /* Update the CRC sums */ + + if( (mode & CRCBUF_UPDATE_CRC) + || ((mode & CRCBUF_UPDATE_CRC_AFTER_DATA) && idx >= cb->coveredSectors)) + { crc = Crc32(buf, 2048); /* should be buf_size, but remains at 2048 for backwards compatibility. */ + cb->crcbuf[idx] = crc; /* does not harm except that the last sector is padded with the contents */ + SetBit(cb->valid, idx); /* of the previous sector when reading an image file whole size is not */ + } /* a multiple of 2048 */ + + /* Update the MD5 sums */ + + if(!(mode & CRCBUF_UPDATE_MD5)) + return CRC_GOOD; + + if(cb->lastSector != idx) /* sector out of order -> md5sum dead */ + { cb->md5State = MD5_INVALID; + return CRC_BAD; + } + cb->lastSector++; + + if(idx <= cb->allSectors-1) + MD5Update(cb->md5Ctxt, buf, buf_size); + + if(idx == cb->dataSectors-1) + { MD5Context *dataCtxt = alloca(sizeof(MD5Context)); + + memcpy(dataCtxt, cb->md5Ctxt, sizeof(MD5Context)); + MD5Final(cb->dataMD5sum, dataCtxt); + cb->md5State |= MD5_DATA_COMPLETE; + } + + if(idx == cb->allSectors-1) + { MD5Final(cb->imageMD5sum, cb->md5Ctxt); + cb->md5State |= MD5_IMAGE_COMPLETE; + cb->md5State &= ~MD5_BUILDING; + } + + return CRC_GOOD; +} + +/* + * Test a 2048 byte block against the checksum in the buffer + */ int CheckAgainstCrcBuffer(CrcBuf *cb, gint64 idx, unsigned char *buf) { guint32 crc; - if(idx < 0 || idx >= cb->size) + if(idx < 0 || idx >= cb->crcSize) return CRC_OUTSIDE_BOUND; crc = Crc32(buf, 2048); @@ -60,6 +166,36 @@ int CheckAgainstCrcBuffer(CrcBuf *cb, gint64 idx, unsigned char *buf) return CRC_BAD; } +/* + * Make sure that the current image and ecc file match the + * cached CRC and md5 informaton + */ + +int CrcBufValid(CrcBuf *crcbuf, Image *image, EccHeader *eh) +{ + if(!crcbuf) + { Verbose("CrcBufValid: crcbuf==NULL\n"); + return FALSE; + } + + /* if still in building state we do not have all CRC sums */ + + if(crcbuf->md5State & MD5_BUILDING) + { Verbose("CrcBufValid: NO, still building\n"); + return FALSE; + } + + /* presence of one MD5 sum suffices (data md5sum may not be present + under some circumstances) */ + + if((!(crcbuf->md5State & MD5_COMPLETE))) + { Verbose("CrcBufValid: NOT complete\n"); + return FALSE; + } + + Verbose("CrcBufValid: buffer VALID\n"); + return TRUE; +} /*** *** Clean up @@ -67,7 +203,60 @@ int CheckAgainstCrcBuffer(CrcBuf *cb, gint64 idx, unsigned char *buf) void FreeCrcBuf(CrcBuf *cb) { + if(!cb) + { Verbose("FreeCrcBuf - nothing to do\n"); + return; + } + g_free(cb->crcbuf); FreeBitmap(cb->valid); + if(cb->imageName) + g_free(cb->imageName); + if(cb->md5Ctxt) + g_free(cb->md5Ctxt); g_free(cb); + + Verbose("FreeCrcBuf - buffer cleared\n"); +} + +/*** + *** Debugging output + ***/ + +void PrintCrcBuf(CrcBuf *cb) +{ char digest[33]; + guint64 i,missing=0; + + if(!Closure->verbose) + return; + + PrintLog("CrcBuf contents, image path %s:\n", cb->imageName ? cb->imageName : "none (medium)" ); + PrintLog(" crcSize: %lld, dataSectors: %lld, coveredSectors: %lld, allSectors: %lld\n", + cb->crcSize, cb->dataSectors, cb->coveredSectors, cb->allSectors); + + PrintLog(" md5State:"); + if(cb->md5State) + { if(cb->md5State & MD5_BUILDING) PrintLog(" building"); + if(cb->md5State & MD5_DATA_COMPLETE) PrintLog(" data_complete"); + if(cb->md5State & MD5_IMAGE_COMPLETE) PrintLog(" image_complete"); + } + else PrintLog(" invalid"); + PrintLog("\n"); + + if(cb->md5State & MD5_COMPLETE) + { AsciiDigest(digest, cb->dataMD5sum); + PrintLog(" data: %s\n", digest); + AsciiDigest(digest, cb->imageMD5sum); + PrintLog(" full: %s\n", digest); + } + AsciiDigest(digest, cb->mediumFP); + if(cb->fpValid) + PrintLog(" fp sector: %d; %s\n", cb->fpSector, digest); + else PrintLog(" fp sector: %d; invalid\n", cb->fpSector); + + for(i=0; icrcSize; i++) + if(!GetBit(cb->valid, i)) + { missing++; + } + PrintLog(" missing crcs: %lld\n", missing); } diff --git a/curve.c b/curve.c index 668bc40..2f901e8 100644 --- a/curve.c +++ b/curve.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org @@ -123,7 +123,7 @@ int CurveLogY(Curve *curve, gdouble y) /* not really a log */ hfact = (gdouble)(curve->bottomLY - curve->topLY); if(y==1) return curve->bottomLY - ((log(2)/log(curve->logMaxY)) * hfact)/2; - return curve->bottomLY - (log(y)/log(curve->logMaxY)) * hfact; + else return curve->bottomLY - (log(y)/log(curve->logMaxY)) * hfact; } /*** diff --git a/debug.c b/debug.c index df70416..b4a96d1 100644 --- a/debug.c +++ b/debug.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org diff --git a/documentation/codec-specs/codecs.pdf b/documentation/codec-specs/codecs.pdf new file mode 100644 index 0000000..825e8e3 Binary files /dev/null and b/documentation/codec-specs/codecs.pdf differ diff --git a/documentation/codec-specs/codecs.tex b/documentation/codec-specs/codecs.tex index ea1263f..487384c 100644 --- a/documentation/codec-specs/codecs.tex +++ b/documentation/codec-specs/codecs.tex @@ -10,6 +10,7 @@ \usepackage{fancyhdr} \usepackage{listings} \usepackage{color} +\usepackage{comment} \marginsize{30mm}{20mm}{20mm}{20mm} % Seitenränder links, rechts, oben, unten \parindent0em % Keine amerikanische Einrückung am Anfang von Paragraphen diff --git a/documentation/codec-specs/rs02.tex b/documentation/codec-specs/rs02.tex index 3cf5fb1..69195a0 100644 --- a/documentation/codec-specs/rs02.tex +++ b/documentation/codec-specs/rs02.tex @@ -251,6 +251,9 @@ and the expected size of the parity layers is: \smallskip +% TODO: implement in codec +\begin{comment} + From these values we iteratively compute a $2^p$ which has about 20-40 multiples in the {\em preliminary ecc size} address space. This value will be used for interleaving the ecc header copies with the ecc layers: @@ -263,6 +266,16 @@ p := 5 while($\frac{preliminary\;ecc\;size}{2^p} > 40$) \quad p := p + 1} +\end{comment} + +From these values we compute a $2^p$ which has about 20-40 multiples +in the {\em preliminary ecc size} address space. This value will be used +for interleaving the ecc header copies with the ecc layers: + +\[ p = \left\lceil log_2\; \frac{preliminary\;ecc\;size}{40} \right\rceil \] + +%\[ p = \left\lceil \frac{log\; \frac{preliminary\;ecc\;size}{40}}{log\; 2} \right\rceil \] + \smallskip diff --git a/documentation/config/version.tex b/documentation/config/version.tex index 8384545..cdc5693 100644 --- a/documentation/config/version.tex +++ b/documentation/config/version.tex @@ -1 +1 @@ -\newcommand{\projectversion}{0.79.5} +\newcommand{\projectversion}{0.79.6} diff --git a/documentation/dvdisaster.de.1 b/documentation/dvdisaster.de.1 index 9e0adcd..0fe7d45 100644 --- a/documentation/dvdisaster.de.1 +++ b/documentation/dvdisaster.de.1 @@ -1,4 +1,4 @@ -.TH DVDISASTER 1 "2015-12-16" "0.79.5" "Schutz f\[:u]r optische Datentr\[:a]ger" +.TH DVDISASTER 1 "2010-02-07" "0.80" "Schutz f\[:u]r optische Datentr\[:a]ger" .SH NAME DVDISASTER \- Schutz f\[:u]r optische Datentr\[:a]ger gegen Datenverlust durch Alterung @@ -49,6 +49,7 @@ oder Kratzer .RB [\| \-\-internal-rereads .IR n \|] .RB [\| \-\-medium-info \|] +.RB [\| \-\-no-progress \|] .RB [\| \-\-old-ds-marker \|] .RB [\| \-\-prefetch-sectors .IR n \|] @@ -59,6 +60,7 @@ oder Kratzer .RB [\| \-\-read-medium .IR n \|] .RB [\| \-\-read-raw \|] +.RB [\| \-\-regtest \|] .RB [\| \-\-resource-file .IR n \|] .RB [\| \-\-speed-warning @@ -213,28 +215,31 @@ RS01-Fehlerkorrektur-Dateien unterst\[:u]tzen au\[ss]erdem: .RS RS02-Abbilder: .RS -\-n CD\ \ \ erweitert Abbild auf CD-Gr\[:o]\[ss]e. +\-n CD\ \ \ \ erweitert Abbild auf CD-Gr\[:o]\[ss]e. .RE .RS -\-n DVD\ \ erweitert Abbild auf DVD-Gr\[:o]\[ss]e. +\-n DVD\ \ \ erweitert Abbild auf DVD-Gr\[:o]\[ss]e. .RE .RS -\-n DVD9 erweitert Abbild auf DVD9-Gr\[:o]\[ss]e. +\-n DVD9\ erweitert Abbild auf DVD9-Gr\[:o]\[ss]e. .RE .RS -\-n BD\ \ \ erweitert Abbild auf BD-Gr\[:o]\[ss]e. +\-n BD\ \ \ \ erweitert Abbild auf BD-Gr\[:o]\[ss]e. .RE .RS -\-n BD2\ erweitert Abbild auf zweilagige BD-Gr\[:o]\[ss]e. +\-n BD2\ \ erweitert Abbild auf zweilagige BD-Gr\[:o]\[ss]e. .RE .RS -\-n x\ \ \ \ erweitert Abbild auf ca. x Sektoren L\[:a]nge. +\-n BDXL3 erweitert Abbild auf dreilagige BDXL-Gr\[:o]\[ss]e. .RE .RS -\-n x%\ \ \ erweitert Abbild mit ca. x% Redundanz. +\-n x\ \ \ \ \ erweitert Abbild auf ca. x Sektoren L\[:a]nge. .RE .RS -\-n xr\ \ \ erweitert Abbild mit x Nullstellen Fehlerkorrektur-Daten. +\-n x%\ \ \ \ erweitert Abbild mit ca. x% Redundanz. +.RE +.RS +\-n xr\ \ \ \ erweitert Abbild mit x Nullstellen Fehlerkorrektur-Daten. .RE .RE @@ -364,6 +369,9 @@ die Standardeinstellungen des Laufwerks zu verwenden. .B \-\-medium-info Gibt Informationen \[:u]ber den Datentr\[:a]ger im ausgew\[:a]hlten Laufwerk aus. .TP +.B \-\-no-progress +Unterdr\[:u]ckt die Fortschrittsanzeige in Prozent. +.TP .B \-\-old-ds-marker Markiert fehlende Sektoren in einer Weise, die mit dvdisaster 0.70 oder noch fr\[:u]heren Versionen kompatibel ist. @@ -403,6 +411,9 @@ liest den gesamten Datentr\[:a]ger bis zu n-mal. .B \-\-read-raw liest in der "raw"\-Betriebsart sofern m\[:o]glich. .TP +.B \-\-regtest +ver\[:a]ndert einige Ausgaben so da\[ss] sie von den Regressionstest-Skripten besser verarbeitet werden k\[:o]nnen. +.TP .B \-\-resource-file n Gibt den Pfad zur Konfigurationsdatei an (Voreinstellung: $HOME/.dvdisaster) .TP diff --git a/documentation/dvdisaster.en.1 b/documentation/dvdisaster.en.1 index 028c6e0..3472012 100644 --- a/documentation/dvdisaster.en.1 +++ b/documentation/dvdisaster.en.1 @@ -1,4 +1,4 @@ -.TH DVDISASTER 1 "2015-12-16" "0.79.5" "protection for optical media" +.TH DVDISASTER 1 "2010-02-06" "0.80" "protection for optical media" .SH NAME DVDISASTER \- data loss/scratch/aging protection for optical media @@ -48,6 +48,7 @@ DVDISASTER \- data loss/scratch/aging protection for optical media .RB [\| \-\-internal-rereads .IR n \|] .RB [\| \-\-medium-info \|] +.RB [\| \-\-no-progress \|] .RB [\| \-\-old-ds-marker \|] .RB [\| \-\-prefetch-sectors .IR n \|] @@ -58,6 +59,7 @@ DVDISASTER \- data loss/scratch/aging protection for optical media .RB [\| \-\-read-medium .IR n \|] .RB [\| \-\-read-raw \|] +.RB [\| \-\-regtest \|] .RB [\| \-\-resource-file .IR n \|] .RB [\| \-\-speed-warning @@ -205,28 +207,31 @@ RS01 error correction flles additionally support: .RS RS02 images: .RS -\-n CD\ \ \ augments image suitable for CD media. +\-n CD\ \ \ \ augments image suitable for CD media. .RE .RS -\-n DVD\ \ augments image suitable for DVD media. +\-n DVD\ \ \ augments image suitable for DVD media. .RE .RS -\-n DVD9 augments image suitable for DVD9 media. +\-n DVD9\ augments image suitable for DVD9 media. .RE .RS -\-n BD\ \ \ augments image suitable for BD media. +\-n BD\ \ \ \ augments image suitable for BD media. .RE .RS -\-n BD2\ augments image suitable for two layered BD media. +\-n BD2\ \ augments image suitable for two layered BD media. .RE .RS -\-n x\ \ \ \ augments image using approx. x sectors in total. +\-n BDXL3 augments image suitable for three layered BDXL media. .RE .RS -\-n x%\ \ \ augments image with approx. x% redundancy. +\-n x\ \ \ \ \ augments image using approx. x sectors in total. .RE .RS -\-n xr\ \ \ augments image with x roots error correction data. +\-n x%\ \ \ \ augments image with approx. x% redundancy. +.RE +.RS +\-n xr\ \ \ \ augments image with x roots error correction data. .RE .RE @@ -347,6 +352,9 @@ this setting anyways. Use \-1 to leave the drive at its default setting. .B \-\-medium-info Prints information about the currently inserted medium. .TP +.B \-\-no-progress +Suppresses the progress percentage indicator. +.TP .B \-\-old-ds-marker Marks missing sectors in a manner which is compatible with dvdisaster 0.70 or older. @@ -384,6 +392,9 @@ read the whole medium up to n times. .B \-\-read-raw performs read in raw mode if possible. .TP +.B \-\-regtest +modifies some outputs for better processing with the regression test scripts. +.TP .B \-\-resource-file n Specifies the path to the configuration file (default: $HOME/.dvdisaster) .TP diff --git a/documentation/upstream-site/de/datenschutz.html b/documentation/upstream-site/de/datenschutz.html index e92a15a..93036d1 100644 --- a/documentation/upstream-site/de/datenschutz.html +++ b/documentation/upstream-site/de/datenschutz.html @@ -13,7 +13,7 @@ dvdisaster  - Version 0.79.5 + Version 0.79.5 (stable) / 0.79.6 (unstable)   @@ -51,29 +51,14 @@ dvdisaster.org

Das dvdisaster-Projekt (Anbieter siehe Impressum) -nimmt den Schutz personenbezogener Daten sehr ernst. -Die nachfolgende Erklärung gibt Ihnen einen Überblick darüber, -welche Daten zu welchem Zweck erhoben werden: +ermöglicht Ihnen die Nutzung dieser Internetseiten ohne Registrierung und +ohne eine Angabe von personenbezogenen Daten.

-Protokoll-Dateien (Datenverarbeitung durch die Server dieser Internetseiten)

+Server-Protokoll-Dateien

-Ihr Besuch auf diesen Seiten wird protokolliert. -Die Server dieser Internetseiten speichern die folgenden Daten: - -

    -
  • den Typ und die Version Ihres Browsers
  • -
  • das verwendete Betriebssystem
  • -
  • gegebenenfalls die Ausgangsseite, von der aus Sie zu diesen Internetseiten gelangt sind
  • -
  • den Namen oder die IP-Adresse des zugreifenden Rechners
  • -
  • die Uhrzeit und das Datum Ihres Abrufes dieser Seiten
  • -
  • die Dateinamen der angefragten Seiten.
  • -
- -Diese Daten werden weder dazu genutzt, den Besucher dieser Internetseiten -zu identifizieren, noch findet eine Zusammenführung mit anderen Daten -statt. Die Daten werden nach einer statistischen Auswertung gelöscht. +Die Server dieser Internetseiten führen kein Protokoll über Ihre Seitenzugriffe.

@@ -106,7 +91,7 @@ diese Datenschutzerklärung von Zeit zu Zeit erneut durch. - Copyright 2004-2015 Carsten Gnörlich.
+ Copyright 2004-2017 Carsten Gnörlich.
Die unveränderte Vervielfältigung und Verteilung dieses gesamten Artikels in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
diff --git a/documentation/upstream-site/de/impressum.html b/documentation/upstream-site/de/impressum.html index d291df1..7c5ded3 100644 --- a/documentation/upstream-site/de/impressum.html +++ b/documentation/upstream-site/de/impressum.html @@ -13,7 +13,7 @@ dvdisaster  - Version 0.79.5 + Version 0.79.5 (stable) / 0.79.6 (unstable)   @@ -74,7 +74,7 @@ Das Impressum gilt für die Internetpräsenz unter den Domänen
- Copyright 2004-2015 Carsten Gnörlich.
+ Copyright 2004-2017 Carsten Gnörlich.
Die unveränderte Vervielfältigung und Verteilung dieses gesamten Artikels in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
diff --git a/documentation/upstream-site/de/index.html b/documentation/upstream-site/de/index.html index 068e309..0352998 100644 --- a/documentation/upstream-site/de/index.html +++ b/documentation/upstream-site/de/index.html @@ -13,7 +13,7 @@ dvdisaster  - Version 0.79.5 + Version 0.79.5 (stable) / 0.79.6 (unstable)   @@ -84,13 +84,7 @@ zum Beispiel in zahlreichen Foren und (in englischer Sprache) im Aktuelle Version:  dvdisaster-0.79.5.tar.bz2 (digitale Unterschrift, - MD5-Prüfsumme: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx) - - - Vorherige (ältere) Version: - dvdisaster-0.72.6.tar.bz2 - (digitale Unterschrift, - MD5-Prüfsumme: f4213af05fe5c36e93bdf8a1732a66d1) + MD5-Prüfsumme: ceef990a2239c43314bc6427c6afb181)

@@ -101,105 +95,35 @@ ihren Ursprungszustand überprüft werden. In den Archiven gibt die Datei

-Die Unterstützung von Windows and Mac OS wurde eingestellt. -Ein anderer Entwickler hat angefangen, eine Version von dvdisaster direkt für Windows zu -erstellen, aber es gibt dazu noch nichts anzukündigen. Verwenden Sie -bis dahin bitte weiterhin -die letzte veröffentlichte Version 0.72.3 für Windows. +Die Unterstützung von OS X und Windows wurde eingestellt. +Die letzte veröffentlichte Version 0.72.3 für Windows ist noch verfügbar. +

+Die Entwickler-Versionen sind zurück!

+ +Der ursprüngliche Plan, alle paar Monate eine stabile Version zu veröffentlichen, kann derzeit aus Zeitmangel nicht umgesetzt werden. In der Zwischenzeit werden (unstabile) Entwicklerversionen veröffentlicht, wenn sich die Notwendigkeit für eine kurzfristige Aktualisierung ergibt. Bitte beachten Sie, daß diese Versionen nicht dokumentiert sind. Sie können unvollständige oder fehlerhafte Eigenschaften aufweisen. Sie sollten diese Versionen nur nutzen, wenn Sie eine Funktionalität aus der unten aufgeführten Liste benötigen.

+ +dvdisaster-0.79.6.tar.bz2 + (digitale Unterschrift, + MD5-Prüfsumme: ceef990a2239c43314bc6427c6afb181) + +

    +
  • Das "Datenträger-Info"-Werkzeug zeigt nun die korrekte Leerkapazität an (vorher wurde immer Null ausgegeben).
  • +
  • Unterstützung für BDXL-TL-Datenträger (dreilagig, 100GB).
  • +
  • Sektoren-Prüfsummen und Abbild-Prüfsummen werden während des Lesens von + Datenträgern zwischengespeichert und beim Erstellen von Fehlerkorrektur-Daten + wiederverwendet. Das Erstellen von Fehlerkorrektur-Daten wird dadurch beschleunigt + und RS03-Fehlerkorrektur-Daten enthalten die optionale Abbild-Prüfsumme, + wenn der Datenträger vorher einmal komplett eingelesen wurde. +
  • +
+

+

Was ist mit den alten dvdisaster-Seiten passiert?

-Zur Erläuterung eine Übersetzung des Vorwortes aus -dem englischen Benutzerhandbuch:

- -Seit der Veröffentlichung von dvdisaster 0.79.3 (Version 0.79.4 -wurde nicht abgeschlossen und veröffentlicht) sind nahezu -fünf Jahre vergangen. -Dies liegt teilweise an den veränderten Lebensumständen -des verantwortlichen Entwicklers, aber auch an vielen -Änderungen am Quellkode. Viele interne Strukturen wurden -in dvdisaster 0.79.5 im Vergleich zu seinem Vorgänger -deutlich verändert.

- -Die wichtigste Änderung ist in dvdisaster 0.79.5 -natürlich der multihreading-fähige RS03-Kodierer. -Während es ungefähr 62 Minuten auf einem durchschnittlich -leistungsfähigen PC dauert, um ein 36 GiB großes Abbild -mit dem RS02-Kodierer zu bearbeiten, so benötigt der -neue RS03-Kodierer weniger als 7 Minuten mit sechs -Prozessorkernen auf der selben Maschine. Auf einem -Hochleistungs-Server mit 16 Prozessorkernen und -hohem Ein-/Ausgabe-Durchsatz kann diese Aufgabe in -unter einer Minute bearbeitet werden. Das ist -ein großer Schritt nach vorne.

- -RS03 ist ab dieser Version für den produktiven -Einsatz geeignet. Einige nicht grundlegende -Funktionen werden noch mit den nächsten Versionen -nachgereicht; dies umfaßt unter anderem das -adaptive Lesen mit RS03 sowie das schnelle -Reparieren von Datenträgern unter Nutzung von -Multithreading.

- -Andere Teile des Projektes mußten geändert oder -eingestellt werden. Ein Softwareprojekt lebt -von der Weiterentwicklung und von regelmäßigen -Veröffentlichungen; anderenfalls hört das -Projekt letztendlich auf zu existieren. -dvdisaster lief in den letzten Jahren Gefahr, -dieses Schicksal zu erleiden. Um zu verhindern -daß dies erneut eintritt, wird sich das -Projekt nun auf die Entwicklung des Quellkodes -konzentrieren; alle anderen Aktivitäten werden -an andere Personen weitergegeben oder -eingestellt. Die Quellkode-Entwicklung wird -sich nur noch mit der GNU/Linux-Version -befassen, die auch die Basis für alle -anderen Betriebssysteme liefert. Darin -inbegriffen sind die Portierungen für -FreeBSD und NetBSD, die sich sehr einfach -aus der GNU/Linux-Version ableiten lassen. -Dies gilt leider nicht für die Mac OS- -und Windows-Versionen, die ab sofort -eingestellt werden.

- -Ebenso werden die getrennten Versionszweige mit -stabilen Versionen und Entwicklerversionen eingestellt. -Ab dieser Version werden alle dvdisaster-Veröffentlichungen -als bereit für den produktiven Einsatz betrachtet, -wodurch sich eine Unterscheidung in verschiedene -Zweige erübrigt.

- -Die Bereitstellung der mehrsprachlichen Dokumentation, -die gleichzeitig auch als Projektseite im Internet diente, -hat sich ebenfalls als zu aufwändig erwiesen. -Die Projektseite ist nun eine einfache Plattform -zum Herunterladen des Quellkodes. Sie wendet sich jetzt -an die Paketverwalter, die Binärversionen für -GNU/Linux, FreeBSD und NetBSD bereitstellen.
- -Das Benutzerhandbuch wird nun im PDF-Format -bereitgestellt; dies ist viel einfacher zu -erzeugen als die alte HTML-Version. Die -einzige verfügbare Sprache ist Englisch. -Die meisten Teile des Benutzerhandbuches wurden -aus der alten Online-Dokumentation übernommen; -daher wirkt sie immer noch mehr wie die -Internetseiten als wie ein Buch. Hyperlinks -sind in PDF nicht so komfortabel nutzbar -wie in HTML, aber sie wurden in dem Handbuch -belassen um zu betonen daß es als Online-Referenz -gedacht ist. Bitte schonen Sie die Natur und -drucken Sie das Benutzerhandbuch nicht aus. -Es ist ohnehin nicht dazu gedacht, von -vorne nach hinten wie ein Buch gelesen zu werden.

- -Nun gut, genug geredet. Möge Ihnen dvdisaster helfen, -Ihre Daten zu schützen und wiederherzustellen, und -vielen Dank daß Sie es nutzen!

- - -- cg, August 2015 +Bitte schauen Sie in das Vorwort zur Version 0.79.5 im +englischen Benutzerhandbuch. @@ -209,7 +133,7 @@ vielen Dank daß Sie es nutzen!

- Copyright 2004-2015 Carsten Gnörlich.
+ Copyright 2004-2017 Carsten Gnörlich.
Die unveränderte Vervielfältigung und Verteilung dieses gesamten Artikels in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
diff --git a/documentation/upstream-site/de/verschiedenes.html b/documentation/upstream-site/de/verschiedenes.html index 2eb2273..1549a5b 100644 --- a/documentation/upstream-site/de/verschiedenes.html +++ b/documentation/upstream-site/de/verschiedenes.html @@ -13,7 +13,7 @@ dvdisaster  - Version 0.79.5 + Version 0.79.5 (stable) / 0.79.6 (unstable)   @@ -56,17 +56,12 @@ uid dvdisaster (pkg signing key #2) sub 4096R/758BCC23 2015-10-05 -Ältere Versionen (bis zu 0.79.3) wurden mit dem folgenden -1024bit DSA-Schlüssel unterschrieben: -

-pub   1024D/F5F6C46C 2003-08-22
-  Schl.-Fingerabdruck = 12B3 1535 AF90 3ADE 9E73  BA7E 5A59 0EFE F5F6 C46C
-uid                  Carsten Gnörlich (pkg signing key #1)
-sub   1024g/091AD320 2003-08-22
-
+Ältere Versionen (bis zu 0.79.3) wurden mit einem +1024bit DSA-Schlüssel unterschrieben, +der noch zum Vergleich hier verfügbar ist. -Sie können den Fingerabdruck des öffentlichen Schlüssels auch direkt von +Sie können den Fingerabdruck der öffentlichen Schlüssel auch direkt von den Entwicklern erhalten, indem Sie eine E-Mail an carsten@dvdisaster.org schreiben. Bitte verwenden Sie den Betreff "GPG finger print". @@ -79,7 +74,7 @@ Das Benutzerhandbuch zu dvdisaster gibt es - leider aus Zeitgründen nur in englischer Sprache - als PDF-Dokument (manual.pdf). Es erläutert die Benutzung von dvdisaster anhand einiger grundlegender Beispiele und enthält weitere Hintergrundinformationen -zu seiner Funktionsweise.
+zu seiner Funktionsweise. Sie brauchen das Handbuch hier nicht herunterzuladen, wenn Sie bereits das Quellkode-Archiv haben - dort ist ebenfalls ein Exemplar enthalten.

@@ -87,7 +82,7 @@ das Quellkode-Archiv haben - dort ist ebenfalls ein Exemplar enthalten. Kodierer-Spezifikation

Die Spezifikation der RS01-, RS02- und RS03-Kodierer -ist als PDF-Dokument (codecs.pdf) +ist als PDF-Dokument (codecs.pdf) verfügbar. Dieses Dokument ist zur Diskussion der Kodierer-Implementierung unter @@ -112,13 +107,13 @@ bis dahin bitte weiterhin die letzte veröffentlichte Version für Windows: Quellkode:  dvdisaster-0.72.3.tar.bz2 - (Digitale Unterschrift, + (Digitale Unterschrift, MD5-Prüfsumme: 4eb09c1aa3cdbc1dafdb075148fb471d) Installierbare Binärversion:  dvdisaster-0.72.3-setup.exe - (Digitale Unterschrift, + (Digitale Unterschrift, MD5-Prüfsumme: b6861ba1e8de6d91a2da5342a14870e0) @@ -131,7 +126,7 @@ bis dahin bitte weiterhin die letzte veröffentlichte Version für Windows: - Copyright 2004-2015 Carsten Gnörlich.
+ Copyright 2004-2017 Carsten Gnörlich.
Die unveränderte Vervielfältigung und Verteilung dieses gesamten Artikels in beliebiger Form ist gestattet, sofern dieser Hinweis erhalten bleibt.
diff --git a/documentation/upstream-site/en/imprint.html b/documentation/upstream-site/en/imprint.html index b2d3e40..d99324b 100644 --- a/documentation/upstream-site/en/imprint.html +++ b/documentation/upstream-site/en/imprint.html @@ -13,7 +13,7 @@ dvdisaster  - Version 0.79.5 + Version 0.79.5 (stable) / 0.79.6 (unstable)   @@ -74,7 +74,7 @@ This notice covers the web sites under the domains
- Copyright 2004-2015 Carsten Gnörlich.
+ Copyright 2004-2017 Carsten Gnörlich.
Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.
diff --git a/documentation/upstream-site/en/index.html b/documentation/upstream-site/en/index.html index 9391354..ee1dec5 100644 --- a/documentation/upstream-site/en/index.html +++ b/documentation/upstream-site/en/index.html @@ -13,7 +13,7 @@ dvdisaster  - Version 0.79.5 + Version 0.79.5 (stable) / 0.79.6 (unstable)   @@ -75,16 +75,10 @@ - + - - - - - + MD5 sum: ceef990a2239c43314bc6427c6afb181)
Current version: Current stable version:  dvdisaster-0.79.5.tar.bz2 (digital signature, - MD5 checksum: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx)
Previous (older) version:dvdisaster-0.72.6.tar.bz2(digital signature, - MD5 checksum: f4213af05fe5c36e93bdf8a1732a66d1)

@@ -94,87 +88,35 @@ verification that the packages are in their original state. The archives contain a file INSTALL with further instructions for building dvdisaster.

+ OS X and Windows are no longer supported. + The last published version for Windows (0.72.3) is still available. - Windows and Mac OS are no longer supported. A native Windows fork - of dvdisaster will be started soon by another developer, but there is nothing to announce yet. - In the mean time, please continue using - the last published version for Windows (0.72.3). +

+The developer versions are back!

+ +The original plan of publishing stable versions every few months did not work out due to continued lack of time. In the mean time, developer (unstable) versions are published whenever the need arises for a current update. Please be aware that developer versions are undocumented and may contain unfinished or otherwise defective functionality. You should only use them if you need some of the features detailed in the list below.

+ + +dvdisaster-0.79.6.tar.bz2 + (digital signature, + MD5 sum: ceef990a2239c43314bc6427c6afb181) + +

    +
  • The "medium info" tool will now correctly show the blank capacity (was previously always shown as zero)
  • +
  • added support for BDXL-TL (triple layer, 100GB) media
  • +
  • Sector CRC sums and the image MD5 sums are collected during + reading the medium and can be re-used by the ecc data creation + process. Speeds up ecc generation and enables RS03 image + checksums when generating ecc data was preceeded by a read. +
  • +

What happened to the old dvdisaster site?

-To quote from the preface of the user manual:

+ + Please see the Preface for version 0.79.5 in the user manual. + -Since the release of dvdisaster 0.79.3 (version 0.79.4 was -never finished and released), nearly five years have passed. -This was partly due to changed circumstances in its -primary developer's life, but there was also a lot of -coding going on behind the scenes. In comparison with its -predecessor, dvdisaster 0.79.5 comes with lots of its -internals being significantly reworked.

- -The most visible improvement of dvdisaster 0.79.5 is, of -course, its multithreaded RS03 codec. While it takes -about 62 minutes for protecting a 36 GiB image with RS02 -on a mid range PC, -the same task is done with RS03 in less than 7 minutes -using 6 processor cores on the same machine. -On a high end server with at least 16 cores and very good I/O, -this can be done in under a minute. That's quite an -improvement.
- -RS03 is ready for production use in the current release. -Some non-essential features, especially reworking the -adaptive reading for use with RS03 and multi-threaded -RS03 decoding (media fixing) will be delivered with -the following dvdisaster releases.

- -Other parts of the project had to be changed or even -discontinued. A software project lives on development -and continuous releases; else the -project will eventually die. In this respect, dvdisaster -was very endangered in the last few years. -To prevent this from happening again, most effort -is now directed into source code development; -everything else is delegated or discontinued. -Source code development basically means making -the GNU/Linux version, which provides the code base -for all other versions, and the FreeBSD and NetBSD ports, -which are very easily derived from the GNU/Linux code. -This is not the case for the Mac OS and Windows ports, -which are, unfortunately, discontinued as of now.
- -Another feature which has to go are the separate -stable and development releases. -Starting with this version, all dvdisaster releases -are considered production quality, so there is no -need for different branches anymore.

- -Maintaining the multi-lingual online documentation, which -also served as the project home page, did also prove to -be too time consuming. The project home page has -been changed into a simple download platform for -the project sources. It is now directed at package -maintainers who will create and pass on binaries -for the GNU/Linux, FreeBSD and NetBSD distributions.
- -The program documentation, which you are reading -right now, is provided in PDF format which is much -easier to author than the HTML version. The only -language available is English. Most parts of this -manual have been adapted from the old online -documentation, so it still feels more like a website -than a book. While hyperlinks are not as usable in PDF -as in HTML, they have been kept in this document to -stress that it is intended to be used as an online reference. -So please do our environment a favour and do not print -this manual. It is not meant to be read -from front cover to back cover, anyways.

- -Okay, enough ranting already. May dvdisaster be helpful -in protecting and recovering your valuable data, -and thanks for using it!

- - -- cg, August 2015 @@ -184,7 +126,7 @@ and thanks for using it!

- Copyright 2004-2015 Carsten Gnörlich.
+ Copyright 2004-2017 Carsten Gnörlich.
Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.
diff --git a/documentation/upstream-site/en/misc.html b/documentation/upstream-site/en/misc.html index fc7e788..cfe3e47 100644 --- a/documentation/upstream-site/en/misc.html +++ b/documentation/upstream-site/en/misc.html @@ -13,7 +13,7 @@ dvdisaster  - Version 0.79.5 + Version 0.79.5 (stable) / 0.79.6 (unstable)   @@ -58,17 +58,11 @@ sub 4096R/758BCC23 2015-10-05 -Older releases up to version 0.79.3 have been signed with this 1024bit DSA key: - -

-pub   1024D/F5F6C46C 2003-08-22
-      Key fingerprint = 12B3 1535 AF90 3ADE 9E73  BA7E 5A59 0EFE F5F6 C46C
-uid                  Carsten Gnörlich (pkg signing key #1)
-sub   1024g/091AD320 2003-08-22
-
+The 1024bit DSA key used to sign releases up to version 0.79.3 is +still available for reference. Feel free to send an email to carsten@dvdisaster.org to obtain -the fingerprint directly from the developers. +any of these fingerprints directly from the developers. Please include "GPG finger print" in the subject line.

@@ -79,7 +73,7 @@ Please include "GPG finger print" in the subject line. The user manual is provided as a PDF document (manual.pdf). It contains several basic examples of using dvdisaster and some background -information on its way of working.
+information on its way of working. You do not need to download the manual if you already have the source code archive - a copy of the manual is contained there.

@@ -87,7 +81,7 @@ source code archive - a copy of the manual is contained there. Codec specification

The specification of the RS01, RS02 and RS03 codec -is available as a PDF document (codecs.pdf). +is available as a PDF document (codecs.pdf). This document is meant to discuss the codec implementation among developers. It requires knowledge in the area of coding theory and is not meant as end @@ -112,13 +106,13 @@ In the mean time, please continue using the last published version for Windows ( Source code:  dvdisaster-0.72.3.tar.bz2 - (digital signature, + (digital signature, MD5 checksum: 4eb09c1aa3cdbc1dafdb075148fb471d) Binary installer:  dvdisaster-0.72.3-setup.exe - (digital signature, + (digital signature, MD5 checksum: b6861ba1e8de6d91a2da5342a14870e0) @@ -131,7 +125,7 @@ In the mean time, please continue using the last published version for Windows ( - Copyright 2004-2015 Carsten Gnörlich.
+ Copyright 2004-2017 Carsten Gnörlich.
Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.
diff --git a/documentation/upstream-site/en/privacy.html b/documentation/upstream-site/en/privacy.html index db50e2c..38e5928 100644 --- a/documentation/upstream-site/en/privacy.html +++ b/documentation/upstream-site/en/privacy.html @@ -13,7 +13,7 @@ dvdisaster  - Version 0.79.5 + Version 0.79.5 (stable) / 0.79.6 (unstable)   @@ -51,29 +51,14 @@ dvdisaster.org

The dvdisaster project (see the contact page for representatives) -is taking your privacy seriously. The following statement gives you an overview -about the kind and purpose of the data we are collecting: +provides its internet sites to you without requiring a registration or entering personal data.

-Log files (data processed by our internet servers)

- -Your visit of our internet sites is being logged. -Our servers collect the following data: - -

    -
  • the type and version of your web browser
  • -
  • the operating system being used
  • -
  • the web site from which you were directed to our internet site (if applicable)
  • -
  • the host name or IP address of the computer which made the access
  • -
  • the time and date of the server query
  • -
  • the file names of the visited pages.
  • -
- -This data is not used to identify the visitors of our web sites. -It will not be combined with other data sources. The data will be -deleted after a statistical analysis. +Server log files

+The servers of this internet site create no logs about your visit. +

Cookies

@@ -104,7 +89,7 @@ change notices. - Copyright 2004-2015 Carsten Gnörlich.
+ Copyright 2004-2017 Carsten Gnörlich.
Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.
diff --git a/documentation/user-manual/manual.pdf b/documentation/user-manual/manual.pdf index 4065311..6973868 100644 Binary files a/documentation/user-manual/manual.pdf and b/documentation/user-manual/manual.pdf differ diff --git a/documentation/user-manual/manual.tex b/documentation/user-manual/manual.tex index 60fb51e..3024f3a 100644 --- a/documentation/user-manual/manual.tex +++ b/documentation/user-manual/manual.tex @@ -98,7 +98,7 @@ containing a formal specification of the error correction data format. \vfill \begin{center} {\em -Copyright 2008-2015 Carsten Gnörlich. +Copyright 2008-2017 Carsten Gnörlich. Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.} \end{center} diff --git a/documentation/user-manual/overview.tex b/documentation/user-manual/overview.tex index 89856bc..bc654e8 100644 --- a/documentation/user-manual/overview.tex +++ b/documentation/user-manual/overview.tex @@ -101,8 +101,8 @@ please see the \tlnk{reporting-defects}{reporting defects} section. \paragraph{Recovery of aged media.} The medium processed here has become discolored and partly unreadable in its outer region. -A reading attempt yields about 23.000 unreadable sectors of 342.000 sectors total; -resulting in about 7,2\% defective sectors. Figure \ref{recover-linear} shows the +A reading attempt yields about 23.600 unreadable sectors of 360056 sectors total; +resulting in about 6,6\% defective sectors. Figure \ref{recover-linear} shows the dvdisaster window after the reading attempt. The distribution of reading speed and read errors over the medium is graphically shown. The still readable sectors are stored in an ISO image called {\em medium.iso}. @@ -114,7 +114,7 @@ The still readable sectors are stored in an ISO image called {\em medium.iso}. \end{figure} \paragraph{Repairing the defective image.} -The image which has been just read is incomplete since about 23.000 sectors could +The image which has been just read is incomplete since about 23.600 sectors could not be read. These sectors are now reconstructed using the error correction data created with dvdisaster. During the recovery a maximum of 20 errors per error correction block is encountered (see figure \ref{fix-image}). @@ -129,7 +129,7 @@ than a normal backup, though). Like an ordinary backup, the ecc data needs to be created before the medium goes defective. So if you have a defective medium but never created ecc data for it, you will -not be able to recover the defective sectors (23.000 in the above example). +not be able to recover the defective sectors (23.600 in the above example). The data located at the end of the medium will be lost, while you will probably be able to extract some files which are located at the beginning of the medium. \newpage diff --git a/documentation/user-manual/qa.tex b/documentation/user-manual/qa.tex index 5d4b35a..a3465a8 100644 --- a/documentation/user-manual/qa.tex +++ b/documentation/user-manual/qa.tex @@ -257,11 +257,19 @@ Usable media by type: \medskip -{\bf BD-R, BD-RW} +{\bf BD-R, BD-RW} \quad (one or two layers) \begin{itemize} -\item No limitations are known so far, but very few results on the - two-layered type (the 50GiB variety) have been reported yet. +\item No limitations are known. +\end{itemize} + +\medskip + +{\bf BDXL-R} + +\begin{itemize} +\item Currently only the three-layered (100GB) version is tested and supported. +\item Note: BDXL is not backwards compatible with standard BD drives. \end{itemize} \medskip @@ -351,7 +359,7 @@ Usable media by type: You are welcome, of course, to provide an unoffical translation of the project documentation on your own webspace and at your own discretion. } -\newpage +%\newpage \subsection{Error messages} \label{qa-error} diff --git a/documentation/user-manual/screenshots/action-buttons.png b/documentation/user-manual/screenshots/action-buttons.png index 5cacaf0..f35dee9 100644 Binary files a/documentation/user-manual/screenshots/action-buttons.png and b/documentation/user-manual/screenshots/action-buttons.png differ diff --git a/documentation/user-manual/screenshots/activate-logfile.png b/documentation/user-manual/screenshots/activate-logfile.png index f865d58..6b816f0 100644 Binary files a/documentation/user-manual/screenshots/activate-logfile.png and b/documentation/user-manual/screenshots/activate-logfile.png differ diff --git a/documentation/user-manual/screenshots/adaptive-failure.png b/documentation/user-manual/screenshots/adaptive-failure.png index 4297908..0d61b78 100644 Binary files a/documentation/user-manual/screenshots/adaptive-failure.png and b/documentation/user-manual/screenshots/adaptive-failure.png differ diff --git a/documentation/user-manual/screenshots/adaptive-progress.png b/documentation/user-manual/screenshots/adaptive-progress.png index a215328..594c5d0 100644 Binary files a/documentation/user-manual/screenshots/adaptive-progress.png and b/documentation/user-manual/screenshots/adaptive-progress.png differ diff --git a/documentation/user-manual/screenshots/adaptive-success.png b/documentation/user-manual/screenshots/adaptive-success.png index 39e619a..df1aabb 100644 Binary files a/documentation/user-manual/screenshots/adaptive-success.png and b/documentation/user-manual/screenshots/adaptive-success.png differ diff --git a/documentation/user-manual/screenshots/crc-cd-scan.png b/documentation/user-manual/screenshots/crc-cd-scan.png index 845027e..96ff368 100644 Binary files a/documentation/user-manual/screenshots/crc-cd-scan.png and b/documentation/user-manual/screenshots/crc-cd-scan.png differ diff --git a/documentation/user-manual/screenshots/dialog-drive-full.png b/documentation/user-manual/screenshots/dialog-drive-full.png index 6e3a9ec..0a9361d 100644 Binary files a/documentation/user-manual/screenshots/dialog-drive-full.png and b/documentation/user-manual/screenshots/dialog-drive-full.png differ diff --git a/documentation/user-manual/screenshots/dialog-drive-linux.png b/documentation/user-manual/screenshots/dialog-drive-linux.png index 7ccaf4f..f57c05f 100644 Binary files a/documentation/user-manual/screenshots/dialog-drive-linux.png and b/documentation/user-manual/screenshots/dialog-drive-linux.png differ diff --git a/documentation/user-manual/screenshots/dialog-eccfile-full.png b/documentation/user-manual/screenshots/dialog-eccfile-full.png index 36c7b5e..7229884 100644 Binary files a/documentation/user-manual/screenshots/dialog-eccfile-full.png and b/documentation/user-manual/screenshots/dialog-eccfile-full.png differ diff --git a/documentation/user-manual/screenshots/dialog-image-full.png b/documentation/user-manual/screenshots/dialog-image-full.png index 52953b6..a650669 100644 Binary files a/documentation/user-manual/screenshots/dialog-image-full.png and b/documentation/user-manual/screenshots/dialog-image-full.png differ diff --git a/documentation/user-manual/screenshots/fix-image.png b/documentation/user-manual/screenshots/fix-image.png index 4d2bea5..3c384bf 100644 Binary files a/documentation/user-manual/screenshots/fix-image.png and b/documentation/user-manual/screenshots/fix-image.png differ diff --git a/documentation/user-manual/screenshots/fix-reread-dvd.png b/documentation/user-manual/screenshots/fix-reread-dvd.png index e3f1420..28222e7 100644 Binary files a/documentation/user-manual/screenshots/fix-reread-dvd.png and b/documentation/user-manual/screenshots/fix-reread-dvd.png differ diff --git a/documentation/user-manual/screenshots/fix-success.png b/documentation/user-manual/screenshots/fix-success.png index ca58ff8..14b7191 100644 Binary files a/documentation/user-manual/screenshots/fix-success.png and b/documentation/user-manual/screenshots/fix-success.png differ diff --git a/documentation/user-manual/screenshots/global-prefs-invoke.png b/documentation/user-manual/screenshots/global-prefs-invoke.png index fe574f1..0ac5a4e 100644 Binary files a/documentation/user-manual/screenshots/global-prefs-invoke.png and b/documentation/user-manual/screenshots/global-prefs-invoke.png differ diff --git a/documentation/user-manual/screenshots/good-cd-scan.png b/documentation/user-manual/screenshots/good-cd-scan.png index b792e5f..da6959a 100644 Binary files a/documentation/user-manual/screenshots/good-cd-scan.png and b/documentation/user-manual/screenshots/good-cd-scan.png differ diff --git a/documentation/user-manual/screenshots/good-dvd9-scan.png b/documentation/user-manual/screenshots/good-dvd9-scan.png index 5cc592b..c760a5c 100644 Binary files a/documentation/user-manual/screenshots/good-dvd9-scan.png and b/documentation/user-manual/screenshots/good-dvd9-scan.png differ diff --git a/documentation/user-manual/screenshots/info-bad-rs01.png b/documentation/user-manual/screenshots/info-bad-rs01.png index 0a24175..3c3887d 100644 Binary files a/documentation/user-manual/screenshots/info-bad-rs01.png and b/documentation/user-manual/screenshots/info-bad-rs01.png differ diff --git a/documentation/user-manual/screenshots/info-bad-rs02.png b/documentation/user-manual/screenshots/info-bad-rs02.png index d3cbdfb..96c18a5 100644 Binary files a/documentation/user-manual/screenshots/info-bad-rs02.png and b/documentation/user-manual/screenshots/info-bad-rs02.png differ diff --git a/documentation/user-manual/screenshots/info-mismatch.png b/documentation/user-manual/screenshots/info-mismatch.png index a6a1215..094ad4f 100644 Binary files a/documentation/user-manual/screenshots/info-mismatch.png and b/documentation/user-manual/screenshots/info-mismatch.png differ diff --git a/documentation/user-manual/screenshots/info-okay-rs01.png b/documentation/user-manual/screenshots/info-okay-rs01.png index 5f999e0..009882d 100644 Binary files a/documentation/user-manual/screenshots/info-okay-rs01.png and b/documentation/user-manual/screenshots/info-okay-rs01.png differ diff --git a/documentation/user-manual/screenshots/info-okay-rs02.png b/documentation/user-manual/screenshots/info-okay-rs02.png index 84f7010..8540811 100644 Binary files a/documentation/user-manual/screenshots/info-okay-rs02.png and b/documentation/user-manual/screenshots/info-okay-rs02.png differ diff --git a/documentation/user-manual/screenshots/info-okay-rs03-augmented.png b/documentation/user-manual/screenshots/info-okay-rs03-augmented.png index 4bf578d..4a7e549 100644 Binary files a/documentation/user-manual/screenshots/info-okay-rs03-augmented.png and b/documentation/user-manual/screenshots/info-okay-rs03-augmented.png differ diff --git a/documentation/user-manual/screenshots/info-okay-rs03-file.png b/documentation/user-manual/screenshots/info-okay-rs03-file.png index b73d861..521b41d 100644 Binary files a/documentation/user-manual/screenshots/info-okay-rs03-file.png and b/documentation/user-manual/screenshots/info-okay-rs03-file.png differ diff --git a/documentation/user-manual/screenshots/info-padding.png b/documentation/user-manual/screenshots/info-padding.png index 63013c3..f1bc1c0 100644 Binary files a/documentation/user-manual/screenshots/info-padding.png and b/documentation/user-manual/screenshots/info-padding.png differ diff --git a/documentation/user-manual/screenshots/info-truncated.png b/documentation/user-manual/screenshots/info-truncated.png index 11a9d4f..9f84ca2 100644 Binary files a/documentation/user-manual/screenshots/info-truncated.png and b/documentation/user-manual/screenshots/info-truncated.png differ diff --git a/documentation/user-manual/screenshots/recover-linear.png b/documentation/user-manual/screenshots/recover-linear.png index fd5fd16..319d606 100644 Binary files a/documentation/user-manual/screenshots/recover-linear.png and b/documentation/user-manual/screenshots/recover-linear.png differ diff --git a/documentation/user-manual/screenshots/verify-fail1.png b/documentation/user-manual/screenshots/verify-fail1.png index 63013c3..0d35b94 100644 Binary files a/documentation/user-manual/screenshots/verify-fail1.png and b/documentation/user-manual/screenshots/verify-fail1.png differ diff --git a/documentation/user-manual/screenshots/verify-fail2.png b/documentation/user-manual/screenshots/verify-fail2.png index 51c9037..ee6c860 100644 Binary files a/documentation/user-manual/screenshots/verify-fail2.png and b/documentation/user-manual/screenshots/verify-fail2.png differ diff --git a/documentation/user-manual/screenshots/weak-cd-scan.png b/documentation/user-manual/screenshots/weak-cd-scan.png index 1ea8e1e..9fd7735 100644 Binary files a/documentation/user-manual/screenshots/weak-cd-scan.png and b/documentation/user-manual/screenshots/weak-cd-scan.png differ diff --git a/ds-marker.c b/ds-marker.c index 6b14027..556a402 100644 --- a/ds-marker.c +++ b/ds-marker.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org diff --git a/dvdisaster.c b/dvdisaster.c index a24e599..6742d99 100644 --- a/dvdisaster.c +++ b/dvdisaster.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org @@ -73,6 +73,7 @@ typedef enum MODIFIER_IGNORE_FATAL_SENSE, MODIFIER_IGNORE_ISO_SIZE, MODIFIER_INTERNAL_REREADS, + MODIFIER_NO_PROGRESS, MODIFIER_OLD_DS_MARKER, MODIFIER_PREFETCH_SECTORS, MODIFIER_RANDOM_SEED, @@ -80,6 +81,7 @@ typedef enum MODIFIER_READ_ATTEMPTS, MODIFIER_READ_MEDIUM, MODIFIER_READ_RAW, + MODIFIER_REGTEST, MODIFIER_RESOURCE_FILE, MODIFIER_SCREEN_SHOT, MODIFIER_SET_VERSION, @@ -229,6 +231,7 @@ int main(int argc, char *argv[]) {"medium-info", 0, 0, MODE_MEDIUM_INFO }, {"merge-images", 1, 0, MODE_MERGE_IMAGES }, {"method", 2, 0, 'm' }, + {"no-progress", 0, 0, MODIFIER_NO_PROGRESS }, {"old-ds-marker", 0, 0, MODIFIER_OLD_DS_MARKER }, {"prefetch-sectors", 1, 0, MODIFIER_PREFETCH_SECTORS }, {"prefix", 1, 0, 'p'}, @@ -242,6 +245,7 @@ int main(int argc, char *argv[]) {"read-medium", 1, 0, MODIFIER_READ_MEDIUM }, {"read-sector", 1, 0, MODE_READ_SECTOR}, {"read-raw", 0, 0, MODIFIER_READ_RAW}, + {"regtest", 0, 0, MODIFIER_REGTEST}, {"redundancy", 1, 0, 'n'}, {"resource-file", 1, 0, MODIFIER_RESOURCE_FILE}, {"scan", 2, 0,'s'}, @@ -318,6 +322,8 @@ int main(int argc, char *argv[]) Closure->mediumSize = BD_SL_SIZE; else if(!strcmp(optarg, "BD2") || !strcmp(optarg, "bd2")) Closure->mediumSize = BD_DL_SIZE; + else if(!strcmp(optarg, "BDXL3") || !strcmp(optarg, "bdxl3")) + Closure->mediumSize = BDXL_TL_SIZE; else { int len = strlen(optarg); if(strchr("0123456789", optarg[len-1])) @@ -479,6 +485,9 @@ int main(int argc, char *argv[]) } } break; + case MODIFIER_NO_PROGRESS: + Closure->noProgress = 1; + break; case MODIFIER_OLD_DS_MARKER: Closure->dsmVersion = 0; break; @@ -525,6 +534,9 @@ int main(int argc, char *argv[]) case MODIFIER_READ_RAW: Closure->readRaw = TRUE; break; + case MODIFIER_REGTEST: + Closure->regtestMode = TRUE; + break; case MODIFIER_RESOURCE_FILE: if(Closure->dotFile) g_free(Closure->dotFile); @@ -914,12 +926,14 @@ int main(int argc, char *argv[]) PrintCLI(_(" --ignore-iso-size - ignore image size from ISO/UDF data (dangerous - see man page!)\n")); PrintCLI(_(" --internal-rereads n - drive may attempt n rereads before reporting an error\n")); PrintCLI(_(" --medium-info - print info about medium in drive\n")); + PrintCLI(_(" --no-progress - do not print progress information\n")); PrintCLI(_(" --old-ds-marker - mark missing sectors compatible with dvdisaster <= 0.70\n")); PrintCLI(_(" --prefetch-sectors n - prefetch n sectors for RS03 encoding (uses ~nMiB)\n")); PrintCLI(_(" --raw-mode n - mode for raw reading CD media (20 or 21)\n")); PrintCLI(_(" --read-attempts n-m - attempts n upto m reads of a defective sector\n")); PrintCLI(_(" --read-medium n - read the whole medium up to n times\n")); PrintCLI(_(" --read-raw - performs read in raw mode if possible\n")); + PrintCLI(_(" --regtest - tweaks output for compatibility with regtests\n")); PrintCLI(_(" --resource-file p - get resource file from given path\n")); PrintCLI(_(" --speed-warning n - print warning if speed changes by more than n percent\n")); PrintCLI(_(" --spinup-delay n - wait n seconds for drive to spin up\n")); diff --git a/dvdisaster.h b/dvdisaster.h index 2507ab9..7fb980b 100644 --- a/dvdisaster.h +++ b/dvdisaster.h @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org @@ -85,11 +85,22 @@ /* Some standard media sizes */ +/* WARNING: These values affect RS03 in non-obvious ways. + * If you create RS03 data with changed values, you MUST + * keep a dvdisaster version with the changed values for + * recovering images with that RS03 data. + * dvdisaster compiled with default values may appear to + * scan and verify such images correctly as long as they + * are not damaged. But recovery WILL BREAK when + * processing a damaged image. YOU HAVE BEEN WARNED. + */ + #define CDR_SIZE (351*1024) -#define DVD_SL_SIZE 2295104 /* DVD+R/RW size used at least common denominator */ +#define DVD_SL_SIZE 2295104 /* DVD+R/RW size used as least common denominator */ #define DVD_DL_SIZE 4171712 /* also seen: 4148992 4173824 */ #define BD_SL_SIZE 11826176 #define BD_DL_SIZE 23652352 +#define BDXL_TL_SIZE 47305728 /* Maximum accepted media sizes (in 2K sectors) */ @@ -131,6 +142,7 @@ typedef struct _GlobalClosure { int version; /* Integer number representing current program version */ char *cookedVersion; /* version string formatted for GUI use */ + gint8 releaseFlags; /* flags marking release status */ char *versionString; /* more detailed version string */ char *device; /* currently selected device to read from */ GPtrArray *deviceNames; /* List of drive names */ @@ -144,13 +156,15 @@ typedef struct _GlobalClosure gint64 cdSize; /* Maximum cd size (for RS02 type images) */ gint64 dvdSize1; /* Maximum 1-layer dvd size (for augmented images) */ gint64 dvdSize2; /* Maximum 2-layer dvd size (for augmented images) */ - gint64 bdSize1; /* Maximum 1-layer dvd size (for augmented images) */ - gint64 bdSize2; /* Maximum 2-layer dvd size (for augmented images) */ + gint64 bdSize1; /* Maximum 1-layer bd size (for augmented images) */ + gint64 bdSize2; /* Maximum 2-layer bd size (for augmented images) */ + gint64 bdSize3; /* Maximum 3-layer bdxl size (for augmented images) */ gint64 savedCDSize; /* Undo values for above */ gint64 savedDVDSize1; gint64 savedDVDSize2; gint64 savedBDSize1; gint64 savedBDSize2; + gint64 savedBDSize3; gint64 mediumSize; /* Maximum medium size (for augmented images) */ int cacheMiB; /* Cache setting for the parity codec, in megabytes */ int prefetchSectors; /* Prefetch setting per encoder thread */ @@ -171,11 +185,13 @@ typedef struct _GlobalClosure int spinupDelay; /* Seconds to wait for drive to spin up */ int truncate; /* confirms truncation of large images */ int noTruncate; /* do not truncate image at the end */ + int noProgress; /* do not print the percentage progress indicator */ int dsmVersion; /* 1 means new style dead sector marker */ int unlinkImage; /* delete image after ecc file creation */ int confirmDeletion; /* do not ask whether files should be deleted */ int driveSpeed; /* currently unused */ int debugMode; /* may activate additional features */ + int regtestMode; /* tweaks output for compatibility with regtests */ int debugCDump; /* dump as #include file instead of hexdump */ int verbose; /* may activate additional messages */ int quickVerify; /* do only non time-consuming verify actions */ @@ -226,11 +242,8 @@ typedef struct _GlobalClosure char *errorTitle; /* Title to show in error dialogs */ gint32 randomSeed; /* for the random number generator */ - guint32 *crcCache; /* sectorwise CRC32 for last image read */ - char *crcImageName; /* file name of cached image */ - unsigned char md5Cache[16]; /* md5sum of last image read */ + struct _CrcBuf *crcBuf; /* crcBuf of last image read */ - /*** GUI-related things */ int guiMode; /* TRUE if GUI is active */ @@ -318,7 +331,6 @@ typedef struct _GlobalClosure GtkWidget *readLinearFootline; GtkWidget *readLinearFootlineBox; gint64 crcErrors, readErrors; /* these are passed between threads and must therefore be global */ - int crcAvailable; /* true when CRC data is available while reading/scanning */ /*** Widgets for the adaptive reading action */ @@ -428,6 +440,7 @@ typedef struct _CrcBlock struct _RawBuffer *rawbuffer_forward; struct _DefectiveSectorHeader *dsh_forward; struct _DeviceHandle *dh_forward; +struct _Image *dh_image; /*** *** bitmap.c @@ -443,7 +456,7 @@ Bitmap* CreateBitmap0(int); #define GetBit(bm,bit) (bm->bitmap[(bit)>>5] & (1<<((bit)&31))) #define SetBit(bm,bit) bm->bitmap[(bit)>>5] |= (1<<((bit)&31)) #define ClearBit(bm,bit) bm->bitmap[(bit)>>5] &= ~(1<<((bit)&31)) -int CountBits(Bitmap*); +gint32 CountBits(Bitmap*); void FreeBitmap(Bitmap*); /*** @@ -466,7 +479,6 @@ void InitClosure(void); void LocalizedFileDefaults(void); void UpdateMarkup(char**, GdkColor*); void DefaultColors(void); -void ClearCrcCache(void); void FreeClosure(void); void ReadDotfile(void); void WriteSignature(void); @@ -483,10 +495,36 @@ guint32 EDCCrc32(unsigned char*, int); *** crcbuf.c ***/ +/* Flags for CrcBuf->md5State */ + +#define MD5_INVALID 0 +#define MD5_BUILDING 1<<0 +#define MD5_DATA_COMPLETE 1<<1 +#define MD5_IMAGE_COMPLETE 1<<2 +#define MD5_COMPLETE (MD5_DATA_COMPLETE | MD5_IMAGE_COMPLETE) + typedef struct _CrcBuf -{ guint32 *crcbuf; - guint64 size; +{ /* CRC32 of image sectors */ + guint32 *crcbuf; + guint64 crcSize; Bitmap *valid; + gint32 crcCached; /* CRC has been retrieved from ECC or previous run */ + + /* MD5 sum of image sectors */ + struct MD5Context *md5Ctxt; /* context for building the image MD5 sum */ + int md5State; /* state of md5 sum */ + guint64 lastSector; /* tracking of sector sequence */ + unsigned char dataMD5sum[16]; /* md5sum of data portion from last image read */ + unsigned char imageMD5sum[16]; /* md5sum of last image read */ + + /* Characteristics of image */ + char *imageName; /* file name of cached image */ + guint64 dataSectors; /* number of data sectors (minus ecc sectors) */ + guint64 coveredSectors; /* sectors covered by crc (EH, padding, ...) */ + guint64 allSectors; /* number of all image sectors */ + guint8 mediumFP[16]; /* fingerprint of image */ + gint32 fpSector; /* sector which was fingerprinted */ + gint32 fpValid; } CrcBuf; enum @@ -496,10 +534,21 @@ enum CRC_OUTSIDE_BOUND }; -CrcBuf *CreateCrcBuf(guint64); +/* Modes for AddSectorToCrcBuffer */ + +#define CRCBUF_UPDATE_CRC 1<<0 +#define CRCBUF_UPDATE_MD5 1<<1 +#define CRCBUF_UPDATE_ALL 3 +#define CRCBUF_UPDATE_CRC_AFTER_DATA 1<<2 + +CrcBuf *CreateCrcBuf(struct _Image*); void FreeCrcBuf(CrcBuf*); int CheckAgainstCrcBuffer(CrcBuf*, gint64, unsigned char*); +int AddSectorToCrcBuffer(CrcBuf*, int, guint64, unsigned char*, int); +int CrcBufValid(CrcBuf*, struct _Image*, EccHeader*); + +void PrintCrcBuf(CrcBuf*); /*** *** curve.c @@ -734,7 +783,7 @@ void CreateIconFactory(); enum {IMAGE_NONE, IMAGE_FILE, IMAGE_MEDIUM}; enum {FP_UNKNOWN, FP_UNREADABLE, FP_PRESENT}; -enum {ECCFILE_PRESENT, ECCFILE_MISSING, ECCFILE_INVALID, ECCFILE_DEFECTIVE_HEADER, ECCFILE_WRONG_CODEC}; +enum {ECCFILE_PRESENT, ECCFILE_NOPERM, ECCFILE_MISSING, ECCFILE_INVALID, ECCFILE_DEFECTIVE_HEADER, ECCFILE_WRONG_CODEC}; typedef struct _Image { int type; /* file or medium */ @@ -768,11 +817,12 @@ typedef struct _Image int fpState; /* 0=unknown; 1=unreadable; 2=present */ /* - * layout caching + * layout and checksum caching */ void *cachedLayout; /* Layout of different codecs */ - + CrcBuf *crcCache; /* cached crc and md5 sums */ + /* * optionally attached ecc file */ diff --git a/ecc-rs01.c b/ecc-rs01.c index 56729ec..d196853 100644 --- a/ecc-rs01.c +++ b/ecc-rs01.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org diff --git a/ecc-rs02.c b/ecc-rs02.c index 20288db..6c3a673 100644 --- a/ecc-rs02.c +++ b/ecc-rs02.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org diff --git a/ecc-rs03.c b/ecc-rs03.c index 1fde027..548b903 100644 --- a/ecc-rs03.c +++ b/ecc-rs03.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org diff --git a/endian.c b/endian.c index abbc4b1..d185e4c 100644 --- a/endian.c +++ b/endian.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org diff --git a/fingerprints.md5 b/fingerprints.md5 index 4a74277..e88a646 100644 --- a/fingerprints.md5 +++ b/fingerprints.md5 @@ -1,83 +1,83 @@ -56ccfe794d3d2dbec59ffa59d6edff8e *dvdisaster.h -11279e50580a66ce496b20e2847474b1 *galois-inlines.h +b064d001e5e4ed8221eb9f10d784cf45 *dvdisaster.h +79abb986b900ec06a73256876ba0d65c *galois-inlines.h 14eb94f981903fcffe2ccb33aa2cb9db *md5.h -ca18c4c23f757d059324660a57b81333 *read-linear.h -0fb9fbace5949e1195c3ef76883654b2 *rs01-includes.h -7f619909206bc32a6d2c74d8de67693f *rs02-includes.h -f4575624be69e91cb955498a9fa2349f *rs03-includes.h -1658869f384554bed067668d09bbac5c *scsi-layer.h -b97fb4e0296a19edd688075b51fcceab *udf.h -93b037657a397bd4153dd68f89871d34 *bitmap.c -adec4a144110d8fa5cb68e7615c9e451 *build.c -be495469b9e3f080202e284b7f9e3a4a *cacheprobe.c -f69aeebb1ba6feca5f1342992a8abc43 *closure.c -be413daa24e03dd054c5aa03ff25ffba *crc32.c -84f641b09f319dcbd9ee0491b8570f31 *crcbuf.c -fec5f60a87d29fea5d5b5486a1c77902 *curve.c -8815260ba81e79a0cd6c31d5087c4dbe *debug.c -ec4b15efa4458f777237a3e27950ca3b *ds-marker.c -01941fd931030dc408807f21d68dd346 *dvdisaster.c -5ad21ab84135db1cb4e49d126d1bec54 *ecc-rs01.c -8771601ac38f18eeae29442d79699043 *ecc-rs02.c -96bd51aa8da1240dea457132a4f80bdb *ecc-rs03.c -d2265d322c4e8bd9e361198f55ed96cc *endian.c -fc5502b63e4c8e6056969ce0271f8e4a *galois.c -c5cc7050c057ba36d2d16c5c52a4f04b *help-dialogs.c -f0300958f1141ff6e0af4a3b197f8083 *heuristic-lec.c -eb3596cdbc81325f1d03ee49aec410c0 *icon-factory.c -f7e4ef1993ecde342b3075d4beca42b8 *image.c -8fac0f1fc3208b49e2768b45a82e7fc3 *large-io.c -7e25aa5eca2a9ac7ee5bfb735a07f849 *l-ec.c -8947fd8a72aa29c37b5385cdfaa46426 *logfile.c -2c2ff63d4804b312d7046483b7ce9050 *maintenance.c -1e2e5c73226c57e9cdd2b49b1ffb3306 *main-window.c +f2d723717ca5f450ee8cc0b556f5506a *read-linear.h +100127beaecc24b28b2b80d76bbf68c8 *rs01-includes.h +5b39a23de01c988d562d70ed68682ab7 *rs02-includes.h +4407ce43eae55b19409be9980432c94f *rs03-includes.h +2a5980c706c67bec479e4532ab9a7093 *scsi-layer.h +c779a2908542c6a519ed7cdfc4e5e073 *udf.h +8f86a75f83a3bc9b6ce54cce037b3c75 *bitmap.c +5230bd572fc8ef1857063c885c00463a *build.c +7b59033ebffd6d8230efaf6834b2f942 *cacheprobe.c +bfb6d7ed2a921ce18dc0339774f72f41 *closure.c +e5bd212395758ae0b7e97d70c7a2df55 *crc32.c +7f5951182421a0366782b191a0b4ba82 *crcbuf.c +abb7c9decfd43935c943bc0dd1bab0d5 *curve.c +f96a3e006fc5d1c5d181e5056377c9ce *debug.c +6f8843d1cccc55506771ab02168b2df3 *ds-marker.c +19d0f85d035115f3bd8d4472e6379058 *dvdisaster.c +1c8136affed485adaf60e7904d9930a4 *ecc-rs01.c +7b301352a60c18c25f84c8cc7a36fd48 *ecc-rs02.c +91aa71f03dc9dade2e97dc59d7ec38f0 *ecc-rs03.c +39900d26ddcbb7c7e2a9198de14bace1 *endian.c +3f6e9dffb9de733dcccc916ca38292ca *galois.c +abc8a8d55248eab5416c45104a033171 *help-dialogs.c +547bf9a9d005419a0ed601317aeb4e14 *heuristic-lec.c +746666ade12c2db41ce9af6f55e4c13c *icon-factory.c +b3db603f77fd2735a6e8b1c568f7bdac *image.c +fe9de426f96e6d206d1482a24f589253 *large-io.c +abed1a50b9751387dc1e3cbc84a61fba *l-ec.c +6960647dc7fc5ce8a2727326946aaff1 *logfile.c +92e81646ef4e8618ded5d82db6a6163a *maintenance.c +3c3eebc43fc7aff3865022207e06153b *main-window.c 913554f7e994e212f6a52b769eef24bb *md5.c -9b469b33c074ca00eeede8e7070c6e6e *medium-info.c -6d118900b888e6928d235848d29c281f *memtrack.c -48790d6b19e854505c561f1b2d4d5747 *menubar.c -7a1925508ecc735a1651cb7ee9f95353 *method.c +8f0acf2f7d98a55d05a4721d97741c7c *medium-info.c +ce145372a25e0fb96070d460da7bdbb4 *memtrack.c +66cdf82b59fd973e3060d163b6887a20 *menubar.c +5006b2db93b210be3fb630e8d9463239 *method.c 17183bad35db217e2c352178844ceda3 *method-link.c -a615c90256180c45de7826bda73aa12c *misc.c -74a6bd2f64795790609244692902d1f7 *preferences.c -5286b61649c12241979dddc429af905c *print-sense.c +2af6685017c247de7458e9c4d39b6ed5 *misc.c +6523662e8e5aa2daf38a7e8c07ce1180 *preferences.c +5e7b077020e063951cc72ea57f5f046a *print-sense.c cdde449dd2a8f64b560ff18a36f86234 *random.c -bc91a925f4b483ed8b1fa416ec96ae07 *raw-editor.c -542ec8681c6568c95841a6220f431ff7 *raw-sector-cache.c -8e3ca05dc954af1551c282474dd8b975 *read-adaptive.c -66114f4805ed108e6fec587350a500a3 *read-adaptive-window.c -04c4ae8846e25a33f9b8f4bf45fc1390 *read-linear.c -b6a4c16ab9dcfd876d333992486970ac *read-linear-window.c -b259fdb82b13daa0362357cdbf0361f5 *recover-raw.c -d3e2d73c572dc97c44cc5e59be65b003 *rs01-common.c -f865275e2866ca7f8575e9651642ffdb *rs01-create.c -f01b19a7372dc79ee01dbc468f69e1f4 *rs01-fix.c -1e40aecd9b8ff60f36966ad0acd88a6f *rs01-verify.c -279705c4ff8107b8baebedd62df117e2 *rs01-window.c -1a36679647e642f6a0b69136d6b45612 *rs02-common.c -ea28d99b2c021fc1c2dbb1cf37358c52 *rs02-create.c -93fc31920c37001ad76fa4dc8173f98c *rs02-fix.c -89f566f5623d60a954f116cb50273f46 *rs02-recognize.c -499c7583c8145af00d6af1e7c18c11e5 *rs02-verify.c -8053dafa7f01f8651e1b08602a322520 *rs02-window.c -317727f40df74e13be63365113298725 *rs03-common.c -b6eab678c8c8651a763bfd647247a65c *rs03-create.c -45c565d530d35bb0696f80fd5dbde2fc *rs03-fix.c -50fe3c9e7b399453367cefb98116e993 *rs03-preferences.c -729531e942f4a72ab91904e9e779f2c2 *rs03-recognize.c -51902bc5c25b398cbe5c32169f3ce873 *rs03-verify.c -731215c654a159376f76e0ca4712a5ed *rs03-window.c -53bf14fc0e1e5aae2468f98596c71eab *rs-decoder.c -3d2b4aed577d2d1dec0366b3e706328d *rs-encoder-altivec.c -c678e9bb63b14b07210bcd65f9f578a8 *rs-encoder.c -9b21a86f3d407b52e842072755824b2d *rs-encoder-sse2.c -d434fd89aaa838eacdf56aad63c3cbd8 *scsi-freebsd.c -d248b1f3ffc6db3a27f06a612a2da17b *scsi-layer.c -59972a6e2a9360e5d1480edc3bd62ee4 *scsi-linux.c -6095aab923d3dbff9fff64782ee9ba54 *scsi-netbsd.c -a27df955f3592ac2d577d679398afae4 *scsi-simulated.c -b6f3d02be48366e8f055bf880640a054 *scsi-unknown.c -7c2fd552dc90ac1a0e872867c9727218 *show-manual.c -054be9d45e056c96bf1b71dc8fb01e46 *smart-lec.c -7d853ee1150c79830f6ff100767f2496 *spiral.c -059d0883a80a70c59ca72ea0b2f161c7 *udf.c -f50d84725408b318f7d2645e21df4d04 *welcome-window.c +28f42d264cd18bb2e0ccdd8e15a0172e *raw-editor.c +1d416f611a175ba15be27f7f5686dd98 *raw-sector-cache.c +7f281312b3a65666f7eebaadb62e7f6e *read-adaptive.c +ccdc572bb24d20ae6fb53f360318b492 *read-adaptive-window.c +af7a757cad586d3766a3eaad382c6737 *read-linear.c +47dc58effd96f2b23182a4595ca36171 *read-linear-window.c +edc0e564573d595c1196c4dc0e70e659 *recover-raw.c +ea4d6894e717d4957cde686f88d7bdfd *rs01-common.c +aa9d409ee4eeaa7ba92d731cf32ee727 *rs01-create.c +ab15d7470a2fe950ebb33134018f044f *rs01-fix.c +cb3722894665baf9c4ff4c26ff79737b *rs01-verify.c +5cdecc33da1579733f0545944c4069ab *rs01-window.c +b33a0982df485b4e52e56fc1c61285ae *rs02-common.c +a1025fcc9455219937bae5bfadf0abf5 *rs02-create.c +f466c8296a37ea88b64aec9c870d6d75 *rs02-fix.c +369ec37d67674ffd2627f0373a566f0c *rs02-recognize.c +8cc283e60a73493ac6ba60a2f4af1754 *rs02-verify.c +eccac3ed74b32508b27de0e0d363c6b1 *rs02-window.c +9a9b966171f1b375cf3381b545a1c6d4 *rs03-common.c +2502514702687a2a252feace096d20f4 *rs03-create.c +19676ef95e635206c19dfe12b957e4b2 *rs03-fix.c +b012df78d2c546c87f6dd75769515409 *rs03-preferences.c +7d6101e6a95aeb45d6cd03ffe8891b96 *rs03-recognize.c +b7a6a6c64b4034380c581a5499940db4 *rs03-verify.c +1d2b071943c121bf0c47a2e047317262 *rs03-window.c +a2e1e28a609af85d9b83f01339b33a62 *rs-decoder.c +3882a92849cd23e64c81262be6e52650 *rs-encoder-altivec.c +1fc6cad3af2461e7974bf49e8f1bf5e9 *rs-encoder.c +f7f3e2708f0c389ed53c0f1083567a55 *rs-encoder-sse2.c +2e099a3d88f25f81420b96fe9bd62f44 *scsi-freebsd.c +cd58a45387267fe0728f439d7bb2045d *scsi-layer.c +b1b6bd57433eedab3a4f35389a182d14 *scsi-linux.c +7064327dc15a2d88e5375176d4c64132 *scsi-netbsd.c +3c0e100cdd499b1c23ac5e12b1fd6694 *scsi-simulated.c +be42d574e6340845d984c21dc902af1a *scsi-unknown.c +85aa8093f41c36ce791363e94f488dec *show-manual.c +6099911dd508701b0b8b5d09105faf95 *smart-lec.c +10f3e2b054fe3c1ac69c738b97f1beaa *spiral.c +dec5fbde631058d48866cc1d77446d37 *udf.c +6741fc5457e9c2026451403f2d45096c *welcome-window.c diff --git a/galois-inlines.h b/galois-inlines.h index b057f38..6440019 100644 --- a/galois-inlines.h +++ b/galois-inlines.h @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org diff --git a/galois.c b/galois.c index f78d782..9a30ec4 100644 --- a/galois.c +++ b/galois.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * The Reed-Solomon error correction draws a lot of inspiration - and even code - * from Phil Karn's excellent Reed-Solomon library: http://www.ka9q.net/code/fec/ diff --git a/help-dialogs.c b/help-dialogs.c index 4d6f9bb..c486613 100644 --- a/help-dialogs.c +++ b/help-dialogs.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org @@ -724,11 +724,11 @@ void AboutDialog() #ifdef MODIFIED_SOURCE AboutTextWithLink(vbox, - _("Modified version Copyright 2015 (please fill in - [directions])\n" - "Copyright 2004-2015 Carsten Gnoerlich"), + _("Modified version Copyright 2017 (please fill in - [directions])\n" + "Copyright 2004-2017 Carsten Gnoerlich"), "MODIFYING"); #else - AboutText(vbox, _("Copyright 2004-2015 Carsten Gnoerlich")); + AboutText(vbox, _("Copyright 2004-2017 Carsten Gnoerlich")); #endif sep = gtk_hseparator_new(); diff --git a/heuristic-lec.c b/heuristic-lec.c index cf18d5b..e247645 100644 --- a/heuristic-lec.c +++ b/heuristic-lec.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * Copyright (C) 2006 Andrei Grecu * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org diff --git a/icon-factory.c b/icon-factory.c index e96774f..15d3b38 100644 --- a/icon-factory.c +++ b/icon-factory.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org @@ -29,9 +29,25 @@ ***/ static GdkPixbuf* create_icon(GtkIconFactory *ifact, char *name, const guint8 *inline_data) -{ GdkPixbuf *pb = gdk_pixbuf_new_from_inline(-1, inline_data, FALSE, NULL); - GtkIconSet *iset = gtk_icon_set_new_from_pixbuf(pb); +{ GdkPixbuf *pb; + GtkIconSet *iset; + int width, height, rowstride; + /* gdk_pixbuf_new_from_inline() deprecated; recommended to replace with GResource XML crap. + One day I'll get rid of GTK+. I swear. + + pb = gdk_pixbuf_new_from_inline(-1, inline_data, FALSE, NULL); + */ + + rowstride = (inline_data[12] << 24) + (inline_data[13] << 16) + (inline_data[14] << 8) + inline_data[15]; + width = (inline_data[16] << 24) + (inline_data[17] << 16) + (inline_data[18] << 8) + inline_data[19]; + height = (inline_data[20] << 24) + (inline_data[21] << 16) + (inline_data[22] << 8) + inline_data[23]; + + pb = gdk_pixbuf_new_from_data(inline_data+24, GDK_COLORSPACE_RGB, TRUE, 8, + width, height, rowstride, NULL, NULL); + + iset = gtk_icon_set_new_from_pixbuf(pb); + gtk_icon_factory_add(ifact, name, iset); return pb; } diff --git a/icons/source/medium.svg b/icons/source/medium.svg new file mode 100644 index 0000000..86de240 --- /dev/null +++ b/icons/source/medium.svg @@ -0,0 +1,626 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image.c b/image.c index af2aa78..60b8c67 100644 --- a/image.c +++ b/image.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org @@ -99,13 +99,15 @@ Image* OpenEccFileForImage(Image *image, char *filename, int flags, mode_t mode) } image->eccFile = LargeOpen(filename, flags, mode); + if(errno == EACCES) + image->eccFileState = ECCFILE_NOPERM; + else image->eccFileState = ECCFILE_MISSING; if(!image->eccFile) { if(new_image) { g_free(image); - return NULL; + return NULL; } - image->eccFileState = ECCFILE_MISSING; return image; } @@ -167,6 +169,21 @@ int ReportImageEccInconsistencies(Image *image) { Stop(_("\nError correction file type unknown.\n")); } } + + /* Permission denied for ecc file */ + + if(!image->eccFile && image->eccFileState == ECCFILE_NOPERM) + { CloseImage(image); + if(Closure->guiMode) + { CreateMessage(_("\nPermission denied on ecc file (perhaps not writeable?).\n"), + GTK_MESSAGE_ERROR); + return TRUE; + } + else + { Stop(_("\nPermission denied on ecc file (perhaps not writeable?).\n")); + } + } + /* Augmented image but unknown ecc method */ diff --git a/l-ec.c b/l-ec.c index 70c2f9b..06f8f6b 100644 --- a/l-ec.c +++ b/l-ec.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org diff --git a/large-io.c b/large-io.c index feed9c4..c4c1aed 100644 --- a/large-io.c +++ b/large-io.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org diff --git a/locale/cs.po b/locale/cs.po index bdec530..3274de9 100644 --- a/locale/cs.po +++ b/locale/cs.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: dvdisaster 0.79\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-12-15 16:39+0100\n" +"POT-Creation-Date: 2017-11-17 09:59+0000\n" "PO-Revision-Date: 2011-07-24 21:12+0100\n" "Last-Translator: Jindřich Šesták \n" "Language-Team: none (individual translator)\n" @@ -22,7 +22,7 @@ msgstr "" "X-Poedit-Basepath: d:\\Preklady\\dvdisaster\\cvs\n" "X-Poedit-SearchPath-0: dvdisaster\n" -#: closure.c:334 +#: closure.c:337 #, c-format msgid "" "# dvdisaster-%s configuration file\n" @@ -35,15 +35,15 @@ msgstr "" "# každém spuštění programu.\n" "\n" -#: closure.c:533 +#: closure.c:546 msgid "medium.iso" msgstr "disc.iso" -#: closure.c:534 +#: closure.c:547 msgid "medium.ecc" msgstr "disc.ecc" -#: closure.c:535 +#: closure.c:548 msgid "sector-" msgstr "sektor-" @@ -60,17 +60,17 @@ msgid "" msgstr "" #: debug.c:103 debug.c:191 debug.c:239 debug.c:363 debug.c:707 debug.c:807 -#: debug.c:850 debug.c:1181 debug.c:1189 debug.c:1266 rs01-common.c:166 -#: rs02-common.c:235 rs02-create.c:344 rs02-create.c:990 rs02-fix.c:380 -#: rs02-verify.c:395 rs03-common.c:328 rs03-create.c:696 rs03-create.c:721 -#: rs03-recognize.c:548 +#: debug.c:850 debug.c:1181 debug.c:1189 debug.c:1266 rs01-common.c:175 +#: rs02-common.c:239 rs02-create.c:350 rs02-create.c:997 rs02-fix.c:380 +#: rs02-verify.c:395 rs03-common.c:340 rs03-create.c:720 rs03-create.c:745 +#: rs03-recognize.c:549 #, c-format msgid "Failed seeking to sector %lld in image: %s" msgstr "Nezdařil se přechod na sektor %lld bitové kopie: %s" #: debug.c:111 debug.c:196 debug.c:243 debug.c:368 debug.c:545 debug.c:662 -#: debug.c:713 debug.c:1193 debug.c:1270 debug.c:1310 rs02-create.c:367 -#: rs02-create.c:393 rs02-create.c:993 rs03-create.c:701 rs03-create.c:725 +#: debug.c:713 debug.c:1193 debug.c:1270 debug.c:1310 rs02-create.c:373 +#: rs02-create.c:399 rs02-create.c:1000 rs03-create.c:725 rs03-create.c:749 #: udf.c:827 udf.c:885 udf.c:942 udf.c:955 udf.c:960 udf.c:963 udf.c:966 #: udf.c:969 udf.c:972 udf.c:975 #, c-format @@ -119,9 +119,9 @@ msgstr "Vygeneruje až %d nahodilých opravitelných výmazů.\n" #: debug.c:443 debug.c:501 debug.c:565 debug.c:606 debug.c:689 debug.c:795 #: debug.c:836 debug.c:882 debug.c:936 debug.c:1161 debug.c:1169 debug.c:1225 #: debug.c:1230 raw-editor.c:363 read-adaptive.c:73 read-adaptive.c:93 -#: read-adaptive.c:1440 read-adaptive.c:1472 read-linear.c:275 -#: read-linear.c:277 read-linear.c:309 read-linear.c:311 rs01-create.c:278 -#: rs03-create.c:1265 +#: read-adaptive.c:1440 read-adaptive.c:1472 read-linear.c:267 +#: read-linear.c:269 read-linear.c:301 read-linear.c:303 rs01-create.c:278 +#: rs03-create.c:1288 #, c-format msgid "" "Can't open %s:\n" @@ -156,8 +156,8 @@ msgstr "Hodnota bajtu musí být v rozsahu [0..255]" msgid "Setting byte %d in sector %lld to value %d.\n" msgstr "Nastavení bajtu %d sektoru %lld na hodnotu %d.\n" -#: debug.c:477 debug.c:531 debug.c:694 rs02-create.c:190 rs02-verify.c:693 -#: rs03-verify.c:1005 +#: debug.c:477 debug.c:531 debug.c:694 rs02-create.c:193 rs02-verify.c:694 +#: rs03-verify.c:999 #, c-format msgid "Failed seeking to start of image: %s\n" msgstr "Nezdařil se přechod na začátek bitové kopie: %s\n" @@ -186,9 +186,9 @@ msgstr "Nová délka musí být v rozsahu [0..%lld].\n" msgid "Truncating image to %lld sectors.\n" msgstr "Probíhá zkrácení bitové kopie na %lld sektorů.\n" -#: debug.c:579 read-linear.c:1406 rs01-fix.c:212 rs01-fix.c:234 rs01-fix.c:250 -#: rs01-fix.c:284 rs02-create.c:105 rs02-create.c:151 rs02-fix.c:242 -#: rs02-fix.c:261 rs02-fix.c:274 rs03-create.c:237 rs03-create.c:316 +#: debug.c:579 read-linear.c:1393 rs01-fix.c:212 rs01-fix.c:234 rs01-fix.c:250 +#: rs01-fix.c:284 rs02-create.c:108 rs02-create.c:154 rs02-fix.c:242 +#: rs02-fix.c:261 rs02-fix.c:274 rs03-create.c:240 rs03-create.c:319 #: rs03-fix.c:266 rs03-fix.c:301 rs03-fix.c:322 rs03-fix.c:337 #, c-format msgid "Could not truncate %s: %s\n" @@ -241,8 +241,8 @@ msgid "%lld \"unreadable sector\" markers replaced.\n" msgstr "Nahrazeno %lld indikátorů \"nečitelných sektorů\".\n" #: debug.c:811 debug.c:854 debug.c:1185 debug.c:1252 debug.c:1256 debug.c:1306 -#: rs01-common.c:182 rs02-common.c:240 rs02-create.c:207 rs02-fix.c:383 -#: rs03-common.c:333 rs03-recognize.c:553 +#: rs01-common.c:191 rs02-common.c:244 rs02-create.c:210 rs02-fix.c:383 +#: rs03-common.c:345 rs03-recognize.c:554 #, c-format msgid "Failed reading sector %lld in image: %s" msgstr "Čtení sektoru %lld bitové kopie %s se nezdařilo" @@ -401,83 +401,83 @@ msgstr "" #. TRANSLATORS: #. This is a dummy entry which is supposed to translate into "ok". #. Please do not return anything else here. -#: dvdisaster.c:143 dvdisaster.c:155 +#: dvdisaster.c:145 dvdisaster.c:157 msgid "test phrase for verifying the locale installation" msgstr "ok" -#: dvdisaster.c:332 +#: dvdisaster.c:338 msgid "-o/--ecc-target expects 'file' or 'image'" msgstr "-o/--ecc-target očekává 'file' nebo 'image'" -#: dvdisaster.c:358 +#: dvdisaster.c:364 #, c-format msgid "--threads must be 1..%d\n" msgstr "--threads musí být 1..%d\n" -#: dvdisaster.c:372 +#: dvdisaster.c:378 msgid "--cache-size must at least be 8MiB; 16MiB or higher is recommended." msgstr "--cache-size musí být minimálně 8MiB; doporučeno je 16MiB nebo více." -#: dvdisaster.c:374 +#: dvdisaster.c:380 #, c-format msgid "--cache-size maximum is %dMiB." msgstr "" -#: dvdisaster.c:397 +#: dvdisaster.c:403 msgid "--encoding-algorithm: SSE2 not supported on this processor!" msgstr "" -#: dvdisaster.c:401 +#: dvdisaster.c:407 msgid "--encoding-algorithm: valid types are 32bit, 64bit, SSE2" msgstr "" -#: dvdisaster.c:408 +#: dvdisaster.c:414 msgid "--encoding-algorithm: AltiVec not supported on this processor!" msgstr "" -#: dvdisaster.c:412 +#: dvdisaster.c:418 msgid "--encoding-algorithm: valid types are 32bit, 64bit, AltiVec" msgstr "" -#: dvdisaster.c:415 +#: dvdisaster.c:421 msgid "--encoding-algorithm: valid types are 32bit, 64bit" msgstr "" -#: dvdisaster.c:424 +#: dvdisaster.c:430 msgid "--encoding-io-strategy: mmap not supported on this OS" msgstr "" -#: dvdisaster.c:428 +#: dvdisaster.c:434 msgid "--encoding-io-strategy: valid types are readwrite and mmap" msgstr "" -#: dvdisaster.c:438 +#: dvdisaster.c:444 msgid "Valid args for --driver: sg,cdrom" msgstr "Platné parametry pro --driver: sg,cdrom" -#: dvdisaster.c:440 +#: dvdisaster.c:446 msgid "--driver is only supported on GNU/Linux" msgstr "--driver je podporován pouze v GNU/Linux" -#: dvdisaster.c:448 +#: dvdisaster.c:454 msgid "--fixed-speed-values is only allowed in debug mode" msgstr "" -#: dvdisaster.c:489 +#: dvdisaster.c:498 #, c-format msgid "--prefetch-sectors must be in range 32...%s" msgstr "" -#: dvdisaster.c:540 +#: dvdisaster.c:552 msgid "--set-version is only allowed in debug mode" msgstr "" -#: dvdisaster.c:647 +#: dvdisaster.c:659 #, c-format msgid "?? illegal getopt return value %d\n" msgstr "?? neplatná návratová hodnota getopt %d\n" -#: dvdisaster.c:738 main-window.c:154 +#: dvdisaster.c:750 main-window.c:150 #, c-format msgid "" "\n" @@ -488,7 +488,7 @@ msgstr "" "Metoda %s není k dispozici.\n" "Pro zobrazení seznamu metod použijte -m bez parametrů.\n" -#: dvdisaster.c:749 rs01-create.c:260 rs02-create.c:1031 rs03-create.c:1233 +#: dvdisaster.c:761 rs01-create.c:260 rs02-create.c:1038 rs03-create.c:1256 #, c-format msgid "" "\n" @@ -497,25 +497,25 @@ msgstr "" "\n" "Otevírání %s" -#: dvdisaster.c:756 rs01-create.c:269 rs02-create.c:155 rs02-create.c:1041 -#: rs03-create.c:320 rs03-create.c:1248 +#: dvdisaster.c:768 rs01-create.c:269 rs02-create.c:158 rs02-create.c:1048 +#: rs03-create.c:323 rs03-create.c:1271 #, c-format msgid ": %lld medium sectors.\n" msgstr ": %lld sektorů disku.\n" -#: dvdisaster.c:757 rs01-create.c:270 rs02-create.c:156 rs02-create.c:1042 -#: rs03-create.c:321 rs03-create.c:1249 +#: dvdisaster.c:769 rs01-create.c:270 rs02-create.c:159 rs02-create.c:1049 +#: rs03-create.c:324 rs03-create.c:1272 #, c-format msgid ": %lld medium sectors and %d bytes.\n" msgstr ": %lld sektorů disku a %d bajtů.\n" -#: dvdisaster.c:784 main-window.c:215 +#: dvdisaster.c:796 main-window.c:208 msgid "RS01 method not available for comparing files." msgstr "Metoda RS01 není pro porovnání souborů dostupná." #. TRANSLATORS: Program options like -r and --read are not to be translated #. to avoid confusion when discussing the program in international forums. -#: dvdisaster.c:874 +#: dvdisaster.c:886 msgid "" "\n" "Common usage examples:\n" @@ -539,7 +539,7 @@ msgstr "" " dvdisaster -u,--unlink # Po dokončení ostatních akcí smaže soubory ISO\n" "\n" -#: dvdisaster.c:883 +#: dvdisaster.c:895 #, c-format msgid "" "Drive and file specification:\n" @@ -556,23 +556,23 @@ msgstr "" " -e,--ecc eccsoubor - název souboru ECC (výchozí: disk.ecc)\n" " -o,--ecc-target [file|image] - kam uložit ecc data pro RS03\n" -#: dvdisaster.c:893 +#: dvdisaster.c:905 msgid "Tweaking options (see manual before using!)\n" msgstr "Možnosti optimalizace (před použitím si přečtěte návod!)\n" -#: dvdisaster.c:894 +#: dvdisaster.c:906 msgid " -a,--assume x,y,... - assume image is augmented with codec(s) x,y,...\n" msgstr " -a,--assume x,y,... - předpokl. bitovou kopii rozšířenou kodeky x,y,...\n" -#: dvdisaster.c:895 +#: dvdisaster.c:907 msgid " -j,--jump n - jump n sectors forward after a read error (default: 16)\n" msgstr " -j,--jump n - po chybě čtení přeskočit n sektorů (výchozí: 16)\n" -#: dvdisaster.c:896 +#: dvdisaster.c:908 msgid " -m n - list/select error correction methods (default: RS01)\n" msgstr " -m n - vypsat/vybrat metody opravy chyb (výchozí: RS01)\n" -#: dvdisaster.c:897 +#: dvdisaster.c:909 #, c-format msgid "" " -n,--redundancy n%% - error correction data redundancy\n" @@ -581,204 +581,212 @@ msgstr "" " -n,--redundancy n%% - redundance souboru pro opravu chyb\n" " povolené hodnoty závisí na kodeku (viz návod)\n" -#: dvdisaster.c:899 +#: dvdisaster.c:911 msgid " -v,--verbose - more diagnostic messages\n" msgstr " -v,--verbose - podrobnější diagnostický výpis\n" -#: dvdisaster.c:900 +#: dvdisaster.c:912 msgid " -x,--threads n - use n threads for en-/decoding (if supported by codec)\n" msgstr " -x,--threads n - pro kódování/dekódování použít n vláken (pokud to kodek podporuje)\n" -#: dvdisaster.c:901 +#: dvdisaster.c:913 msgid " --adaptive-read - use optimized strategy for reading damaged media\n" msgstr " --adaptive-read - použít optimalizovanou strategii čtení poškozených disků\n" -#: dvdisaster.c:902 +#: dvdisaster.c:914 msgid " --auto-suffix - automatically add .iso and .ecc file suffixes\n" msgstr " --auto-suffix - automaticky přidá k souborům přípony ISO a ECC\n" -#: dvdisaster.c:903 +#: dvdisaster.c:915 msgid " --cache-size n - image cache size in MiB during -c mode (default: 32MiB)\n" msgstr " --cache-size n - velikost mezipaměti v -c režimu (v MiB, výchozí: 32MiB)\n" -#: dvdisaster.c:904 +#: dvdisaster.c:916 msgid " --dao - assume DAO disc; do not trim image end\n" msgstr " --dao - předpokl. DAO disk; nezkracovat konec bitové kopie\n" -#: dvdisaster.c:905 +#: dvdisaster.c:917 msgid " --defective-dump d - directory for saving incomplete raw sectors\n" msgstr " --defective-dump d - adresář pro ukládání nezpracovaných sektorů\n" -#: dvdisaster.c:907 +#: dvdisaster.c:919 msgid " --driver=sg/cdrom - use sg(default) or alternative cdrom driver (see man page!)\n" msgstr " --driver=sg/cdrom - použít (výchozí) sg nebo alternativní cdrom ovladač (viz návod!)\n" -#: dvdisaster.c:909 +#: dvdisaster.c:921 msgid " --eject - eject medium after successful read\n" msgstr " --eject - po úspěšném načtení vysune disk\n" -#: dvdisaster.c:910 +#: dvdisaster.c:922 msgid " --encoding-algorithm n - possible values: 32bit,64bit,SSE2,AltiVec\n" msgstr "" -#: dvdisaster.c:911 +#: dvdisaster.c:923 msgid " --encoding-io-strategy n - possible values: readwrite, mmap\n" msgstr "" -#: dvdisaster.c:912 +#: dvdisaster.c:924 msgid " --fill-unreadable n - fill unreadable sectors with byte n\n" msgstr " --fill-unreadable n - vyplní nečitelné sektory bajtem n\n" -#: dvdisaster.c:913 +#: dvdisaster.c:925 msgid " --ignore-fatal-sense - continue reading after potentially fatal error conditon\n" msgstr " --ignore-fatal-sense - pokračovat ve čtení i po potenciálně neopravitelné chybě\n" -#: dvdisaster.c:914 +#: dvdisaster.c:926 msgid " --ignore-iso-size - ignore image size from ISO/UDF data (dangerous - see man page!)\n" msgstr " --ignore-iso-size - ignoruje údaj o velikosti bitové kopie z ISO/UDF (nebezpečné - čtěte manuál!)\n" -#: dvdisaster.c:915 +#: dvdisaster.c:927 msgid " --internal-rereads n - drive may attempt n rereads before reporting an error\n" msgstr " --internal-rereads n - mechanika může před nahlášením chyby zkusit n opakovaných čtení\n" -#: dvdisaster.c:916 +#: dvdisaster.c:928 msgid " --medium-info - print info about medium in drive\n" msgstr "" -#: dvdisaster.c:917 +#: dvdisaster.c:929 +msgid " --no-progress - do not print progress information\n" +msgstr "" + +#: dvdisaster.c:930 msgid " --old-ds-marker - mark missing sectors compatible with dvdisaster <= 0.70\n" msgstr " --old-ds-marker - použít označení chybějících sektorů kompatibilní s dvdisaster <= 0.70\n" -#: dvdisaster.c:918 +#: dvdisaster.c:931 msgid " --prefetch-sectors n - prefetch n sectors for RS03 encoding (uses ~nMiB)\n" msgstr " --prefetch-sectors n - pro RS03 kódování přednačíst n sektorů (používá ~nMiB)\n" -#: dvdisaster.c:919 +#: dvdisaster.c:932 msgid " --raw-mode n - mode for raw reading CD media (20 or 21)\n" msgstr " --raw-mode n - režim přímého čtení pro CD disky (20 nebo 21)\n" -#: dvdisaster.c:920 +#: dvdisaster.c:933 msgid " --read-attempts n-m - attempts n upto m reads of a defective sector\n" msgstr " --read-attempts n-m - zkusit n až m opakovaných čtení poškozeného sektoru\n" -#: dvdisaster.c:921 +#: dvdisaster.c:934 msgid " --read-medium n - read the whole medium up to n times\n" msgstr " --read-medium n - celý disk zkusit číst až n krát\n" -#: dvdisaster.c:922 +#: dvdisaster.c:935 msgid " --read-raw - performs read in raw mode if possible\n" msgstr " --read-raw - pokud je to možné, provede čtení v přímém režimu\n" -#: dvdisaster.c:923 +#: dvdisaster.c:936 +msgid " --regtest - tweaks output for compatibility with regtests\n" +msgstr "" + +#: dvdisaster.c:937 msgid " --resource-file p - get resource file from given path\n" msgstr "" -#: dvdisaster.c:924 +#: dvdisaster.c:938 msgid " --speed-warning n - print warning if speed changes by more than n percent\n" msgstr " --speed-warning n - vypíše upozornění pokud se rychlost změní o více než n procent\n" -#: dvdisaster.c:925 +#: dvdisaster.c:939 msgid " --spinup-delay n - wait n seconds for drive to spin up\n" msgstr " --spinup-delay n - počká n sekund na roztočení mechaniky\n" -#: dvdisaster.c:929 +#: dvdisaster.c:943 msgid "Debugging options (purposefully undocumented and possibly harmful)\n" msgstr "Možnosti ladění (záměrně nezdokumentované a eventuálně škodlivé)\n" -#: dvdisaster.c:930 +#: dvdisaster.c:944 msgid " --debug - enables the following options\n" msgstr " --debug - povolí použití následujících možností\n" -#: dvdisaster.c:931 +#: dvdisaster.c:945 msgid " --byteset s,i,b - set byte i in sector s to b\n" msgstr " --byteset s,i,b - nastaví bajt i sektoru s na b\n" -#: dvdisaster.c:932 +#: dvdisaster.c:946 msgid " --cdump - creates C #include file dumps instead of hexdumps\n" msgstr " --cdump - vytvoří výpis ve formátu C #include místo hexadecimálního\n" -#: dvdisaster.c:933 +#: dvdisaster.c:947 msgid " --compare-images a,b - compare sectors in images a and b\n" msgstr " --compare-images a,b - porovná sektory bitových kopií a a b\n" -#: dvdisaster.c:934 +#: dvdisaster.c:948 msgid " --copy-sector a,n,b,m - copy sector n from image a to sector m in image b\n" msgstr " --copy-sector a,n,b,m - zkopíruje sektor n bitové kopie a do sektoru m bitové kopie b\n" -#: dvdisaster.c:935 +#: dvdisaster.c:949 msgid " --erase sector - erase the given sector\n" msgstr " --erase sector - smaže daný sektor\n" -#: dvdisaster.c:936 +#: dvdisaster.c:950 msgid " --erase n-m - erase sectors n - m, inclusively\n" msgstr " --erase n-m - smaže sektory n - m, včetně\n" -#: dvdisaster.c:937 +#: dvdisaster.c:951 msgid " --fixed-speed-values - output fixed speed values for better output diffing\n" msgstr "" -#: dvdisaster.c:938 +#: dvdisaster.c:952 msgid " --marked-image n - create image with n marked random sectors\n" msgstr " --marked-image n - vytvoří bitovou kopii s n označenými náhodnými sektory\n" -#: dvdisaster.c:939 +#: dvdisaster.c:953 msgid " --merge-images a,b merge image a with b (a receives sectors from b)\n" msgstr " --merge-images a,b - sloučí bitové kopie a a b (a obdrží sektory z b)\n" -#: dvdisaster.c:940 +#: dvdisaster.c:954 msgid " --random-errors e - seed image with (correctable) random errors\n" msgstr "" -#: dvdisaster.c:941 +#: dvdisaster.c:955 msgid " --random-image n - create image with n sectors of random numbers\n" msgstr " --random-image n - vytvoří bitovou kopii s n sektory náhodných čísel\n" -#: dvdisaster.c:942 +#: dvdisaster.c:956 msgid " --random-seed n - random seed for built-in random number generator\n" msgstr " --random-seed n - základ pro zabudovaný generátor náhodných čísel\n" -#: dvdisaster.c:943 +#: dvdisaster.c:957 msgid " --raw-sector n - shows hexdump of the given raw sector from medium in drive\n" msgstr " --raw-sector n - zobrazí hexadecimální výpis daného nezpracovaného sektoru\n" -#: dvdisaster.c:944 +#: dvdisaster.c:958 msgid " --read-sector n - shows hexdump of the given sector from medium in drive\n" msgstr " --read-sector n - zobrazí hexadecimální výpis daného sektoru\n" -#: dvdisaster.c:945 +#: dvdisaster.c:959 msgid " --screen-shot - useful for generating screen shots\n" msgstr " --screen-shot - užitečné pro vytváření snímků obrazovky\n" -#: dvdisaster.c:946 +#: dvdisaster.c:960 msgid " --send-cdb arg - executes given cdb at drive; kills system if used wrong\n" msgstr " --send-cdb arg - vykoná na mechanice dané cdb; při špatném použití může zabít systém\n" -#: dvdisaster.c:947 +#: dvdisaster.c:961 msgid " --set-version - set program version for debugging purposes (dangerous!)\n" msgstr "" -#: dvdisaster.c:948 +#: dvdisaster.c:962 msgid " --show-header n - assumes given sector is a ecc header and prints it\n" msgstr "" -#: dvdisaster.c:949 +#: dvdisaster.c:963 msgid " --show-sector n - shows hexdump of the given sector in an image file\n" msgstr " --show-sector n - zobrazí hexadecimální výpis daného sektoru bitové kopie\n" -#: dvdisaster.c:950 +#: dvdisaster.c:964 msgid " --sim-cd image - simulate a SCSI-Level CD with contents supplied by the ISO image\n" msgstr "" -#: dvdisaster.c:951 +#: dvdisaster.c:965 #, c-format msgid " --sim-defects n - simulate n%% defective sectors on medium\n" msgstr " --sim-defects n - nasimuluje na disku n%% poškozených sektorů\n" -#: dvdisaster.c:952 +#: dvdisaster.c:966 msgid " --truncate n - truncates image to n sectors\n" msgstr " --truncate n - zkrátí bitovou kopii na n sektorů\n" -#: dvdisaster.c:953 +#: dvdisaster.c:967 msgid "" " --zero-unreadable - replace the \"unreadable sector\" markers with zeros\n" "\n" @@ -786,7 +794,7 @@ msgstr "" " --zero-unreadable - nahradit značky pro \"nečitelné sektory\" nulami\n" "\n" -#: dvdisaster.c:982 +#: dvdisaster.c:996 msgid "Optical drive 52X FW 1.02" msgstr "Optická mechanika 52X FW 1.02" @@ -893,16 +901,16 @@ msgstr "O aplikaci dvdisaster" #: help-dialogs.c:727 msgid "" -"Modified version Copyright 2015 (please fill in - [directions])\n" -"Copyright 2004-2015 Carsten Gnoerlich" +"Modified version Copyright 2017 (please fill in - [directions])\n" +"Copyright 2004-2017 Carsten Gnoerlich" msgstr "" -"Upravená verze Copyright 2015 (doplňte - [directions])\n" -"Copyright 2004-2015 Carsten Gnörlich" +"Upravená verze Copyright 2017 (doplňte - [directions])\n" +"Copyright 2004-2017 Carsten Gnörlich" #: help-dialogs.c:731 misc.c:205 -msgid "Copyright 2004-2015 Carsten Gnoerlich" +msgid "Copyright 2004-2017 Carsten Gnoerlich" msgstr "" -"Copyright 2004-2015 Carsten Gnörlich\n" +"Copyright 2004-2017 Carsten Gnörlich\n" "Česká lokalizace\n" "\t\t2011 Jindřich Šesták\n" "\t\t2006 Luboš Staněk" @@ -961,12 +969,12 @@ msgstr "" "\n" "Port pro NetBSD: Sergey Svishchev <svs@ropnet.ru>" -#: image.c:150 image.c:154 +#: image.c:152 image.c:156 #, c-format msgid "Image file %s not present or permission denied.\n" msgstr "Bitová kopie %s neexistuje nebo byl zamítnut přístup.\n" -#: image.c:163 image.c:167 +#: image.c:165 image.c:169 msgid "" "\n" "Error correction file type unknown.\n" @@ -974,7 +982,13 @@ msgstr "" "\n" "Neznámý typ opravného souboru.\n" -#: image.c:176 image.c:181 +#: image.c:178 image.c:183 +msgid "" +"\n" +"Permission denied on ecc file (perhaps not writeable?).\n" +msgstr "" + +#: image.c:193 image.c:198 msgid "" "\n" "No error correction file present.\n" @@ -1004,7 +1018,7 @@ msgstr "" msgid "log: %s\n" msgstr "" -#: main-window.c:97 +#: main-window.c:94 msgid "" "The .iso image and error correction file\n" "must not be the same file!\n" @@ -1020,7 +1034,7 @@ msgstr "" "pro opravu chyb, ponechejte název souboru pro\n" "opravu chyb prázdný." -#: main-window.c:107 +#: main-window.c:104 msgid "" "The error correction file type must not be \".iso\".\n" "\n" @@ -1034,91 +1048,91 @@ msgstr "" "ISO rozšířenou o data pro opravu chyb, ponechejte\n" "název souboru pro opravu chyb prázdný." -#: main-window.c:180 +#: main-window.c:174 msgid "Internal error: No suitable method for repairing image." msgstr "" -#: main-window.c:283 +#: main-window.c:276 msgid "button|Read" msgstr "Načíst" -#: main-window.c:286 +#: main-window.c:279 msgid "tooltip|Read Image" msgstr "Vytvořit bitovou kopii" -#: main-window.c:286 +#: main-window.c:279 msgid "Reads an optical disc image into a file (or tries to complete an existing image file)." msgstr "Vytvoří soubor bitové kopie CD/DVD (nebo se pokusí doplnit soubor existující bitové kopie)." -#: main-window.c:300 +#: main-window.c:293 msgid "button|Create" msgstr "Vytvořit" -#: main-window.c:303 +#: main-window.c:296 msgid "tooltip|Create error correction data" msgstr "Vytvořit data pro opravu" -#: main-window.c:303 +#: main-window.c:296 msgid "Creates error correction data. Requires an image file." msgstr "Vytvoří data pro opravu chyb. Vyžaduje soubor bitové kopie." -#: main-window.c:307 +#: main-window.c:300 msgid "button|Scan" msgstr "Zkontrolovat" -#: main-window.c:310 +#: main-window.c:303 msgid "tooltip|Scan medium" msgstr "Zkontrolovat disk" -#: main-window.c:310 +#: main-window.c:303 msgid "Scans medium for unreadable sectors." msgstr "Zkontroluje čitelnost disku." -#: main-window.c:314 +#: main-window.c:307 msgid "button|Fix" msgstr "Opravit" -#: main-window.c:317 +#: main-window.c:310 msgid "tooltip|Repair image" msgstr "Opravit bitovou kopii" -#: main-window.c:317 +#: main-window.c:310 msgid "Repairs an image. Requires an image file and error correction data." msgstr "Opraví bitovou kopii. Vyžaduje soubor bitové kopie a data pro opravu chyb." -#: main-window.c:321 +#: main-window.c:314 msgid "button|Verify" msgstr "Ověřit" -#: main-window.c:324 +#: main-window.c:317 msgid "tooltip|Consistency check" msgstr "Ověřit konzistenci" -#: main-window.c:324 +#: main-window.c:317 msgid "Tests consistency of error correction data and image file." msgstr "Otestuje konzistenci dat pro opravu chyb a souboru bitové kopie." -#: main-window.c:328 +#: main-window.c:321 msgid "button|Stop" msgstr "Zastavit" -#: main-window.c:331 +#: main-window.c:324 msgid "tooltip|Abort action" msgstr "Přerušit akci" -#: main-window.c:331 +#: main-window.c:324 msgid "Aborts an ongoing action." msgstr "Přeruší probíhající akci." -#: main-window.c:488 +#: main-window.c:481 msgid "tooltip|Protocol for current action" msgstr "Záznam výpisu probíhající akce" -#: main-window.c:489 +#: main-window.c:482 msgid "Displays additional information created during the current or last action." msgstr "Zobrazí další informace vypsané v průběhu probíhající nebo předchozích akcí." -#: main-window.c:498 +#: main-window.c:491 msgid "View log" msgstr "Zobrazit záznam" @@ -1126,69 +1140,69 @@ msgstr "Zobrazit záznam" msgid "Medium not present" msgstr "Není vložen žádný disk" -#: medium-info.c:105 medium-info.c:358 +#: medium-info.c:106 medium-info.c:352 msgid "Physical medium info" msgstr "Fyzické informace o disku" -#: medium-info.c:127 medium-info.c:133 +#: medium-info.c:128 medium-info.c:134 msgid "empty" msgstr "prázdný" -#: medium-info.c:128 +#: medium-info.c:129 msgid "appendable" msgstr "doplnitelný" -#: medium-info.c:129 +#: medium-info.c:130 msgid "finalized" msgstr "uzavřený" -#: medium-info.c:130 scsi-layer.c:98 +#: medium-info.c:131 scsi-layer.c:98 msgid "unknown" msgstr "neznámý" -#: medium-info.c:134 +#: medium-info.c:135 msgid "incomplete" msgstr "neúplný" -#: medium-info.c:135 +#: medium-info.c:136 msgid "damaged" msgstr "poškozený" -#: medium-info.c:136 rs02-verify.c:670 rs02-verify.c:877 rs02-verify.c:878 -#: rs02-verify.c:879 rs03-verify.c:1260 rs03-verify.c:1262 rs03-verify.c:1263 +#: medium-info.c:137 rs02-verify.c:671 rs02-verify.c:878 rs02-verify.c:879 +#: rs02-verify.c:880 rs03-verify.c:1254 rs03-verify.c:1256 rs03-verify.c:1257 msgid "complete" msgstr "kompletní" -#: medium-info.c:141 +#: medium-info.c:142 #, c-format msgid "%s (%d sessions; last session %s)\n" msgstr "%s (%d session; poslední session %s)\n" -#: medium-info.c:147 +#: medium-info.c:148 #, c-format msgid "%lld sectors (%lld MiB), from READ CAPACITY\n" msgstr "%lld sektorů (%lld MiB), z READ CAPACITY\n" -#: medium-info.c:150 +#: medium-info.c:151 #, c-format msgid "%lld sectors (%lld MiB), from DVD structure\n" msgstr "%lld sektorů (%lld MiB), ze struktury DVD\n" -#: medium-info.c:154 medium-info.c:204 +#: medium-info.c:155 medium-info.c:204 #, c-format msgid "%lld sectors (%lld MiB)\n" msgstr "%lld sektorů (%lld MiB)\n" -#: medium-info.c:166 medium-info.c:431 +#: medium-info.c:167 medium-info.c:425 msgid "Filesystem info" msgstr "Informace o systému souborů" -#: medium-info.c:172 +#: medium-info.c:173 #, c-format msgid "%d sectors (%lld MiB)\n" msgstr "%d sektorů (%lld MiB)\n" -#: medium-info.c:194 medium-info.c:464 +#: medium-info.c:194 medium-info.c:458 msgid "Augmented image info" msgstr "Informace o rozšíření bitové kopie" @@ -1197,11 +1211,11 @@ msgstr "Informace o rozšíření bitové kopie" msgid "%s, %d roots, %4.1f%% redundancy.\n" msgstr "%s, %d bází, %4.1f%% redundance.\n" -#: medium-info.c:289 +#: medium-info.c:283 msgid "windowtitle|Medium info" msgstr "Informace o disku" -#: medium-info.c:304 +#: medium-info.c:298 msgid "" "Medium info\n" "Properties of the currently inserted medium" @@ -1209,75 +1223,75 @@ msgstr "" "Informace o disku\n" "Vlastnosti vloženého disku" -#: medium-info.c:316 +#: medium-info.c:310 msgid "Drive selection" msgstr "Výběr mechaniky" -#: medium-info.c:323 +#: medium-info.c:317 msgid "Drive:" msgstr "Mechanika:" -#: medium-info.c:344 menubar.c:488 +#: medium-info.c:338 menubar.c:488 msgid "No drives found" msgstr "Nebyly nalezeny žádné mechaniky" -#: medium-info.c:349 +#: medium-info.c:343 msgid " " msgstr " " -#: medium-info.c:352 +#: medium-info.c:346 msgid "Update medium info" msgstr "Aktualizovat informace o disku" -#: medium-info.c:365 +#: medium-info.c:359 msgid "Medium type:" msgstr "Typ disku:" -#: medium-info.c:373 +#: medium-info.c:367 msgid "Book type:" msgstr "Book type:" -#: medium-info.c:381 scsi-layer.c:2698 +#: medium-info.c:375 scsi-layer.c:2682 msgid "Manuf.-ID:" msgstr "ID výrobce:" -#: medium-info.c:389 +#: medium-info.c:383 msgid "Drive profile:" msgstr "Profil mechaniky:" -#: medium-info.c:397 +#: medium-info.c:391 msgid "Disc status:" msgstr "Stav disku:" -#: medium-info.c:405 +#: medium-info.c:399 msgid "Used sectors:" msgstr "Využité sektory:" -#: medium-info.c:421 +#: medium-info.c:415 msgid "Blank capacity:" msgstr "Prázdná kapacita:" -#: medium-info.c:438 +#: medium-info.c:432 msgid "Medium label:" msgstr "Název disku:" -#: medium-info.c:446 +#: medium-info.c:440 msgid "File system size:" msgstr "Velikost systému souborů:" -#: medium-info.c:454 +#: medium-info.c:448 msgid "Creation time:" msgstr "Čas vytvoření:" -#: medium-info.c:471 +#: medium-info.c:465 msgid "Error correction data:" msgstr "Data pro opravu chyb:" -#: medium-info.c:479 +#: medium-info.c:473 msgid "Augmented image size:" msgstr "Velikost rozšířené bitové kopie:" -#: medium-info.c:487 +#: medium-info.c:481 msgid "dvdisaster version:" msgstr "Verze dvdisaster:" @@ -1471,11 +1485,11 @@ msgstr "" "podle podmínek GNU GENERAL PUBLIC LICENSE. Více\n" "informací naleznete v souboru \"COPYING\".\n" -#: misc.c:513 +#: misc.c:519 msgid "Warning" msgstr "Upozornění" -#: misc.c:588 misc.c:596 +#: misc.c:594 misc.c:602 msgid "" "\n" "*\n" @@ -1487,11 +1501,11 @@ msgstr "" "* dvdisaster - nelze pokračovat:\n" "*\n" -#: misc.c:1248 +#: misc.c:1254 msgid "Do not ask again" msgstr "Příště se již neptat" -#: misc.c:1269 +#: misc.c:1275 #, c-format msgid "" "Image file already exists and does not match the medium:\n" @@ -1506,7 +1520,7 @@ msgstr "" "\n" "Existující soubor bitové kopie bude smazán." -#: misc.c:1288 +#: misc.c:1294 #, c-format msgid "" "The error correction file is already present:\n" @@ -2559,8 +2573,8 @@ msgid "Raw sector does not belong to the selected image!" msgstr "Sektor nepatří k vybrané bitové kopii!" #: raw-editor.c:389 read-adaptive.c:1252 read-adaptive.c:1323 -#: read-adaptive.c:1643 read-adaptive.c:1841 read-linear.c:398 -#: read-linear.c:658 read-linear.c:1001 rs01-fix.c:459 rs01-fix.c:719 +#: read-adaptive.c:1643 read-adaptive.c:1841 read-linear.c:390 +#: read-linear.c:645 read-linear.c:989 rs01-fix.c:459 rs01-fix.c:719 #: rs02-fix.c:749 rs03-fix.c:818 #, c-format msgid "Failed seeking to sector %lld in image [%s]: %s" @@ -2568,7 +2582,7 @@ msgstr "Nezdařil se přechod na sektor %lld bitové kopie [%s]: %s" #: raw-editor.c:396 read-adaptive.c:1266 read-adaptive.c:1329 #: read-adaptive.c:1675 read-adaptive.c:1688 read-adaptive.c:1849 -#: read-linear.c:407 read-linear.c:665 rs01-fix.c:181 rs01-fix.c:466 +#: read-linear.c:399 read-linear.c:652 rs01-fix.c:181 rs01-fix.c:466 #, c-format msgid "Failed writing to sector %lld in image [%s]: %s" msgstr "Nezdařil se zápis sektoru %lld bitové kopie [%s]: %s" @@ -2797,7 +2811,7 @@ msgstr " [Vytvoření nového souboru mezipaměti %s]\n" msgid " [Appended %d/%d sectors to cache file %s; LBA=%lld, ssize=%d, %d sectors]\n" msgstr " [Přidáno %d/%d sektorů do souboru mezipaměti %s; LBA=%lld, velikosts=%d, %d sektorů]\n" -#: read-adaptive.c:55 rs01-create.c:1015 +#: read-adaptive.c:55 rs01-create.c:1025 #, c-format msgid "" "Error closing error correction file:\n" @@ -2819,7 +2833,7 @@ msgstr "" "Nelze přečíst hlavičku ecc:\n" "%s" -#: read-adaptive.c:119 read-linear.c:850 +#: read-adaptive.c:119 read-linear.c:838 #, c-format msgid "" "* Warning: This ecc file requires dvdisaster-%d.%d!\n" @@ -2829,14 +2843,14 @@ msgid "" "\n" msgstr "" -#: read-adaptive.c:152 rs01-common.c:80 rs01-common.c:222 rs01-create.c:297 -#: rs01-verify.c:820 +#: read-adaptive.c:152 rs01-common.c:80 rs01-common.c:231 rs01-create.c:299 +#: rs01-verify.c:810 #, c-format msgid "Failed skipping the ecc header: %s" msgstr "Nepodařilo se přeskočit ecc hlavičku: %s" -#: read-adaptive.c:161 read-adaptive.c:171 rs01-common.c:89 rs01-common.c:99 -#: rs01-common.c:332 +#: read-adaptive.c:161 read-adaptive.c:171 rs01-common.c:92 rs01-common.c:102 +#: rs01-common.c:341 #, c-format msgid "Error reading CRC information: %s" msgstr "Nepodařilo se načíst CRC informace: %s" @@ -2855,7 +2869,7 @@ msgstr "Opravitelné: %2d.%1d%% (opravitelné: %lld; nyní načítáno [%lld..%l msgid "Repairable: %2d.%1d%% (missing: %lld; now reading [%lld..%lld], size %lld)" msgstr "Opravitelné: %2d.%1d%% (chybějící: %lld; nyní načítáno [%lld..%lld], velikost %lld)" -#: read-adaptive.c:653 read-linear.c:857 +#: read-adaptive.c:653 read-linear.c:845 #, c-format msgid "" "* Warning: This image requires dvdisaster-%d.%d!\n" @@ -2926,7 +2940,7 @@ msgstr "" "Otisky disku a ecc nesouhlasí.\n" "Disk a soubor ecc k sobě nepatří.\n" -#: read-adaptive.c:860 read-linear.c:340 +#: read-adaptive.c:860 read-linear.c:332 msgid "Image file does not match the optical disc." msgstr "Soubor bitové kopie neodpovídá CD/DVD/BD." @@ -2951,7 +2965,7 @@ msgstr "Probíhá načtení CRC dat." msgid "Analysing existing image file" msgstr "Analyzování existujícího souboru bitové kopie" -#: read-adaptive.c:969 rs01-common.c:262 rs02-verify.c:724 +#: read-adaptive.c:969 rs01-common.c:271 rs02-verify.c:725 #, c-format msgid "premature end in image (only %d bytes): %s\n" msgstr "předčasný konec bitové kopie (pouze %d bajtů): %s\n" @@ -2975,15 +2989,15 @@ msgstr "Analyzování existujícího souboru bitové kopie: %lld čitelných, %l msgid "Analysing existing image file: %lld readable, %lld still missing.\n" msgstr "Analyzování existujícího souboru bitové kopie: %lld čitelných, %lld chybí.\n" -#: read-adaptive.c:1202 read-linear.c:737 +#: read-adaptive.c:1202 read-linear.c:725 msgid "Ignore once" msgstr "Ignorovat jednou" -#: read-adaptive.c:1203 read-linear.c:738 +#: read-adaptive.c:1203 read-linear.c:726 msgid "Ignore always" msgstr "Ignorovat vždy" -#: read-adaptive.c:1204 read-linear.c:739 +#: read-adaptive.c:1204 read-linear.c:727 msgid "Abort" msgstr "Přerušit" @@ -2992,15 +3006,15 @@ msgstr "Přerušit" msgid "Filling image area [%lld..%lld]" msgstr "Vyplňování oblasti bitové kopie [%lld..%lld]" -#: read-adaptive.c:1360 read-linear.c:217 +#: read-adaptive.c:1360 read-linear.c:209 msgid "Reading aborted" msgstr "Čtení zrušeno" -#: read-adaptive.c:1363 read-linear.c:221 +#: read-adaptive.c:1363 read-linear.c:213 msgid "Preparing for reading the medium image." msgstr "Příprava na vytvoření bitové kopie disku." -#: read-adaptive.c:1364 read-linear.c:214 read-linear.c:222 +#: read-adaptive.c:1364 read-linear.c:206 read-linear.c:214 msgid "Medium: not yet determined" msgstr "Disk: dosud nebyl určen" @@ -3019,16 +3033,16 @@ msgid "" "* Please consider using linear reading instead.\n" msgstr "" -#: read-adaptive.c:1442 read-linear.c:279 +#: read-adaptive.c:1442 read-linear.c:271 #, c-format msgid "Creating new %s image.\n" msgstr "Vytváření nové bitové kopie %s.\n" -#: read-adaptive.c:1446 read-linear.c:272 +#: read-adaptive.c:1446 read-linear.c:264 msgid "Reading new medium image." msgstr "Vytvoření nové bitové kopie disku." -#: read-adaptive.c:1466 read-linear.c:301 +#: read-adaptive.c:1466 read-linear.c:293 msgid "Completing existing medium image." msgstr "Doplnění existující bitové kopie disku." @@ -3040,7 +3054,7 @@ msgstr "" "\n" "K dispozici je dostatek dat pro rekonstrukci bitové kopie.\n" -#: read-adaptive.c:1606 read-linear.c:1065 +#: read-adaptive.c:1606 read-linear.c:1053 #, c-format msgid "" "Sector %lld: %s\n" @@ -3051,7 +3065,7 @@ msgstr "" "Výše uvedenou chybu nelze opravit.\n" "Pro ignorování použijte parametr --ignore-fatal-sense." -#: read-adaptive.c:1611 read-linear.c:1070 +#: read-adaptive.c:1611 read-linear.c:1058 #, c-format msgid "" "Sector %lld: %s\n" @@ -3074,7 +3088,7 @@ msgstr "Chyba CRC v sektoru %lld\n" msgid "Sectors %lld-%lld: %s\n" msgstr "Sektory %lld-%lld: %s\n" -#: read-adaptive.c:1833 read-linear.c:1253 scsi-layer.c:1741 +#: read-adaptive.c:1833 read-linear.c:1243 scsi-layer.c:1741 #, c-format msgid "Sector %lld: %s\n" msgstr "Sektor %lld: %s\n" @@ -3154,7 +3168,7 @@ msgstr "Celkem opravitelných: %d.%d%%" msgid "Aborted by unrecoverable error. %lld sectors read, %lld sectors unreadable/skipped so far." msgstr "Zrušeno kvůli neopravitelné chybě. Dosud načteno %lld sektorů, %lld sektorů nečitelných/přeskočeno." -#: read-linear.c:173 +#: read-linear.c:171 msgid "" "Automatic error correction file creation\n" "is only possible after a full reading pass.\n" @@ -3162,77 +3176,77 @@ msgstr "" "Automatické vytvoření souboru pro opravu chyb\n" "je možné pouze po plném průchodu čtení.\n" -#: read-linear.c:209 +#: read-linear.c:201 msgid "Scanning aborted" msgstr "Kontrola zrušena" -#: read-linear.c:213 read-linear.c:244 +#: read-linear.c:205 read-linear.c:236 msgid "Scanning medium for read errors." msgstr "Kontrola disku na chyby čtení." -#: read-linear.c:251 read-linear.c:284 +#: read-linear.c:243 read-linear.c:276 msgid "Reading CRC information" msgstr "Probíhá načtení CRC informací" -#: read-linear.c:347 +#: read-linear.c:339 #, c-format msgid "Reading aborted. Please select a different image file." msgstr "Čtení zrušeno. Zvolte jiný soubor bitové kopie." -#: read-linear.c:366 +#: read-linear.c:358 #, c-format msgid "Completing image %s. Continuing with sector %lld.\n" msgstr "Doplnění bitové kopie %s. Navazuji od sektoru %lld.\n" -#: read-linear.c:372 +#: read-linear.c:364 #, c-format msgid "Completing image %s. Only missing sectors will be read.\n" msgstr "Doplnění bitové kopie %s. Budou čteny pouze chybějící sektory.\n" -#: read-linear.c:455 read-linear.c:460 +#: read-linear.c:425 read-linear.c:433 msgid "Reading CRC information from ecc data" msgstr "Probíhá načtení CRC informací z ecc dat" -#: read-linear.c:480 +#: read-linear.c:459 msgid "done.\n" msgstr "dokončeno.\n" -#: read-linear.c:492 scsi-layer.c:2066 +#: read-linear.c:479 scsi-layer.c:2066 #, c-format msgid "Waiting %d seconds for drive to spin up...\n" msgstr "Čekám %d sekund na roztočení disku...\n" -#: read-linear.c:514 read-linear-window.c:103 +#: read-linear.c:501 read-linear-window.c:103 #, c-format msgid "Unreadable / skipped sectors: %lld" msgstr "Nečitelné/přeskočené sektory: %lld" -#: read-linear.c:594 +#: read-linear.c:581 #, c-format msgid "Sector %lld: Speed increased to %4.1fx\n" msgstr "Sektor %lld: Rychlost zvýšena na %4.1fx\n" -#: read-linear.c:597 +#: read-linear.c:584 #, c-format msgid "Sector %lld: Speed dropped to %4.1fx\n" msgstr "Sektor %lld: Rychlost snížena na %4.1fx\n" -#: read-linear.c:603 +#: read-linear.c:590 #, c-format msgid "Read position: %3d.%1d%% (nn.nx)" msgstr "" -#: read-linear.c:605 +#: read-linear.c:592 #, c-format msgid "Read position: %3d.%1d%% (%4.1fx)" msgstr "Pozice čtení: %3d.%1d%% (%4.1fx)" -#: read-linear.c:698 rs01-common.c:338 rs02-verify.c:769 rs03-verify.c:1132 +#: read-linear.c:686 rs01-common.c:347 rs02-verify.c:770 rs03-verify.c:1126 #, c-format msgid "* CRC error, sector: %lld\n" msgstr "* Chyba CRC, sektor: %lld\n" -#: read-linear.c:826 +#: read-linear.c:814 #, c-format msgid "" "This ecc file requires dvdisaster-%d.%d!\n" @@ -3243,7 +3257,7 @@ msgid "" "\n" msgstr "" -#: read-linear.c:834 +#: read-linear.c:822 #, c-format msgid "" "This image requires dvdisaster-%d.%d!\n" @@ -3253,37 +3267,37 @@ msgid "" "\n" msgstr "" -#: read-linear.c:842 rs01-create.c:708 rs01-fix.c:202 rs01-fix.c:224 +#: read-linear.c:830 rs01-create.c:718 rs01-fix.c:202 rs01-fix.c:224 #: rs01-fix.c:269 rs01-fix.c:299 rs01-fix.c:316 rs01-fix.c:369 -#: rs01-verify.c:435 rs01-verify.c:839 rs02-create.c:115 rs02-fix.c:235 -#: rs02-fix.c:254 rs02-fix.c:339 rs02-verify.c:714 rs03-create.c:247 +#: rs01-verify.c:435 rs01-verify.c:829 rs02-create.c:118 rs02-fix.c:235 +#: rs02-fix.c:254 rs02-fix.c:339 rs02-verify.c:715 rs03-create.c:250 #: rs03-fix.c:251 rs03-fix.c:292 rs03-fix.c:313 rs03-fix.c:386 -#: rs03-verify.c:533 rs03-verify.c:1027 +#: rs03-verify.c:533 rs03-verify.c:1021 #, c-format msgid "Aborted by user request!" msgstr "Zrušeno uživatelem!" -#: read-linear.c:956 read-linear.c:1080 +#: read-linear.c:944 read-linear.c:1068 #, c-format msgid "Aborted by user request! %lld sectors read, %lld sectors unreadable/skipped so far." msgstr "Zrušeno uživatelem! Načteno %lld sektorů, %lld sektorů nečitelných/přeskočeno." -#: read-linear.c:1013 +#: read-linear.c:1001 #, c-format msgid "unexpected read error in image for sector %lld" msgstr "neočekávaná chyba čtení bitové kopie u sektoru %lld" -#: read-linear.c:1095 +#: read-linear.c:1083 #, c-format msgid "Sector %lld: %3d C2 errors.%s\n" msgstr "Sektor %lld: %3d C2 chyb.%s\n" -#: read-linear.c:1225 +#: read-linear.c:1215 #, c-format msgid "Sector %lld: %s Skipping %d sectors.\n" msgstr "Sektor %lld: %s Přeskakuji %d sektorů.\n" -#: read-linear.c:1288 +#: read-linear.c:1278 #, c-format msgid "" "Trying to complete image, reading pass %d of %d.\n" @@ -3292,7 +3306,7 @@ msgstr "" "Pokus o doplnění bitové kopie, pokus o načtení %d z %d.\n" "%s" -#: read-linear.c:1290 +#: read-linear.c:1280 #, c-format msgid "" "\n" @@ -3301,66 +3315,66 @@ msgstr "" "\n" "Pokus o doplnění bitové kopie, pokus o načtení %d z %d.\n" -#: read-linear.c:1330 +#: read-linear.c:1317 #, c-format msgid "%lld sectors read. " msgstr "Přečteno %lld sektorů. " -#: read-linear.c:1331 +#: read-linear.c:1318 #, c-format msgid "%lld sectors read; %lld unreadable sectors." msgstr "%lld sektorů načteno; %lld nečitelných sektorů." -#: read-linear.c:1343 +#: read-linear.c:1330 #, c-format msgid "All sectors successfully read, but wrong image length (%lld sectors difference)" msgstr "Všechny sektory byly úspěšně načteny, ale nesouhlasí délka bitové kopie (rozdíl %lld sektorů)" -#: read-linear.c:1349 +#: read-linear.c:1336 msgid "All sectors successfully read, but wrong ecc md5sum." msgstr "Všechny sektory byly úspěšně načteny, ale nesouhlasí md5 kontrolní součet ecc." -#: read-linear.c:1355 +#: read-linear.c:1342 msgid "All sectors successfully read, but incomplete or damaged checksums." msgstr "" -#: read-linear.c:1356 +#: read-linear.c:1343 msgid "All sectors successfully read. Checksums match." msgstr "Všechny sektory byly úspěšně načteny. Kontrolní součet souhlasí." -#: read-linear.c:1358 +#: read-linear.c:1345 msgid "All sectors successfully read." msgstr "Všechny sektory byly úspěšně načteny." -#: read-linear.c:1363 +#: read-linear.c:1350 #, c-format msgid "%lld unreadable sectors." msgstr "%lld nečitelných sektorů." -#: read-linear.c:1366 +#: read-linear.c:1353 #, c-format msgid "%lld CRC errors and a md5sum mismatch in the CRC section." msgstr "" -#: read-linear.c:1368 +#: read-linear.c:1355 #, c-format msgid "%lld CRC errors." msgstr "%lld chyb CRC." -#: read-linear.c:1370 +#: read-linear.c:1357 #, c-format msgid "%lld CRC errors, %lld unreadable sectors." msgstr "%lld chyb CRC, %lld nečitelných sektorů" -#: read-linear.c:1378 +#: read-linear.c:1365 msgid "Scanning finished: " msgstr "Kontrola dokončena: " -#: read-linear.c:1380 +#: read-linear.c:1367 msgid "Reading finished: " msgstr "Čtení dokončeno: " -#: read-linear.c:1392 +#: read-linear.c:1379 #, c-format msgid "" "%d sectors missing at the end of the disc.\n" @@ -3371,7 +3385,7 @@ msgstr "" "To je v pořádku, pokud bylo CD zapsáno v režimu TAO (track at once).\n" "Bitová kopie bude příslušně zkrácena. Další podrobnosti najdete v příručce.\n" -#: read-linear.c:1398 +#: read-linear.c:1385 #, c-format msgid "" "%d sectors missing at the end of the disc.\n" @@ -3423,27 +3437,27 @@ msgstr "Rychlost" msgid "Sector %lld dumped to %s\n" msgstr "Sektor %lld uložen do %s\n" -#: rs01-common.c:236 rs02-verify.c:800 rs03-verify.c:1155 +#: rs01-common.c:245 rs02-verify.c:801 rs03-verify.c:1149 #, c-format msgid "- testing sectors : %3d%%" msgstr "- kontrola sektorů : %3d%%" -#: rs01-common.c:237 +#: rs01-common.c:246 #, c-format msgid "Scanning image sectors: %3d%%" msgstr "Probíhá kontrola sektorů bitové kopie: %3d%%" -#: rs01-common.c:290 rs02-verify.c:756 +#: rs01-common.c:299 rs02-verify.c:757 #, c-format msgid "* missing sector : %lld\n" msgstr "* chybějící sektor : %lld\n" -#: rs01-common.c:291 rs02-verify.c:757 +#: rs01-common.c:300 rs02-verify.c:758 #, c-format msgid "* missing sectors : %lld - %lld\n" msgstr "* chybějící sektory : %lld - %lld\n" -#: rs01-common.c:309 rs01-common.c:376 rs01-create.c:314 +#: rs01-common.c:318 rs01-common.c:385 rs01-create.c:316 #, c-format msgid "Error writing CRC information: %s" msgstr "Chyba při zápisu CRC informací: %s" @@ -3453,7 +3467,7 @@ msgstr "Chyba při zápisu CRC informací: %s" msgid "Redundancy %4.1f%% out of useful range [3.2%%..64.5%%]" msgstr "Redundance %4.1f%% z použitelného rozsahu [3.2%%..64.5%%]" -#: rs01-create.c:76 rs03-common.c:455 +#: rs01-create.c:76 rs03-common.c:467 #, c-format msgid "Ecc file size %lldm out of useful range [%lld .. %lld]" msgstr "Velikost souboru ecc %lldm je mimo užitečný rozsah [%lld .. %lld]" @@ -3477,7 +3491,7 @@ msgstr "" msgid "Image file %s not deleted: %s\n" msgstr "Soubor bitové kopie %s nebyl smazán: %s\n" -#: rs01-create.c:148 rs01-fix.c:77 rs02-create.c:59 rs02-fix.c:54 +#: rs01-create.c:148 rs01-fix.c:77 rs02-create.c:60 rs02-fix.c:54 #: rs03-create.c:144 rs03-fix.c:53 #, c-format msgid "Aborted by unrecoverable error." @@ -3492,7 +3506,7 @@ msgstr "Tvorba souboru pro opravu chyb zrušena" msgid "Encoding with Method RS01: %d roots, %4.1f%% redundancy." msgstr "Kódování metodou RS01: %d bází, redundance %4.1f%%." -#: rs01-create.c:239 rs03-create.c:1285 +#: rs01-create.c:239 rs03-create.c:1308 #, c-format msgid "" "Creating the error correction file.\n" @@ -3501,49 +3515,49 @@ msgstr "" "Vytváření souboru pro opravu chyb.\n" "%s" -#: rs01-create.c:251 rs03-create.c:273 +#: rs01-create.c:251 rs03-create.c:276 #, c-format msgid "Aborted to keep existing ecc file." msgstr "Zrušeno pro zachování původního ecc souboru." -#: rs01-create.c:266 rs02-create.c:1036 rs03-create.c:1242 +#: rs01-create.c:266 rs02-create.c:1043 rs03-create.c:1265 #, c-format msgid "Image file %s: %s." msgstr "Bitová kopie %s: %s." -#: rs01-create.c:274 rs03-create.c:1261 +#: rs01-create.c:274 rs03-create.c:1284 msgid "No error correction file specified!\n" msgstr "" -#: rs01-create.c:285 +#: rs01-create.c:287 #, c-format msgid "Writing sector checksums: %3d%%" msgstr "Zápis kontrolních součtů sektorů: %3d%%" -#: rs01-create.c:289 +#: rs01-create.c:291 msgid "1. Writing image sector checksums:" msgstr "1. Zápis kontrolních součtů sektorů bitové kopie:" -#: rs01-create.c:332 rs01-window.c:130 +#: rs01-create.c:338 rs01-window.c:130 msgid "1. Calculating image sector checksums:" msgstr "1. Výpočet kontrolních součtů sektorů bitové kopie:" -#: rs01-create.c:346 rs01-create.c:487 rs01-create.c:580 +#: rs01-create.c:355 rs01-create.c:497 rs01-create.c:590 #, c-format msgid "Aborted by user request! (partial error correction file removed)" msgstr "Zrušeno uživatelem! (neúplný soubor pro opravu chyb odstraněn)" -#: rs01-create.c:355 +#: rs01-create.c:364 #, c-format msgid "%lld sectors unread or missing due to errors.\n" msgstr "%lld sektorů nepřečteno nebo chybí kvůli chybám.\n" -#: rs01-create.c:408 +#: rs01-create.c:418 #, c-format msgid "Failed skipping ecc+crc header: %s" msgstr "Přeskočení hlavičky ecc+crc se nezdařilo: %s" -#: rs01-create.c:435 rs02-create.c:516 +#: rs01-create.c:445 rs02-create.c:523 #, c-format msgid "" "Failed allocating memory for I/O cache.\n" @@ -3554,13 +3568,13 @@ msgstr "" "Aktuální velikost mezipaměti je %d MiB.\n" "Zkuste ji zmenšit.\n" -#: rs01-create.c:564 rs01-create.c:689 rs01-create.c:984 rs02-create.c:963 -#: rs03-create.c:1088 +#: rs01-create.c:574 rs01-create.c:699 rs01-create.c:994 rs02-create.c:970 +#: rs03-create.c:1111 #, c-format msgid "Ecc generation: %3d.%1d%%" msgstr "Tvorba ecc: %3d.%1d%%" -#: rs01-create.c:997 +#: rs01-create.c:1007 #, c-format msgid "" "could not write to ecc file \"%s\":\n" @@ -3569,7 +3583,7 @@ msgstr "" "nezdařil se zápis do souboru ecc \"%s\":\n" "%s" -#: rs01-create.c:1012 +#: rs01-create.c:1022 #, c-format msgid "" "Can't write ecc header:\n" @@ -3578,12 +3592,12 @@ msgstr "" "Nelze zapsat hlavičku ecc:\n" "%s" -#: rs01-create.c:1020 rs02-create.c:1127 rs03-create.c:1341 +#: rs01-create.c:1030 rs02-create.c:1134 rs03-create.c:1364 #, c-format msgid "Ecc generation: 100.0%%\n" msgstr "Tvorba ecc: 100.0%%\n" -#: rs01-create.c:1021 rs03-create.c:1348 +#: rs01-create.c:1031 rs03-create.c:1371 #, c-format msgid "" "Error correction file \"%s\" created.\n" @@ -3592,7 +3606,7 @@ msgstr "" "Soubor pro opravu chyb \"%s\" byl vytvořen.\n" "Uchovávejte tento soubor na spolehlivém nosiči.\n" -#: rs01-create.c:1029 rs03-create.c:1374 +#: rs01-create.c:1039 rs03-create.c:1397 msgid "" "The error correction file has been successfully created.\n" "Make sure to keep this file on a reliable medium." @@ -3901,15 +3915,15 @@ msgstr "Porovnání zrušeno" msgid "Comparing image and error correction files." msgstr "Porovnávání souboru bitové kopie a souboru pro opravu chyb." -#: rs01-verify.c:394 rs03-verify.c:696 rs03-verify.c:705 +#: rs01-verify.c:394 rs03-verify.c:698 rs03-verify.c:707 msgid "- Checking image file -" msgstr "- Kontrola souboru bitové kopie -" -#: rs01-verify.c:409 rs01-verify.c:530 rs01-verify.c:541 +#: rs01-verify.c:409 rs01-verify.c:530 rs01-verify.c:544 msgid "not present\n" msgstr "nedostupný\n" -#: rs01-verify.c:417 rs02-verify.c:598 +#: rs01-verify.c:417 rs02-verify.c:599 #, c-format msgid "present, contains %lld medium sectors.\n" msgstr "k dispozici, obsahuje %lld sektorů disku.\n" @@ -3919,7 +3933,7 @@ msgstr "k dispozici, obsahuje %lld sektorů disku.\n" msgid "present, contains %lld medium sectors and %d bytes.\n" msgstr "existuje, obsahuje %lld sektorů disku a %d bajtů.\n" -#: rs01-verify.c:425 rs01-verify.c:680 rs01-verify.c:699 +#: rs01-verify.c:425 rs01-verify.c:670 rs01-verify.c:689 #, c-format msgid "%lld sectors + %d bytes" msgstr "%lld sektorů + %d bajtů" @@ -3949,7 +3963,7 @@ msgstr "%lld (%lld nadbytečných sektorů)" msgid "Bad image." msgstr "Poškozená bitová kopie." -#: rs01-verify.c:483 rs02-verify.c:681 rs03-verify.c:992 +#: rs01-verify.c:483 rs02-verify.c:682 rs03-verify.c:986 msgid "* quick mode : image NOT scanned\n" msgstr "* rychlý režim : bitová kopie nebude kontrolována!\n" @@ -3962,7 +3976,7 @@ msgstr "" "- bitová kopie v pořádku : všechny sektory jsou přítomny\n" "- md5 součet bitové kopie: %s\n" -#: rs01-verify.c:494 rs02-verify.c:890 rs03-verify.c:1295 +#: rs01-verify.c:494 rs02-verify.c:891 rs03-verify.c:1289 #, c-format msgid "Good image." msgstr "Bitová kopie je v pořádku." @@ -3981,69 +3995,68 @@ msgstr "" msgid "Image complete, but contains checksum errors!" msgstr "Bitová kopie je kompletní, avšak obsahuje chyby kontrolního součtu!" -#: rs01-verify.c:510 rs02-verify.c:857 +#: rs01-verify.c:510 rs02-verify.c:858 #, c-format msgid "* BAD image : %lld sectors missing\n" msgstr "* POŠKOZENÁ bitová kopie : %lld chybějících sektorů\n" -#: rs01-verify.c:511 rs02-verify.c:861 rs03-verify.c:1241 +#: rs01-verify.c:511 rs02-verify.c:862 rs03-verify.c:1235 #, c-format msgid "* BAD image : %lld sectors missing, %lld CRC errors\n" msgstr "* POŠKOZENÁ bitová kopie : %lld chybějících sektorů, %lld chyb CRC\n" -#: rs01-verify.c:525 rs03-verify.c:1199 +#: rs01-verify.c:525 rs03-verify.c:1193 msgid "- Checking ecc file -" msgstr "- Kontrola ecc souboru -" -#: rs01-verify.c:533 rs01-verify.c:558 +#: rs01-verify.c:533 rs01-verify.c:561 msgid "No error correction file present." msgstr "Žádný soubor pro opravu chyb není dostupný." -#: rs01-verify.c:544 +#: rs01-verify.c:541 +msgid "permission denied\n" +msgstr "" + +#: rs01-verify.c:547 msgid "invalid\n" msgstr "neplatné\n" -#: rs01-verify.c:547 +#: rs01-verify.c:550 msgid "defective header (unusable)\n" msgstr "poškozená hlavička (nepoužitelné)\n" -#: rs01-verify.c:550 +#: rs01-verify.c:553 msgid "unknown codec (unusable)\n" msgstr "neznámý kodek (nepoužitelné)\n" -#: rs01-verify.c:553 +#: rs01-verify.c:556 msgid "unusable\n" msgstr "nepoužitelné\n" -#: rs01-verify.c:590 rs02-verify.c:920 +#: rs01-verify.c:584 rs01-verify.c:596 rs02-verify.c:915 rs02-verify.c:928 msgid "created by dvdisaster" msgstr "vytvořeno pomocí dvdisaster" -#: rs01-verify.c:607 rs02-verify.c:937 -#, c-format -msgid "created by dvdisaster-%d.%d\n" -msgstr "vytvořeno pomocí dvdisaster-%d.%d\n" - -#: rs01-verify.c:616 +#: rs01-verify.c:606 msgid "created by dvdisaster-0.41.x.\n" msgstr "vytvořeno pomocí dvdisaster-0.41.x.\n" -#: rs01-verify.c:626 rs02-verify.c:950 rs03-verify.c:758 +#: rs01-verify.c:616 rs02-verify.c:942 rs03-verify.c:760 #, c-format msgid "- method : %4s, %d roots, %4.1f%% redundancy.\n" msgstr "- metoda : %4s, %d bází, %4.1f%% redundance.\n" -#: rs01-verify.c:630 rs02-verify.c:955 rs03-verify.c:763 +#: rs01-verify.c:620 rs02-verify.c:947 rs03-verify.c:765 #, c-format msgid "%4s, %d roots, %4.1f%% redundancy" msgstr "%4s, %d bází, %4.1f%% redundance" -#: rs01-verify.c:637 rs02-verify.c:962 +#: rs01-verify.c:627 rs02-verify.c:954 #, c-format msgid "- requires : dvdisaster-%d.%d (good)\n" msgstr "- vyžaduje : dvdisaster-%d.%d (v pořádku)\n" -#: rs01-verify.c:646 rs02-verify.c:973 +#: rs01-verify.c:636 rs02-verify.c:965 #, c-format msgid "" "* requires : dvdisaster-%d.%d (BAD)\n" @@ -4054,146 +4067,146 @@ msgstr "" "* Upozornění : Následující výstup nemusí být správný.\n" "* : Pro aktualizaci navštivte http://www.dvdisaster.org.\n" -#: rs01-verify.c:659 rs02-verify.c:987 rs03-verify.c:834 +#: rs01-verify.c:649 rs02-verify.c:979 rs03-verify.c:828 #, c-format msgid "Please upgrade your version of dvdisaster!" msgstr "Aktualizujte prosím vaši verzi programu dvdisaster!" -#: rs01-verify.c:671 +#: rs01-verify.c:661 #, c-format msgid "- medium sectors : %lld\n" msgstr "- sektory disku : %lld\n" -#: rs01-verify.c:676 +#: rs01-verify.c:666 #, c-format msgid "- medium sectors : %lld sectors + %d bytes\n" msgstr "- sektory disku : %lld sektorů + %d bajtů\n" -#: rs01-verify.c:690 +#: rs01-verify.c:680 #, c-format msgid "- medium sectors : %lld (good)\n" msgstr "- sektory disku : %lld (v pořádku)\n" -#: rs01-verify.c:695 +#: rs01-verify.c:685 #, c-format msgid "- medium sectors : %lld sectors + %d bytes (good)\n" msgstr "- sektory disku : %lld sektorů + %d bajtů (v pořádku)\n" -#: rs01-verify.c:707 rs02-verify.c:1003 +#: rs01-verify.c:697 rs02-verify.c:995 #, c-format msgid "* medium sectors : %lld (BAD, perhaps TAO/DAO mismatch)\n" msgstr "* sektory disku : %lld (ŠPATNĚ, pravděpodobně rozdíl TAO/DAO)\n" -#: rs01-verify.c:718 rs02-verify.c:1005 +#: rs01-verify.c:708 rs02-verify.c:997 #, c-format msgid "* medium sectors : %lld (BAD)\n" msgstr "* sektory disku : %lld (SPATNĚ)\n" -#: rs01-verify.c:723 rs01-verify.c:734 +#: rs01-verify.c:713 rs01-verify.c:724 #, c-format msgid "Image size does not match error correction file." msgstr "Velikost bitové kopie neodpovídá souboru pro opravu chyb." -#: rs01-verify.c:727 +#: rs01-verify.c:717 #, c-format msgid "* medium sectors : %lld sectors + %d bytes (BAD)\n" msgstr "* sektory média : %lld sektorů + %d bajtů (ŠPATNĚ)\n" -#: rs01-verify.c:731 +#: rs01-verify.c:721 #, c-format msgid "%lld sectors + %d bytes" msgstr "%lld sektorů + %d bajtů" -#: rs01-verify.c:747 +#: rs01-verify.c:737 #, c-format msgid "- image md5sum : %s (good)\n" msgstr "- md5 součet bitové kopie: %s (v pořádku)\n" -#: rs01-verify.c:748 +#: rs01-verify.c:738 #, c-format msgid "* image md5sum : %s (BAD)\n" msgstr "* md5 součet bitové kopie: %s (ŠPATNÝ)\n" -#: rs01-verify.c:758 +#: rs01-verify.c:748 #, c-format msgid "- image md5sum : %s\n" msgstr "- md5 součet bitové kopie: %s\n" -#: rs01-verify.c:766 rs03-verify.c:858 +#: rs01-verify.c:756 rs03-verify.c:852 msgid "* fingerprint match: NOT POSSIBLE - related sector is missing in image!\n" msgstr "* porovnání otisku NENÍ MOŽNÉ - odpovídající sektor v bitové kopii chybí!\n" -#: rs01-verify.c:768 rs03-verify.c:861 +#: rs01-verify.c:758 rs03-verify.c:855 #, c-format msgid "missing sector prevents calculation" msgstr "chybějící sektor brání výpočtu" -#: rs01-verify.c:773 rs03-verify.c:866 +#: rs01-verify.c:763 rs03-verify.c:860 msgid "* fingerprint match: MISMATCH - .iso and .ecc don't belong together!\n" msgstr "* porovnání otisku : NESOUHLASÍ - ISO a ECC k sobě nepatří!\n" -#: rs01-verify.c:777 rs03-verify.c:870 +#: rs01-verify.c:767 rs03-verify.c:864 #, c-format msgid "mismatch" msgstr "nesouhlasí" -#: rs01-verify.c:780 rs03-verify.c:873 +#: rs01-verify.c:770 rs03-verify.c:867 #, c-format msgid "Image and error correction files do not belong together!" msgstr "Bitová kopie a soubor pro opravu chyb k sobě nepatří!" -#: rs01-verify.c:784 rs03-verify.c:877 +#: rs01-verify.c:774 rs03-verify.c:871 msgid "- fingerprint match: good\n" msgstr "- porovnání otisku : v pořádku\n" -#: rs01-verify.c:786 rs03-verify.c:879 +#: rs01-verify.c:776 rs03-verify.c:873 msgid "good" msgstr "v pořádku" -#: rs01-verify.c:794 +#: rs01-verify.c:784 msgid "* quick mode : ecc file NOT scanned\n" msgstr "* rychlý režim : Ecc soubor nebude kontrolován!\n" -#: rs01-verify.c:802 +#: rs01-verify.c:792 #, c-format msgid "- ecc blocks : %lld (good)\n" msgstr "- ecc bloky : %lld (v pořádku)\n" -#: rs01-verify.c:807 +#: rs01-verify.c:797 #, c-format msgid "* ecc blocks : %lld (BAD, expected %lld)\n" msgstr "* ecc bloky : %lld (ŠPATNĚ, očekáváno %lld)\n" -#: rs01-verify.c:809 +#: rs01-verify.c:799 #, c-format msgid "%lld (bad, expected %lld)" msgstr "%lld (špatný, očekáváno %lld)" -#: rs01-verify.c:831 +#: rs01-verify.c:821 #, c-format msgid "- ecc md5sum : %3d%%" msgstr "- md5 součet ecc : %3d%%" -#: rs01-verify.c:848 +#: rs01-verify.c:838 msgid "* ecc md5sum : BAD, ecc file may be damaged!\n" msgstr "* md5 součet ecc : ŠPATNÝ, soubor ecc může být poškozen!\n" -#: rs01-verify.c:850 +#: rs01-verify.c:840 #, c-format msgid "bad" msgstr "špatný" -#: rs01-verify.c:852 +#: rs01-verify.c:842 #, c-format msgid "Error correction file may be damaged!" msgstr "Soubor pro opravu chyb může být poškozen!" -#: rs01-verify.c:856 rs02-verify.c:1074 +#: rs01-verify.c:846 rs02-verify.c:1066 #, c-format msgid "- ecc md5sum : %s (good)\n" msgstr "- md5 součet ecc : %s (v pořádku)\n" -#: rs01-verify.c:870 +#: rs01-verify.c:860 #, c-format msgid "Good error correction file." msgstr "Soubor pro opravu chyb je v pořádku." @@ -4232,7 +4245,7 @@ msgid "%4.1f%% redundancy (%d roots)" msgstr "%4.1f%% redundance (%d bází)" #: rs01-window.c:466 rs01-window.c:869 rs01-window.c:875 rs01-window.c:876 -#: rs02-window.c:394 rs02-window.c:1150 rs02-window.c:1156 rs02-window.c:1157 +#: rs02-window.c:394 rs02-window.c:1246 rs02-window.c:1252 rs02-window.c:1253 #, c-format msgid "%d MiB of file cache" msgstr "%d MiB souborové mezipaměti" @@ -4308,7 +4321,7 @@ msgstr "" msgid "Space-delimited redundancy" msgstr "Prostorově vymezená redundance" -#: rs01-window.c:782 rs02-window.c:1082 rs03-preferences.c:688 +#: rs01-window.c:782 rs02-window.c:1178 rs03-preferences.c:688 msgid "Use at most" msgstr "Použít nejvíce" @@ -4330,19 +4343,19 @@ msgstr "" "\n" "Upozornění: Pokud použijete stejnou velikost pro bitové kopie různých velikostí, bude pro menší bitové kopie použita vyšší redundance než pro velké. To ve většině případů není to co chcete." -#: rs01-window.c:866 rs02-window.c:1147 +#: rs01-window.c:866 rs02-window.c:1243 msgid "Memory utilization" msgstr "Využití paměti" -#: rs01-window.c:870 rs02-window.c:1151 +#: rs01-window.c:870 rs02-window.c:1247 msgid "File cache" msgstr "Mezipaměť pro soubory" -#: rs01-window.c:882 rs02-window.c:1163 rs03-preferences.c:908 +#: rs01-window.c:882 rs02-window.c:1259 rs03-preferences.c:908 msgid "Use" msgstr "Použít" -#: rs01-window.c:910 rs02-window.c:1191 +#: rs01-window.c:910 rs02-window.c:1287 msgid "" "File cache\n" "\n" @@ -4352,22 +4365,22 @@ msgstr "" "\n" "dvdisaster optimalizuje přístup k souboru bitové kopie a souboru pro opravu chyb použitím vlastní mezipaměti. Přednastavených 32MiB je vhodných pro většinu systémů." -#: rs02-common.c:566 rs02-common.c:578 rs02-verify.c:625 rs03-common.c:606 +#: rs02-common.c:572 rs02-common.c:584 rs02-verify.c:626 rs03-common.c:620 #, c-format msgid "Failed seeking to ecc header at %lld: %s\n" msgstr "Přechod na hlavičku ecc na %lld selhal: %s\n" -#: rs02-common.c:570 rs02-common.c:582 rs03-common.c:610 +#: rs02-common.c:576 rs02-common.c:588 rs03-common.c:624 #, c-format msgid "Failed writing ecc header at %lld: %s\n" msgstr "Selhal zápis hlavičky ecc na %lld: %s\n" -#: rs02-create.c:109 rs03-create.c:241 +#: rs02-create.c:112 rs03-create.c:244 #, c-format msgid "Aborted by user request! (partial ecc data removed from image)" msgstr "Přerušeno uživatelem! (neúplná ecc data z bitové kopie odstraněna)" -#: rs02-create.c:138 rs03-create.c:291 +#: rs02-create.c:141 rs03-create.c:294 #, c-format msgid "" "Image \"%s\" already contains error correction information.\n" @@ -4376,11 +4389,11 @@ msgstr "" "Bitová kopie \"%s\" již obsahuje informace pro opravu chyb.\n" "Bitová kopie bude zkrácena po datovou část (%lld sektorů).\n" -#: rs02-create.c:153 rs03-create.c:318 +#: rs02-create.c:156 rs03-create.c:321 msgid "Image size is now" msgstr "" -#: rs02-create.c:214 +#: rs02-create.c:217 msgid "" "Image contains unread(able) sectors.\n" "Error correction information can only be\n" @@ -4390,7 +4403,7 @@ msgstr "" "Informace pro opravu chyb lze přidat pouze do\n" "kompletních (nepoškozených) bitových kopií.\n" -#: rs02-create.c:218 +#: rs02-create.c:221 #, c-format msgid "" "Sector %lld in the image is marked unreadable\n" @@ -4415,28 +4428,33 @@ msgstr "" "Informace pro opravu chyb může být přidána pouze\n" "k nepoškozeným bitovým kopiím.\n" -#: rs02-create.c:236 rs02-create.c:300 rs02-create.c:309 +#: rs02-create.c:238 rs02-create.c:304 rs02-create.c:315 #, c-format msgid "Preparing image (checksums, adding space): %3d%%" msgstr "Příprava bitové kopie (kontrolní součty, přidání místa): %3d%%" -#: rs02-create.c:271 rs02-create.c:281 rs02-fix.c:90 rs03-create.c:404 -#: rs03-create.c:415 rs03-fix.c:87 +#: rs02-create.c:273 rs02-create.c:283 rs02-fix.c:90 rs03-create.c:427 +#: rs03-create.c:438 rs03-fix.c:87 #, c-format msgid "Failed seeking to end of image: %s\n" msgstr "Přechod na konec bitové kopie se nezdařil: %s\n" -#: rs02-create.c:275 rs02-create.c:296 rs02-fix.c:103 rs03-create.c:389 +#: rs02-create.c:277 rs02-create.c:298 rs02-fix.c:103 rs03-create.c:412 #: rs03-fix.c:105 #, c-format msgid "Failed expanding the image: %s\n" msgstr "Rozšíření bitové kopie se nezdařilo: %s\n" -#: rs02-create.c:1027 rs03-create.c:1224 +#: rs02-create.c:303 rs02-create.c:314 +#, c-format +msgid "Preparing image (checksums taken from cache, adding space): %3d%%" +msgstr "" + +#: rs02-create.c:1034 rs03-create.c:1247 msgid "Error correction data creation aborted" msgstr "Tvorba dat pro opravu chyba přerušena" -#: rs02-create.c:1055 rs02-create.c:1073 rs03-create.c:1228 rs03-create.c:1281 +#: rs02-create.c:1062 rs02-create.c:1080 rs03-create.c:1251 rs03-create.c:1304 #, c-format msgid "" "Augmenting the image with error correction data.\n" @@ -4445,16 +4463,16 @@ msgstr "" "Rozšíření bitové kopie daty pro opravu chyb.\n" "%s" -#: rs02-create.c:1056 rs03-create.c:1229 +#: rs02-create.c:1063 rs03-create.c:1252 msgid "- checking image -" msgstr "- kontrola bitové kopie -" -#: rs02-create.c:1069 +#: rs02-create.c:1076 #, c-format msgid "Encoding with Method RS02: %lld MiB data, %lld MiB ecc (%d roots; %4.1f%% redundancy)." msgstr "Kódování metodou RS02: %lld MiB data, %lld MiB ecc (%d bází; %4.1f%% redundance)." -#: rs02-create.c:1077 +#: rs02-create.c:1084 #, c-format msgid "" "Augmenting image with Method RS02:\n" @@ -4463,7 +4481,7 @@ msgstr "" "Rozšíření bitové kopie metodou RS02:\n" " %lld MiB dat, %lld MiB ecc (%d bází; %4.1f%% redundance)" -#: rs02-create.c:1086 +#: rs02-create.c:1093 #, c-format msgid "" "Not enough space on medium left for error correction data.\n" @@ -4476,7 +4494,7 @@ msgstr "" "Pokud není možné zmenšení bitové kopie, nebo použití většího disku,\n" "vytvořte samostatný soubor pro opravu chyb." -#: rs02-create.c:1096 rs03-create.c:1320 +#: rs02-create.c:1103 rs03-create.c:1343 #, c-format msgid "" "Using redundancies below 20%%%% may not give\n" @@ -4485,7 +4503,7 @@ msgstr "" "Použití redundance nižší než 20%%%% nemusí poskytnout\n" "dostatečnou ochranu proti ztrátě dat.\n" -#: rs02-create.c:1128 rs02-create.c:1137 rs03-create.c:1343 rs03-create.c:1368 +#: rs02-create.c:1135 rs02-create.c:1144 rs03-create.c:1366 rs03-create.c:1391 #, c-format msgid "" "Image has been augmented with error correction data.\n" @@ -4628,50 +4646,50 @@ msgstr "průměr = %.1f; nejvíce = %d na ecc blok." msgid "%lld of %lld sectors recoverable (%d.%d%%)" msgstr "Obnovitelných je %lld z(e) %lld sektorů (%d.%d%%)" -#: rs02-verify.c:575 rs03-verify.c:664 +#: rs02-verify.c:576 rs03-verify.c:666 msgid "Check aborted" msgstr "Kontrola zrušena" -#: rs02-verify.c:594 rs03-verify.c:704 +#: rs02-verify.c:595 rs03-verify.c:706 msgid "Checking the image file." msgstr "Kontrola souboru bitové kopie." -#: rs02-verify.c:595 +#: rs02-verify.c:596 msgid "Image contains error correction data." msgstr "Bitová kopie obsahuje data pro opravu chyb." -#: rs02-verify.c:608 rs03-verify.c:974 +#: rs02-verify.c:609 rs03-verify.c:968 #, c-format msgid "Image file is %lld sectors shorter than expected." msgstr "Soubor bitové kopie je o %lld sektorů kratší než očekáváno." -#: rs02-verify.c:609 rs03-verify.c:977 +#: rs02-verify.c:610 rs03-verify.c:971 #, c-format msgid "Image file is %lld sectors longer than expected." msgstr "Soubor bitové kopie je o %lld sektorů delší než očekáváno." -#: rs02-verify.c:629 +#: rs02-verify.c:630 #, c-format msgid "Failed reading ecc header at %lld: %s\n" msgstr "Nepodařilo se načíst ecc hlavičku na %lld: %s\n" -#: rs02-verify.c:672 +#: rs02-verify.c:673 #, c-format msgid "%lld ok, %lld CRC errors, %lld missing" msgstr "%lld v pořádku, %lld chyb CRC, %lld chybí" -#: rs02-verify.c:805 rs02-verify.c:826 rs03-verify.c:1173 rs03-verify.c:1212 +#: rs02-verify.c:806 rs02-verify.c:827 rs03-verify.c:1167 rs03-verify.c:1206 #, c-format msgid "%lld sectors missing; %lld CRC errors" msgstr "chybí %lld sektorů; %lld chyb CRC" -#: rs02-verify.c:809 rs02-verify.c:813 rs02-verify.c:830 rs02-verify.c:834 -#: rs03-verify.c:1181 rs03-verify.c:1220 +#: rs02-verify.c:810 rs02-verify.c:814 rs02-verify.c:831 rs02-verify.c:835 +#: rs03-verify.c:1175 rs03-verify.c:1214 #, c-format msgid "%lld sectors missing" msgstr "chybí %lld sektorů" -#: rs02-verify.c:848 +#: rs02-verify.c:849 #, c-format msgid "" "- good image : all sectors present\n" @@ -4680,46 +4698,46 @@ msgstr "" "- dobrá bitová kopie : všechny sektory přítomny\n" "- md5 součet dat : %s\n" -#: rs02-verify.c:854 +#: rs02-verify.c:855 msgid "* suspicious image : contains damaged ecc headers\n" msgstr "* podezřelá bitová kopie : Obsahuje poškozené ecc hlavičky\n" -#: rs02-verify.c:859 rs03-verify.c:1238 +#: rs02-verify.c:860 rs03-verify.c:1232 #, c-format msgid "* suspicious image : all sectors present, but %lld CRC errors\n" msgstr "* podezřelá bitová kopie : všechny sektory přítomny, ale %lld chyb CRC\n" -#: rs02-verify.c:865 +#: rs02-verify.c:866 #, c-format msgid " ... ecc headers : %lld ok, %lld CRC errors, %lld missing\n" msgstr " ... ecc hlavičky : %lld ok, %lld chybné CRC, %lld chybí\n" -#: rs02-verify.c:867 rs03-verify.c:1244 +#: rs02-verify.c:868 rs03-verify.c:1238 #, c-format msgid " ... data section : %lld sectors missing; %lld CRC errors\n" msgstr " ... datová sekce : chybí %lld sektorů; %lld chyb CRC\n" -#: rs02-verify.c:870 rs03-verify.c:1247 +#: rs02-verify.c:871 rs03-verify.c:1241 #, c-format msgid " ... data md5sum : %s\n" msgstr " ... md5 součet dat : %s\n" -#: rs02-verify.c:871 rs03-verify.c:1253 +#: rs02-verify.c:872 rs03-verify.c:1247 #, c-format msgid " ... crc section : %lld sectors missing\n" msgstr " ... crc sekce : chybí %lld sektorů\n" -#: rs02-verify.c:872 rs03-verify.c:1255 +#: rs02-verify.c:873 rs03-verify.c:1249 #, c-format msgid " ... ecc section : %lld sectors missing\n" msgstr " ... ecc sekce : chybí %lld sektorů\n" -#: rs02-verify.c:894 rs03-verify.c:1299 +#: rs02-verify.c:895 rs03-verify.c:1293 #, c-format msgid "Damaged image." msgstr "Poškozená bitová kopie." -#: rs02-verify.c:901 +#: rs02-verify.c:902 msgid "" "\n" "Error correction data: " @@ -4727,67 +4745,67 @@ msgstr "" "\n" "Data pro opravu chyb: " -#: rs02-verify.c:994 +#: rs02-verify.c:986 #, c-format msgid "- medium sectors : %lld / %lld (good)\n" msgstr "- sektory disku : %lld / %lld (v pořádku)\n" -#: rs02-verify.c:1011 +#: rs02-verify.c:1003 #, c-format msgid "Image size does not match recorded size." msgstr "Velikost bitové kopie nesouhlasí se zaznamenanou velikostí." -#: rs02-verify.c:1025 +#: rs02-verify.c:1017 #, c-format msgid "- data md5sum : %s (good)\n" msgstr "- md5 součet dat : %s (v pořádku)\n" -#: rs02-verify.c:1026 +#: rs02-verify.c:1018 #, c-format msgid "* data md5sum : %s (BAD)\n" msgstr "* md5 součet dat : %s (ŠPATNÝ)\n" -#: rs02-verify.c:1037 rs03-verify.c:848 +#: rs02-verify.c:1029 rs03-verify.c:842 #, c-format msgid "- data md5sum : %s\n" msgstr "- md5 součet dat : %s\n" -#: rs02-verify.c:1049 +#: rs02-verify.c:1041 #, c-format msgid "- crc md5sum : %s (good)\n" msgstr "- md5 součet crc : %s (v pořádku)\n" -#: rs02-verify.c:1054 +#: rs02-verify.c:1046 #, c-format msgid "* crc md5sum : %s (BAD)\n" msgstr "* md5 součet crc : %s (ŠPATNÝ)\n" -#: rs02-verify.c:1062 +#: rs02-verify.c:1054 #, c-format msgid "- crc md5sum : %s\n" msgstr "- md5 součet crc : %s\n" -#: rs02-verify.c:1079 +#: rs02-verify.c:1071 #, c-format msgid "* ecc md5sum : %s (BAD)\n" msgstr "* md5 součet ecc : %s (ŠPATNÝ)\n" -#: rs02-verify.c:1087 +#: rs02-verify.c:1079 #, c-format msgid "- ecc md5sum : %s\n" msgstr "- md 5 součet ecc : %s\n" -#: rs02-verify.c:1106 rs03-verify.c:893 +#: rs02-verify.c:1098 rs03-verify.c:887 #, c-format msgid "Good error correction data." msgstr "Data pro opravu chyb jsou v pořádku." -#: rs02-verify.c:1110 rs03-verify.c:1311 +#: rs02-verify.c:1102 rs03-verify.c:1305 #, c-format msgid "Full data recovery is likely." msgstr "Úplná obnova dat je pravděpodobná." -#: rs02-verify.c:1113 rs03-verify.c:1314 +#: rs02-verify.c:1105 rs03-verify.c:1308 #, c-format msgid "Full data recovery is NOT possible." msgstr "Úplná obnova dat není možná." @@ -4796,19 +4814,19 @@ msgstr "Úplná obnova dat není možná." msgid "1. Preparing image:" msgstr "1. Příprava bitové kopie:" -#: rs02-window.c:711 +#: rs02-window.c:745 msgid "Maximum image size" msgstr "Maximální velikost bitové kopie" -#: rs02-window.c:723 +#: rs02-window.c:757 msgid "Using the smallest possible size from table" msgstr "Použita nejmenší možná velikost z tabulky" -#: rs02-window.c:723 +#: rs02-window.c:757 msgid "Use smallest possible size from following table (in sectors):" msgstr "Použít nejmenší možnou velikost z následující tabulky (v sektorech):" -#: rs02-window.c:747 +#: rs02-window.c:781 msgid "" "Determine augmented image size from table\n" "\n" @@ -4822,17 +4840,17 @@ msgstr "" "\n" "Aby mohl být vybrán vhodný disk, musí být známy dostupné kapacity disků. V tabulce jsou zadány výchozí velikosti CD a jedno/dvou vrstvých DVD. Tyto velikosti můžete upravit podle svých potřeb." -#: rs02-window.c:766 +#: rs02-window.c:800 msgid "CD-R / CD-RW:" msgstr "CD-R / CD-RW:" -#: rs02-window.c:777 rs02-window.c:796 rs02-window.c:837 rs02-window.c:856 -#: rs02-window.c:897 rs02-window.c:916 rs02-window.c:957 rs02-window.c:976 -#: rs02-window.c:1016 rs02-window.c:1035 +#: rs02-window.c:811 rs02-window.c:830 rs02-window.c:871 rs02-window.c:890 +#: rs02-window.c:931 rs02-window.c:950 rs02-window.c:991 rs02-window.c:1010 +#: rs02-window.c:1050 rs02-window.c:1069 rs02-window.c:1109 rs02-window.c:1128 msgid "query medium" msgstr "podle disku" -#: rs02-window.c:808 +#: rs02-window.c:842 #, c-format msgid "" "CD medium size\n" @@ -4855,11 +4873,11 @@ msgstr "" "Uvědomte si, že rozšířené bitové kopie se mohou zvětšit maximálně třikrát, protože maximální možná redundance je 200%%.\n" "I pokud není tento limit dosažen, může být rozšířená bitová kopie z technických důvodů o něco menší." -#: rs02-window.c:826 +#: rs02-window.c:860 msgid "DVD 1 layer:" msgstr "1-vrstvé DVD:" -#: rs02-window.c:868 +#: rs02-window.c:902 #, c-format msgid "" "Single layer DVD medium size\n" @@ -4882,11 +4900,11 @@ msgstr "" "Uvědomte si, že rozšířené bitové kopie se mohou zvětšit maximálně třikrát, protože maximální možná redundance je 200%%.\n" "I pokud není tento limit dosažen, může být rozšířená bitová kopie z technických důvodů o něco menší." -#: rs02-window.c:886 +#: rs02-window.c:920 msgid "DVD 2 layers:" msgstr "2-vrstvé DVD" -#: rs02-window.c:928 +#: rs02-window.c:962 #, c-format msgid "" "Two layered DVD medium size\n" @@ -4909,11 +4927,11 @@ msgstr "" "Uvědomte si, že rozšířené bitové kopie se mohou zvětšit maximálně třikrát, protože maximální možná redundance je 200%%.\n" "I pokud není tento limit dosažen, může být rozšířená bitová kopie z technických důvodů o něco menší." -#: rs02-window.c:946 +#: rs02-window.c:980 msgid "BD 1 layer:" msgstr "1-vrstvý BD" -#: rs02-window.c:988 +#: rs02-window.c:1022 #, c-format msgid "" "Single layer BD medium size\n" @@ -4936,11 +4954,11 @@ msgstr "" "Uvědomte si, že rozšířené bitové kopie se mohou zvětšit maximálně třikrát, protože maximální možná redundance je 200%%.\n" "I pokud není tento limit dosažen, může být rozšířená bitová kopie z technických důvodů o něco menší." -#: rs02-window.c:1005 +#: rs02-window.c:1039 msgid "BD 2 layers:" msgstr "2-vrstvý BD" -#: rs02-window.c:1047 +#: rs02-window.c:1081 #, c-format msgid "" "Two layered BD medium size\n" @@ -4963,11 +4981,29 @@ msgstr "" "Uvědomte si, že rozšířené bitové kopie se mohou zvětšit maximálně třikrát, protože maximální možná redundance je 200%%.\n" "I pokud není tento limit dosažen, může být rozšířená bitová kopie z technických důvodů o něco menší." -#: rs02-window.c:1102 +#: rs02-window.c:1098 +msgid "BDXL 3 layers:" +msgstr "" + +#: rs02-window.c:1140 +#, c-format +msgid "" +"Three layered BDXL medium size\n" +"\n" +"This is the maximum capacity assumed for three layered BDXL media. Images exceeding the smaller media sizes but smaller than this value will be augmented with error correction information so that they will fit on the specified BD.\n" +"\n" +"You can enter the medium size in sectors of 2K each, or press the \"query medium\" button to use the size of a blank medium currently inserted in the selected drive.\n" +"Use the arrow button to revert to the last saved value.\n" +"\n" +"Please note that augmented images will at most triple in size as the highest possible redundancy is 200%%.\n" +"Even if this limit is not reached the augmented image may be a few sectors smaller than specified for technical reasons." +msgstr "" + +#: rs02-window.c:1198 msgid "sectors." msgstr "sektorů." -#: rs02-window.c:1115 +#: rs02-window.c:1211 #, c-format msgid "" "Use at most ... sectors\n" @@ -4986,47 +5022,47 @@ msgstr "" "Uvědomte si, že rozšířené bitové kopie se mohou zvětšit maximálně třikrát, protože maximální možná redundance je 200%%.\n" "I pokud není tento limit dosažen, může být rozšířená bitová kopie z technických důvodů o něco menší." -#: rs03-common.c:428 +#: rs03-common.c:440 #, c-format msgid "Image file %s not present." msgstr "Soubor bitové kopie %s není přítomen." -#: rs03-common.c:445 +#: rs03-common.c:457 #, c-format msgid "Redundancy %4.1f%% out of useful range [3.2%%..200%%]" msgstr "Redundance %4.1f%% z použitelného rozsahu [3.2%%..200%%]" -#: rs03-common.c:475 +#: rs03-common.c:487 #, c-format msgid "Redundancy %d out of useful range [8..170]." msgstr "Redundance %d z použitelného rozsahu [8..170]." -#: rs03-common.c:513 +#: rs03-common.c:525 #, c-format msgid "Medium size smaller than image size (%lld < %lld)" msgstr "" -#: rs03-create.c:384 +#: rs03-create.c:407 #, c-format msgid "Failed expanding the ecc file: %s\n" msgstr "Rozšíření ecc souboru selhalo: %s\n" -#: rs03-create.c:385 +#: rs03-create.c:408 #, c-format msgid "Preparing ecc file: %3d%%" msgstr "Tvorba ecc souboru: %3d%%" -#: rs03-create.c:390 +#: rs03-create.c:413 #, c-format msgid "Preparing image: %3d%%" msgstr "Příprava bitové kopie: %3d%%" -#: rs03-create.c:628 +#: rs03-create.c:652 #, c-format msgid "Failed mmap()ing layer %d: %s\n" msgstr "" -#: rs03-create.c:657 +#: rs03-create.c:681 #, c-format msgid "" "Incomplete image\n" @@ -5045,7 +5081,7 @@ msgstr "" "být vytvořeny z kompletně čitelné bitové kopie.\n" "Operace přerušena a částečná data pro opravu chyb odstraněna." -#: rs03-create.c:665 +#: rs03-create.c:689 msgid "" "\n" "This image was probably mastered from defective source(s).\n" @@ -5057,44 +5093,44 @@ msgstr "" "Pro více informací proveďte \"Ověření\".\n" "\n" -#: rs03-create.c:870 +#: rs03-create.c:894 msgid "CPU bound" msgstr "Omezeno CPU" -#: rs03-create.c:874 +#: rs03-create.c:898 msgid "I/O bound" msgstr "Omezeno V/V" -#: rs03-create.c:1082 +#: rs03-create.c:1105 #, c-format msgid "%5.2fMiB/s current" msgstr "aktuálně %5.2fMiB/s" -#: rs03-create.c:1130 +#: rs03-create.c:1153 #, c-format msgid "%d threads with %s encoding and %s I/O" msgstr "" -#: rs03-create.c:1276 +#: rs03-create.c:1299 #, c-format msgid "Encoding with Method RS03: %lld MiB data, %lld MiB ecc (%d roots; %4.1f%% redundancy)." msgstr "Kódování metodou RS03: %lld MiB dat, %lld MiB ecc (%d bází; %4.1f%% redundance)." -#: rs03-create.c:1294 +#: rs03-create.c:1317 #, c-format msgid "" "Augmenting image with Method RS03 [%d threads, %s, %s I/O]:\n" "%lld MiB data, %lld MiB ecc (%d roots; %4.1f%% redundancy)." msgstr "" -#: rs03-create.c:1299 +#: rs03-create.c:1322 #, c-format msgid "" "Creating the error correction file with Method RS03 [%d threads, %s, %s I/O]:\n" "%lld MiB data, %lld MiB ecc (%d roots; %4.1f%% redundancy)." msgstr "" -#: rs03-create.c:1310 +#: rs03-create.c:1333 #, c-format msgid "" "Not enough space on medium left for error correction data.\n" @@ -5107,17 +5143,17 @@ msgstr "" "Pokud není možné zmenšení bitové kopie nebo použití většího disku,\n" "vytvořte samostatný soubor pro opravu chyb." -#: rs03-create.c:1354 +#: rs03-create.c:1377 #, c-format msgid "Avg performance: %5.2fs (%5.2fMiB/s) total\n" msgstr "Prům. výkon: %5.2fs (%5.2fMiB/s) celkem\n" -#: rs03-create.c:1357 +#: rs03-create.c:1380 #, c-format msgid "%5.2fMiB/s average" msgstr "%5.2fMiB/s průměr" -#: rs03-create.c:1359 +#: rs03-create.c:1382 #, c-format msgid "%d times CPU bound; %d times I/O bound" msgstr "%d krát omezeno CPU; %d omezeno V/V" @@ -5339,11 +5375,11 @@ msgstr "Typ:" msgid "Data integrity" msgstr "Integrita dat" -#: rs03-verify.c:337 rs03-verify.c:1271 +#: rs03-verify.c:337 rs03-verify.c:1265 msgid "Ecc block test:" msgstr "Kontrola ecc bloku:" -#: rs03-verify.c:492 rs03-verify.c:695 rs03-verify.c:1198 +#: rs03-verify.c:492 rs03-verify.c:697 rs03-verify.c:1192 msgid "Checking the image and error correction files." msgstr "Kontrola souboru bitové kopie a souboru pro opravu chyb." @@ -5360,7 +5396,7 @@ msgstr "Nedostatek paměti; zkuste snížit přednačítání sektorů! msgid "* Ecc block test : out of memory; try reducing sector prefetch!\n" msgstr "* kontrola ecc bloků: Nedostatek paměti; zkuste snížit přednačítání sektorů!\n" -#: rs03-verify.c:591 +#: rs03-verify.c:591 rs03-verify.c:1161 #, c-format msgid "%d%% tested" msgstr "%d%% zkontrolováno" @@ -5398,12 +5434,12 @@ msgstr "%lld v pořádku, %lld poškozených; %lld poškozených subblo msgid "* Ecc block test : %lld good, %lld bad; %lld bad sub blocks\n" msgstr "* kontrola ecc bloků: %lld v pořádku, %lld poškozeno; %lld poškozené sub bloky\n" -#: rs03-verify.c:698 +#: rs03-verify.c:700 #, c-format msgid "%s present.\n" msgstr "%s existuje.\n" -#: rs03-verify.c:716 +#: rs03-verify.c:718 msgid "" "\n" "Error correction properties:\n" @@ -5411,52 +5447,47 @@ msgstr "" "\n" "Vlastnosti opravy chyb:\n" -#: rs03-verify.c:728 +#: rs03-verify.c:730 #, c-format msgid "Ecc file is %lld sectors shorter than expected." msgstr "Soubor ecc je o %lld sektorů kratší než očekáváno." -#: rs03-verify.c:730 +#: rs03-verify.c:732 #, c-format msgid "Ecc file is %lld sectors longer than expected." msgstr "Soubor ecc je o %lld sektorů delší než očekáváno." -#: rs03-verify.c:736 +#: rs03-verify.c:738 #, c-format msgid "* Warning : %s\n" msgstr "* Upozornění : %s\n" -#: rs03-verify.c:745 +#: rs03-verify.c:747 msgid "- type : Error correction file\n" msgstr "- typ : soubor pro opravu chyb\n" -#: rs03-verify.c:746 +#: rs03-verify.c:748 msgid "- type : Augmented image\n" msgstr "- typ : Rozšířená bitová kopie\n" -#: rs03-verify.c:750 +#: rs03-verify.c:752 msgid "Error correction file" msgstr "Soubor pro opravu chyb" -#: rs03-verify.c:751 +#: rs03-verify.c:753 msgid "Augmented image" msgstr "Rozšířená bitová kopie" -#: rs03-verify.c:786 +#: rs03-verify.c:782 rs03-verify.c:792 msgid "- created by : dvdisaster" msgstr "- vytvořeno pomocí : dvdisaster" -#: rs03-verify.c:799 -#, c-format -msgid "- created by : dvdisaster-%d.%d\n" -msgstr "- vytvořeno pomocí : dvdisaster-%d.%d\n" - -#: rs03-verify.c:818 +#: rs03-verify.c:812 #, c-format msgid "- requires : dvdisaster-%s\n" msgstr "- vyžaduje : dvdisaster-%s\n" -#: rs03-verify.c:824 +#: rs03-verify.c:818 #, c-format msgid "" "* requires : dvdisaster-%s (BAD)\n" @@ -5467,11 +5498,11 @@ msgstr "" "* Upozornění : Následující výstup nemusí být správný.\n" "* : Pro aktualizaci navštivte http://www.dvdisaster.org.\n" -#: rs03-verify.c:846 +#: rs03-verify.c:840 msgid "none available" msgstr "není k dispozici" -#: rs03-verify.c:902 +#: rs03-verify.c:896 msgid "" "\n" "Data integrity:\n" @@ -5479,95 +5510,95 @@ msgstr "" "\n" "Integrita dat:\n" -#: rs03-verify.c:929 +#: rs03-verify.c:923 #, c-format msgid "%lld in image; %lld in ecc file" msgstr "%lld v bitové kopii; %lld v ecc souboru" -#: rs03-verify.c:932 +#: rs03-verify.c:926 #, c-format msgid "%lld sectors + %d bytes in image; %lld in ecc file" msgstr "%lld sektorů + %d bajtů v bitové kopii; %lld v ecc souboru" -#: rs03-verify.c:937 +#: rs03-verify.c:931 #, c-format msgid "- sectors : %lld in image; " msgstr "- sektory : %lld v bitové kopii; " -#: rs03-verify.c:938 +#: rs03-verify.c:932 #, c-format msgid "- sectors : %lld sectors + %d bytes in image; " msgstr "- sektory : %lld sektorů + %d bajtů v bitové kopii; " -#: rs03-verify.c:940 +#: rs03-verify.c:934 #, c-format msgid "%lld in ecc file\n" msgstr "%lld v ecc souboru\n" -#: rs03-verify.c:944 +#: rs03-verify.c:938 #, c-format msgid "%lld total / %lld data" msgstr "%lld celkem / %lld data" -#: rs03-verify.c:946 +#: rs03-verify.c:940 #, c-format msgid "- medium sectors : %lld total / %lld data\n" msgstr "- sektory disku : %lld celkem / %lld data\n" -#: rs03-verify.c:962 +#: rs03-verify.c:956 #, c-format msgid "%s (%s expected)" msgstr "" -#: rs03-verify.c:967 +#: rs03-verify.c:961 #, c-format msgid "Image file is %d bytes shorter than expected." msgstr "Soubor obrazu je o %d bajtů kratší než očekáváno." -#: rs03-verify.c:969 +#: rs03-verify.c:963 #, c-format msgid "Image file is %d bytes longer than expected." msgstr "Soubor obrazu je o %d bajtů delší než očekáváno." -#: rs03-verify.c:982 +#: rs03-verify.c:976 #, c-format msgid "* sectors : %s (%s expected); %lld sectors in ecc file\n" msgstr "" -#: rs03-verify.c:985 +#: rs03-verify.c:979 #, c-format msgid "* medium sectors : %s (%s expected)\n" msgstr "" -#: rs03-verify.c:1009 +#: rs03-verify.c:1003 #, c-format msgid "Failed seeking to start of ecc file: %s\n" msgstr "Přechod na začátek ecc souboru selhal: %s\n" -#: rs03-verify.c:1107 +#: rs03-verify.c:1101 msgid " (in ecc file)" msgstr " (v ecc souboru)" -#: rs03-verify.c:1115 +#: rs03-verify.c:1109 #, c-format msgid "* missing sector : %lld%s\n" msgstr "* chybějící sektor : %lld%s\n" -#: rs03-verify.c:1116 +#: rs03-verify.c:1110 #, c-format msgid "* missing sectors : %lld - %lld%s\n" msgstr "* chybějící sektory: %lld - %lld%s\n" -#: rs03-verify.c:1177 rs03-verify.c:1216 +#: rs03-verify.c:1171 rs03-verify.c:1210 #, c-format msgid "%lld sectors missing; %lld signature errors" msgstr "%lld sektorů chybí; %lld chyb podpisu" -#: rs03-verify.c:1201 +#: rs03-verify.c:1195 msgid "Error correction file:" msgstr "Soubor pro opravu chyb:" -#: rs03-verify.c:1232 +#: rs03-verify.c:1226 #, c-format msgid "" "- good image/file : all sectors present\n" @@ -5576,22 +5607,22 @@ msgstr "" "- dobrá bitová kopie/soubor: všechny sektory přítomny\n" "- md5 součet dat : %s\n" -#: rs03-verify.c:1236 +#: rs03-verify.c:1230 #, c-format msgid "* BAD image/file : %lld sectors missing\n" msgstr "* POŠKOZENÁ bitová kopie/soubor: %lld chybějících sektorů\n" -#: rs03-verify.c:1250 +#: rs03-verify.c:1244 #, c-format msgid " ... crc section : %lld sectors missing; %lld signature errors\n" msgstr " ... crc sekce : %lld sektorů chybí; %lld chyb podpisu\n" -#: rs03-verify.c:1277 +#: rs03-verify.c:1271 #, c-format msgid "Skipped; not useful on known defective image" msgstr "Vynecháno; u poškozených bitových kopií nemá smysl" -#: rs03-verify.c:1280 +#: rs03-verify.c:1274 msgid "* Ecc block test : skipped; not useful on defective image\n" msgstr "* kontrola ecc bloků: vynechána; u poškozených bitových kopií nemá smysl\n" @@ -5900,32 +5931,32 @@ msgstr "" msgid "Waiting 10 seconds for drive: %d\n" msgstr "Čekám na roztočení mechaniky: %d\n" -#: scsi-layer.c:2481 +#: scsi-layer.c:2465 #, c-format msgid "Sectors %lld - %lld: %s\n" msgstr "Sektory %lld - %lld: %s\n" -#: scsi-layer.c:2495 +#: scsi-layer.c:2479 #, c-format msgid "Sector %lld, try %d: %s Sector returned: %d.\n" msgstr "Sektor %lld, pokus %d: %s Vrácený sektor: %d.\n" -#: scsi-layer.c:2501 +#: scsi-layer.c:2485 #, c-format msgid "Sector %lld, try %d: %s\n" msgstr "Sektor %lld, pokus %d: %s\n" -#: scsi-layer.c:2512 +#: scsi-layer.c:2496 #, c-format msgid "Sector %lld, try %d: success\n" msgstr "Sektor %lld, pokus %d: úspěch\n" -#: scsi-layer.c:2583 +#: scsi-layer.c:2567 #, c-format msgid "Device %s: no medium present\n" msgstr "Mechanika %s: neobsahuje disk\n" -#: scsi-layer.c:2588 +#: scsi-layer.c:2572 #, c-format msgid "" "Device %s does not become ready:\n" @@ -5936,7 +5967,7 @@ msgstr "" "%s\n" "\n" -#: scsi-layer.c:2594 +#: scsi-layer.c:2578 #, c-format msgid "" "\n" @@ -5945,52 +5976,52 @@ msgstr "" "\n" "Zařízení: %s, %s\n" -#: scsi-layer.c:2601 +#: scsi-layer.c:2585 msgid "Drive failed to report media type." msgstr "Mechanika neohlásila typ disku." -#: scsi-layer.c:2612 scsi-layer.c:2710 +#: scsi-layer.c:2596 scsi-layer.c:2694 #, c-format msgid "This software does not support \"%s\" type media." msgstr "Tento program nepodporuje \"%s\" disky." -#: scsi-layer.c:2620 +#: scsi-layer.c:2604 #, c-format msgid "This software does not support multisession (%d sessions) media." msgstr "Tento program nepodporuje multisession (%d sessions) disky." -#: scsi-layer.c:2651 scsi-layer.c:2660 +#: scsi-layer.c:2635 scsi-layer.c:2644 msgid "Using READ CD" msgstr "Je použito READ CD" -#: scsi-layer.c:2652 +#: scsi-layer.c:2636 msgid ", RAW reading" msgstr ", přímé čtení" -#: scsi-layer.c:2655 +#: scsi-layer.c:2639 #, c-format msgid ", Mode page 1 ERP = %02xh" msgstr ", stránka režimu 1 ERP = %02xh" -#: scsi-layer.c:2658 +#: scsi-layer.c:2642 msgid ", C2 scanning" msgstr ", kontrola C2" -#: scsi-layer.c:2665 +#: scsi-layer.c:2649 msgid "Using READ(10).\n" msgstr "Je použit READ(10).\n" -#: scsi-layer.c:2687 +#: scsi-layer.c:2671 #, c-format msgid "Medium: %s, %lld sectors%s" msgstr "Disk: %s, %lld sektorů%s" -#: scsi-layer.c:2691 +#: scsi-layer.c:2675 #, c-format msgid "Medium \"%s\": %s, %lld sectors%s created %s" msgstr "Disk \"%s\": %s, %lld sektorů%s vytvořeno %s" -#: scsi-layer.c:2717 +#: scsi-layer.c:2701 msgid "This software does not support encrypted media.\n" msgstr "Tento program nepodporuje zašifrované disky.\n" @@ -6064,49 +6095,53 @@ msgid "Example disc" msgstr "Vzorový disk" #: welcome-window.c:80 -msgid "- New multithreaded codec (RS03)." +msgid "- Added support for BDXL-TL 100GB media" msgstr "" #: welcome-window.c:81 -msgid "- Completely reworked online manual." +msgid "- Optimized ecc generation when medium was previously read\n" msgstr "" -#: welcome-window.c:82 -msgid "- Switched license to GPLv3.\n" -msgstr "" - -#: welcome-window.c:84 +#: welcome-window.c:83 msgid "" "Please note:\n" +"This is a pre-release for expert users.\n" +"It may contain unfinished features.\n" "Adaptive reading is unavailable in this version.\n" "It will be re-introduced in one of the next releases." msgstr "" -#: welcome-window.c:90 +#: welcome-window.c:91 msgid "Show this message again" msgstr "Zobrazit i při příštím spuštění" -#: welcome-window.c:136 +#: welcome-window.c:137 msgid "Welcome to dvdisaster!" msgstr "Vítá vás dvdisaster!" -#: welcome-window.c:138 +#: welcome-window.c:139 msgid "" "\n" "dvdisaster creates error correction data to protect\n" "optical media (CD,DVD,BD) against data loss.\n" msgstr "" -#: welcome-window.c:141 +#: welcome-window.c:142 msgid "" "Please see the [manual] for typical uses of dvdisaster.\n" "\n" msgstr "" -#: welcome-window.c:144 +#: welcome-window.c:145 msgid "New in this Version:" msgstr "Novinky v této verzi:" +#~ msgid "created by dvdisaster-%d.%d\n" +#~ msgstr "vytvořeno pomocí dvdisaster-%d.%d\n" + +#~ msgid "- created by : dvdisaster-%d.%d\n" +#~ msgstr "- vytvořeno pomocí : dvdisaster-%d.%d\n" + #~ msgid "" #~ "Ignore image size recorded in ISO/UDF filesystem\n" #~ "\n" diff --git a/locale/de.po b/locale/de.po index af978eb..b252c19 100644 --- a/locale/de.po +++ b/locale/de.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: dvdisaster 0.52.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-12-15 16:39+0100\n" +"POT-Creation-Date: 2017-11-17 09:59+0000\n" "PO-Revision-Date: 2004-11-30 19:48+0100\n" "Last-Translator: Carsten Gnörlich \n" "Language-Team: German \n" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: closure.c:334 +#: closure.c:337 #, c-format msgid "" "# dvdisaster-%s configuration file\n" @@ -31,15 +31,15 @@ msgstr "" "# Sie wird bei jedem Aufruf von dvdisaster neu überschrieben.\n" "\n" -#: closure.c:533 +#: closure.c:546 msgid "medium.iso" msgstr "abbild.iso" -#: closure.c:534 +#: closure.c:547 msgid "medium.ecc" msgstr "abbild.ecc" -#: closure.c:535 +#: closure.c:548 msgid "sector-" msgstr "sektor_" @@ -58,17 +58,17 @@ msgstr "" "Erzeuge zufällige reparierbare Auslöschungen (%s; für %d Nullstellen, max. %d Auslöschungen).\n" #: debug.c:103 debug.c:191 debug.c:239 debug.c:363 debug.c:707 debug.c:807 -#: debug.c:850 debug.c:1181 debug.c:1189 debug.c:1266 rs01-common.c:166 -#: rs02-common.c:235 rs02-create.c:344 rs02-create.c:990 rs02-fix.c:380 -#: rs02-verify.c:395 rs03-common.c:328 rs03-create.c:696 rs03-create.c:721 -#: rs03-recognize.c:548 +#: debug.c:850 debug.c:1181 debug.c:1189 debug.c:1266 rs01-common.c:175 +#: rs02-common.c:239 rs02-create.c:350 rs02-create.c:997 rs02-fix.c:380 +#: rs02-verify.c:395 rs03-common.c:340 rs03-create.c:720 rs03-create.c:745 +#: rs03-recognize.c:549 #, c-format msgid "Failed seeking to sector %lld in image: %s" msgstr "Ansteuern von Sektor %lld im Abbild fehlgeschlagen: %s" #: debug.c:111 debug.c:196 debug.c:243 debug.c:368 debug.c:545 debug.c:662 -#: debug.c:713 debug.c:1193 debug.c:1270 debug.c:1310 rs02-create.c:367 -#: rs02-create.c:393 rs02-create.c:993 rs03-create.c:701 rs03-create.c:725 +#: debug.c:713 debug.c:1193 debug.c:1270 debug.c:1310 rs02-create.c:373 +#: rs02-create.c:399 rs02-create.c:1000 rs03-create.c:725 rs03-create.c:749 #: udf.c:827 udf.c:885 udf.c:942 udf.c:955 udf.c:960 udf.c:963 udf.c:966 #: udf.c:969 udf.c:972 udf.c:975 #, c-format @@ -118,9 +118,9 @@ msgstr "Erzeuge höchstens %d zufällige korrigierbare Auslöschungen.\n" #: debug.c:443 debug.c:501 debug.c:565 debug.c:606 debug.c:689 debug.c:795 #: debug.c:836 debug.c:882 debug.c:936 debug.c:1161 debug.c:1169 debug.c:1225 #: debug.c:1230 raw-editor.c:363 read-adaptive.c:73 read-adaptive.c:93 -#: read-adaptive.c:1440 read-adaptive.c:1472 read-linear.c:275 -#: read-linear.c:277 read-linear.c:309 read-linear.c:311 rs01-create.c:278 -#: rs03-create.c:1265 +#: read-adaptive.c:1440 read-adaptive.c:1472 read-linear.c:267 +#: read-linear.c:269 read-linear.c:301 read-linear.c:303 rs01-create.c:278 +#: rs03-create.c:1288 #, c-format msgid "" "Can't open %s:\n" @@ -155,8 +155,8 @@ msgstr "Byte muß einen Wert von [0..255] haben" msgid "Setting byte %d in sector %lld to value %d.\n" msgstr "Setze Byte %d in Sektor %lld auf den Wert %d.\n" -#: debug.c:477 debug.c:531 debug.c:694 rs02-create.c:190 rs02-verify.c:693 -#: rs03-verify.c:1005 +#: debug.c:477 debug.c:531 debug.c:694 rs02-create.c:193 rs02-verify.c:694 +#: rs03-verify.c:999 #, c-format msgid "Failed seeking to start of image: %s\n" msgstr "Ansteuern des Abbild-Anfangs fehlgeschlagen: %s\n" @@ -185,9 +185,9 @@ msgstr "Neue Länge muß im Bereich [0..%lld] liegen.\n" msgid "Truncating image to %lld sectors.\n" msgstr "Verkürze das Abbild auf %lld Sektoren.\n" -#: debug.c:579 read-linear.c:1406 rs01-fix.c:212 rs01-fix.c:234 rs01-fix.c:250 -#: rs01-fix.c:284 rs02-create.c:105 rs02-create.c:151 rs02-fix.c:242 -#: rs02-fix.c:261 rs02-fix.c:274 rs03-create.c:237 rs03-create.c:316 +#: debug.c:579 read-linear.c:1393 rs01-fix.c:212 rs01-fix.c:234 rs01-fix.c:250 +#: rs01-fix.c:284 rs02-create.c:108 rs02-create.c:154 rs02-fix.c:242 +#: rs02-fix.c:261 rs02-fix.c:274 rs03-create.c:240 rs03-create.c:319 #: rs03-fix.c:266 rs03-fix.c:301 rs03-fix.c:322 rs03-fix.c:337 #, c-format msgid "Could not truncate %s: %s\n" @@ -240,8 +240,8 @@ msgid "%lld \"unreadable sector\" markers replaced.\n" msgstr "%lld \"unlesbarer Sektor\"-Markierungen ersetzt.\n" #: debug.c:811 debug.c:854 debug.c:1185 debug.c:1252 debug.c:1256 debug.c:1306 -#: rs01-common.c:182 rs02-common.c:240 rs02-create.c:207 rs02-fix.c:383 -#: rs03-common.c:333 rs03-recognize.c:553 +#: rs01-common.c:191 rs02-common.c:244 rs02-create.c:210 rs02-fix.c:383 +#: rs03-common.c:345 rs03-recognize.c:554 #, c-format msgid "Failed reading sector %lld in image: %s" msgstr "Lesen von Sektor %lld im Abbild fehlgeschlagen: %s" @@ -443,83 +443,83 @@ msgstr "" #. TRANSLATORS: #. This is a dummy entry which is supposed to translate into "ok". #. Please do not return anything else here. -#: dvdisaster.c:143 dvdisaster.c:155 +#: dvdisaster.c:145 dvdisaster.c:157 msgid "test phrase for verifying the locale installation" msgstr "ok" -#: dvdisaster.c:332 +#: dvdisaster.c:338 msgid "-o/--ecc-target expects 'file' or 'image'" msgstr "-o/--ecc-target erwartet 'file' oder 'image'" -#: dvdisaster.c:358 +#: dvdisaster.c:364 #, c-format msgid "--threads must be 1..%d\n" msgstr "--threads muß zwischen 1..%d liegen\n" -#: dvdisaster.c:372 +#: dvdisaster.c:378 msgid "--cache-size must at least be 8MiB; 16MiB or higher is recommended." msgstr "--cache-size muß mindestens 8MiB sein; 16MiB oder mehr werden empfohlen." -#: dvdisaster.c:374 +#: dvdisaster.c:380 #, c-format msgid "--cache-size maximum is %dMiB." msgstr "--cache-size: Größter zulässiger Wert ist %dMiB." -#: dvdisaster.c:397 +#: dvdisaster.c:403 msgid "--encoding-algorithm: SSE2 not supported on this processor!" msgstr "--encoding-algorithm: SSE2 wird von diesem Prozessor nicht unterstützt!" -#: dvdisaster.c:401 +#: dvdisaster.c:407 msgid "--encoding-algorithm: valid types are 32bit, 64bit, SSE2" msgstr "--encoding-algorithm: gültige Werte sind 32bit, 64bit, SSE2" -#: dvdisaster.c:408 +#: dvdisaster.c:414 msgid "--encoding-algorithm: AltiVec not supported on this processor!" msgstr "--encoding-algorithm: AltiVec wird von diesem Prozessor nicht unterstützt!" -#: dvdisaster.c:412 +#: dvdisaster.c:418 msgid "--encoding-algorithm: valid types are 32bit, 64bit, AltiVec" msgstr "--encoding-algorithm: gültige Werte sind 32bit, 64bit, AltiVec" -#: dvdisaster.c:415 +#: dvdisaster.c:421 msgid "--encoding-algorithm: valid types are 32bit, 64bit" msgstr "--encoding-algorithm: gültige Werte sind 32bit, 64bit" -#: dvdisaster.c:424 +#: dvdisaster.c:430 msgid "--encoding-io-strategy: mmap not supported on this OS" msgstr "--encoding-io-strategy: mmap wird für dieses Betriebssystem nicht unterstützt" -#: dvdisaster.c:428 +#: dvdisaster.c:434 msgid "--encoding-io-strategy: valid types are readwrite and mmap" msgstr "--encoding-io-strategy: gültige Werte sind readwrite und mmap" -#: dvdisaster.c:438 +#: dvdisaster.c:444 msgid "Valid args for --driver: sg,cdrom" msgstr "Zulässige Werte für --driver: sg,cdrom" -#: dvdisaster.c:440 +#: dvdisaster.c:446 msgid "--driver is only supported on GNU/Linux" msgstr "--driver wird nur unter GNU/Linux unterstützt" -#: dvdisaster.c:448 +#: dvdisaster.c:454 msgid "--fixed-speed-values is only allowed in debug mode" msgstr "--fixed-speed-values ist nur im Debugging-Modus erlaubt" -#: dvdisaster.c:489 +#: dvdisaster.c:498 #, c-format msgid "--prefetch-sectors must be in range 32...%s" msgstr "--prefetch-sectors muß im Bereich 32...%s liegen" -#: dvdisaster.c:540 +#: dvdisaster.c:552 msgid "--set-version is only allowed in debug mode" msgstr "--set-version ist nur im Debugging-Modus erlaubt" -#: dvdisaster.c:647 +#: dvdisaster.c:659 #, c-format msgid "?? illegal getopt return value %d\n" msgstr "?? ungültiger Rückgabewert von getopt: %d\n" -#: dvdisaster.c:738 main-window.c:154 +#: dvdisaster.c:750 main-window.c:150 #, c-format msgid "" "\n" @@ -530,7 +530,7 @@ msgstr "" "Das Verfahren %s ist nicht vorhanden.\n" "Verwenden Sie -m ohne Parameter um eine Liste zu erhalten.\n" -#: dvdisaster.c:749 rs01-create.c:260 rs02-create.c:1031 rs03-create.c:1233 +#: dvdisaster.c:761 rs01-create.c:260 rs02-create.c:1038 rs03-create.c:1256 #, c-format msgid "" "\n" @@ -539,25 +539,25 @@ msgstr "" "\n" "Öffne %s" -#: dvdisaster.c:756 rs01-create.c:269 rs02-create.c:155 rs02-create.c:1041 -#: rs03-create.c:320 rs03-create.c:1248 +#: dvdisaster.c:768 rs01-create.c:269 rs02-create.c:158 rs02-create.c:1048 +#: rs03-create.c:323 rs03-create.c:1271 #, c-format msgid ": %lld medium sectors.\n" msgstr ": %lld Datenträger-Sektoren.\n" -#: dvdisaster.c:757 rs01-create.c:270 rs02-create.c:156 rs02-create.c:1042 -#: rs03-create.c:321 rs03-create.c:1249 +#: dvdisaster.c:769 rs01-create.c:270 rs02-create.c:159 rs02-create.c:1049 +#: rs03-create.c:324 rs03-create.c:1272 #, c-format msgid ": %lld medium sectors and %d bytes.\n" msgstr ": %lld Datenträger-Sektoren und %d Bytes.\n" -#: dvdisaster.c:784 main-window.c:215 +#: dvdisaster.c:796 main-window.c:208 msgid "RS01 method not available for comparing files." msgstr "RS01-Methode zum Überprüfen der Dateien nicht verfügbar." #. TRANSLATORS: Program options like -r and --read are not to be translated #. to avoid confusion when discussing the program in international forums. -#: dvdisaster.c:874 +#: dvdisaster.c:886 msgid "" "\n" "Common usage examples:\n" @@ -581,7 +581,7 @@ msgstr "" " dvdisaster -u,--unlink # Löscht .iso - Dateien nach Beenden der vorherigen Aktionen.\n" "\n" -#: dvdisaster.c:883 +#: dvdisaster.c:895 #, c-format msgid "" "Drive and file specification:\n" @@ -598,23 +598,23 @@ msgstr "" " -e,--ecc Name - Name der Fehlerkorrektur-Datei (Standard: medium.ecc)\n" " -o,--ecc-target [file image] - Ablageziel für Fehlerkorrektur-Daten in RS03\n" -#: dvdisaster.c:893 +#: dvdisaster.c:905 msgid "Tweaking options (see manual before using!)\n" msgstr "Feineinstellung (Beachten Sie die Hinweise in der Dokumentation!):\n" -#: dvdisaster.c:894 +#: dvdisaster.c:906 msgid " -a,--assume x,y,... - assume image is augmented with codec(s) x,y,...\n" msgstr " -a,--assume x,y,... - Nimm an daß das Abbild mit Kodierer(n) x,y,... erweitert wurde\n" -#: dvdisaster.c:895 +#: dvdisaster.c:907 msgid " -j,--jump n - jump n sectors forward after a read error (default: 16)\n" msgstr " -j,--jump n - überspringe n Sektoren nach einem Lesefehler (Standard: 16)\n" -#: dvdisaster.c:896 +#: dvdisaster.c:908 msgid " -m n - list/select error correction methods (default: RS01)\n" msgstr " -m n - Fehlerkorrektur-Methoden anzeigen/auswählen (Standard: RS01)\n" -#: dvdisaster.c:897 +#: dvdisaster.c:909 #, c-format msgid "" " -n,--redundancy n%% - error correction data redundancy\n" @@ -623,210 +623,218 @@ msgstr "" " -n,--redundancy n%% - Redundanz der Fehlerkorrektur-Daten\n" " zulässige Werte hängen vom Kodierer ab (siehe Dokumentation)\n" -#: dvdisaster.c:899 +#: dvdisaster.c:911 msgid " -v,--verbose - more diagnostic messages\n" msgstr " -v,--verbose - mehr erläuternde Ausgaben\n" -#: dvdisaster.c:900 +#: dvdisaster.c:912 msgid " -x,--threads n - use n threads for en-/decoding (if supported by codec)\n" msgstr " -x,--threads n - verwende n Kontrollfäden für RS03-(De-)Kodierung\n" -#: dvdisaster.c:901 +#: dvdisaster.c:913 msgid " --adaptive-read - use optimized strategy for reading damaged media\n" msgstr " --adaptive-read - verwende optimiertes Leseverfahren für defekte Datenträger\n" -#: dvdisaster.c:902 +#: dvdisaster.c:914 msgid " --auto-suffix - automatically add .iso and .ecc file suffixes\n" msgstr " --auto-suffix - automatisches Anfügen der .iso- und .ecc-Dateiendungen\n" -#: dvdisaster.c:903 +#: dvdisaster.c:915 msgid " --cache-size n - image cache size in MiB during -c mode (default: 32MiB)\n" msgstr " --cache-size n - Zwischenspeicher in MiB bei .ecc-Datei-Erzeugung (Standard: 32MiB)\n" -#: dvdisaster.c:904 +#: dvdisaster.c:916 msgid " --dao - assume DAO disc; do not trim image end\n" msgstr " --dao - unterstelle DAO; Abbild am Ende nicht kürzen\n" -#: dvdisaster.c:905 +#: dvdisaster.c:917 msgid " --defective-dump d - directory for saving incomplete raw sectors\n" msgstr " --defective-dump d - Verzeichnis zum Speichern unvollständiger Roh-Sektoren\n" -#: dvdisaster.c:907 +#: dvdisaster.c:919 msgid " --driver=sg/cdrom - use sg(default) or alternative cdrom driver (see man page!)\n" msgstr " --driver=sg/cdrom - Verwende den sg-(Voreinstellung) oder den alternativen cdrom-Treiber (siehe Handbuch!)\n" -#: dvdisaster.c:909 +#: dvdisaster.c:921 msgid " --eject - eject medium after successful read\n" msgstr " --eject - Datenträger nach erfolgreichem Lesen auswerfen\n" -#: dvdisaster.c:910 +#: dvdisaster.c:922 msgid " --encoding-algorithm n - possible values: 32bit,64bit,SSE2,AltiVec\n" msgstr " --encoding-algorithm n - mögliche Werte: 32bit,64bit,SSE2,AltiVec\n" -#: dvdisaster.c:911 +#: dvdisaster.c:923 msgid " --encoding-io-strategy n - possible values: readwrite, mmap\n" msgstr " --encoding-io-strategy n - mögliche Werte: readwrite, mmap\n" -#: dvdisaster.c:912 +#: dvdisaster.c:924 msgid " --fill-unreadable n - fill unreadable sectors with byte n\n" msgstr " --fill-unreadable n - fülle unlesbare Sektoren mit Byte n\n" -#: dvdisaster.c:913 +#: dvdisaster.c:925 msgid " --ignore-fatal-sense - continue reading after potentially fatal error conditon\n" msgstr " --ignore-fatal-sense - Lesen nach möglicherweise schwerwiegenden Fehlern fortsetzen\n" -#: dvdisaster.c:914 +#: dvdisaster.c:926 msgid " --ignore-iso-size - ignore image size from ISO/UDF data (dangerous - see man page!)\n" msgstr " --ignore-iso-size - Abbildgröße aus ISO/UDF-Daten nicht verwenden (gefährlich - siehe Handbuch!)\n" -#: dvdisaster.c:915 +#: dvdisaster.c:927 msgid " --internal-rereads n - drive may attempt n rereads before reporting an error\n" msgstr " --internal-rereads n - Laufwerk unternimmt n Leseversuche bevor es einen Fehler zurückmeldet\n" -#: dvdisaster.c:916 +#: dvdisaster.c:928 msgid " --medium-info - print info about medium in drive\n" msgstr " --medium-info - Information über eingelegten Datenträger ausgeben\n" -#: dvdisaster.c:917 +#: dvdisaster.c:929 +msgid " --no-progress - do not print progress information\n" +msgstr " --no-progress - keine Fortschrittsanzeige ausgeben\n" + +#: dvdisaster.c:930 msgid " --old-ds-marker - mark missing sectors compatible with dvdisaster <= 0.70\n" msgstr " --old-ds-marker - markiere fehlende Sektoren kompatibel mit dvdisaster <= 0.70\n" -#: dvdisaster.c:918 +#: dvdisaster.c:931 msgid " --prefetch-sectors n - prefetch n sectors for RS03 encoding (uses ~nMiB)\n" msgstr " --prefetch-sectors n - n Sektoren für RS03-Kodierung im Voraus laden (braucht ~nMiB)\n" -#: dvdisaster.c:919 +#: dvdisaster.c:932 msgid " --raw-mode n - mode for raw reading CD media (20 or 21)\n" msgstr " --raw-mode n - \"raw-modus\" zum Lesen von CD (20 or 21)\n" -#: dvdisaster.c:920 +#: dvdisaster.c:933 msgid " --read-attempts n-m - attempts n upto m reads of a defective sector\n" msgstr " --read-attempts n-m - versucht beschädigten Sektor n bis m-mal zu lesen\n" -#: dvdisaster.c:921 +#: dvdisaster.c:934 msgid " --read-medium n - read the whole medium up to n times\n" msgstr " --read-medium n - liest den gesamten Datenträger bis zu n-mal\n" -#: dvdisaster.c:922 +#: dvdisaster.c:935 msgid " --read-raw - performs read in raw mode if possible\n" msgstr " --read-raw - liest in der \"raw\"-Betriebsart sofern möglich\n" -#: dvdisaster.c:923 +#: dvdisaster.c:936 +msgid " --regtest - tweaks output for compatibility with regtests\n" +msgstr "" + +#: dvdisaster.c:937 msgid " --resource-file p - get resource file from given path\n" msgstr " --resource-file p - verwendet die Konfigurationdatei aus dem angegebenen Pfad\n" -#: dvdisaster.c:924 +#: dvdisaster.c:938 msgid " --speed-warning n - print warning if speed changes by more than n percent\n" msgstr " --speed-warning n - warnt bei Geschwindigkeitsänderung um mehr als n Prozent\n" -#: dvdisaster.c:925 +#: dvdisaster.c:939 msgid " --spinup-delay n - wait n seconds for drive to spin up\n" msgstr " --spinup-delay n - gibt dem Laufwerk n Sekunden Zeit zum Hochlaufen\n" -#: dvdisaster.c:929 +#: dvdisaster.c:943 msgid "Debugging options (purposefully undocumented and possibly harmful)\n" msgstr "Optionen zum Testen (absichtlich undokumentiert und möglicherweise schädlich!)\n" -#: dvdisaster.c:930 +#: dvdisaster.c:944 msgid " --debug - enables the following options\n" msgstr " --debug - schaltet die folgenden Optionen frei\n" -#: dvdisaster.c:931 +#: dvdisaster.c:945 msgid " --byteset s,i,b - set byte i in sector s to b\n" msgstr " --byteset s,i,b - setze Byte i in Sektor s auf Wert b\n" -#: dvdisaster.c:932 +#: dvdisaster.c:946 msgid " --cdump - creates C #include file dumps instead of hexdumps\n" msgstr " --cdump - Erzeugt C-Include-Dateien anstelle von hexadezimalen Ausgaben\n" -#: dvdisaster.c:933 +#: dvdisaster.c:947 msgid " --compare-images a,b - compare sectors in images a and b\n" msgstr " --compare-images a,b - Vergleicht Sektoren in den Abbildern a und b\n" -#: dvdisaster.c:934 +#: dvdisaster.c:948 msgid " --copy-sector a,n,b,m - copy sector n from image a to sector m in image b\n" msgstr " --copy-sector a,n,b,m - Kopiert Sektor n aus Abbild a in Sektor m von Abbild b\n" -#: dvdisaster.c:935 +#: dvdisaster.c:949 msgid " --erase sector - erase the given sector\n" msgstr " --erase sector - Löscht den angegebenen Sektor\n" -#: dvdisaster.c:936 +#: dvdisaster.c:950 msgid " --erase n-m - erase sectors n - m, inclusively\n" msgstr " --erase n-m - Löscht die Sektoren n - m (einschließlich n,m)\n" -#: dvdisaster.c:937 +#: dvdisaster.c:951 msgid " --fixed-speed-values - output fixed speed values for better output diffing\n" msgstr " --fixed-speed-values - feste Geschwindigkeitswerte zur besseren Bearbeitung der Ausgabe\n" -#: dvdisaster.c:938 +#: dvdisaster.c:952 msgid " --marked-image n - create image with n marked random sectors\n" msgstr " --marked-image n - Erzeugt Abbild mit n markierten Sektoren aus Zufallszahlen\n" -#: dvdisaster.c:939 +#: dvdisaster.c:953 msgid " --merge-images a,b merge image a with b (a receives sectors from b)\n" msgstr " --merge-images a,b Vereinigt Abbild a mit b (a erhält Sektoren aus b)\n" -#: dvdisaster.c:940 +#: dvdisaster.c:954 msgid " --random-errors e - seed image with (correctable) random errors\n" msgstr " --random-errors e - Füllt Abbild mit zufälligen reparierbaren Fehlern\n" -#: dvdisaster.c:941 +#: dvdisaster.c:955 msgid " --random-image n - create image with n sectors of random numbers\n" msgstr " --random-image n - Erzeugt Abbild mit n Sektoren aus Zufallszahlen\n" -#: dvdisaster.c:942 +#: dvdisaster.c:956 msgid " --random-seed n - random seed for built-in random number generator\n" msgstr " --random-seed n - Anfangswert für den eingebauten Zufallszahlengenerator\n" -#: dvdisaster.c:943 +#: dvdisaster.c:957 msgid " --raw-sector n - shows hexdump of the given raw sector from medium in drive\n" msgstr " --raw-sector n - Zeigt hexadezimale Darstellung eines Roh-Sektors vom Datenträger\n" -#: dvdisaster.c:944 +#: dvdisaster.c:958 msgid " --read-sector n - shows hexdump of the given sector from medium in drive\n" msgstr " --read-sector n - Zeigt hexadezimale Darstellung des Inhalts eines Sektors vom Datenträger\n" -#: dvdisaster.c:945 +#: dvdisaster.c:959 msgid " --screen-shot - useful for generating screen shots\n" msgstr " --screen-shot - nützlich um Bildschirmfotos zu erzeugen\n" -#: dvdisaster.c:946 +#: dvdisaster.c:960 msgid " --send-cdb arg - executes given cdb at drive; kills system if used wrong\n" msgstr " --send-cdb arg - führt cdb im Laufwerk aus; kann bei Fehleingabe Systemabsturz erzeugen\n" -#: dvdisaster.c:947 +#: dvdisaster.c:961 msgid " --set-version - set program version for debugging purposes (dangerous!)\n" msgstr " --set-version - Programmversion für Debugging-Zwecke setzen (gefährlich!)\n" -#: dvdisaster.c:948 +#: dvdisaster.c:962 msgid " --show-header n - assumes given sector is a ecc header and prints it\n" msgstr " --show-header n - betrachtet den angegebenen Sektor als Ecc-Vorspann und gibt ihn aus\n" -#: dvdisaster.c:949 +#: dvdisaster.c:963 msgid " --show-sector n - shows hexdump of the given sector in an image file\n" msgstr " --show-sector n - Zeigt hexadezimale Darstellung des Sektor-Inhalts einer Abbild-Datei\n" -#: dvdisaster.c:950 +#: dvdisaster.c:964 msgid " --sim-cd image - simulate a SCSI-Level CD with contents supplied by the ISO image\n" msgstr " --sim-cd image - CD auf SCSI-Ebene simulieren mit dem Inhalt eines ISO-Abbilds\n" -#: dvdisaster.c:951 +#: dvdisaster.c:965 #, c-format msgid " --sim-defects n - simulate n%% defective sectors on medium\n" msgstr " --sim-defects n - simuliere n%% beschädigte Sektoren auf dem Datenträger\n" -#: dvdisaster.c:952 +#: dvdisaster.c:966 msgid " --truncate n - truncates image to n sectors\n" msgstr " --truncate n - Verkürzt Abbild auf n Sektoren Länge\n" -#: dvdisaster.c:953 +#: dvdisaster.c:967 msgid "" " --zero-unreadable - replace the \"unreadable sector\" markers with zeros\n" "\n" msgstr " --zero-unreadable - Ersetzt die \"unlesbare Sektoren\"-Markierungen durch Nullen\n" -#: dvdisaster.c:982 +#: dvdisaster.c:996 msgid "Optical drive 52X FW 1.02" msgstr "Optisches LW 52X FW 1.02" @@ -936,15 +944,15 @@ msgstr "Kurzinformation" #: help-dialogs.c:727 msgid "" -"Modified version Copyright 2015 (please fill in - [directions])\n" -"Copyright 2004-2015 Carsten Gnoerlich" +"Modified version Copyright 2017 (please fill in - [directions])\n" +"Copyright 2004-2017 Carsten Gnoerlich" msgstr "" -"Veränderte Version Copyright 2015 (bitte eintragen - [Hinweise])\n" -"Original-Programm Copyright 2004-2015 Carsten Gnörlich" +"Veränderte Version Copyright 2017 (bitte eintragen - [Hinweise])\n" +"Original-Programm Copyright 2004-2017 Carsten Gnörlich" #: help-dialogs.c:731 misc.c:205 -msgid "Copyright 2004-2015 Carsten Gnoerlich" -msgstr "Copyright 2004-2015 Carsten Gnörlich" +msgid "Copyright 2004-2017 Carsten Gnoerlich" +msgstr "Copyright 2004-2017 Carsten Gnörlich" #: help-dialogs.c:738 msgid "" @@ -999,12 +1007,12 @@ msgstr "" "\n" "Anpassungen für NetBSD: Sergey Svishchev <svs@ropnet.ru>" -#: image.c:150 image.c:154 +#: image.c:152 image.c:156 #, c-format msgid "Image file %s not present or permission denied.\n" msgstr "Abbild-Datei %s nicht vorhanden oder Zugriff nicht erlaubt.\n" -#: image.c:163 image.c:167 +#: image.c:165 image.c:169 msgid "" "\n" "Error correction file type unknown.\n" @@ -1012,7 +1020,15 @@ msgstr "" "\n" "Typ der Fehlerkorrktur-Datei ist unbekannt.\n" -#: image.c:176 image.c:181 +#: image.c:178 image.c:183 +msgid "" +"\n" +"Permission denied on ecc file (perhaps not writeable?).\n" +msgstr "" +"\n" +"Zugriff auf Fehlerkorrektur-Datei nicht erlaubt (vielleicht keine Schreibrechte?).\n" + +#: image.c:193 image.c:198 msgid "" "\n" "No error correction file present.\n" @@ -1043,7 +1059,7 @@ msgstr "" msgid "log: %s\n" msgstr "Protokoll: %s\n" -#: main-window.c:97 +#: main-window.c:94 msgid "" "The .iso image and error correction file\n" "must not be the same file!\n" @@ -1060,7 +1076,7 @@ msgstr "" "lassen Sie bitte das Feld für den Namen der\n" "Fehlerkorrektur-Datei leer." -#: main-window.c:107 +#: main-window.c:104 msgid "" "The error correction file type must not be \".iso\".\n" "\n" @@ -1075,91 +1091,91 @@ msgstr "" "lassen Sie bitte das Feld für den Namen der\n" "Fehlerkorrektur-Datei leer." -#: main-window.c:180 +#: main-window.c:174 msgid "Internal error: No suitable method for repairing image." msgstr "Interner Fehler: Keine passende Methode zur Reparatur des Abbilds." -#: main-window.c:283 +#: main-window.c:276 msgid "button|Read" msgstr "Lesen" -#: main-window.c:286 +#: main-window.c:279 msgid "tooltip|Read Image" msgstr "Abbild einlesen" -#: main-window.c:286 +#: main-window.c:279 msgid "Reads an optical disc image into a file (or tries to complete an existing image file)." msgstr "Liest das Abbild eines optischen Datenträgers in eine Datei ein (oder vervollständigt ein vorhandenes Abbild)." -#: main-window.c:300 +#: main-window.c:293 msgid "button|Create" msgstr "Erzeugen" -#: main-window.c:303 +#: main-window.c:296 msgid "tooltip|Create error correction data" msgstr "Fehlerkorrektur-Daten erzeugen" -#: main-window.c:303 +#: main-window.c:296 msgid "Creates error correction data. Requires an image file." msgstr "Erzeugt Fehlerkorrektur-Daten. Benötigt eine Abbild-Datei." -#: main-window.c:307 +#: main-window.c:300 msgid "button|Scan" msgstr "Prüfen" -#: main-window.c:310 +#: main-window.c:303 msgid "tooltip|Scan medium" msgstr "Datenträger untersuchen" -#: main-window.c:310 +#: main-window.c:303 msgid "Scans medium for unreadable sectors." msgstr "Untersucht den Datenträger auf Lesefehler." -#: main-window.c:314 +#: main-window.c:307 msgid "button|Fix" msgstr "Reparieren" -#: main-window.c:317 +#: main-window.c:310 msgid "tooltip|Repair image" msgstr "Abbild reparieren" -#: main-window.c:317 +#: main-window.c:310 msgid "Repairs an image. Requires an image file and error correction data." msgstr "Repariert ein Abbild. Benötigt eine Abbild-Datei und Fehlerkorrektur-Daten." -#: main-window.c:321 +#: main-window.c:314 msgid "button|Verify" msgstr "Vergleichen" -#: main-window.c:324 +#: main-window.c:317 msgid "tooltip|Consistency check" msgstr "Daten überprüfen" -#: main-window.c:324 +#: main-window.c:317 msgid "Tests consistency of error correction data and image file." msgstr "Überprüft das Abbild und die Fehlerkorrektur-Daten." -#: main-window.c:328 +#: main-window.c:321 msgid "button|Stop" msgstr "Abbrechen" -#: main-window.c:331 +#: main-window.c:324 msgid "tooltip|Abort action" msgstr "Vorgang abbrechen" -#: main-window.c:331 +#: main-window.c:324 msgid "Aborts an ongoing action." msgstr "Bricht den laufenden Vorgang ab." -#: main-window.c:488 +#: main-window.c:481 msgid "tooltip|Protocol for current action" msgstr "Protokoll des Vorgangs" -#: main-window.c:489 +#: main-window.c:482 msgid "Displays additional information created during the current or last action." msgstr "Zeigt zusätzliche Informationen über den laufenden oder zuletzt durchgeführten Vorgang an." -#: main-window.c:498 +#: main-window.c:491 msgid "View log" msgstr "Protokoll" @@ -1167,69 +1183,69 @@ msgstr "Protokoll" msgid "Medium not present" msgstr "kein Datenträger" -#: medium-info.c:105 medium-info.c:358 +#: medium-info.c:106 medium-info.c:352 msgid "Physical medium info" msgstr "Physischer Datenträger" -#: medium-info.c:127 medium-info.c:133 +#: medium-info.c:128 medium-info.c:134 msgid "empty" msgstr "leer" -#: medium-info.c:128 +#: medium-info.c:129 msgid "appendable" msgstr "erweiterbar" -#: medium-info.c:129 +#: medium-info.c:130 msgid "finalized" msgstr "abgeschlossen" -#: medium-info.c:130 scsi-layer.c:98 +#: medium-info.c:131 scsi-layer.c:98 msgid "unknown" msgstr "unbekannt" -#: medium-info.c:134 +#: medium-info.c:135 msgid "incomplete" msgstr "unvollständig" -#: medium-info.c:135 +#: medium-info.c:136 msgid "damaged" msgstr "beschädigt" -#: medium-info.c:136 rs02-verify.c:670 rs02-verify.c:877 rs02-verify.c:878 -#: rs02-verify.c:879 rs03-verify.c:1260 rs03-verify.c:1262 rs03-verify.c:1263 +#: medium-info.c:137 rs02-verify.c:671 rs02-verify.c:878 rs02-verify.c:879 +#: rs02-verify.c:880 rs03-verify.c:1254 rs03-verify.c:1256 rs03-verify.c:1257 msgid "complete" msgstr "vollständig" -#: medium-info.c:141 +#: medium-info.c:142 #, c-format msgid "%s (%d sessions; last session %s)\n" msgstr "%s (%d Sitzungen; letzte Sitzung %s)\n" -#: medium-info.c:147 +#: medium-info.c:148 #, c-format msgid "%lld sectors (%lld MiB), from READ CAPACITY\n" msgstr "%lld Sektoren (%lld MiB), aus READ CAPACITY\n" -#: medium-info.c:150 +#: medium-info.c:151 #, c-format msgid "%lld sectors (%lld MiB), from DVD structure\n" msgstr "%lld Sektoren (%lld MiB), aus DVD-Struktur\n" -#: medium-info.c:154 medium-info.c:204 +#: medium-info.c:155 medium-info.c:204 #, c-format msgid "%lld sectors (%lld MiB)\n" msgstr "%lld Sektoren (%lld MiB)\n" -#: medium-info.c:166 medium-info.c:431 +#: medium-info.c:167 medium-info.c:425 msgid "Filesystem info" msgstr "Dateisystem-Information" -#: medium-info.c:172 +#: medium-info.c:173 #, c-format msgid "%d sectors (%lld MiB)\n" msgstr "%d Sektoren (%lld MiB)\n" -#: medium-info.c:194 medium-info.c:464 +#: medium-info.c:194 medium-info.c:458 msgid "Augmented image info" msgstr "Erweitertes Abbild" @@ -1238,11 +1254,11 @@ msgstr "Erweitertes Abbild" msgid "%s, %d roots, %4.1f%% redundancy.\n" msgstr "%s, %d Nullstellen, %4.1f%% Redundanz.\n" -#: medium-info.c:289 +#: medium-info.c:283 msgid "windowtitle|Medium info" msgstr "Datenträger-Info" -#: medium-info.c:304 +#: medium-info.c:298 msgid "" "Medium info\n" "Properties of the currently inserted medium" @@ -1250,75 +1266,75 @@ msgstr "" "Datenträger-Information\n" "Eigenschaften des momentan eingelegten Datenträgers" -#: medium-info.c:316 +#: medium-info.c:310 msgid "Drive selection" msgstr "Laufwerks-Auswahl" -#: medium-info.c:323 +#: medium-info.c:317 msgid "Drive:" msgstr "Laufwerk:" -#: medium-info.c:344 menubar.c:488 +#: medium-info.c:338 menubar.c:488 msgid "No drives found" msgstr "Keine Laufwerke gefunden" -#: medium-info.c:349 +#: medium-info.c:343 msgid " " msgstr " " -#: medium-info.c:352 +#: medium-info.c:346 msgid "Update medium info" msgstr "Erneut lesen" -#: medium-info.c:365 +#: medium-info.c:359 msgid "Medium type:" msgstr "Datenträger-Typ:" -#: medium-info.c:373 +#: medium-info.c:367 msgid "Book type:" msgstr "\"Book type\":" -#: medium-info.c:381 scsi-layer.c:2698 +#: medium-info.c:375 scsi-layer.c:2682 msgid "Manuf.-ID:" msgstr "Herst.-ID:" -#: medium-info.c:389 +#: medium-info.c:383 msgid "Drive profile:" msgstr "Laufwerks-Profil:" -#: medium-info.c:397 +#: medium-info.c:391 msgid "Disc status:" msgstr "Datenträger-Status:" -#: medium-info.c:405 +#: medium-info.c:399 msgid "Used sectors:" msgstr "Verwendete Sektoren:" -#: medium-info.c:421 +#: medium-info.c:415 msgid "Blank capacity:" msgstr "Leer-Kapazität:" -#: medium-info.c:438 +#: medium-info.c:432 msgid "Medium label:" msgstr "Datenträger-Bezeichnung:" -#: medium-info.c:446 +#: medium-info.c:440 msgid "File system size:" msgstr "Dateisystem-Größe:" -#: medium-info.c:454 +#: medium-info.c:448 msgid "Creation time:" msgstr "Zeitpunkt der Erzeugung:" -#: medium-info.c:471 +#: medium-info.c:465 msgid "Error correction data:" msgstr "Fehlerkorrektur-Daten:" -#: medium-info.c:479 +#: medium-info.c:473 msgid "Augmented image size:" msgstr "Größe des erweiterten Abbilds:" -#: medium-info.c:487 +#: medium-info.c:481 msgid "dvdisaster version:" msgstr "dvdisaster-Version:" @@ -1510,11 +1526,11 @@ msgstr "" "Dies ist freie Software; es gelten die Bedingungen der\n" "GNU GENERAL PUBLIC LICENSE aus dem Quelltext.\n" -#: misc.c:513 +#: misc.c:519 msgid "Warning" msgstr "Warnung" -#: misc.c:588 misc.c:596 +#: misc.c:594 misc.c:602 msgid "" "\n" "*\n" @@ -1526,11 +1542,11 @@ msgstr "" "* dvdisaster - kann Ausführung nicht fortsetzen:\n" "*\n" -#: misc.c:1248 +#: misc.c:1254 msgid "Do not ask again" msgstr "Nicht mehr nachfragen" -#: misc.c:1269 +#: misc.c:1275 #, c-format msgid "" "Image file already exists and does not match the medium:\n" @@ -1545,7 +1561,7 @@ msgstr "" "\n" "Soll die Abbild-Datei gelöscht werden?" -#: misc.c:1288 +#: misc.c:1294 #, c-format msgid "" "The error correction file is already present:\n" @@ -2614,8 +2630,8 @@ msgid "Raw sector does not belong to the selected image!" msgstr "Rohsektor gehört nicht zum ausgewählten Abbild!" #: raw-editor.c:389 read-adaptive.c:1252 read-adaptive.c:1323 -#: read-adaptive.c:1643 read-adaptive.c:1841 read-linear.c:398 -#: read-linear.c:658 read-linear.c:1001 rs01-fix.c:459 rs01-fix.c:719 +#: read-adaptive.c:1643 read-adaptive.c:1841 read-linear.c:390 +#: read-linear.c:645 read-linear.c:989 rs01-fix.c:459 rs01-fix.c:719 #: rs02-fix.c:749 rs03-fix.c:818 #, c-format msgid "Failed seeking to sector %lld in image [%s]: %s" @@ -2623,7 +2639,7 @@ msgstr "Ansteuern von Sektor %lld im Abbild fehlgeschlagen [%s]: %s" #: raw-editor.c:396 read-adaptive.c:1266 read-adaptive.c:1329 #: read-adaptive.c:1675 read-adaptive.c:1688 read-adaptive.c:1849 -#: read-linear.c:407 read-linear.c:665 rs01-fix.c:181 rs01-fix.c:466 +#: read-linear.c:399 read-linear.c:652 rs01-fix.c:181 rs01-fix.c:466 #, c-format msgid "Failed writing to sector %lld in image [%s]: %s" msgstr "Schreiben von Sektor %lld im Abbild fehlgeschlagen [%s]: %s" @@ -2854,7 +2870,7 @@ msgstr " [Erzeuge neue Datei %s]\n" msgid " [Appended %d/%d sectors to cache file %s; LBA=%lld, ssize=%d, %d sectors]\n" msgstr " [%d/%d Sektoren der Datei %s hinzugefügt; LBA=%lld, S.-Größe=%d, %d Sektoren]\n" -#: read-adaptive.c:55 rs01-create.c:1015 +#: read-adaptive.c:55 rs01-create.c:1025 #, c-format msgid "" "Error closing error correction file:\n" @@ -2876,7 +2892,7 @@ msgstr "" "Kann den Ecc-Vorspann nicht lesen:\n" "%s" -#: read-adaptive.c:119 read-linear.c:850 +#: read-adaptive.c:119 read-linear.c:838 #, c-format msgid "" "* Warning: This ecc file requires dvdisaster-%d.%d!\n" @@ -2891,14 +2907,14 @@ msgstr "" "* oder besorgen Sie sich unter http://www.dvdisaster.org eine neuere Version.\n" "\n" -#: read-adaptive.c:152 rs01-common.c:80 rs01-common.c:222 rs01-create.c:297 -#: rs01-verify.c:820 +#: read-adaptive.c:152 rs01-common.c:80 rs01-common.c:231 rs01-create.c:299 +#: rs01-verify.c:810 #, c-format msgid "Failed skipping the ecc header: %s" msgstr "Überspringen des Ecc-Vorspanns fehlgeschlagen: %s" -#: read-adaptive.c:161 read-adaptive.c:171 rs01-common.c:89 rs01-common.c:99 -#: rs01-common.c:332 +#: read-adaptive.c:161 read-adaptive.c:171 rs01-common.c:92 rs01-common.c:102 +#: rs01-common.c:341 #, c-format msgid "Error reading CRC information: %s" msgstr "Fehler beim Lesen der CRC-Information: %s" @@ -2917,7 +2933,7 @@ msgstr "Reparierbar: %2d.%1d%% (korrigierbar: %lld; lese in [%lld..%lld], Größ msgid "Repairable: %2d.%1d%% (missing: %lld; now reading [%lld..%lld], size %lld)" msgstr "Reparierbar: %2d.%1d%% (fehlend: %lld; lese in [%lld..%lld], Größe %lld)" -#: read-adaptive.c:653 read-linear.c:857 +#: read-adaptive.c:653 read-linear.c:845 #, c-format msgid "" "* Warning: This image requires dvdisaster-%d.%d!\n" @@ -2993,7 +3009,7 @@ msgstr "" "Fingerabdrücke vom Datenträger und der Fehlerkorrektur-Datei\n" "sind unterschiedlich. Die beiden passen nicht zusammen.\n" -#: read-adaptive.c:860 read-linear.c:340 +#: read-adaptive.c:860 read-linear.c:332 msgid "Image file does not match the optical disc." msgstr "Abbild-Datei paßt nicht zu dem optischen Datenträger." @@ -3018,7 +3034,7 @@ msgstr "Einladen der Prüfsummen." msgid "Analysing existing image file" msgstr "Untersuche vorhandenes Abbild" -#: read-adaptive.c:969 rs01-common.c:262 rs02-verify.c:724 +#: read-adaptive.c:969 rs01-common.c:271 rs02-verify.c:725 #, c-format msgid "premature end in image (only %d bytes): %s\n" msgstr "Vorzeitiges Ende im Abbild (nur %d Bytes): %s\n" @@ -3042,15 +3058,15 @@ msgstr "Untersuche vorhandenes Abbild: %lld lesbar, %lld korrigierbar, %lld noch msgid "Analysing existing image file: %lld readable, %lld still missing.\n" msgstr "Untersuche vorhandenes Abbild: %lld lesbar, %lld noch fehlend.\n" -#: read-adaptive.c:1202 read-linear.c:737 +#: read-adaptive.c:1202 read-linear.c:725 msgid "Ignore once" msgstr "Diesmal nicht beachten" -#: read-adaptive.c:1203 read-linear.c:738 +#: read-adaptive.c:1203 read-linear.c:726 msgid "Ignore always" msgstr "Immer nicht beachten" -#: read-adaptive.c:1204 read-linear.c:739 +#: read-adaptive.c:1204 read-linear.c:727 msgid "Abort" msgstr "Abbrechen" @@ -3059,15 +3075,15 @@ msgstr "Abbrechen" msgid "Filling image area [%lld..%lld]" msgstr "Auffüllen des Abbild-Bereichs [%lld..%lld]" -#: read-adaptive.c:1360 read-linear.c:217 +#: read-adaptive.c:1360 read-linear.c:209 msgid "Reading aborted" msgstr "Lesevorgang abgebrochen" -#: read-adaptive.c:1363 read-linear.c:221 +#: read-adaptive.c:1363 read-linear.c:213 msgid "Preparing for reading the medium image." msgstr "Bereite Lesen des Datenträger-Abbilds vor." -#: read-adaptive.c:1364 read-linear.c:214 read-linear.c:222 +#: read-adaptive.c:1364 read-linear.c:206 read-linear.c:214 msgid "Medium: not yet determined" msgstr "Datenträger: Typ noch nicht bestimmt" @@ -3093,16 +3109,16 @@ msgstr "" "* verursachen.\n" "* Bitte erwägen Sie die Verwendung des linearen Lesens.\n" -#: read-adaptive.c:1442 read-linear.c:279 +#: read-adaptive.c:1442 read-linear.c:271 #, c-format msgid "Creating new %s image.\n" msgstr "Erzeuge neues Abbild %s.\n" -#: read-adaptive.c:1446 read-linear.c:272 +#: read-adaptive.c:1446 read-linear.c:264 msgid "Reading new medium image." msgstr "Einlesen eines neuen Abbilds." -#: read-adaptive.c:1466 read-linear.c:301 +#: read-adaptive.c:1466 read-linear.c:293 msgid "Completing existing medium image." msgstr "Vervollständigen eines bestehenden Abbilds." @@ -3114,7 +3130,7 @@ msgstr "" "\n" "Genügend Daten zur Wiederherstellung des Abbildes vorhanden.\n" -#: read-adaptive.c:1606 read-linear.c:1065 +#: read-adaptive.c:1606 read-linear.c:1053 #, c-format msgid "" "Sector %lld: %s\n" @@ -3126,7 +3142,7 @@ msgstr "" "Verwenden Sie die --ignore-fatal-sense - Option um das\n" "Weitermachen zu erzwingen." -#: read-adaptive.c:1611 read-linear.c:1070 +#: read-adaptive.c:1611 read-linear.c:1058 #, c-format msgid "" "Sector %lld: %s\n" @@ -3149,7 +3165,7 @@ msgstr "Prüfsummen-Fehler in Sektor %lld\n" msgid "Sectors %lld-%lld: %s\n" msgstr "Sektoren %lld-%lld: %s\n" -#: read-adaptive.c:1833 read-linear.c:1253 scsi-layer.c:1741 +#: read-adaptive.c:1833 read-linear.c:1243 scsi-layer.c:1741 #, c-format msgid "Sector %lld: %s\n" msgstr "Sektor %lld: %s\n" @@ -3229,7 +3245,7 @@ msgstr "Insgesamt wiederherstellbar: %d.%d%%" msgid "Aborted by unrecoverable error. %lld sectors read, %lld sectors unreadable/skipped so far." msgstr "Abbruch durch nicht behebbaren Fehler. %lld Sektoren gelesen, %lld Sektoren unlesbar oder übersprungen." -#: read-linear.c:173 +#: read-linear.c:171 msgid "" "Automatic error correction file creation\n" "is only possible after a full reading pass.\n" @@ -3237,77 +3253,77 @@ msgstr "" "Automatisches Erzeugen der Fehlerkorrektur-Datei\n" "ist nur nach einem vollen Lesedurchlauf möglich.\n" -#: read-linear.c:209 +#: read-linear.c:201 msgid "Scanning aborted" msgstr "Untersuchung abgebrochen" -#: read-linear.c:213 read-linear.c:244 +#: read-linear.c:205 read-linear.c:236 msgid "Scanning medium for read errors." msgstr "Untersuche Datenträger auf Lesefehler." -#: read-linear.c:251 read-linear.c:284 +#: read-linear.c:243 read-linear.c:276 msgid "Reading CRC information" msgstr "Lese CRC-Prüfsummen" -#: read-linear.c:347 +#: read-linear.c:339 #, c-format msgid "Reading aborted. Please select a different image file." msgstr "Einlesen abgebrochen. Bitte wählen Sie eine andere Abbild-Datei." -#: read-linear.c:366 +#: read-linear.c:358 #, c-format msgid "Completing image %s. Continuing with sector %lld.\n" msgstr "Vervollständige Abbild %s beginnend mit Sektor %lld.\n" -#: read-linear.c:372 +#: read-linear.c:364 #, c-format msgid "Completing image %s. Only missing sectors will be read.\n" msgstr "Vervollständige Abbild %s. Nur die fehlenden Sektoren werden gelesen.\n" -#: read-linear.c:455 read-linear.c:460 +#: read-linear.c:425 read-linear.c:433 msgid "Reading CRC information from ecc data" msgstr "Lese Prüfsummen aus Fehlerkorrektur-Daten" -#: read-linear.c:480 +#: read-linear.c:459 msgid "done.\n" msgstr "fertig.\n" -#: read-linear.c:492 scsi-layer.c:2066 +#: read-linear.c:479 scsi-layer.c:2066 #, c-format msgid "Waiting %d seconds for drive to spin up...\n" msgstr "Warte %d Sekunden auf das Hochdrehen des Laufwerks...\n" -#: read-linear.c:514 read-linear-window.c:103 +#: read-linear.c:501 read-linear-window.c:103 #, c-format msgid "Unreadable / skipped sectors: %lld" msgstr "Unlesbare / Übersprungene Sektoren: %lld" -#: read-linear.c:594 +#: read-linear.c:581 #, c-format msgid "Sector %lld: Speed increased to %4.1fx\n" msgstr "Sektor %lld: Lesegeschwindigkeit steigt auf %4.1fx\n" -#: read-linear.c:597 +#: read-linear.c:584 #, c-format msgid "Sector %lld: Speed dropped to %4.1fx\n" msgstr "Sektor %lld: Lesegeschwindigkeit fällt auf %4.1fx\n" -#: read-linear.c:603 +#: read-linear.c:590 #, c-format msgid "Read position: %3d.%1d%% (nn.nx)" msgstr "Leseposition: %3d.%1d%% (nn.nx)" -#: read-linear.c:605 +#: read-linear.c:592 #, c-format msgid "Read position: %3d.%1d%% (%4.1fx)" msgstr "Leseposition: %3d.%1d%% (%4.1fx)" -#: read-linear.c:698 rs01-common.c:338 rs02-verify.c:769 rs03-verify.c:1132 +#: read-linear.c:686 rs01-common.c:347 rs02-verify.c:770 rs03-verify.c:1126 #, c-format msgid "* CRC error, sector: %lld\n" msgstr "* CRC-Fehler, Sektor : %lld\n" -#: read-linear.c:826 +#: read-linear.c:814 #, c-format msgid "" "This ecc file requires dvdisaster-%d.%d!\n" @@ -3324,7 +3340,7 @@ msgstr "" "oder besorgen Sie sich unter http://www.dvdisaster.org eine neuere Version.\n" "\n" -#: read-linear.c:834 +#: read-linear.c:822 #, c-format msgid "" "This image requires dvdisaster-%d.%d!\n" @@ -3339,37 +3355,37 @@ msgstr "" "Bitte besorgen Sie sich unter http://www.dvdisaster.org eine neuere Version.\n" "\n" -#: read-linear.c:842 rs01-create.c:708 rs01-fix.c:202 rs01-fix.c:224 +#: read-linear.c:830 rs01-create.c:718 rs01-fix.c:202 rs01-fix.c:224 #: rs01-fix.c:269 rs01-fix.c:299 rs01-fix.c:316 rs01-fix.c:369 -#: rs01-verify.c:435 rs01-verify.c:839 rs02-create.c:115 rs02-fix.c:235 -#: rs02-fix.c:254 rs02-fix.c:339 rs02-verify.c:714 rs03-create.c:247 +#: rs01-verify.c:435 rs01-verify.c:829 rs02-create.c:118 rs02-fix.c:235 +#: rs02-fix.c:254 rs02-fix.c:339 rs02-verify.c:715 rs03-create.c:250 #: rs03-fix.c:251 rs03-fix.c:292 rs03-fix.c:313 rs03-fix.c:386 -#: rs03-verify.c:533 rs03-verify.c:1027 +#: rs03-verify.c:533 rs03-verify.c:1021 #, c-format msgid "Aborted by user request!" msgstr "Abbruch auf Benutzeranforderung!" -#: read-linear.c:956 read-linear.c:1080 +#: read-linear.c:944 read-linear.c:1068 #, c-format msgid "Aborted by user request! %lld sectors read, %lld sectors unreadable/skipped so far." msgstr "Abbruch auf Benutzeranforderung! %lld Sektoren gelesen, %lld Sektoren unlesbar oder übersprungen." -#: read-linear.c:1013 +#: read-linear.c:1001 #, c-format msgid "unexpected read error in image for sector %lld" msgstr "Unerwarteter Lesefehler im Abbild bei Sektor %lld" -#: read-linear.c:1095 +#: read-linear.c:1083 #, c-format msgid "Sector %lld: %3d C2 errors.%s\n" msgstr "Sektor %lld: %3d C2-Fehler.%s\n" -#: read-linear.c:1225 +#: read-linear.c:1215 #, c-format msgid "Sector %lld: %s Skipping %d sectors.\n" msgstr "Sektor %lld: %s Überspringe %d Sektoren.\n" -#: read-linear.c:1288 +#: read-linear.c:1278 #, c-format msgid "" "Trying to complete image, reading pass %d of %d.\n" @@ -3378,7 +3394,7 @@ msgstr "" "Vervollständige Abbild, %dter Lesedurchlauf von %d.\n" "%s" -#: read-linear.c:1290 +#: read-linear.c:1280 #, c-format msgid "" "\n" @@ -3387,66 +3403,66 @@ msgstr "" "\n" "Vervollständige Abbild, %d ter Lesedurchlauf von %d.\n" -#: read-linear.c:1330 +#: read-linear.c:1317 #, c-format msgid "%lld sectors read. " msgstr "%lld Sektoren gelesen. " -#: read-linear.c:1331 +#: read-linear.c:1318 #, c-format msgid "%lld sectors read; %lld unreadable sectors." msgstr "%lld Sektoren gelesen; %lld unlesbare Sektoren." -#: read-linear.c:1343 +#: read-linear.c:1330 #, c-format msgid "All sectors successfully read, but wrong image length (%lld sectors difference)" msgstr "Alle Sektoren erfolgreich eingelesen, aber falsche Abbildlänge (%lld Sektoren Unterschied)." -#: read-linear.c:1349 +#: read-linear.c:1336 msgid "All sectors successfully read, but wrong ecc md5sum." msgstr "Alle Sektoren erfolgreich gelesen, aber falsche MD5-Prüfsumme im ECC-Teil." -#: read-linear.c:1355 +#: read-linear.c:1342 msgid "All sectors successfully read, but incomplete or damaged checksums." msgstr "Alle Sektoren erfolgreich gelesen, aber unvollständige oder beschädigte Prüfsummen." -#: read-linear.c:1356 +#: read-linear.c:1343 msgid "All sectors successfully read. Checksums match." msgstr "Alle Sektoren erfolgreich eingelesen. Prüfsummen stimmen." -#: read-linear.c:1358 +#: read-linear.c:1345 msgid "All sectors successfully read." msgstr "Alle Sektoren erfolgreich eingelesen." -#: read-linear.c:1363 +#: read-linear.c:1350 #, c-format msgid "%lld unreadable sectors." msgstr "%lld unlesbare Sektoren." -#: read-linear.c:1366 +#: read-linear.c:1353 #, c-format msgid "%lld CRC errors and a md5sum mismatch in the CRC section." msgstr "%lld Prüfsummenfehler und eine falsche MD5-Prüfsumme im CRC-Bereich." -#: read-linear.c:1368 +#: read-linear.c:1355 #, c-format msgid "%lld CRC errors." msgstr "%lld Prüfsummen-Fehler." -#: read-linear.c:1370 +#: read-linear.c:1357 #, c-format msgid "%lld CRC errors, %lld unreadable sectors." msgstr "%lld Prüfsummen-Fehler, %lld unlesbare Sektoren." -#: read-linear.c:1378 +#: read-linear.c:1365 msgid "Scanning finished: " msgstr "Überprüfung beendet: " -#: read-linear.c:1380 +#: read-linear.c:1367 msgid "Reading finished: " msgstr "Einlesen beendet: " -#: read-linear.c:1392 +#: read-linear.c:1379 #, c-format msgid "" "%d sectors missing at the end of the disc.\n" @@ -3457,7 +3473,7 @@ msgstr "" "wenn der Datenträger im TAO (track at once)-Modus geschrieben wurde.\n" "Das Abbild wird entsprechend verkürzt; mehr dazu steht im Benutzerhandbuch.\n" -#: read-linear.c:1398 +#: read-linear.c:1385 #, c-format msgid "" "%d sectors missing at the end of the disc.\n" @@ -3509,27 +3525,27 @@ msgstr "Geschwindigkeit" msgid "Sector %lld dumped to %s\n" msgstr "Sektor %lld nach %s ausgegeben\n" -#: rs01-common.c:236 rs02-verify.c:800 rs03-verify.c:1155 +#: rs01-common.c:245 rs02-verify.c:801 rs03-verify.c:1149 #, c-format msgid "- testing sectors : %3d%%" msgstr "- prüfe Sektoren : %3d%%" -#: rs01-common.c:237 +#: rs01-common.c:246 #, c-format msgid "Scanning image sectors: %3d%%" msgstr "Prüfe Abbild-Sektoren : %3d%%" -#: rs01-common.c:290 rs02-verify.c:756 +#: rs01-common.c:299 rs02-verify.c:757 #, c-format msgid "* missing sector : %lld\n" msgstr "* fehlender Sektor : %lld\n" -#: rs01-common.c:291 rs02-verify.c:757 +#: rs01-common.c:300 rs02-verify.c:758 #, c-format msgid "* missing sectors : %lld - %lld\n" msgstr "* fehlende Sektoren : %lld - %lld\n" -#: rs01-common.c:309 rs01-common.c:376 rs01-create.c:314 +#: rs01-common.c:318 rs01-common.c:385 rs01-create.c:316 #, c-format msgid "Error writing CRC information: %s" msgstr "Fehler beim Schreiben der CRC-Information: %s" @@ -3539,7 +3555,7 @@ msgstr "Fehler beim Schreiben der CRC-Information: %s" msgid "Redundancy %4.1f%% out of useful range [3.2%%..64.5%%]" msgstr "Redundanz %4.1f%% außerhalb des nutzbaren Bereiches [3.2%%..64.5%%]" -#: rs01-create.c:76 rs03-common.c:455 +#: rs01-create.c:76 rs03-common.c:467 #, c-format msgid "Ecc file size %lldm out of useful range [%lld .. %lld]" msgstr "Ecc-Datei-Größe %lldm außerhalb des nutzbaren Bereiches [%lld .. %lld]" @@ -3563,7 +3579,7 @@ msgstr "" msgid "Image file %s not deleted: %s\n" msgstr "Abbild-Datei %s nicht gelöscht: %s\n" -#: rs01-create.c:148 rs01-fix.c:77 rs02-create.c:59 rs02-fix.c:54 +#: rs01-create.c:148 rs01-fix.c:77 rs02-create.c:60 rs02-fix.c:54 #: rs03-create.c:144 rs03-fix.c:53 #, c-format msgid "Aborted by unrecoverable error." @@ -3578,7 +3594,7 @@ msgstr "Erzeugung der Fehlerkorrektur-Datei abgebrochen" msgid "Encoding with Method RS01: %d roots, %4.1f%% redundancy." msgstr "Kodiere mit Methode RS01: %d Nullstellen, %4.1f%% Redundanz." -#: rs01-create.c:239 rs03-create.c:1285 +#: rs01-create.c:239 rs03-create.c:1308 #, c-format msgid "" "Creating the error correction file.\n" @@ -3587,49 +3603,49 @@ msgstr "" "Erzeuge die Fehlerkorrektur-Datei.\n" "%s" -#: rs01-create.c:251 rs03-create.c:273 +#: rs01-create.c:251 rs03-create.c:276 #, c-format msgid "Aborted to keep existing ecc file." msgstr "Abbruch um die vorhandene Fehlerkorrektur-Datei zu behalten." -#: rs01-create.c:266 rs02-create.c:1036 rs03-create.c:1242 +#: rs01-create.c:266 rs02-create.c:1043 rs03-create.c:1265 #, c-format msgid "Image file %s: %s." msgstr "Abbild-Datei %s: %s." -#: rs01-create.c:274 rs03-create.c:1261 +#: rs01-create.c:274 rs03-create.c:1284 msgid "No error correction file specified!\n" msgstr "Keine Fehlerkorrektur-Datei angegeben!\n" -#: rs01-create.c:285 +#: rs01-create.c:287 #, c-format msgid "Writing sector checksums: %3d%%" msgstr "Schreibe Sektoren-Prüfsummen: %3d%%" -#: rs01-create.c:289 +#: rs01-create.c:291 msgid "1. Writing image sector checksums:" msgstr "1. Schreibe Sektoren-Prüfsummen:" -#: rs01-create.c:332 rs01-window.c:130 +#: rs01-create.c:338 rs01-window.c:130 msgid "1. Calculating image sector checksums:" msgstr "1. Berechne Sektoren-Prüfsummen:" -#: rs01-create.c:346 rs01-create.c:487 rs01-create.c:580 +#: rs01-create.c:355 rs01-create.c:497 rs01-create.c:590 #, c-format msgid "Aborted by user request! (partial error correction file removed)" msgstr "Abbruch auf Benutzeranforderung! (unvollständige Fehlerkorrektur-Datei wurde entfernt)" -#: rs01-create.c:355 +#: rs01-create.c:364 #, c-format msgid "%lld sectors unread or missing due to errors.\n" msgstr "%lld unlesbare oder fehlende Sektoren im Abbild.\n" -#: rs01-create.c:408 +#: rs01-create.c:418 #, c-format msgid "Failed skipping ecc+crc header: %s" msgstr "Überspringen der Ecc/Crc-Vorspänne fehlgeschlagen: %s" -#: rs01-create.c:435 rs02-create.c:516 +#: rs01-create.c:445 rs02-create.c:523 #, c-format msgid "" "Failed allocating memory for I/O cache.\n" @@ -3640,13 +3656,13 @@ msgstr "" "reservieren. Momentane Anforderung: %d MiB.\n" "Versuchen Sie diesen Wert zu verkleinern.\n" -#: rs01-create.c:564 rs01-create.c:689 rs01-create.c:984 rs02-create.c:963 -#: rs03-create.c:1088 +#: rs01-create.c:574 rs01-create.c:699 rs01-create.c:994 rs02-create.c:970 +#: rs03-create.c:1111 #, c-format msgid "Ecc generation: %3d.%1d%%" msgstr "Kodierungs-Fortschritt: %3d.%1d%%" -#: rs01-create.c:997 +#: rs01-create.c:1007 #, c-format msgid "" "could not write to ecc file \"%s\":\n" @@ -3655,7 +3671,7 @@ msgstr "" "Konnte nicht in die Fehlerkorrektur-Datei schreiben: \"%s\":\n" "%s" -#: rs01-create.c:1012 +#: rs01-create.c:1022 #, c-format msgid "" "Can't write ecc header:\n" @@ -3664,12 +3680,12 @@ msgstr "" "Konnte den Vorspann der Fehlerkorrektur-Datei nicht schreiben:\n" "%s" -#: rs01-create.c:1020 rs02-create.c:1127 rs03-create.c:1341 +#: rs01-create.c:1030 rs02-create.c:1134 rs03-create.c:1364 #, c-format msgid "Ecc generation: 100.0%%\n" msgstr "Kodierungs-Fortschritt: 100.0%%\n" -#: rs01-create.c:1021 rs03-create.c:1348 +#: rs01-create.c:1031 rs03-create.c:1371 #, c-format msgid "" "Error correction file \"%s\" created.\n" @@ -3678,7 +3694,7 @@ msgstr "" "Fehlerkorrektur-Datei \"%s\" wurde erzeugt.\n" "Verwahren Sie die Datei auf einem zuverlässigen Datenträger.\n" -#: rs01-create.c:1029 rs03-create.c:1374 +#: rs01-create.c:1039 rs03-create.c:1397 msgid "" "The error correction file has been successfully created.\n" "Make sure to keep this file on a reliable medium." @@ -3735,7 +3751,7 @@ msgid "" msgstr "" "Die Abbild-Datei ist %lld Sektoren länger als in der\n" "Fehlerkorrektur-Datei vermerkt wurde. Dies kann insbesondere\n" -"bei zweischichtigen Datenträgern durch Auffüllen mit leeren Sektoren\n" +"bei zweilagigen Datenträgern durch Auffüllen mit leeren Sektoren\n" "verursacht sein, bedeutet möglicherweise aber auch, daß das\n" "Abbild und die Fehlerkorrektur-Datei nicht zusammengehören.\n" "\n" @@ -3989,15 +4005,15 @@ msgstr "Vergleich abgebrochen" msgid "Comparing image and error correction files." msgstr "Vergleiche Abbild- und Fehlerkorrektur-Dateien." -#: rs01-verify.c:394 rs03-verify.c:696 rs03-verify.c:705 +#: rs01-verify.c:394 rs03-verify.c:698 rs03-verify.c:707 msgid "- Checking image file -" msgstr "- Prüfe Abbild-Datei -" -#: rs01-verify.c:409 rs01-verify.c:530 rs01-verify.c:541 +#: rs01-verify.c:409 rs01-verify.c:530 rs01-verify.c:544 msgid "not present\n" msgstr "nicht vorhanden\n" -#: rs01-verify.c:417 rs02-verify.c:598 +#: rs01-verify.c:417 rs02-verify.c:599 #, c-format msgid "present, contains %lld medium sectors.\n" msgstr "vorhanden, enthält %lld Datenträger-Sektoren.\n" @@ -4007,7 +4023,7 @@ msgstr "vorhanden, enthält %lld Datenträger-Sektoren.\n" msgid "present, contains %lld medium sectors and %d bytes.\n" msgstr "vorhanden, enthält %lld Datenträger-Sektoren und %d Bytes.\n" -#: rs01-verify.c:425 rs01-verify.c:680 rs01-verify.c:699 +#: rs01-verify.c:425 rs01-verify.c:670 rs01-verify.c:689 #, c-format msgid "%lld sectors + %d bytes" msgstr "%lld Sektoren + %d Bytes" @@ -4037,7 +4053,7 @@ msgstr "%lld (%lld überzählige Sektoren)" msgid "Bad image." msgstr "Schlechtes Abbild." -#: rs01-verify.c:483 rs02-verify.c:681 rs03-verify.c:992 +#: rs01-verify.c:483 rs02-verify.c:682 rs03-verify.c:986 msgid "* quick mode : image NOT scanned\n" msgstr "* kurze Überprüfung : Abbild wird nicht gelesen\n" @@ -4050,7 +4066,7 @@ msgstr "" "- Gutes Abbild : Alle Sektoren vorhanden\n" "- Abbild-md5sum : %s\n" -#: rs01-verify.c:494 rs02-verify.c:890 rs03-verify.c:1295 +#: rs01-verify.c:494 rs02-verify.c:891 rs03-verify.c:1289 #, c-format msgid "Good image." msgstr "Gutes Abbild." @@ -4069,69 +4085,68 @@ msgstr "" msgid "Image complete, but contains checksum errors!" msgstr "Abbild vollständig, aber mit Prüfsummen-Fehlern!" -#: rs01-verify.c:510 rs02-verify.c:857 +#: rs01-verify.c:510 rs02-verify.c:858 #, c-format msgid "* BAD image : %lld sectors missing\n" msgstr "* SCHLECHTES Abbild : %lld Sektoren fehlen\n" -#: rs01-verify.c:511 rs02-verify.c:861 rs03-verify.c:1241 +#: rs01-verify.c:511 rs02-verify.c:862 rs03-verify.c:1235 #, c-format msgid "* BAD image : %lld sectors missing, %lld CRC errors\n" msgstr "* SCHLECHTES Abbild : %lld Sektoren fehlen, %lld Prüfsummen-Fehler\n" -#: rs01-verify.c:525 rs03-verify.c:1199 +#: rs01-verify.c:525 rs03-verify.c:1193 msgid "- Checking ecc file -" msgstr "- Prüfe Fehlerkorrektur-Datei -" -#: rs01-verify.c:533 rs01-verify.c:558 +#: rs01-verify.c:533 rs01-verify.c:561 msgid "No error correction file present." msgstr "Keine Fehlerkorrektur-Datei vorhanden." -#: rs01-verify.c:544 +#: rs01-verify.c:541 +msgid "permission denied\n" +msgstr "" + +#: rs01-verify.c:547 msgid "invalid\n" msgstr "ungültig\n" -#: rs01-verify.c:547 +#: rs01-verify.c:550 msgid "defective header (unusable)\n" msgstr "beschädigter Vorspann (unbrauchbar)\n" -#: rs01-verify.c:550 +#: rs01-verify.c:553 msgid "unknown codec (unusable)\n" msgstr "unbekannter Kodierer (unbrauchbar)\n" -#: rs01-verify.c:553 +#: rs01-verify.c:556 msgid "unusable\n" msgstr "unbrauchbar\n" -#: rs01-verify.c:590 rs02-verify.c:920 +#: rs01-verify.c:584 rs01-verify.c:596 rs02-verify.c:915 rs02-verify.c:928 msgid "created by dvdisaster" msgstr "Erzeugt von dvdisaster" -#: rs01-verify.c:607 rs02-verify.c:937 -#, c-format -msgid "created by dvdisaster-%d.%d\n" -msgstr "Erzeugt von dvdisaster-%d.%d.\n" - -#: rs01-verify.c:616 +#: rs01-verify.c:606 msgid "created by dvdisaster-0.41.x.\n" msgstr "Erzeugt von dvdisaster-0.41.x.\n" -#: rs01-verify.c:626 rs02-verify.c:950 rs03-verify.c:758 +#: rs01-verify.c:616 rs02-verify.c:942 rs03-verify.c:760 #, c-format msgid "- method : %4s, %d roots, %4.1f%% redundancy.\n" msgstr "- Methode : %4s, %d Nullstellen, %4.1f%% Redundanz.\n" -#: rs01-verify.c:630 rs02-verify.c:955 rs03-verify.c:763 +#: rs01-verify.c:620 rs02-verify.c:947 rs03-verify.c:765 #, c-format msgid "%4s, %d roots, %4.1f%% redundancy" msgstr "%4s, %d Nullstellen, %4.1f%% Redundanz" -#: rs01-verify.c:637 rs02-verify.c:962 +#: rs01-verify.c:627 rs02-verify.c:954 #, c-format msgid "- requires : dvdisaster-%d.%d (good)\n" msgstr "- Benötigt : dvdisaster-%d.%d (gut)\n" -#: rs01-verify.c:646 rs02-verify.c:973 +#: rs01-verify.c:636 rs02-verify.c:965 #, c-format msgid "" "* requires : dvdisaster-%d.%d (BAD)\n" @@ -4143,146 +4158,146 @@ msgstr "" "* : Bitte besuchen Sie http://www.dvdisaster.de\n" "* : um eine neuere Version herunterzuladen.\n" -#: rs01-verify.c:659 rs02-verify.c:987 rs03-verify.c:834 +#: rs01-verify.c:649 rs02-verify.c:979 rs03-verify.c:828 #, c-format msgid "Please upgrade your version of dvdisaster!" msgstr "Bitte verwenden Sie eine neuere Version von dvdisaster!" -#: rs01-verify.c:671 +#: rs01-verify.c:661 #, c-format msgid "- medium sectors : %lld\n" msgstr "- Datentr.-Sektoren : %lld\n" -#: rs01-verify.c:676 +#: rs01-verify.c:666 #, c-format msgid "- medium sectors : %lld sectors + %d bytes\n" msgstr "- Datentr.-Sektoren : %lld Sektoren + %d Bytes\n" -#: rs01-verify.c:690 +#: rs01-verify.c:680 #, c-format msgid "- medium sectors : %lld (good)\n" msgstr "- Datentr.-Sektoren : %lld (gut)\n" -#: rs01-verify.c:695 +#: rs01-verify.c:685 #, c-format msgid "- medium sectors : %lld sectors + %d bytes (good)\n" msgstr "- Datentr.-Sektoren : %lld Sektoren + %d Bytes (gut)\n" -#: rs01-verify.c:707 rs02-verify.c:1003 +#: rs01-verify.c:697 rs02-verify.c:995 #, c-format msgid "* medium sectors : %lld (BAD, perhaps TAO/DAO mismatch)\n" msgstr "* Datentr.-Sektoren : %lld (SCHLECHT, vielleicht TAO/DAO verwechselt)\n" -#: rs01-verify.c:718 rs02-verify.c:1005 +#: rs01-verify.c:708 rs02-verify.c:997 #, c-format msgid "* medium sectors : %lld (BAD)\n" msgstr "* Datentr.-Sektoren : %lld (SCHLECHT)\n" -#: rs01-verify.c:723 rs01-verify.c:734 +#: rs01-verify.c:713 rs01-verify.c:724 #, c-format msgid "Image size does not match error correction file." msgstr "Abbild-Größe paßt nicht zum Wert in der Fehlerkorrektur-Datei." -#: rs01-verify.c:727 +#: rs01-verify.c:717 #, c-format msgid "* medium sectors : %lld sectors + %d bytes (BAD)\n" msgstr "* Datentr.-Sektoren : %lld Sektoren + %d Bytes (SCHLECHT)\n" -#: rs01-verify.c:731 +#: rs01-verify.c:721 #, c-format msgid "%lld sectors + %d bytes" msgstr "%lld Sektoren + %d Bytes" -#: rs01-verify.c:747 +#: rs01-verify.c:737 #, c-format msgid "- image md5sum : %s (good)\n" msgstr "- Abbild-md5sum : %s (gut)\n" -#: rs01-verify.c:748 +#: rs01-verify.c:738 #, c-format msgid "* image md5sum : %s (BAD)\n" msgstr "* Abbild-md5sum : %s (SCHLECHT)\n" -#: rs01-verify.c:758 +#: rs01-verify.c:748 #, c-format msgid "- image md5sum : %s\n" msgstr "- Abbild-md5sum : %s\n" -#: rs01-verify.c:766 rs03-verify.c:858 +#: rs01-verify.c:756 rs03-verify.c:852 msgid "* fingerprint match: NOT POSSIBLE - related sector is missing in image!\n" msgstr "* Fingerabdruck : Vergleich NICHT MÖGLICH - zugehöriger Sektor fehlt im Abbild!\n" -#: rs01-verify.c:768 rs03-verify.c:861 +#: rs01-verify.c:758 rs03-verify.c:855 #, c-format msgid "missing sector prevents calculation" msgstr "zugehöriger Sektor fehlt im Abbild" -#: rs01-verify.c:773 rs03-verify.c:866 +#: rs01-verify.c:763 rs03-verify.c:860 msgid "* fingerprint match: MISMATCH - .iso and .ecc don't belong together!\n" msgstr "* Fingerabdruck : PAßT NICHT - .iso und .ecc - Dateien gehören nicht zusammen!\n" -#: rs01-verify.c:777 rs03-verify.c:870 +#: rs01-verify.c:767 rs03-verify.c:864 #, c-format msgid "mismatch" msgstr "paßt nicht" -#: rs01-verify.c:780 rs03-verify.c:873 +#: rs01-verify.c:770 rs03-verify.c:867 #, c-format msgid "Image and error correction files do not belong together!" msgstr "Abbild- und Fehlerkorrektur-Dateien passen nicht zueinander!" -#: rs01-verify.c:784 rs03-verify.c:877 +#: rs01-verify.c:774 rs03-verify.c:871 msgid "- fingerprint match: good\n" msgstr "- Fingerabdruck : paßt (gut)\n" -#: rs01-verify.c:786 rs03-verify.c:879 +#: rs01-verify.c:776 rs03-verify.c:873 msgid "good" msgstr "gut" -#: rs01-verify.c:794 +#: rs01-verify.c:784 msgid "* quick mode : ecc file NOT scanned\n" msgstr "* kurze Überprüfung : Fehlerkorrektur-Datei wird nicht gelesen\n" -#: rs01-verify.c:802 +#: rs01-verify.c:792 #, c-format msgid "- ecc blocks : %lld (good)\n" msgstr "- Ecc-Bereiche : %lld (gut)\n" -#: rs01-verify.c:807 +#: rs01-verify.c:797 #, c-format msgid "* ecc blocks : %lld (BAD, expected %lld)\n" msgstr "* Ecc-Bereiche : %lld (SCHLECHT, erwartet: %lld)\n" -#: rs01-verify.c:809 +#: rs01-verify.c:799 #, c-format msgid "%lld (bad, expected %lld)" msgstr "%lld (schlecht, erwartet: %lld)" -#: rs01-verify.c:831 +#: rs01-verify.c:821 #, c-format msgid "- ecc md5sum : %3d%%" msgstr "- Ecc-md5sum : %3d%%" -#: rs01-verify.c:848 +#: rs01-verify.c:838 msgid "* ecc md5sum : BAD, ecc file may be damaged!\n" msgstr "* Ecc-md5sum : SCHLECHT, Fehlerkorrektur-Datei kann beschädigt sein!\n" -#: rs01-verify.c:850 +#: rs01-verify.c:840 #, c-format msgid "bad" msgstr "schlecht" -#: rs01-verify.c:852 +#: rs01-verify.c:842 #, c-format msgid "Error correction file may be damaged!" msgstr "Fehlerkorrektur-Datei ist möglicherweise beschädigt!" -#: rs01-verify.c:856 rs02-verify.c:1074 +#: rs01-verify.c:846 rs02-verify.c:1066 #, c-format msgid "- ecc md5sum : %s (good)\n" msgstr "- Ecc-md5sum : %s (gut) \n" -#: rs01-verify.c:870 +#: rs01-verify.c:860 #, c-format msgid "Good error correction file." msgstr "Gute Fehlerkorrektur-Datei." @@ -4321,7 +4336,7 @@ msgid "%4.1f%% redundancy (%d roots)" msgstr "%4.1f%% Redundanz (%d Nullstellen)" #: rs01-window.c:466 rs01-window.c:869 rs01-window.c:875 rs01-window.c:876 -#: rs02-window.c:394 rs02-window.c:1150 rs02-window.c:1156 rs02-window.c:1157 +#: rs02-window.c:394 rs02-window.c:1246 rs02-window.c:1252 rs02-window.c:1253 #, c-format msgid "%d MiB of file cache" msgstr "%d MiB Datei-Zwischenspeicher" @@ -4399,7 +4414,7 @@ msgstr "" msgid "Space-delimited redundancy" msgstr "Redundanz aus der Dateigröße ableiten" -#: rs01-window.c:782 rs02-window.c:1082 rs03-preferences.c:688 +#: rs01-window.c:782 rs02-window.c:1178 rs03-preferences.c:688 msgid "Use at most" msgstr "Verwende höchstens" @@ -4421,19 +4436,19 @@ msgstr "" "\n" "Vorsicht: Wenn man unterschiedlich große Abbilder mit der gleichen Einstellung bearbeitet, erhalten die kleineren Abbilder mehr Redundanz als die großen Abbilder. Das ist normalerweise nicht sinnvoll." -#: rs01-window.c:866 rs02-window.c:1147 +#: rs01-window.c:866 rs02-window.c:1243 msgid "Memory utilization" msgstr "Speichernutzung" -#: rs01-window.c:870 rs02-window.c:1151 +#: rs01-window.c:870 rs02-window.c:1247 msgid "File cache" msgstr "Datei-Zwischenspeicher" -#: rs01-window.c:882 rs02-window.c:1163 rs03-preferences.c:908 +#: rs01-window.c:882 rs02-window.c:1259 rs03-preferences.c:908 msgid "Use" msgstr "Verwende" -#: rs01-window.c:910 rs02-window.c:1191 +#: rs01-window.c:910 rs02-window.c:1287 msgid "" "File cache\n" "\n" @@ -4443,22 +4458,22 @@ msgstr "" "\n" "dvdisaster optimiert Zugriffe auf die Abbild- und Fehlerkorrektur-Datei durch einen eigenen Zwischenspeicher. Die Voreinstellung von 32MiB ist für die meisten Systeme passend." -#: rs02-common.c:566 rs02-common.c:578 rs02-verify.c:625 rs03-common.c:606 +#: rs02-common.c:572 rs02-common.c:584 rs02-verify.c:626 rs03-common.c:620 #, c-format msgid "Failed seeking to ecc header at %lld: %s\n" msgstr "Ansteuern des Ecc-Vorspanns bei Pos. %lld fehlgeschlagen: %s\n" -#: rs02-common.c:570 rs02-common.c:582 rs03-common.c:610 +#: rs02-common.c:576 rs02-common.c:588 rs03-common.c:624 #, c-format msgid "Failed writing ecc header at %lld: %s\n" msgstr "Schreiben des Ecc-Vorspanns bei Pos. %lld fehlgeschlagen: %s\n" -#: rs02-create.c:109 rs03-create.c:241 +#: rs02-create.c:112 rs03-create.c:244 #, c-format msgid "Aborted by user request! (partial ecc data removed from image)" msgstr "Abbruch auf Benutzeranforderung! (unvollständige Fehlerkorrektur-Daten wurden aus dem Abbild entfernt)" -#: rs02-create.c:138 rs03-create.c:291 +#: rs02-create.c:141 rs03-create.c:294 #, c-format msgid "" "Image \"%s\" already contains error correction information.\n" @@ -4467,11 +4482,11 @@ msgstr "" "Das Abbild \"%s\" enthält bereits Fehlerkorrektur-Daten.\n" "Es wird auf den Daten-Anteil (%lld Sektoren) verkürzt.\n" -#: rs02-create.c:153 rs03-create.c:318 +#: rs02-create.c:156 rs03-create.c:321 msgid "Image size is now" msgstr "Abbild-Größe ist jetzt" -#: rs02-create.c:214 +#: rs02-create.c:217 msgid "" "Image contains unread(able) sectors.\n" "Error correction information can only be\n" @@ -4481,7 +4496,7 @@ msgstr "" "Fehlerkorrektur-Daten können nur an vollständige\n" "Abbilder hinzugefügt werden.\n" -#: rs02-create.c:218 +#: rs02-create.c:221 #, c-format msgid "" "Sector %lld in the image is marked unreadable\n" @@ -4506,28 +4521,33 @@ msgstr "" "Fehlerkorrekur-Daten können nur für vollständige\n" "(unbeschädigte) Abbilder erstellt werden.\n" -#: rs02-create.c:236 rs02-create.c:300 rs02-create.c:309 +#: rs02-create.c:238 rs02-create.c:304 rs02-create.c:315 #, c-format msgid "Preparing image (checksums, adding space): %3d%%" msgstr "Abbild vorbereiten (Prüfsummen, Größe erweitern): %3d%%" -#: rs02-create.c:271 rs02-create.c:281 rs02-fix.c:90 rs03-create.c:404 -#: rs03-create.c:415 rs03-fix.c:87 +#: rs02-create.c:273 rs02-create.c:283 rs02-fix.c:90 rs03-create.c:427 +#: rs03-create.c:438 rs03-fix.c:87 #, c-format msgid "Failed seeking to end of image: %s\n" msgstr "Ansteuern des Abbild-Endes fehlgeschlagen: %s\n" -#: rs02-create.c:275 rs02-create.c:296 rs02-fix.c:103 rs03-create.c:389 +#: rs02-create.c:277 rs02-create.c:298 rs02-fix.c:103 rs03-create.c:412 #: rs03-fix.c:105 #, c-format msgid "Failed expanding the image: %s\n" msgstr "Erweitern des Abbildes fehlgeschlagen: %s\n" -#: rs02-create.c:1027 rs03-create.c:1224 +#: rs02-create.c:303 rs02-create.c:314 +#, c-format +msgid "Preparing image (checksums taken from cache, adding space): %3d%%" +msgstr "Abbild vorbereiten (Prüfsummen aus Zwischenspeicher entnommen; füge Platz hinzu): %3d%%" + +#: rs02-create.c:1034 rs03-create.c:1247 msgid "Error correction data creation aborted" msgstr "Erzeugen der Fehlerkorrektur-Daten abgebrochen" -#: rs02-create.c:1055 rs02-create.c:1073 rs03-create.c:1228 rs03-create.c:1281 +#: rs02-create.c:1062 rs02-create.c:1080 rs03-create.c:1251 rs03-create.c:1304 #, c-format msgid "" "Augmenting the image with error correction data.\n" @@ -4536,16 +4556,16 @@ msgstr "" "Erweitere das Abbild um Fehlerkorrektur-Daten.\n" "%s" -#: rs02-create.c:1056 rs03-create.c:1229 +#: rs02-create.c:1063 rs03-create.c:1252 msgid "- checking image -" msgstr "- prüfe Abbild -" -#: rs02-create.c:1069 +#: rs02-create.c:1076 #, c-format msgid "Encoding with Method RS02: %lld MiB data, %lld MiB ecc (%d roots; %4.1f%% redundancy)." msgstr "Kodiere mit Methode RS02: %lld MiB Daten, %lld MiB Fehlerkorrektur-Daten (%d Nullstellen; %4.1f%% Redundanz)." -#: rs02-create.c:1077 +#: rs02-create.c:1084 #, c-format msgid "" "Augmenting image with Method RS02:\n" @@ -4554,7 +4574,7 @@ msgstr "" "Erweitere das Abbild mit dem RS02-Verfahren:\n" "%lld MiB Daten, %lld MiB Fehlerkorrektur-Daten (%d Nullstellen; %4.1f%% Redundanz)." -#: rs02-create.c:1086 +#: rs02-create.c:1093 #, c-format msgid "" "Not enough space on medium left for error correction data.\n" @@ -4568,7 +4588,7 @@ msgstr "" "und kein größerer Datenträger zur Verfügung steht, erzeugen Sie bitte\n" "eine alleinstehende Fehlerkorrektur-Datei." -#: rs02-create.c:1096 rs03-create.c:1320 +#: rs02-create.c:1103 rs03-create.c:1343 #, c-format msgid "" "Using redundancies below 20%%%% may not give\n" @@ -4577,7 +4597,7 @@ msgstr "" "Redundanzen unterhalb von 20%%%% haben möglicherweise\n" "nicht die erhoffte Datensicherungs-Funktion.\n" -#: rs02-create.c:1128 rs02-create.c:1137 rs03-create.c:1343 rs03-create.c:1368 +#: rs02-create.c:1135 rs02-create.c:1144 rs03-create.c:1366 rs03-create.c:1391 #, c-format msgid "" "Image has been augmented with error correction data.\n" @@ -4721,50 +4741,50 @@ msgstr "Mittelwert = %.1f; Schlechtester = %d pro Ecc-Block." msgid "%lld of %lld sectors recoverable (%d.%d%%)" msgstr "%lld von %lld Sektoren wiederherstellbar (%d.%d%%)" -#: rs02-verify.c:575 rs03-verify.c:664 +#: rs02-verify.c:576 rs03-verify.c:666 msgid "Check aborted" msgstr "Überprüfung abgebrochen" -#: rs02-verify.c:594 rs03-verify.c:704 +#: rs02-verify.c:595 rs03-verify.c:706 msgid "Checking the image file." msgstr "Überprüfe die Abbild-Datei." -#: rs02-verify.c:595 +#: rs02-verify.c:596 msgid "Image contains error correction data." msgstr "Das Abbild enthält Fehlerkorrektur-Daten." -#: rs02-verify.c:608 rs03-verify.c:974 +#: rs02-verify.c:609 rs03-verify.c:968 #, c-format msgid "Image file is %lld sectors shorter than expected." msgstr "Das Abbild ist %lld Sektoren kürzer als erwartet." -#: rs02-verify.c:609 rs03-verify.c:977 +#: rs02-verify.c:610 rs03-verify.c:971 #, c-format msgid "Image file is %lld sectors longer than expected." msgstr "Das Abbild ist %lld Sektoren länger als erwartet." -#: rs02-verify.c:629 +#: rs02-verify.c:630 #, c-format msgid "Failed reading ecc header at %lld: %s\n" msgstr "Lesen des Ecc-Vorspanns bei Pos. %lld fehlgeschlagen: %s\n" -#: rs02-verify.c:672 +#: rs02-verify.c:673 #, c-format msgid "%lld ok, %lld CRC errors, %lld missing" msgstr "%lld ok, %lld Prüfsummen-Fehler, %lld fehlen" -#: rs02-verify.c:805 rs02-verify.c:826 rs03-verify.c:1173 rs03-verify.c:1212 +#: rs02-verify.c:806 rs02-verify.c:827 rs03-verify.c:1167 rs03-verify.c:1206 #, c-format msgid "%lld sectors missing; %lld CRC errors" msgstr "%lld Sektoren fehlen; %lld Prüfsummen-Fehler" -#: rs02-verify.c:809 rs02-verify.c:813 rs02-verify.c:830 rs02-verify.c:834 -#: rs03-verify.c:1181 rs03-verify.c:1220 +#: rs02-verify.c:810 rs02-verify.c:814 rs02-verify.c:831 rs02-verify.c:835 +#: rs03-verify.c:1175 rs03-verify.c:1214 #, c-format msgid "%lld sectors missing" msgstr "%lld Sektoren fehlen" -#: rs02-verify.c:848 +#: rs02-verify.c:849 #, c-format msgid "" "- good image : all sectors present\n" @@ -4773,46 +4793,46 @@ msgstr "" "- Gutes Abbild : Alle Sektoren vorhanden\n" "- Daten-md5sum : %s\n" -#: rs02-verify.c:854 +#: rs02-verify.c:855 msgid "* suspicious image : contains damaged ecc headers\n" msgstr "* Verdächtiges Abbild: enthält beschädigte Ecc-Vorspänne\n" -#: rs02-verify.c:859 rs03-verify.c:1238 +#: rs02-verify.c:860 rs03-verify.c:1232 #, c-format msgid "* suspicious image : all sectors present, but %lld CRC errors\n" msgstr "* Verdächtiges Abbild: alle Sektoren vorhanden, aber %lld Prüfsummen-Fehler\n" -#: rs02-verify.c:865 +#: rs02-verify.c:866 #, c-format msgid " ... ecc headers : %lld ok, %lld CRC errors, %lld missing\n" msgstr " ... Ecc-Vorspänne : %lld ok, %lld Prüfsummen-Fehler, %lld fehlen\n" -#: rs02-verify.c:867 rs03-verify.c:1244 +#: rs02-verify.c:868 rs03-verify.c:1238 #, c-format msgid " ... data section : %lld sectors missing; %lld CRC errors\n" msgstr " ... Daten-Abschnitt: %lld Sektoren fehlen; %lld Prüfsummen-Fehler\n" -#: rs02-verify.c:870 rs03-verify.c:1247 +#: rs02-verify.c:871 rs03-verify.c:1241 #, c-format msgid " ... data md5sum : %s\n" msgstr " ... Daten-md5sum : %s\n" -#: rs02-verify.c:871 rs03-verify.c:1253 +#: rs02-verify.c:872 rs03-verify.c:1247 #, c-format msgid " ... crc section : %lld sectors missing\n" msgstr " ... CRC-Abschnitt : %lld Sektoren fehlen\n" -#: rs02-verify.c:872 rs03-verify.c:1255 +#: rs02-verify.c:873 rs03-verify.c:1249 #, c-format msgid " ... ecc section : %lld sectors missing\n" msgstr " ... ECC-Abschnitt : %lld Sektoren fehlen\n" -#: rs02-verify.c:894 rs03-verify.c:1299 +#: rs02-verify.c:895 rs03-verify.c:1293 #, c-format msgid "Damaged image." msgstr "Das Abbild ist beschädigt." -#: rs02-verify.c:901 +#: rs02-verify.c:902 msgid "" "\n" "Error correction data: " @@ -4820,67 +4840,67 @@ msgstr "" "\n" "Fehlerkorrektur-Daten: " -#: rs02-verify.c:994 +#: rs02-verify.c:986 #, c-format msgid "- medium sectors : %lld / %lld (good)\n" msgstr "- Datentr.-Sektoren : %lld / %lld (gut)\n" -#: rs02-verify.c:1011 +#: rs02-verify.c:1003 #, c-format msgid "Image size does not match recorded size." msgstr "Die Abbild-Größe entspricht nicht der aufgezeichneten Größe." -#: rs02-verify.c:1025 +#: rs02-verify.c:1017 #, c-format msgid "- data md5sum : %s (good)\n" msgstr "- Daten-md5sum : %s (gut)\n" -#: rs02-verify.c:1026 +#: rs02-verify.c:1018 #, c-format msgid "* data md5sum : %s (BAD)\n" msgstr "* Daten-md5sum : %s (SCHLECHT)\n" -#: rs02-verify.c:1037 rs03-verify.c:848 +#: rs02-verify.c:1029 rs03-verify.c:842 #, c-format msgid "- data md5sum : %s\n" msgstr "- Daten-md5sum : %s\n" -#: rs02-verify.c:1049 +#: rs02-verify.c:1041 #, c-format msgid "- crc md5sum : %s (good)\n" msgstr "- CRC-md5sum : %s (gut)\n" -#: rs02-verify.c:1054 +#: rs02-verify.c:1046 #, c-format msgid "* crc md5sum : %s (BAD)\n" msgstr "* CRC-md5sum : %s (SCHLECHT)\n" -#: rs02-verify.c:1062 +#: rs02-verify.c:1054 #, c-format msgid "- crc md5sum : %s\n" msgstr "- Crc-md5sum : %s\n" -#: rs02-verify.c:1079 +#: rs02-verify.c:1071 #, c-format msgid "* ecc md5sum : %s (BAD)\n" msgstr "* Ecc-md5sum : %s (SCHLECHT)\n" -#: rs02-verify.c:1087 +#: rs02-verify.c:1079 #, c-format msgid "- ecc md5sum : %s\n" msgstr "- Ecc-md5sum : %s\n" -#: rs02-verify.c:1106 rs03-verify.c:893 +#: rs02-verify.c:1098 rs03-verify.c:887 #, c-format msgid "Good error correction data." msgstr "Gute Fehlerkorrektur-Daten." -#: rs02-verify.c:1110 rs03-verify.c:1311 +#: rs02-verify.c:1102 rs03-verify.c:1305 #, c-format msgid "Full data recovery is likely." msgstr "Eine vollständige Wiederherstellung ist wahrscheinlich." -#: rs02-verify.c:1113 rs03-verify.c:1314 +#: rs02-verify.c:1105 rs03-verify.c:1308 #, c-format msgid "Full data recovery is NOT possible." msgstr "Eine vollständige Wiederherstellung ist NICHT möglich." @@ -4889,19 +4909,19 @@ msgstr "Eine vollständige Wiederherstellung ist NICHT möglich. msgid "1. Preparing image:" msgstr "1. Abbild vorbereiten:" -#: rs02-window.c:711 +#: rs02-window.c:745 msgid "Maximum image size" msgstr "Größte mögliche Abbildlänge" -#: rs02-window.c:723 +#: rs02-window.c:757 msgid "Using the smallest possible size from table" msgstr "Kleinsten möglichen Wert aus der Tabelle verwenden" -#: rs02-window.c:723 +#: rs02-window.c:757 msgid "Use smallest possible size from following table (in sectors):" msgstr "Verwende kleinsten möglichen Wert aus folgender Tabelle:" -#: rs02-window.c:747 +#: rs02-window.c:781 msgid "" "Determine augmented image size from table\n" "\n" @@ -4913,19 +4933,19 @@ msgstr "" "\n" "In erweiterten Abbildern wird ungenutzter Platz auf dem Datenträger mit Fehlerkorrektur-Informationen aufgefüllt. Wählen Sie diese Option, damit die erweiterten Abbilder auf den kleinstmöglichen Datenträger passen.\n" "\n" -"Um einen passenden Datenträger auszuwählen müssen die verfügbaren Datenträger-Größen bekannt sein. Die Tabelle enthält die typischen Größen von CD und ein-/zweischichtigen DVDs und BDs. Sie können die Einträge nach Ihren Bedürfnissen anpassen." +"Um einen passenden Datenträger auszuwählen müssen die verfügbaren Datenträger-Größen bekannt sein. Die Tabelle enthält die typischen Größen von CD und ein-/zweilagigen DVDs und BDs. Sie können die Einträge nach Ihren Bedürfnissen anpassen." -#: rs02-window.c:766 +#: rs02-window.c:800 msgid "CD-R / CD-RW:" msgstr "CD-R / CD-RW:" -#: rs02-window.c:777 rs02-window.c:796 rs02-window.c:837 rs02-window.c:856 -#: rs02-window.c:897 rs02-window.c:916 rs02-window.c:957 rs02-window.c:976 -#: rs02-window.c:1016 rs02-window.c:1035 +#: rs02-window.c:811 rs02-window.c:830 rs02-window.c:871 rs02-window.c:890 +#: rs02-window.c:931 rs02-window.c:950 rs02-window.c:991 rs02-window.c:1010 +#: rs02-window.c:1050 rs02-window.c:1069 rs02-window.c:1109 rs02-window.c:1128 msgid "query medium" msgstr "Datenträger abfragen" -#: rs02-window.c:808 +#: rs02-window.c:842 #, c-format msgid "" "CD medium size\n" @@ -4948,11 +4968,11 @@ msgstr "" "Bitte beachten Sie, daß Abbilder höchstens auf die dreifache Größe erweitert werden; dies entspricht einer größtmöglichen Redundanz von 200%%.\n" "Aber auch wenn diese Obergrenze noch nicht erreicht ist werden aus technischen Gründen ein paar Sektoren weniger als angegeben verwendet." -#: rs02-window.c:826 +#: rs02-window.c:860 msgid "DVD 1 layer:" msgstr "einlagige DVD:" -#: rs02-window.c:868 +#: rs02-window.c:902 #, c-format msgid "" "Single layer DVD medium size\n" @@ -4966,7 +4986,7 @@ msgid "" "Even if this limit is not reached the augmented image may be a few sectors smaller than specified for technical reasons." msgstr "" "Größe einer einlagigen DVD\n" -"Dieser Wert gibt die typische Größe einer einschichtigen DVD an. Abbilder, die nicht auf die kleineren Datenträger-Formate passen, aber noch kürzer als dieser Wert sind, werden so mit Fehlerkorrektur-Daten erweitert, daß sie anschließend noch auf die DVD passen.\n" +"Dieser Wert gibt die typische Größe einer einlagigen DVD an. Abbilder, die nicht auf die kleineren Datenträger-Formate passen, aber noch kürzer als dieser Wert sind, werden so mit Fehlerkorrektur-Daten erweitert, daß sie anschließend noch auf die DVD passen.\n" "\n" "Sie können die Datenträger-Größe in Sektoren (von je 2K Größe) angeben oder den \"Datenträger abfragen\"-Knopf drücken um die Größe des momentan eingelegten Datenträgers zu verwenden. Dies liefert allerdings manchmal falsche Werte.\n" "Der Knopf ganz rechts stellt den zuletzt gespeicherten Wert wieder ein.\n" @@ -4974,11 +4994,11 @@ msgstr "" "Bitte beachten Sie, daß Abbilder höchstens auf die dreifache Größe erweitert werden; dies entspricht einer größtmöglichen Redundanz von 200%%.\n" "Aber auch wenn diese Obergrenze noch nicht erreicht ist werden aus technischen Gründen ein paar Sektoren weniger als angegeben verwendet." -#: rs02-window.c:886 +#: rs02-window.c:920 msgid "DVD 2 layers:" msgstr "zweilagige DVD:" -#: rs02-window.c:928 +#: rs02-window.c:962 #, c-format msgid "" "Two layered DVD medium size\n" @@ -4992,7 +5012,7 @@ msgid "" "Even if this limit is not reached the augmented image may be a few sectors smaller than specified for technical reasons." msgstr "" "Größe einer zweilagigen DVD\n" -"Dieser Wert gibt die typische Größe einer zweischichtigen DVD an. Abbilder, die nicht auf die kleineren Datenträger-Formate passen, aber noch kürzer als dieser Wert sind, werden so mit Fehlerkorrektur-Daten erweitert, daß sie anschließend noch auf die DVD passen.\n" +"Dieser Wert gibt die typische Größe einer zweilagigen DVD an. Abbilder, die nicht auf die kleineren Datenträger-Formate passen, aber noch kürzer als dieser Wert sind, werden so mit Fehlerkorrektur-Daten erweitert, daß sie anschließend noch auf die DVD passen.\n" "\n" "Sie können die Datenträger-Größe in Sektoren (von je 2K Größe) angeben oder den \"Datenträger abfragen\"-Knopf drücken um die Größe des momentan eingelegten Datenträgers zu verwenden. Dies liefert allerdings manchmal falsche Werte.\n" "Der Knopf ganz rechts stellt den zuletzt gespeicherten Wert wieder ein.\n" @@ -5000,11 +5020,11 @@ msgstr "" "Bitte beachten Sie, daß Abbilder höchstens auf die dreifache Größe erweitert werden; dies entspricht einer größtmöglichen Redundanz von 200%%.\n" "Aber auch wenn diese Obergrenze noch nicht erreicht ist werden aus technischen Gründen ein paar Sektoren weniger als angegeben verwendet." -#: rs02-window.c:946 +#: rs02-window.c:980 msgid "BD 1 layer:" msgstr "einlagige BD:" -#: rs02-window.c:988 +#: rs02-window.c:1022 #, c-format msgid "" "Single layer BD medium size\n" @@ -5018,7 +5038,7 @@ msgid "" "Even if this limit is not reached the augmented image may be a few sectors smaller than specified for technical reasons." msgstr "" "Größe einer einlagigen BD\n" -"Dieser Wert gibt die typische Größe einer einschichtigen BD an. Abbilder, die nicht auf die kleineren Datenträger-Formate passen, aber noch kürzer als dieser Wert sind, werden so mit Fehlerkorrektur-Daten erweitert, daß sie anschließend noch auf die BD passen.\n" +"Dieser Wert gibt die typische Größe einer einlagigen BD an. Abbilder, die nicht auf die kleineren Datenträger-Formate passen, aber noch kürzer als dieser Wert sind, werden so mit Fehlerkorrektur-Daten erweitert, daß sie anschließend noch auf die BD passen.\n" "\n" "Sie können die Datenträger-Größe in Sektoren (von je 2K Größe) angeben oder den \"Datenträger abfragen\"-Knopf drücken um die Größe des momentan eingelegten Datenträgers zu verwenden. Dies liefert allerdings manchmal falsche Werte.\n" "Der Knopf ganz rechts stellt den zuletzt gespeicherten Wert wieder ein.\n" @@ -5026,11 +5046,11 @@ msgstr "" "Bitte beachten Sie, daß Abbilder höchstens auf die dreifache Größe erweitert werden; dies entspricht einer größtmöglichen Redundanz von 200%%.\n" "Aber auch wenn diese Obergrenze noch nicht erreicht ist werden aus technischen Gründen ein paar Sektoren weniger als angegeben verwendet." -#: rs02-window.c:1005 +#: rs02-window.c:1039 msgid "BD 2 layers:" msgstr "zweilagige BD:" -#: rs02-window.c:1047 +#: rs02-window.c:1081 #, c-format msgid "" "Two layered BD medium size\n" @@ -5044,7 +5064,7 @@ msgid "" "Even if this limit is not reached the augmented image may be a few sectors smaller than specified for technical reasons." msgstr "" "Größe einer zweilagigen BD\n" -"Dieser Wert gibt die typische Größe einer einschichtigen BD an. Abbilder, die nicht auf die kleineren Datenträger-Formate passen, aber noch kürzer als dieser Wert sind, werden so mit Fehlerkorrektur-Daten erweitert, daß sie anschließend noch auf die BD passen.\n" +"Dieser Wert gibt die typische Größe einer zweilagigen BD an. Abbilder, die nicht auf die kleineren Datenträger-Formate passen, aber noch kürzer als dieser Wert sind, werden so mit Fehlerkorrektur-Daten erweitert, daß sie anschließend noch auf die BD passen.\n" "\n" "Sie können die Datenträger-Größe in Sektoren (von je 2K Größe) angeben oder den \"Datenträger abfragen\"-Knopf drücken um die Größe des momentan eingelegten Datenträgers zu verwenden. Dies liefert allerdings manchmal falsche Werte.\n" "Der Knopf ganz rechts stellt den zuletzt gespeicherten Wert wieder ein.\n" @@ -5052,11 +5072,37 @@ msgstr "" "Bitte beachten Sie, daß Abbilder höchstens auf die dreifache Größe erweitert werden; dies entspricht einer größtmöglichen Redundanz von 200%%.\n" "Aber auch wenn diese Obergrenze noch nicht erreicht ist werden aus technischen Gründen ein paar Sektoren weniger als angegeben verwendet." -#: rs02-window.c:1102 +#: rs02-window.c:1098 +msgid "BDXL 3 layers:" +msgstr "dreilagige BDXL:" + +#: rs02-window.c:1140 +#, c-format +msgid "" +"Three layered BDXL medium size\n" +"\n" +"This is the maximum capacity assumed for three layered BDXL media. Images exceeding the smaller media sizes but smaller than this value will be augmented with error correction information so that they will fit on the specified BD.\n" +"\n" +"You can enter the medium size in sectors of 2K each, or press the \"query medium\" button to use the size of a blank medium currently inserted in the selected drive.\n" +"Use the arrow button to revert to the last saved value.\n" +"\n" +"Please note that augmented images will at most triple in size as the highest possible redundancy is 200%%.\n" +"Even if this limit is not reached the augmented image may be a few sectors smaller than specified for technical reasons." +msgstr "" +"Größe einer dreilagigen BDXL\n" +"Dieser Wert gibt die typische Größe einer dreilagigen BDXL an. Abbilder, die nicht auf die kleineren Datenträger-Formate passen, aber noch kürzer als dieser Wert sind, werden so mit Fehlerkorrektur-Daten erweitert, daß sie anschließend noch auf die BD passen.\n" +"\n" +"Sie können die Datenträger-Größe in Sektoren (von je 2K Größe) angeben oder den \"Datenträger abfragen\"-Knopf drücken um die Größe des momentan eingelegten Datenträgers zu verwenden. Dies liefert allerdings manchmal falsche Werte.\n" +"Der Knopf ganz rechts stellt den zuletzt gespeicherten Wert wieder ein.\n" +"\n" +"Bitte beachten Sie, daß Abbilder höchstens auf die dreifache Größe erweitert werden; dies entspricht einer größtmöglichen Redundanz von 200%%.\n" +"Aber auch wenn diese Obergrenze noch nicht erreicht ist werden aus technischen Gründen ein paar Sektoren weniger als angegeben verwendet." + +#: rs02-window.c:1198 msgid "sectors." msgstr "Sektoren." -#: rs02-window.c:1115 +#: rs02-window.c:1211 #, c-format msgid "" "Use at most ... sectors\n" @@ -5075,47 +5121,47 @@ msgstr "" "Bitte beachten Sie, daß Abbilder höchstens auf die dreifache Größe erweitert werden; dies entspricht einer größtmöglichen Redundanz von 200%%.\n" "Aber auch wenn diese Obergrenze noch nicht erreicht ist werden aus technischen Gründen ein paar Sektoren weniger als angegeben verwendet." -#: rs03-common.c:428 +#: rs03-common.c:440 #, c-format msgid "Image file %s not present." msgstr "Abbild-Datei %s ist nicht vorhanden." -#: rs03-common.c:445 +#: rs03-common.c:457 #, c-format msgid "Redundancy %4.1f%% out of useful range [3.2%%..200%%]" msgstr "Redundanz %4.1f%% außerhalb des nutzbaren Bereiches [3.2%%..200%%]" -#: rs03-common.c:475 +#: rs03-common.c:487 #, c-format msgid "Redundancy %d out of useful range [8..170]." msgstr "Redundanz %d außerhalb des nutzbaren Bereiches [8..170]." -#: rs03-common.c:513 +#: rs03-common.c:525 #, c-format msgid "Medium size smaller than image size (%lld < %lld)" msgstr "Datenträger-Größer kleiner als Abbild (%lld < %lld)" -#: rs03-create.c:384 +#: rs03-create.c:407 #, c-format msgid "Failed expanding the ecc file: %s\n" msgstr "Fehler beim Erweitern der Fehlerkorrektur-Datei: %s\n" -#: rs03-create.c:385 +#: rs03-create.c:408 #, c-format msgid "Preparing ecc file: %3d%%" msgstr "Vorbereiten der Fehlerkorrektur-Datei: %3d%%" -#: rs03-create.c:390 +#: rs03-create.c:413 #, c-format msgid "Preparing image: %3d%%" msgstr "Abbild vorbereiten: %3d%%" -#: rs03-create.c:628 +#: rs03-create.c:652 #, c-format msgid "Failed mmap()ing layer %d: %s\n" msgstr "Fehler in mmap() für Schicht %d: %s\n" -#: rs03-create.c:657 +#: rs03-create.c:681 #, c-format msgid "" "Incomplete image\n" @@ -5136,7 +5182,7 @@ msgstr "" "Die Aktion wird abgebrochen und die teilweise erzeugten\n" "Fehlerkorrektur-Daten werden gelöscht." -#: rs03-create.c:665 +#: rs03-create.c:689 msgid "" "\n" "This image was probably mastered from defective source(s).\n" @@ -5149,30 +5195,30 @@ msgstr "" "Informationen zu erhalten.\n" "\n" -#: rs03-create.c:870 +#: rs03-create.c:894 msgid "CPU bound" msgstr "Prozessor-beschränkt" -#: rs03-create.c:874 +#: rs03-create.c:898 msgid "I/O bound" msgstr "E/A-beschränkt" -#: rs03-create.c:1082 +#: rs03-create.c:1105 #, c-format msgid "%5.2fMiB/s current" msgstr "%5.2fMiB/s momentan" -#: rs03-create.c:1130 +#: rs03-create.c:1153 #, c-format msgid "%d threads with %s encoding and %s I/O" msgstr "%d Kontrollfäden mit %s-Kodierung und %s-Ein-/Ausgabe" -#: rs03-create.c:1276 +#: rs03-create.c:1299 #, c-format msgid "Encoding with Method RS03: %lld MiB data, %lld MiB ecc (%d roots; %4.1f%% redundancy)." msgstr "Kodiere mit Verfahren RS03: %lld MiB Daten, %lld MiB ecc (%d Nullstellen; %4.1f%% Redundanz)." -#: rs03-create.c:1294 +#: rs03-create.c:1317 #, c-format msgid "" "Augmenting image with Method RS03 [%d threads, %s, %s I/O]:\n" @@ -5181,7 +5227,7 @@ msgstr "" "Erweitere das Abbild mit Verfahren RS03 [%d Kontrollfäden, %s, %s I/O]:\n" "%lld MiB Daten, %lld MiB Fehlerkorr. (%d Nullstellen; %4.1f%% Redundanz)." -#: rs03-create.c:1299 +#: rs03-create.c:1322 #, c-format msgid "" "Creating the error correction file with Method RS03 [%d threads, %s, %s I/O]:\n" @@ -5190,7 +5236,7 @@ msgstr "" "Erzeuge die Fehlerkorrektur-Datei mit Verfahren RS03 [%d Kontrollfäden, %s, %s I/O]:\n" "%lld MiB Daten, %lld MiB Fehlerkorr. (%d Nullstellen; %4.1f%% Redundanz)." -#: rs03-create.c:1310 +#: rs03-create.c:1333 #, c-format msgid "" "Not enough space on medium left for error correction data.\n" @@ -5204,17 +5250,17 @@ msgstr "" "und kein größerer Datenträger zur Verfügung steht, erzeugen Sie bitte\n" "eine alleinstehende Fehlerkorrektur-Datei." -#: rs03-create.c:1354 +#: rs03-create.c:1377 #, c-format msgid "Avg performance: %5.2fs (%5.2fMiB/s) total\n" msgstr "Durchschnittliche Leistung: %5.2fs (%5.2fMiB/s) insgesamt\n" -#: rs03-create.c:1357 +#: rs03-create.c:1380 #, c-format msgid "%5.2fMiB/s average" msgstr "%5.2fMiB/s durchschnittlich" -#: rs03-create.c:1359 +#: rs03-create.c:1382 #, c-format msgid "%d times CPU bound; %d times I/O bound" msgstr "%d mal Prozessor-beschränkt; %d mal E/A-beschränkt" @@ -5457,11 +5503,11 @@ msgstr "Typ:" msgid "Data integrity" msgstr "Zustand der Daten" -#: rs03-verify.c:337 rs03-verify.c:1271 +#: rs03-verify.c:337 rs03-verify.c:1265 msgid "Ecc block test:" msgstr "Ecc-Bereich-Test:" -#: rs03-verify.c:492 rs03-verify.c:695 rs03-verify.c:1198 +#: rs03-verify.c:492 rs03-verify.c:697 rs03-verify.c:1192 msgid "Checking the image and error correction files." msgstr "Überprüfe die Abbild- und Fehlerkorrektur-Dateien." @@ -5478,7 +5524,7 @@ msgstr "Zu wenig Speicher; bitte weniger Sektoren im Voraus laden!%lld gut, %lld schlecht; %lld schlechte Teilblöcke" msgid "* Ecc block test : %lld good, %lld bad; %lld bad sub blocks\n" msgstr "* Ecc-Bereich-Test : %lld gut; %lld schlecht; %lld schlechte Teilblöcke\n" -#: rs03-verify.c:698 +#: rs03-verify.c:700 #, c-format msgid "%s present.\n" msgstr "%s vorhanden.\n" -#: rs03-verify.c:716 +#: rs03-verify.c:718 msgid "" "\n" "Error correction properties:\n" @@ -5529,52 +5575,47 @@ msgstr "" "\n" "Eigenschaften der Fehlerkorrektur:\n" -#: rs03-verify.c:728 +#: rs03-verify.c:730 #, c-format msgid "Ecc file is %lld sectors shorter than expected." msgstr "Fehlerkorrektur-Datei ist %lld Sektoren kürzer als erwartet." -#: rs03-verify.c:730 +#: rs03-verify.c:732 #, c-format msgid "Ecc file is %lld sectors longer than expected." msgstr "Fehlerkorrektur-Datei ist %lld Sektoren länger als erwartet." -#: rs03-verify.c:736 +#: rs03-verify.c:738 #, c-format msgid "* Warning : %s\n" msgstr "* Warnung : %s\n" -#: rs03-verify.c:745 +#: rs03-verify.c:747 msgid "- type : Error correction file\n" msgstr "- Typ : Fehlerkorrektur-Datei\n" -#: rs03-verify.c:746 +#: rs03-verify.c:748 msgid "- type : Augmented image\n" msgstr "- Typ : Erweitertes Abbild\n" -#: rs03-verify.c:750 +#: rs03-verify.c:752 msgid "Error correction file" msgstr "Fehlerkorrektur-Datei" -#: rs03-verify.c:751 +#: rs03-verify.c:753 msgid "Augmented image" msgstr "Erweitertes Abbild" -#: rs03-verify.c:786 +#: rs03-verify.c:782 rs03-verify.c:792 msgid "- created by : dvdisaster" msgstr "- Erzeugt von : dvdisaster" -#: rs03-verify.c:799 -#, c-format -msgid "- created by : dvdisaster-%d.%d\n" -msgstr "- Erzeugt von : dvdisaster-%d.%d\n" - -#: rs03-verify.c:818 +#: rs03-verify.c:812 #, c-format msgid "- requires : dvdisaster-%s\n" msgstr "- Benötigt : dvdisaster-%s\n" -#: rs03-verify.c:824 +#: rs03-verify.c:818 #, c-format msgid "" "* requires : dvdisaster-%s (BAD)\n" @@ -5586,11 +5627,11 @@ msgstr "" "* : Bitte besuchen Sie http://www.dvdisaster.de\n" "* : um eine neuere Version herunterzuladen.\n" -#: rs03-verify.c:846 +#: rs03-verify.c:840 msgid "none available" msgstr "nicht vorhanden" -#: rs03-verify.c:902 +#: rs03-verify.c:896 msgid "" "\n" "Data integrity:\n" @@ -5598,95 +5639,95 @@ msgstr "" "\n" "Zustand der Daten:\n" -#: rs03-verify.c:929 +#: rs03-verify.c:923 #, c-format msgid "%lld in image; %lld in ecc file" msgstr "%lld im Abbild; %lld in der Fehlerkorrektur-Datei" -#: rs03-verify.c:932 +#: rs03-verify.c:926 #, c-format msgid "%lld sectors + %d bytes in image; %lld in ecc file" msgstr "%lld Sekt. + %d Bytes im Abbild; %lld in Fehlerkorr.-Datei" -#: rs03-verify.c:937 +#: rs03-verify.c:931 #, c-format msgid "- sectors : %lld in image; " msgstr "- Sektoren : %lld im Abbild; " -#: rs03-verify.c:938 +#: rs03-verify.c:932 #, c-format msgid "- sectors : %lld sectors + %d bytes in image; " msgstr "- Sektoren : %lld Sektoren + %d Bytes im Abbild; " -#: rs03-verify.c:940 +#: rs03-verify.c:934 #, c-format msgid "%lld in ecc file\n" msgstr "%lld in der Fehlerkorrektur-Datei\n" -#: rs03-verify.c:944 +#: rs03-verify.c:938 #, c-format msgid "%lld total / %lld data" msgstr "%lld insges. / %lld Daten" -#: rs03-verify.c:946 +#: rs03-verify.c:940 #, c-format msgid "- medium sectors : %lld total / %lld data\n" msgstr "- Datentr.-Sektoren : %lld insges. / %lld Daten\n" -#: rs03-verify.c:962 +#: rs03-verify.c:956 #, c-format msgid "%s (%s expected)" msgstr "%s (%s erwartet)" -#: rs03-verify.c:967 +#: rs03-verify.c:961 #, c-format msgid "Image file is %d bytes shorter than expected." msgstr "Abbild-Datei ist %d kürzer als erwartet." -#: rs03-verify.c:969 +#: rs03-verify.c:963 #, c-format msgid "Image file is %d bytes longer than expected." msgstr "Abbild-Datei ist %d länger als erwartet." -#: rs03-verify.c:982 +#: rs03-verify.c:976 #, c-format msgid "* sectors : %s (%s expected); %lld sectors in ecc file\n" msgstr "* Sektoren : %s (%s erwartet); %lld Sektoren in Ecc-Datei\n" -#: rs03-verify.c:985 +#: rs03-verify.c:979 #, c-format msgid "* medium sectors : %s (%s expected)\n" msgstr "* Datentr.-Sektoren : %s (%s erwartet)\n" -#: rs03-verify.c:1009 +#: rs03-verify.c:1003 #, c-format msgid "Failed seeking to start of ecc file: %s\n" msgstr "Ansteuern des Anfangs der Fehlerkorrektur-Datei fehlgeschlagen: %s\n" -#: rs03-verify.c:1107 +#: rs03-verify.c:1101 msgid " (in ecc file)" msgstr " (in der Fehlerkorrektur-Datei)" -#: rs03-verify.c:1115 +#: rs03-verify.c:1109 #, c-format msgid "* missing sector : %lld%s\n" msgstr "* fehlender Sektor : %lld%s\n" -#: rs03-verify.c:1116 +#: rs03-verify.c:1110 #, c-format msgid "* missing sectors : %lld - %lld%s\n" msgstr "* fehlende Sektoren : %lld - %lld%s\n" -#: rs03-verify.c:1177 rs03-verify.c:1216 +#: rs03-verify.c:1171 rs03-verify.c:1210 #, c-format msgid "%lld sectors missing; %lld signature errors" msgstr "%lld Sektoren fehlen; %lld fehlerhafte Kennzeichen" -#: rs03-verify.c:1201 +#: rs03-verify.c:1195 msgid "Error correction file:" msgstr "Fehlerkorrektur-Datei:" -#: rs03-verify.c:1232 +#: rs03-verify.c:1226 #, c-format msgid "" "- good image/file : all sectors present\n" @@ -5695,22 +5736,22 @@ msgstr "" "- Abbild/Datei gut : alle Sektoren vorhanden\n" "- Daten-md5sum : %s\n" -#: rs03-verify.c:1236 +#: rs03-verify.c:1230 #, c-format msgid "* BAD image/file : %lld sectors missing\n" msgstr "* SCHLECHT : %lld Sektoren fehlen\n" -#: rs03-verify.c:1250 +#: rs03-verify.c:1244 #, c-format msgid " ... crc section : %lld sectors missing; %lld signature errors\n" msgstr " ... Crc-Abschnitt : %lld Sektoren fehlen; %lld fehlerhafte Kennzeichen\n" -#: rs03-verify.c:1277 +#: rs03-verify.c:1271 #, c-format msgid "Skipped; not useful on known defective image" msgstr "Übersprungen da bei beschädigtem Abbild nicht sinnvoll" -#: rs03-verify.c:1280 +#: rs03-verify.c:1274 msgid "* Ecc block test : skipped; not useful on defective image\n" msgstr "* Ecc-Bereich-Test : Übersprungen da bei beschädigtem Abbild nicht sinnvoll\n" @@ -6027,32 +6068,32 @@ msgstr "" msgid "Waiting 10 seconds for drive: %d\n" msgstr "Warte 10 Sekunden auf das Laufwerk: %d\n" -#: scsi-layer.c:2481 +#: scsi-layer.c:2465 #, c-format msgid "Sectors %lld - %lld: %s\n" msgstr "Sektoren %lld - %lld: %s\n" -#: scsi-layer.c:2495 +#: scsi-layer.c:2479 #, c-format msgid "Sector %lld, try %d: %s Sector returned: %d.\n" msgstr "Sektor %lld, Versuch %d: %s Zurückgegebener Sektor: %d.\n" -#: scsi-layer.c:2501 +#: scsi-layer.c:2485 #, c-format msgid "Sector %lld, try %d: %s\n" msgstr "Sektor %lld, Versuch %d: %s\n" -#: scsi-layer.c:2512 +#: scsi-layer.c:2496 #, c-format msgid "Sector %lld, try %d: success\n" msgstr "Sektor %lld, Versuch %d: erfolgreich\n" -#: scsi-layer.c:2583 +#: scsi-layer.c:2567 #, c-format msgid "Device %s: no medium present\n" msgstr "Laufwerk %s: kein Datenträger eingelegt\n" -#: scsi-layer.c:2588 +#: scsi-layer.c:2572 #, c-format msgid "" "Device %s does not become ready:\n" @@ -6063,7 +6104,7 @@ msgstr "" "%s\n" "\n" -#: scsi-layer.c:2594 +#: scsi-layer.c:2578 #, c-format msgid "" "\n" @@ -6072,54 +6113,54 @@ msgstr "" "\n" "Laufwerk: %s, %s\n" -#: scsi-layer.c:2601 +#: scsi-layer.c:2585 msgid "Drive failed to report media type." msgstr "Laufwerk erkennt den Datenträger-Typ nicht." -#: scsi-layer.c:2612 scsi-layer.c:2710 +#: scsi-layer.c:2596 scsi-layer.c:2694 #, c-format msgid "This software does not support \"%s\" type media." msgstr "Dieses Programm unterstützt keine Datenträger vom Typ \"%s\"." -#: scsi-layer.c:2620 +#: scsi-layer.c:2604 #, c-format msgid "This software does not support multisession (%d sessions) media." msgstr "" "Dieses Programm unterstützt keine Mehrfach-Sitzungen (%d Sitzungen).\n" "(für Anglophile: Multisession-CDs sind gemeint ;-)" -#: scsi-layer.c:2651 scsi-layer.c:2660 +#: scsi-layer.c:2635 scsi-layer.c:2644 msgid "Using READ CD" msgstr "Verwende READ CD" -#: scsi-layer.c:2652 +#: scsi-layer.c:2636 msgid ", RAW reading" msgstr ", \"RAW\"-Lesen" -#: scsi-layer.c:2655 +#: scsi-layer.c:2639 #, c-format msgid ", Mode page 1 ERP = %02xh" msgstr ", Mode page 1 ERP = %02xh" -#: scsi-layer.c:2658 +#: scsi-layer.c:2642 msgid ", C2 scanning" msgstr ", C2-Überprüfung" -#: scsi-layer.c:2665 +#: scsi-layer.c:2649 msgid "Using READ(10).\n" msgstr "Verwende READ(10).\n" -#: scsi-layer.c:2687 +#: scsi-layer.c:2671 #, c-format msgid "Medium: %s, %lld sectors%s" msgstr "Datenträger: %s, %lld Sektoren%s" -#: scsi-layer.c:2691 +#: scsi-layer.c:2675 #, c-format msgid "Medium \"%s\": %s, %lld sectors%s created %s" msgstr "Datenträger \"%s\": %s, %lld Sektoren%s erzeugt %s" -#: scsi-layer.c:2717 +#: scsi-layer.c:2701 msgid "This software does not support encrypted media.\n" msgstr "Dieses Programm unterstützt keine verschlüsselten Datenträger.\n" @@ -6203,36 +6244,38 @@ msgid "Example disc" msgstr "Beispiel-Datenträger" #: welcome-window.c:80 -msgid "- New multithreaded codec (RS03)." -msgstr "- Neuer Mehrprozessor-fähiger Kodierer (RS03)." +msgid "- Added support for BDXL-TL 100GB media" +msgstr "- BDXL-TL 100GB-Datenträger werden unterstützt" #: welcome-window.c:81 -msgid "- Completely reworked online manual." -msgstr "- Vollständig überarbeitetes Benutzerhandbuch." +msgid "- Optimized ecc generation when medium was previously read\n" +msgstr "" +"- Schnellere Fehlerkorrektur-Daten-Erzeugung\n" +" wenn der Datenträger vorher schon eingelesen wurde\n" -#: welcome-window.c:82 -msgid "- Switched license to GPLv3.\n" -msgstr "- Softwarelizenz auf GPLv3 umgestellt.\n" - -#: welcome-window.c:84 +#: welcome-window.c:83 msgid "" "Please note:\n" +"This is a pre-release for expert users.\n" +"It may contain unfinished features.\n" "Adaptive reading is unavailable in this version.\n" "It will be re-introduced in one of the next releases." msgstr "" "Bitte beachten Sie:\n" +"Dies ist eine Vorab-Veröffentlichung für erfahrene Nutzer.\n" +"Sie kann unfertige Funktionen enthalten.\n" "Angepaßtes Lesen ist nicht verfügbar in dieser Version.\n" -"Es wird in der nächsten Version wieder eingeführt." +"Es wird in einer der nächsten Versionen wieder eingeführt." -#: welcome-window.c:90 +#: welcome-window.c:91 msgid "Show this message again" msgstr "Diesen Text erneut anzeigen" -#: welcome-window.c:136 +#: welcome-window.c:137 msgid "Welcome to dvdisaster!" msgstr "Willkommen bei dvdisaster!" -#: welcome-window.c:138 +#: welcome-window.c:139 msgid "" "\n" "dvdisaster creates error correction data to protect\n" @@ -6242,7 +6285,7 @@ msgstr "" "dvdisaster erzeugt Fehlerkorrektur-Daten, um optische\n" "Datenträger (CD, DVD, BD) gegen Datenverlust zu schützen.\n" -#: welcome-window.c:141 +#: welcome-window.c:142 msgid "" "Please see the [manual] for typical uses of dvdisaster.\n" "\n" @@ -6251,17 +6294,6 @@ msgstr "" "(leider nur in englischer Sprache verfügbar)\n" "\n" -#: welcome-window.c:144 +#: welcome-window.c:145 msgid "New in this Version:" msgstr "Neu in dieser Version:" - -#~ msgid "" -#~ "NOTE: This is the Windows console version of dvdisaster.\n" -#~ "The version providing a graphical user interface is called\n" -#~ "dvdisaster-win.exe (also contained in this installation).\n" -#~ "\n" -#~ msgstr "" -#~ "HINWEIS: Dies ist die Kommandozeilen-Version von dvdisaster.\n" -#~ "Eine graphische Benutzeroberfläche wird von der Programmversion\n" -#~ "dvdisaster-win.exe bereitgestellt (ebenfalls in dieser Installation enthalten).\n" -#~ "\n" diff --git a/locale/it.po b/locale/it.po index 9f3a97b..efd3d27 100644 --- a/locale/it.po +++ b/locale/it.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: dvdisaster 0.52.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-12-15 16:39+0100\n" +"POT-Creation-Date: 2017-11-17 09:59+0000\n" "PO-Revision-Date: 2005-01-01 14:24+0100\n" "Last-Translator: Andrea Polverini \n" "Language-Team: Italian <>\n" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: closure.c:334 +#: closure.c:337 #, c-format msgid "" "# dvdisaster-%s configuration file\n" @@ -31,15 +31,15 @@ msgstr "" "# e sarà sovrascritto ogni volta che verrà eseguito dvdisaster\n" "\n" -#: closure.c:533 +#: closure.c:546 msgid "medium.iso" msgstr "" -#: closure.c:534 +#: closure.c:547 msgid "medium.ecc" msgstr "" -#: closure.c:535 +#: closure.c:548 msgid "sector-" msgstr "" @@ -56,17 +56,17 @@ msgid "" msgstr "" #: debug.c:103 debug.c:191 debug.c:239 debug.c:363 debug.c:707 debug.c:807 -#: debug.c:850 debug.c:1181 debug.c:1189 debug.c:1266 rs01-common.c:166 -#: rs02-common.c:235 rs02-create.c:344 rs02-create.c:990 rs02-fix.c:380 -#: rs02-verify.c:395 rs03-common.c:328 rs03-create.c:696 rs03-create.c:721 -#: rs03-recognize.c:548 +#: debug.c:850 debug.c:1181 debug.c:1189 debug.c:1266 rs01-common.c:175 +#: rs02-common.c:239 rs02-create.c:350 rs02-create.c:997 rs02-fix.c:380 +#: rs02-verify.c:395 rs03-common.c:340 rs03-create.c:720 rs03-create.c:745 +#: rs03-recognize.c:549 #, c-format msgid "Failed seeking to sector %lld in image: %s" msgstr "" #: debug.c:111 debug.c:196 debug.c:243 debug.c:368 debug.c:545 debug.c:662 -#: debug.c:713 debug.c:1193 debug.c:1270 debug.c:1310 rs02-create.c:367 -#: rs02-create.c:393 rs02-create.c:993 rs03-create.c:701 rs03-create.c:725 +#: debug.c:713 debug.c:1193 debug.c:1270 debug.c:1310 rs02-create.c:373 +#: rs02-create.c:399 rs02-create.c:1000 rs03-create.c:725 rs03-create.c:749 #: udf.c:827 udf.c:885 udf.c:942 udf.c:955 udf.c:960 udf.c:963 udf.c:966 #: udf.c:969 udf.c:972 udf.c:975 #, c-format @@ -112,9 +112,9 @@ msgstr "" #: debug.c:443 debug.c:501 debug.c:565 debug.c:606 debug.c:689 debug.c:795 #: debug.c:836 debug.c:882 debug.c:936 debug.c:1161 debug.c:1169 debug.c:1225 #: debug.c:1230 raw-editor.c:363 read-adaptive.c:73 read-adaptive.c:93 -#: read-adaptive.c:1440 read-adaptive.c:1472 read-linear.c:275 -#: read-linear.c:277 read-linear.c:309 read-linear.c:311 rs01-create.c:278 -#: rs03-create.c:1265 +#: read-adaptive.c:1440 read-adaptive.c:1472 read-linear.c:267 +#: read-linear.c:269 read-linear.c:301 read-linear.c:303 rs01-create.c:278 +#: rs03-create.c:1288 #, c-format msgid "" "Can't open %s:\n" @@ -149,8 +149,8 @@ msgstr "Il valore del Byte deve rientrare nell'intervallo [0..255]" msgid "Setting byte %d in sector %lld to value %d.\n" msgstr "Settaggio del byte %d nel settore %lld al valore %d.\n" -#: debug.c:477 debug.c:531 debug.c:694 rs02-create.c:190 rs02-verify.c:693 -#: rs03-verify.c:1005 +#: debug.c:477 debug.c:531 debug.c:694 rs02-create.c:193 rs02-verify.c:694 +#: rs03-verify.c:999 #, c-format msgid "Failed seeking to start of image: %s\n" msgstr "" @@ -179,9 +179,9 @@ msgstr "" msgid "Truncating image to %lld sectors.\n" msgstr "" -#: debug.c:579 read-linear.c:1406 rs01-fix.c:212 rs01-fix.c:234 rs01-fix.c:250 -#: rs01-fix.c:284 rs02-create.c:105 rs02-create.c:151 rs02-fix.c:242 -#: rs02-fix.c:261 rs02-fix.c:274 rs03-create.c:237 rs03-create.c:316 +#: debug.c:579 read-linear.c:1393 rs01-fix.c:212 rs01-fix.c:234 rs01-fix.c:250 +#: rs01-fix.c:284 rs02-create.c:108 rs02-create.c:154 rs02-fix.c:242 +#: rs02-fix.c:261 rs02-fix.c:274 rs03-create.c:240 rs03-create.c:319 #: rs03-fix.c:266 rs03-fix.c:301 rs03-fix.c:322 rs03-fix.c:337 #, c-format msgid "Could not truncate %s: %s\n" @@ -234,8 +234,8 @@ msgid "%lld \"unreadable sector\" markers replaced.\n" msgstr "%lld marcatori \"unreadable sector\" sostituiti.\n" #: debug.c:811 debug.c:854 debug.c:1185 debug.c:1252 debug.c:1256 debug.c:1306 -#: rs01-common.c:182 rs02-common.c:240 rs02-create.c:207 rs02-fix.c:383 -#: rs03-common.c:333 rs03-recognize.c:553 +#: rs01-common.c:191 rs02-common.c:244 rs02-create.c:210 rs02-fix.c:383 +#: rs03-common.c:345 rs03-recognize.c:554 #, c-format msgid "Failed reading sector %lld in image: %s" msgstr "" @@ -376,83 +376,83 @@ msgstr "" #. TRANSLATORS: #. This is a dummy entry which is supposed to translate into "ok". #. Please do not return anything else here. -#: dvdisaster.c:143 dvdisaster.c:155 +#: dvdisaster.c:145 dvdisaster.c:157 msgid "test phrase for verifying the locale installation" msgstr "ok" -#: dvdisaster.c:332 +#: dvdisaster.c:338 msgid "-o/--ecc-target expects 'file' or 'image'" msgstr "" -#: dvdisaster.c:358 +#: dvdisaster.c:364 #, c-format msgid "--threads must be 1..%d\n" msgstr "" -#: dvdisaster.c:372 +#: dvdisaster.c:378 msgid "--cache-size must at least be 8MiB; 16MiB or higher is recommended." msgstr "" -#: dvdisaster.c:374 +#: dvdisaster.c:380 #, c-format msgid "--cache-size maximum is %dMiB." msgstr "" -#: dvdisaster.c:397 +#: dvdisaster.c:403 msgid "--encoding-algorithm: SSE2 not supported on this processor!" msgstr "" -#: dvdisaster.c:401 +#: dvdisaster.c:407 msgid "--encoding-algorithm: valid types are 32bit, 64bit, SSE2" msgstr "" -#: dvdisaster.c:408 +#: dvdisaster.c:414 msgid "--encoding-algorithm: AltiVec not supported on this processor!" msgstr "" -#: dvdisaster.c:412 +#: dvdisaster.c:418 msgid "--encoding-algorithm: valid types are 32bit, 64bit, AltiVec" msgstr "" -#: dvdisaster.c:415 +#: dvdisaster.c:421 msgid "--encoding-algorithm: valid types are 32bit, 64bit" msgstr "" -#: dvdisaster.c:424 +#: dvdisaster.c:430 msgid "--encoding-io-strategy: mmap not supported on this OS" msgstr "" -#: dvdisaster.c:428 +#: dvdisaster.c:434 msgid "--encoding-io-strategy: valid types are readwrite and mmap" msgstr "" -#: dvdisaster.c:438 +#: dvdisaster.c:444 msgid "Valid args for --driver: sg,cdrom" msgstr "" -#: dvdisaster.c:440 +#: dvdisaster.c:446 msgid "--driver is only supported on GNU/Linux" msgstr "" -#: dvdisaster.c:448 +#: dvdisaster.c:454 msgid "--fixed-speed-values is only allowed in debug mode" msgstr "" -#: dvdisaster.c:489 +#: dvdisaster.c:498 #, c-format msgid "--prefetch-sectors must be in range 32...%s" msgstr "" -#: dvdisaster.c:540 +#: dvdisaster.c:552 msgid "--set-version is only allowed in debug mode" msgstr "" -#: dvdisaster.c:647 +#: dvdisaster.c:659 #, c-format msgid "?? illegal getopt return value %d\n" msgstr "?? getopt ha restituito un valore illegale: %d\n" -#: dvdisaster.c:738 main-window.c:154 +#: dvdisaster.c:750 main-window.c:150 #, c-format msgid "" "\n" @@ -463,7 +463,7 @@ msgstr "" "Metodo %s non disponibile.\n" "Usare -m senza paramentri per visualizzare la lista dei metodi.\n" -#: dvdisaster.c:749 rs01-create.c:260 rs02-create.c:1031 rs03-create.c:1233 +#: dvdisaster.c:761 rs01-create.c:260 rs02-create.c:1038 rs03-create.c:1256 #, c-format msgid "" "\n" @@ -472,25 +472,25 @@ msgstr "" "\n" "Sto aprendo %s" -#: dvdisaster.c:756 rs01-create.c:269 rs02-create.c:155 rs02-create.c:1041 -#: rs03-create.c:320 rs03-create.c:1248 +#: dvdisaster.c:768 rs01-create.c:269 rs02-create.c:158 rs02-create.c:1048 +#: rs03-create.c:323 rs03-create.c:1271 #, c-format msgid ": %lld medium sectors.\n" msgstr ": %lld settori del supporto.\n" -#: dvdisaster.c:757 rs01-create.c:270 rs02-create.c:156 rs02-create.c:1042 -#: rs03-create.c:321 rs03-create.c:1249 +#: dvdisaster.c:769 rs01-create.c:270 rs02-create.c:159 rs02-create.c:1049 +#: rs03-create.c:324 rs03-create.c:1272 #, c-format msgid ": %lld medium sectors and %d bytes.\n" msgstr ": %lld settori del supporto e %d bytes.\n" -#: dvdisaster.c:784 main-window.c:215 +#: dvdisaster.c:796 main-window.c:208 msgid "RS01 method not available for comparing files." msgstr "" #. TRANSLATORS: Program options like -r and --read are not to be translated #. to avoid confusion when discussing the program in international forums. -#: dvdisaster.c:874 +#: dvdisaster.c:886 msgid "" "\n" "Common usage examples:\n" @@ -514,7 +514,7 @@ msgstr "" " dvdisaster -u,--unlink # Cancella i file .iso (Quando le altre azioni sono concluse)\n" "\n" -#: dvdisaster.c:883 +#: dvdisaster.c:895 #, c-format msgid "" "Drive and file specification:\n" @@ -525,233 +525,241 @@ msgid "" " -o,--ecc-target [file image] - where to put ecc data in RS03\n" msgstr "" -#: dvdisaster.c:893 +#: dvdisaster.c:905 msgid "Tweaking options (see manual before using!)\n" msgstr "Opzioni per \"smanettoni\" (Leggere il manuale prima di utilizzarle!!):\n" -#: dvdisaster.c:894 +#: dvdisaster.c:906 msgid " -a,--assume x,y,... - assume image is augmented with codec(s) x,y,...\n" msgstr "" -#: dvdisaster.c:895 +#: dvdisaster.c:907 msgid " -j,--jump n - jump n sectors forward after a read error (default: 16)\n" msgstr " -j,--jump n - Salta n settori in avanti dopo un errore di lettura (Standard: 16)\n" -#: dvdisaster.c:896 +#: dvdisaster.c:908 msgid " -m n - list/select error correction methods (default: RS01)\n" msgstr "" -#: dvdisaster.c:897 +#: dvdisaster.c:909 #, c-format msgid "" " -n,--redundancy n%% - error correction data redundancy\n" " allowed values depend on codec (see manual)\n" msgstr "" -#: dvdisaster.c:899 +#: dvdisaster.c:911 msgid " -v,--verbose - more diagnostic messages\n" msgstr "" -#: dvdisaster.c:900 +#: dvdisaster.c:912 msgid " -x,--threads n - use n threads for en-/decoding (if supported by codec)\n" msgstr "" -#: dvdisaster.c:901 +#: dvdisaster.c:913 msgid " --adaptive-read - use optimized strategy for reading damaged media\n" msgstr " --adaptive-read - usare la strategia ottimizzata per leggere i supporti danneggiati\n" -#: dvdisaster.c:902 +#: dvdisaster.c:914 msgid " --auto-suffix - automatically add .iso and .ecc file suffixes\n" msgstr " --auto-suffix - aggiungi automaticamente i suffissi .iso e .ecc\n" -#: dvdisaster.c:903 +#: dvdisaster.c:915 msgid " --cache-size n - image cache size in MiB during -c mode (default: 32MiB)\n" msgstr " --cache-size n - Dimensione della cache in MiB con la modalità -c (Standard: 32MiB)\n" -#: dvdisaster.c:904 +#: dvdisaster.c:916 msgid " --dao - assume DAO disc; do not trim image end\n" msgstr " --dao - Utilizza la modalità DAO; Il disco non sarà finalizzato\n" -#: dvdisaster.c:905 +#: dvdisaster.c:917 msgid " --defective-dump d - directory for saving incomplete raw sectors\n" msgstr "" -#: dvdisaster.c:907 +#: dvdisaster.c:919 msgid " --driver=sg/cdrom - use sg(default) or alternative cdrom driver (see man page!)\n" msgstr "" -#: dvdisaster.c:909 +#: dvdisaster.c:921 msgid " --eject - eject medium after successful read\n" msgstr "" -#: dvdisaster.c:910 +#: dvdisaster.c:922 msgid " --encoding-algorithm n - possible values: 32bit,64bit,SSE2,AltiVec\n" msgstr "" -#: dvdisaster.c:911 +#: dvdisaster.c:923 msgid " --encoding-io-strategy n - possible values: readwrite, mmap\n" msgstr "" -#: dvdisaster.c:912 +#: dvdisaster.c:924 msgid " --fill-unreadable n - fill unreadable sectors with byte n\n" msgstr " --fill-unreadable n - Riempi i settori illeggibili con il byte n\n" -#: dvdisaster.c:913 +#: dvdisaster.c:925 msgid " --ignore-fatal-sense - continue reading after potentially fatal error conditon\n" msgstr "" -#: dvdisaster.c:914 +#: dvdisaster.c:926 msgid " --ignore-iso-size - ignore image size from ISO/UDF data (dangerous - see man page!)\n" msgstr "" -#: dvdisaster.c:915 +#: dvdisaster.c:927 msgid " --internal-rereads n - drive may attempt n rereads before reporting an error\n" msgstr "" -#: dvdisaster.c:916 +#: dvdisaster.c:928 msgid " --medium-info - print info about medium in drive\n" msgstr "" -#: dvdisaster.c:917 +#: dvdisaster.c:929 +msgid " --no-progress - do not print progress information\n" +msgstr "" + +#: dvdisaster.c:930 msgid " --old-ds-marker - mark missing sectors compatible with dvdisaster <= 0.70\n" msgstr "" -#: dvdisaster.c:918 +#: dvdisaster.c:931 msgid " --prefetch-sectors n - prefetch n sectors for RS03 encoding (uses ~nMiB)\n" msgstr "" -#: dvdisaster.c:919 +#: dvdisaster.c:932 msgid " --raw-mode n - mode for raw reading CD media (20 or 21)\n" msgstr "" -#: dvdisaster.c:920 +#: dvdisaster.c:933 msgid " --read-attempts n-m - attempts n upto m reads of a defective sector\n" msgstr "" -#: dvdisaster.c:921 +#: dvdisaster.c:934 msgid " --read-medium n - read the whole medium up to n times\n" msgstr "" -#: dvdisaster.c:922 +#: dvdisaster.c:935 msgid " --read-raw - performs read in raw mode if possible\n" msgstr "" -#: dvdisaster.c:923 +#: dvdisaster.c:936 +msgid " --regtest - tweaks output for compatibility with regtests\n" +msgstr "" + +#: dvdisaster.c:937 msgid " --resource-file p - get resource file from given path\n" msgstr "" -#: dvdisaster.c:924 +#: dvdisaster.c:938 msgid " --speed-warning n - print warning if speed changes by more than n percent\n" msgstr " --speed-warning n - Evidenzia messaggio di ATTENZIONE se la velocità cambia più del n percento.\n" -#: dvdisaster.c:925 +#: dvdisaster.c:939 msgid " --spinup-delay n - wait n seconds for drive to spin up\n" msgstr " --spinup-delay n - Attendere n secondi per far avviare il drive\n" -#: dvdisaster.c:929 +#: dvdisaster.c:943 msgid "Debugging options (purposefully undocumented and possibly harmful)\n" msgstr "Opzioni di Debug (volutamente non documentate e possibilmente pericolose!)\n" -#: dvdisaster.c:930 +#: dvdisaster.c:944 msgid " --debug - enables the following options\n" msgstr " --debug - attiva le senguenti opzioni\n" -#: dvdisaster.c:931 +#: dvdisaster.c:945 msgid " --byteset s,i,b - set byte i in sector s to b\n" msgstr " --byteset s,i,b - setta il byte i nel settore s al valore b\n" -#: dvdisaster.c:932 +#: dvdisaster.c:946 msgid " --cdump - creates C #include file dumps instead of hexdumps\n" msgstr "" -#: dvdisaster.c:933 +#: dvdisaster.c:947 msgid " --compare-images a,b - compare sectors in images a and b\n" msgstr "" -#: dvdisaster.c:934 +#: dvdisaster.c:948 msgid " --copy-sector a,n,b,m - copy sector n from image a to sector m in image b\n" msgstr "" -#: dvdisaster.c:935 +#: dvdisaster.c:949 msgid " --erase sector - erase the given sector\n" msgstr " --erase sector - Cancella il settore specificato\n" -#: dvdisaster.c:936 +#: dvdisaster.c:950 msgid " --erase n-m - erase sectors n - m, inclusively\n" msgstr " --erase n-m - Cancella i settori da n ad m inclusi\n" -#: dvdisaster.c:937 +#: dvdisaster.c:951 msgid " --fixed-speed-values - output fixed speed values for better output diffing\n" msgstr "" -#: dvdisaster.c:938 +#: dvdisaster.c:952 msgid " --marked-image n - create image with n marked random sectors\n" msgstr "" -#: dvdisaster.c:939 +#: dvdisaster.c:953 msgid " --merge-images a,b merge image a with b (a receives sectors from b)\n" msgstr "" -#: dvdisaster.c:940 +#: dvdisaster.c:954 msgid " --random-errors e - seed image with (correctable) random errors\n" msgstr "" -#: dvdisaster.c:941 +#: dvdisaster.c:955 msgid " --random-image n - create image with n sectors of random numbers\n" msgstr " --random-image n - create image with n sectors or random numbers\n" -#: dvdisaster.c:942 +#: dvdisaster.c:956 msgid " --random-seed n - random seed for built-in random number generator\n" msgstr " --random-seed n - random seed for built-in random number generator\n" -#: dvdisaster.c:943 +#: dvdisaster.c:957 msgid " --raw-sector n - shows hexdump of the given raw sector from medium in drive\n" msgstr "" -#: dvdisaster.c:944 +#: dvdisaster.c:958 msgid " --read-sector n - shows hexdump of the given sector from medium in drive\n" msgstr "" -#: dvdisaster.c:945 +#: dvdisaster.c:959 msgid " --screen-shot - useful for generating screen shots\n" msgstr "" -#: dvdisaster.c:946 +#: dvdisaster.c:960 msgid " --send-cdb arg - executes given cdb at drive; kills system if used wrong\n" msgstr " --send-cdb arg - executes given cdb at drive; kills system if used wrong\n" -#: dvdisaster.c:947 +#: dvdisaster.c:961 msgid " --set-version - set program version for debugging purposes (dangerous!)\n" msgstr "" -#: dvdisaster.c:948 +#: dvdisaster.c:962 msgid " --show-header n - assumes given sector is a ecc header and prints it\n" msgstr "" -#: dvdisaster.c:949 +#: dvdisaster.c:963 msgid " --show-sector n - shows hexdump of the given sector in an image file\n" msgstr " --show-sector n - mostra l'hexdump del settore dato\n" -#: dvdisaster.c:950 +#: dvdisaster.c:964 msgid " --sim-cd image - simulate a SCSI-Level CD with contents supplied by the ISO image\n" msgstr "" -#: dvdisaster.c:951 +#: dvdisaster.c:965 #, c-format msgid " --sim-defects n - simulate n%% defective sectors on medium\n" msgstr " --sim-defects n - simulate n%% defective sectors on medium\n" -#: dvdisaster.c:952 +#: dvdisaster.c:966 msgid " --truncate n - truncates image to n sectors\n" msgstr " --truncate n - truncates image to n sectors\n" -#: dvdisaster.c:953 +#: dvdisaster.c:967 msgid "" " --zero-unreadable - replace the \"unreadable sector\" markers with zeros\n" "\n" msgstr " --zero-unreadable - replace the \"unreadable sector\" markers with zeros\n" -#: dvdisaster.c:982 +#: dvdisaster.c:996 msgid "Optical drive 52X FW 1.02" msgstr "" @@ -851,13 +859,13 @@ msgstr "Info su dvdisaster" #: help-dialogs.c:727 msgid "" -"Modified version Copyright 2015 (please fill in - [directions])\n" -"Copyright 2004-2015 Carsten Gnoerlich" +"Modified version Copyright 2017 (please fill in - [directions])\n" +"Copyright 2004-2017 Carsten Gnoerlich" msgstr "" #: help-dialogs.c:731 misc.c:205 -msgid "Copyright 2004-2015 Carsten Gnoerlich" -msgstr "Copyright 2004-2015 Carsten Gnörlich" +msgid "Copyright 2004-2017 Carsten Gnoerlich" +msgstr "Copyright 2004-2017 Carsten Gnörlich" #: help-dialogs.c:738 msgid "" @@ -905,18 +913,24 @@ msgid "" "NetBSD port: Sergey Svishchev <svs@ropnet.ru>" msgstr "" -#: image.c:150 image.c:154 +#: image.c:152 image.c:156 #, c-format msgid "Image file %s not present or permission denied.\n" msgstr "" -#: image.c:163 image.c:167 +#: image.c:165 image.c:169 msgid "" "\n" "Error correction file type unknown.\n" msgstr "" -#: image.c:176 image.c:181 +#: image.c:178 image.c:183 +msgid "" +"\n" +"Permission denied on ecc file (perhaps not writeable?).\n" +msgstr "" + +#: image.c:193 image.c:198 msgid "" "\n" "No error correction file present.\n" @@ -938,7 +952,7 @@ msgstr "" msgid "log: %s\n" msgstr "" -#: main-window.c:97 +#: main-window.c:94 msgid "" "The .iso image and error correction file\n" "must not be the same file!\n" @@ -948,7 +962,7 @@ msgid "" "please leave the error correction file name blank." msgstr "" -#: main-window.c:107 +#: main-window.c:104 msgid "" "The error correction file type must not be \".iso\".\n" "\n" @@ -957,91 +971,91 @@ msgid "" "please leave the error correction file name blank." msgstr "" -#: main-window.c:180 +#: main-window.c:174 msgid "Internal error: No suitable method for repairing image." msgstr "" -#: main-window.c:283 +#: main-window.c:276 msgid "button|Read" msgstr "Leggi" -#: main-window.c:286 +#: main-window.c:279 msgid "tooltip|Read Image" msgstr "Leggi Immagine" -#: main-window.c:286 +#: main-window.c:279 msgid "Reads an optical disc image into a file (or tries to complete an existing image file)." msgstr "Legge un'immagine CD/DVD in un file (oppure prova a completare un file immagine esistente)" -#: main-window.c:300 +#: main-window.c:293 msgid "button|Create" msgstr "Crea" -#: main-window.c:303 +#: main-window.c:296 msgid "tooltip|Create error correction data" msgstr "" -#: main-window.c:303 +#: main-window.c:296 msgid "Creates error correction data. Requires an image file." msgstr "" -#: main-window.c:307 +#: main-window.c:300 msgid "button|Scan" msgstr "Scansiona" -#: main-window.c:310 +#: main-window.c:303 msgid "tooltip|Scan medium" msgstr "Scansiona Supporto" -#: main-window.c:310 +#: main-window.c:303 msgid "Scans medium for unreadable sectors." msgstr "Scansiona il supporto per i settori illeggibili." -#: main-window.c:314 +#: main-window.c:307 msgid "button|Fix" msgstr "Ripara" -#: main-window.c:317 +#: main-window.c:310 msgid "tooltip|Repair image" msgstr "Ripara Immagine" -#: main-window.c:317 +#: main-window.c:310 msgid "Repairs an image. Requires an image file and error correction data." msgstr "" -#: main-window.c:321 +#: main-window.c:314 msgid "button|Verify" msgstr "" -#: main-window.c:324 +#: main-window.c:317 msgid "tooltip|Consistency check" msgstr "" -#: main-window.c:324 +#: main-window.c:317 msgid "Tests consistency of error correction data and image file." msgstr "" -#: main-window.c:328 +#: main-window.c:321 msgid "button|Stop" msgstr "Ferma" -#: main-window.c:331 +#: main-window.c:324 msgid "tooltip|Abort action" msgstr "Ferma Operazione" -#: main-window.c:331 +#: main-window.c:324 msgid "Aborts an ongoing action." msgstr "Ferma una operazione in esecuzione" -#: main-window.c:488 +#: main-window.c:481 msgid "tooltip|Protocol for current action" msgstr "Protocollo dell'operazione corrente" -#: main-window.c:489 +#: main-window.c:482 msgid "Displays additional information created during the current or last action." msgstr "Visualizza informazioni addizionali create durante l'operazione corrente o precedente." -#: main-window.c:498 +#: main-window.c:491 msgid "View log" msgstr "Protocollo" @@ -1049,69 +1063,69 @@ msgstr "Protocollo" msgid "Medium not present" msgstr "" -#: medium-info.c:105 medium-info.c:358 +#: medium-info.c:106 medium-info.c:352 msgid "Physical medium info" msgstr "" -#: medium-info.c:127 medium-info.c:133 +#: medium-info.c:128 medium-info.c:134 msgid "empty" msgstr "" -#: medium-info.c:128 +#: medium-info.c:129 msgid "appendable" msgstr "" -#: medium-info.c:129 +#: medium-info.c:130 msgid "finalized" msgstr "" -#: medium-info.c:130 scsi-layer.c:98 +#: medium-info.c:131 scsi-layer.c:98 msgid "unknown" msgstr "sconosciuto" -#: medium-info.c:134 +#: medium-info.c:135 msgid "incomplete" msgstr "" -#: medium-info.c:135 +#: medium-info.c:136 msgid "damaged" msgstr "" -#: medium-info.c:136 rs02-verify.c:670 rs02-verify.c:877 rs02-verify.c:878 -#: rs02-verify.c:879 rs03-verify.c:1260 rs03-verify.c:1262 rs03-verify.c:1263 +#: medium-info.c:137 rs02-verify.c:671 rs02-verify.c:878 rs02-verify.c:879 +#: rs02-verify.c:880 rs03-verify.c:1254 rs03-verify.c:1256 rs03-verify.c:1257 msgid "complete" msgstr "" -#: medium-info.c:141 +#: medium-info.c:142 #, c-format msgid "%s (%d sessions; last session %s)\n" msgstr "" -#: medium-info.c:147 +#: medium-info.c:148 #, c-format msgid "%lld sectors (%lld MiB), from READ CAPACITY\n" msgstr "" -#: medium-info.c:150 +#: medium-info.c:151 #, c-format msgid "%lld sectors (%lld MiB), from DVD structure\n" msgstr "" -#: medium-info.c:154 medium-info.c:204 +#: medium-info.c:155 medium-info.c:204 #, c-format msgid "%lld sectors (%lld MiB)\n" msgstr "" -#: medium-info.c:166 medium-info.c:431 +#: medium-info.c:167 medium-info.c:425 msgid "Filesystem info" msgstr "" -#: medium-info.c:172 +#: medium-info.c:173 #, c-format msgid "%d sectors (%lld MiB)\n" msgstr "" -#: medium-info.c:194 medium-info.c:464 +#: medium-info.c:194 medium-info.c:458 msgid "Augmented image info" msgstr "" @@ -1120,85 +1134,85 @@ msgstr "" msgid "%s, %d roots, %4.1f%% redundancy.\n" msgstr "" -#: medium-info.c:289 +#: medium-info.c:283 msgid "windowtitle|Medium info" msgstr "" -#: medium-info.c:304 +#: medium-info.c:298 msgid "" "Medium info\n" "Properties of the currently inserted medium" msgstr "" -#: medium-info.c:316 +#: medium-info.c:310 msgid "Drive selection" msgstr "" -#: medium-info.c:323 +#: medium-info.c:317 msgid "Drive:" msgstr "" -#: medium-info.c:344 menubar.c:488 +#: medium-info.c:338 menubar.c:488 msgid "No drives found" msgstr "Nessun drive trovato" -#: medium-info.c:349 +#: medium-info.c:343 msgid " " msgstr "" -#: medium-info.c:352 +#: medium-info.c:346 msgid "Update medium info" msgstr "" -#: medium-info.c:365 +#: medium-info.c:359 msgid "Medium type:" msgstr "" -#: medium-info.c:373 +#: medium-info.c:367 msgid "Book type:" msgstr "" -#: medium-info.c:381 scsi-layer.c:2698 +#: medium-info.c:375 scsi-layer.c:2682 msgid "Manuf.-ID:" msgstr "" -#: medium-info.c:389 +#: medium-info.c:383 msgid "Drive profile:" msgstr "" -#: medium-info.c:397 +#: medium-info.c:391 msgid "Disc status:" msgstr "" -#: medium-info.c:405 +#: medium-info.c:399 msgid "Used sectors:" msgstr "" -#: medium-info.c:421 +#: medium-info.c:415 msgid "Blank capacity:" msgstr "" -#: medium-info.c:438 +#: medium-info.c:432 msgid "Medium label:" msgstr "" -#: medium-info.c:446 +#: medium-info.c:440 msgid "File system size:" msgstr "" -#: medium-info.c:454 +#: medium-info.c:448 msgid "Creation time:" msgstr "" -#: medium-info.c:471 +#: medium-info.c:465 msgid "Error correction data:" msgstr "" -#: medium-info.c:479 +#: medium-info.c:473 msgid "Augmented image size:" msgstr "" -#: medium-info.c:487 +#: medium-info.c:481 msgid "dvdisaster version:" msgstr "" @@ -1392,11 +1406,11 @@ msgstr "" "Per informazioni, leggete il file \"COPYING\".\n" "Traduzione italiana di Andrea Polverini (info@polve.com).\n" -#: misc.c:513 +#: misc.c:519 msgid "Warning" msgstr "Attenzione" -#: misc.c:588 misc.c:596 +#: misc.c:594 misc.c:602 msgid "" "\n" "*\n" @@ -1408,11 +1422,11 @@ msgstr "" "* dvdisaster - Impossibile proseguire:\n" "*\n" -#: misc.c:1248 +#: misc.c:1254 msgid "Do not ask again" msgstr "" -#: misc.c:1269 +#: misc.c:1275 #, c-format msgid "" "Image file already exists and does not match the medium:\n" @@ -1422,7 +1436,7 @@ msgid "" "The existing image file will be deleted." msgstr "" -#: misc.c:1288 +#: misc.c:1294 #, c-format msgid "" "The error correction file is already present:\n" @@ -2289,8 +2303,8 @@ msgid "Raw sector does not belong to the selected image!" msgstr "" #: raw-editor.c:389 read-adaptive.c:1252 read-adaptive.c:1323 -#: read-adaptive.c:1643 read-adaptive.c:1841 read-linear.c:398 -#: read-linear.c:658 read-linear.c:1001 rs01-fix.c:459 rs01-fix.c:719 +#: read-adaptive.c:1643 read-adaptive.c:1841 read-linear.c:390 +#: read-linear.c:645 read-linear.c:989 rs01-fix.c:459 rs01-fix.c:719 #: rs02-fix.c:749 rs03-fix.c:818 #, c-format msgid "Failed seeking to sector %lld in image [%s]: %s" @@ -2298,7 +2312,7 @@ msgstr "" #: raw-editor.c:396 read-adaptive.c:1266 read-adaptive.c:1329 #: read-adaptive.c:1675 read-adaptive.c:1688 read-adaptive.c:1849 -#: read-linear.c:407 read-linear.c:665 rs01-fix.c:181 rs01-fix.c:466 +#: read-linear.c:399 read-linear.c:652 rs01-fix.c:181 rs01-fix.c:466 #, c-format msgid "Failed writing to sector %lld in image [%s]: %s" msgstr "" @@ -2527,7 +2541,7 @@ msgstr "" msgid " [Appended %d/%d sectors to cache file %s; LBA=%lld, ssize=%d, %d sectors]\n" msgstr "" -#: read-adaptive.c:55 rs01-create.c:1015 +#: read-adaptive.c:55 rs01-create.c:1025 #, c-format msgid "" "Error closing error correction file:\n" @@ -2549,7 +2563,7 @@ msgstr "" "Impossibile leggere lo header Ecc:\n" "%s" -#: read-adaptive.c:119 read-linear.c:850 +#: read-adaptive.c:119 read-linear.c:838 #, c-format msgid "" "* Warning: This ecc file requires dvdisaster-%d.%d!\n" @@ -2559,14 +2573,14 @@ msgid "" "\n" msgstr "" -#: read-adaptive.c:152 rs01-common.c:80 rs01-common.c:222 rs01-create.c:297 -#: rs01-verify.c:820 +#: read-adaptive.c:152 rs01-common.c:80 rs01-common.c:231 rs01-create.c:299 +#: rs01-verify.c:810 #, c-format msgid "Failed skipping the ecc header: %s" msgstr "" -#: read-adaptive.c:161 read-adaptive.c:171 rs01-common.c:89 rs01-common.c:99 -#: rs01-common.c:332 +#: read-adaptive.c:161 read-adaptive.c:171 rs01-common.c:92 rs01-common.c:102 +#: rs01-common.c:341 #, c-format msgid "Error reading CRC information: %s" msgstr "Errore di lettura delle informazioni CRC: %s" @@ -2585,7 +2599,7 @@ msgstr "Riparabili: %2d.%1d%% (correggibili: %lld; leggi [%lld..%lld], dimension msgid "Repairable: %2d.%1d%% (missing: %lld; now reading [%lld..%lld], size %lld)" msgstr "Riparabili: %2d.%1d%% (mancante: %lld; leggi [%lld..%lld], dimensione %lld)" -#: read-adaptive.c:653 read-linear.c:857 +#: read-adaptive.c:653 read-linear.c:845 #, c-format msgid "" "* Warning: This image requires dvdisaster-%d.%d!\n" @@ -2654,7 +2668,7 @@ msgid "" "Medium and ecc file do not belong together.\n" msgstr "" -#: read-adaptive.c:860 read-linear.c:340 +#: read-adaptive.c:860 read-linear.c:332 msgid "Image file does not match the optical disc." msgstr "Il file immagine non corrisponde al CD/DVD/BD." @@ -2679,7 +2693,7 @@ msgstr "" msgid "Analysing existing image file" msgstr "Analizzo il file immagine esistente" -#: read-adaptive.c:969 rs01-common.c:262 rs02-verify.c:724 +#: read-adaptive.c:969 rs01-common.c:271 rs02-verify.c:725 #, c-format msgid "premature end in image (only %d bytes): %s\n" msgstr "Fine prematura dell'immagine (solo %d Bytes): %s\n" @@ -2703,15 +2717,15 @@ msgstr "Analizzo il file immagine esistente: %lld leggibile, %lld correggibili, msgid "Analysing existing image file: %lld readable, %lld still missing.\n" msgstr "Analizzo il file immagine esistente: %lld leggibile, %lld ancora mancanti.\n" -#: read-adaptive.c:1202 read-linear.c:737 +#: read-adaptive.c:1202 read-linear.c:725 msgid "Ignore once" msgstr "Ignora una volta" -#: read-adaptive.c:1203 read-linear.c:738 +#: read-adaptive.c:1203 read-linear.c:726 msgid "Ignore always" msgstr "Ignora sempre" -#: read-adaptive.c:1204 read-linear.c:739 +#: read-adaptive.c:1204 read-linear.c:727 msgid "Abort" msgstr "Ferma" @@ -2720,15 +2734,15 @@ msgstr "Ferma" msgid "Filling image area [%lld..%lld]" msgstr "Riempio l'area immagine [%lld..%lld]" -#: read-adaptive.c:1360 read-linear.c:217 +#: read-adaptive.c:1360 read-linear.c:209 msgid "Reading aborted" msgstr "Lettura annullata" -#: read-adaptive.c:1363 read-linear.c:221 +#: read-adaptive.c:1363 read-linear.c:213 msgid "Preparing for reading the medium image." msgstr "Preparazione alla lettura dell'immagine del supporto" -#: read-adaptive.c:1364 read-linear.c:214 read-linear.c:222 +#: read-adaptive.c:1364 read-linear.c:206 read-linear.c:214 msgid "Medium: not yet determined" msgstr "Supporto: non ancora determinato" @@ -2747,16 +2761,16 @@ msgid "" "* Please consider using linear reading instead.\n" msgstr "" -#: read-adaptive.c:1442 read-linear.c:279 +#: read-adaptive.c:1442 read-linear.c:271 #, c-format msgid "Creating new %s image.\n" msgstr "Creo una nuova immagine %s.\n" -#: read-adaptive.c:1446 read-linear.c:272 +#: read-adaptive.c:1446 read-linear.c:264 msgid "Reading new medium image." msgstr "Lettura dell'immagine del supporto." -#: read-adaptive.c:1466 read-linear.c:301 +#: read-adaptive.c:1466 read-linear.c:293 msgid "Completing existing medium image." msgstr "Completamento dell'immagine esistente del supporto." @@ -2768,7 +2782,7 @@ msgstr "" "\n" "Sono disponibili dati sufficienti per ricostruire l'immagine.\n" -#: read-adaptive.c:1606 read-linear.c:1065 +#: read-adaptive.c:1606 read-linear.c:1053 #, c-format msgid "" "Sector %lld: %s\n" @@ -2776,7 +2790,7 @@ msgid "" "Use the --ignore-fatal-sense option to override." msgstr "" -#: read-adaptive.c:1611 read-linear.c:1070 +#: read-adaptive.c:1611 read-linear.c:1058 #, c-format msgid "" "Sector %lld: %s\n" @@ -2799,7 +2813,7 @@ msgstr "Errore CRC nel settore %lld\n" msgid "Sectors %lld-%lld: %s\n" msgstr "Settori %lld-%lld: %s\n" -#: read-adaptive.c:1833 read-linear.c:1253 scsi-layer.c:1741 +#: read-adaptive.c:1833 read-linear.c:1243 scsi-layer.c:1741 #, c-format msgid "Sector %lld: %s\n" msgstr "Settore %lld: %s\n" @@ -2879,7 +2893,7 @@ msgstr "Totale recuperabile: %d.%d%%" msgid "Aborted by unrecoverable error. %lld sectors read, %lld sectors unreadable/skipped so far." msgstr "Interrotto da un errore irrecuperabile. %lld settori letti, %lld settori illeggibili/saltati." -#: read-linear.c:173 +#: read-linear.c:171 msgid "" "Automatic error correction file creation\n" "is only possible after a full reading pass.\n" @@ -2887,77 +2901,77 @@ msgstr "" "La creazione del file di correzione automatica\n" "è possibile soltanto dopo un passaggio completo in lettura.\n" -#: read-linear.c:209 +#: read-linear.c:201 msgid "Scanning aborted" msgstr "Scansione annullata" -#: read-linear.c:213 read-linear.c:244 +#: read-linear.c:205 read-linear.c:236 msgid "Scanning medium for read errors." msgstr "Scansione del supporto per gli errori di lettura." -#: read-linear.c:251 read-linear.c:284 +#: read-linear.c:243 read-linear.c:276 msgid "Reading CRC information" msgstr "" -#: read-linear.c:347 +#: read-linear.c:339 #, c-format msgid "Reading aborted. Please select a different image file." msgstr "Lettura annullata. Prego selezionare un file immagine differente." -#: read-linear.c:366 +#: read-linear.c:358 #, c-format msgid "Completing image %s. Continuing with sector %lld.\n" msgstr "Completamento immagine %s. Continuo col settore %lld.\n" -#: read-linear.c:372 +#: read-linear.c:364 #, c-format msgid "Completing image %s. Only missing sectors will be read.\n" msgstr "Completamento immagine %s. Solo i settori mancanti saranno letti.\n" -#: read-linear.c:455 read-linear.c:460 +#: read-linear.c:425 read-linear.c:433 msgid "Reading CRC information from ecc data" msgstr "" -#: read-linear.c:480 +#: read-linear.c:459 msgid "done.\n" msgstr "compiuto.\n" -#: read-linear.c:492 scsi-layer.c:2066 +#: read-linear.c:479 scsi-layer.c:2066 #, c-format msgid "Waiting %d seconds for drive to spin up...\n" msgstr "Attendere %d secondi per far avviare il drive...\n" -#: read-linear.c:514 read-linear-window.c:103 +#: read-linear.c:501 read-linear-window.c:103 #, c-format msgid "Unreadable / skipped sectors: %lld" msgstr "Settori illeggibili / saltati: %lld" -#: read-linear.c:594 +#: read-linear.c:581 #, c-format msgid "Sector %lld: Speed increased to %4.1fx\n" msgstr "Settore %lld: Velocità incrementata a %4.1fx\n" -#: read-linear.c:597 +#: read-linear.c:584 #, c-format msgid "Sector %lld: Speed dropped to %4.1fx\n" msgstr "Settore %lld: Velocità diminuita a %4.1fx\n" -#: read-linear.c:603 +#: read-linear.c:590 #, c-format msgid "Read position: %3d.%1d%% (nn.nx)" msgstr "" -#: read-linear.c:605 +#: read-linear.c:592 #, c-format msgid "Read position: %3d.%1d%% (%4.1fx)" msgstr "Settori processati: %3d.%1d%% (%4.1fx)" -#: read-linear.c:698 rs01-common.c:338 rs02-verify.c:769 rs03-verify.c:1132 +#: read-linear.c:686 rs01-common.c:347 rs02-verify.c:770 rs03-verify.c:1126 #, c-format msgid "* CRC error, sector: %lld\n" msgstr "* Errore CRC, Settore : %lld\n" -#: read-linear.c:826 +#: read-linear.c:814 #, c-format msgid "" "This ecc file requires dvdisaster-%d.%d!\n" @@ -2968,7 +2982,7 @@ msgid "" "\n" msgstr "" -#: read-linear.c:834 +#: read-linear.c:822 #, c-format msgid "" "This image requires dvdisaster-%d.%d!\n" @@ -2978,110 +2992,110 @@ msgid "" "\n" msgstr "" -#: read-linear.c:842 rs01-create.c:708 rs01-fix.c:202 rs01-fix.c:224 +#: read-linear.c:830 rs01-create.c:718 rs01-fix.c:202 rs01-fix.c:224 #: rs01-fix.c:269 rs01-fix.c:299 rs01-fix.c:316 rs01-fix.c:369 -#: rs01-verify.c:435 rs01-verify.c:839 rs02-create.c:115 rs02-fix.c:235 -#: rs02-fix.c:254 rs02-fix.c:339 rs02-verify.c:714 rs03-create.c:247 +#: rs01-verify.c:435 rs01-verify.c:829 rs02-create.c:118 rs02-fix.c:235 +#: rs02-fix.c:254 rs02-fix.c:339 rs02-verify.c:715 rs03-create.c:250 #: rs03-fix.c:251 rs03-fix.c:292 rs03-fix.c:313 rs03-fix.c:386 -#: rs03-verify.c:533 rs03-verify.c:1027 +#: rs03-verify.c:533 rs03-verify.c:1021 #, c-format msgid "Aborted by user request!" msgstr "Annullato dall'utente!" -#: read-linear.c:956 read-linear.c:1080 +#: read-linear.c:944 read-linear.c:1068 #, c-format msgid "Aborted by user request! %lld sectors read, %lld sectors unreadable/skipped so far." msgstr "Annullato dall'utente! %lld settori letti, %lld settori illeggibili/saltati.." -#: read-linear.c:1013 +#: read-linear.c:1001 #, c-format msgid "unexpected read error in image for sector %lld" msgstr "Errore di lettura inatteso nell'immagine per il settore %lld" -#: read-linear.c:1095 +#: read-linear.c:1083 #, c-format msgid "Sector %lld: %3d C2 errors.%s\n" msgstr "" -#: read-linear.c:1225 +#: read-linear.c:1215 #, c-format msgid "Sector %lld: %s Skipping %d sectors.\n" msgstr "Settore %lld: %s Salto di %d settori.\n" -#: read-linear.c:1288 +#: read-linear.c:1278 #, c-format msgid "" "Trying to complete image, reading pass %d of %d.\n" "%s" msgstr "" -#: read-linear.c:1290 +#: read-linear.c:1280 #, c-format msgid "" "\n" "Trying to complete image, reading pass %d of %d.\n" msgstr "" -#: read-linear.c:1330 +#: read-linear.c:1317 #, c-format msgid "%lld sectors read. " msgstr "%lld settori letti. " -#: read-linear.c:1331 +#: read-linear.c:1318 #, c-format msgid "%lld sectors read; %lld unreadable sectors." msgstr "%lld settori letti; %lld settori illeggibili." -#: read-linear.c:1343 +#: read-linear.c:1330 #, c-format msgid "All sectors successfully read, but wrong image length (%lld sectors difference)" msgstr "" -#: read-linear.c:1349 +#: read-linear.c:1336 msgid "All sectors successfully read, but wrong ecc md5sum." msgstr "" -#: read-linear.c:1355 +#: read-linear.c:1342 msgid "All sectors successfully read, but incomplete or damaged checksums." msgstr "" -#: read-linear.c:1356 +#: read-linear.c:1343 msgid "All sectors successfully read. Checksums match." msgstr "" -#: read-linear.c:1358 +#: read-linear.c:1345 msgid "All sectors successfully read." msgstr "Tutti i settori sono stati letti correttamente." -#: read-linear.c:1363 +#: read-linear.c:1350 #, c-format msgid "%lld unreadable sectors." msgstr "%lld settori illeggibili." -#: read-linear.c:1366 +#: read-linear.c:1353 #, c-format msgid "%lld CRC errors and a md5sum mismatch in the CRC section." msgstr "" -#: read-linear.c:1368 +#: read-linear.c:1355 #, c-format msgid "%lld CRC errors." msgstr "%lld errori CRC." -#: read-linear.c:1370 +#: read-linear.c:1357 #, c-format msgid "%lld CRC errors, %lld unreadable sectors." msgstr "%lld errori CRC, %lld settori illeggibili." -#: read-linear.c:1378 +#: read-linear.c:1365 msgid "Scanning finished: " msgstr "Scansione terminata:" -#: read-linear.c:1380 +#: read-linear.c:1367 msgid "Reading finished: " msgstr "Lettura terminata:" -#: read-linear.c:1392 +#: read-linear.c:1379 #, c-format msgid "" "%d sectors missing at the end of the disc.\n" @@ -3092,7 +3106,7 @@ msgstr "" "Questo è corretto se il disco è stato scritto in modalità TAO (track at once).\n" "L'imagine sarà aggiustata di conseguenza.Leggere il manuale per i dettagli.\n" -#: read-linear.c:1398 +#: read-linear.c:1385 #, c-format msgid "" "%d sectors missing at the end of the disc.\n" @@ -3144,27 +3158,27 @@ msgstr "Velocità" msgid "Sector %lld dumped to %s\n" msgstr "" -#: rs01-common.c:236 rs02-verify.c:800 rs03-verify.c:1155 +#: rs01-common.c:245 rs02-verify.c:801 rs03-verify.c:1149 #, c-format msgid "- testing sectors : %3d%%" msgstr "- Test dei settori : %3d%%" -#: rs01-common.c:237 +#: rs01-common.c:246 #, c-format msgid "Scanning image sectors: %3d%%" msgstr "Scansione dei settori dell'immagine : %3d%%" -#: rs01-common.c:290 rs02-verify.c:756 +#: rs01-common.c:299 rs02-verify.c:757 #, c-format msgid "* missing sector : %lld\n" msgstr "* Settore mancante : %lld\n" -#: rs01-common.c:291 rs02-verify.c:757 +#: rs01-common.c:300 rs02-verify.c:758 #, c-format msgid "* missing sectors : %lld - %lld\n" msgstr "* Settori mancanti : %lld - %lld\n" -#: rs01-common.c:309 rs01-common.c:376 rs01-create.c:314 +#: rs01-common.c:318 rs01-common.c:385 rs01-create.c:316 #, c-format msgid "Error writing CRC information: %s" msgstr "Errore di scrittura nelle informazioni CRC: %s" @@ -3174,7 +3188,7 @@ msgstr "Errore di scrittura nelle informazioni CRC: %s" msgid "Redundancy %4.1f%% out of useful range [3.2%%..64.5%%]" msgstr "Ridondanza %4.1f%% al di fuori dell'intervallo utilizzabile [3.2%%..64.5%%]" -#: rs01-create.c:76 rs03-common.c:455 +#: rs01-create.c:76 rs03-common.c:467 #, c-format msgid "Ecc file size %lldm out of useful range [%lld .. %lld]" msgstr "La dimensione del file Ecc %lldm è al di fuori dell'intervallo utilizzabile [%lld .. %lld]" @@ -3198,7 +3212,7 @@ msgstr "" msgid "Image file %s not deleted: %s\n" msgstr "Il file immagine %s non è stato rimosso: %s\n" -#: rs01-create.c:148 rs01-fix.c:77 rs02-create.c:59 rs02-fix.c:54 +#: rs01-create.c:148 rs01-fix.c:77 rs02-create.c:60 rs02-fix.c:54 #: rs03-create.c:144 rs03-fix.c:53 #, c-format msgid "Aborted by unrecoverable error." @@ -3213,7 +3227,7 @@ msgstr "La creazione del File di correzione errori è stata interrotta" msgid "Encoding with Method RS01: %d roots, %4.1f%% redundancy." msgstr "Sto codificando con il Metodo RS01: %d Radici, %4.1f%% Ridondanza." -#: rs01-create.c:239 rs03-create.c:1285 +#: rs01-create.c:239 rs03-create.c:1308 #, c-format msgid "" "Creating the error correction file.\n" @@ -3222,49 +3236,49 @@ msgstr "" "Creazione del file di correzione errori.\n" "%s" -#: rs01-create.c:251 rs03-create.c:273 +#: rs01-create.c:251 rs03-create.c:276 #, c-format msgid "Aborted to keep existing ecc file." msgstr "" -#: rs01-create.c:266 rs02-create.c:1036 rs03-create.c:1242 +#: rs01-create.c:266 rs02-create.c:1043 rs03-create.c:1265 #, c-format msgid "Image file %s: %s." msgstr "" -#: rs01-create.c:274 rs03-create.c:1261 +#: rs01-create.c:274 rs03-create.c:1284 msgid "No error correction file specified!\n" msgstr "" -#: rs01-create.c:285 +#: rs01-create.c:287 #, c-format msgid "Writing sector checksums: %3d%%" msgstr "Scrittura checksum settori: %3d%%" -#: rs01-create.c:289 +#: rs01-create.c:291 msgid "1. Writing image sector checksums:" msgstr "1. Scrittura checksum settori:" -#: rs01-create.c:332 rs01-window.c:130 +#: rs01-create.c:338 rs01-window.c:130 msgid "1. Calculating image sector checksums:" msgstr "1. Calcolo del checksum dei settori dell'immagine:" -#: rs01-create.c:346 rs01-create.c:487 rs01-create.c:580 +#: rs01-create.c:355 rs01-create.c:497 rs01-create.c:590 #, c-format msgid "Aborted by user request! (partial error correction file removed)" msgstr "Annullato dall'utente! (Rimosso file di correzione errori parziale)" -#: rs01-create.c:355 +#: rs01-create.c:364 #, c-format msgid "%lld sectors unread or missing due to errors.\n" msgstr "%lld settori non letti o persi a causa di errori.\n" -#: rs01-create.c:408 +#: rs01-create.c:418 #, c-format msgid "Failed skipping ecc+crc header: %s" msgstr "" -#: rs01-create.c:435 rs02-create.c:516 +#: rs01-create.c:445 rs02-create.c:523 #, c-format msgid "" "Failed allocating memory for I/O cache.\n" @@ -3272,13 +3286,13 @@ msgid "" "Try reducing it.\n" msgstr "" -#: rs01-create.c:564 rs01-create.c:689 rs01-create.c:984 rs02-create.c:963 -#: rs03-create.c:1088 +#: rs01-create.c:574 rs01-create.c:699 rs01-create.c:994 rs02-create.c:970 +#: rs03-create.c:1111 #, c-format msgid "Ecc generation: %3d.%1d%%" msgstr "Generazione Ecc: %3d.%1d%%" -#: rs01-create.c:997 +#: rs01-create.c:1007 #, c-format msgid "" "could not write to ecc file \"%s\":\n" @@ -3287,7 +3301,7 @@ msgstr "" "Impossibile scrivere il file Ecc: \"%s\":\n" "%s" -#: rs01-create.c:1012 +#: rs01-create.c:1022 #, c-format msgid "" "Can't write ecc header:\n" @@ -3296,12 +3310,12 @@ msgstr "" "Impossibile scrivere lo header Ecc:\n" "%s" -#: rs01-create.c:1020 rs02-create.c:1127 rs03-create.c:1341 +#: rs01-create.c:1030 rs02-create.c:1134 rs03-create.c:1364 #, c-format msgid "Ecc generation: 100.0%%\n" msgstr "Generazione Ecc: 100.0%%\n" -#: rs01-create.c:1021 rs03-create.c:1348 +#: rs01-create.c:1031 rs03-create.c:1371 #, c-format msgid "" "Error correction file \"%s\" created.\n" @@ -3310,7 +3324,7 @@ msgstr "" "Il file per la correzione dell'errore \"%s\" è stato generato.\n" "Siate sicuri di tenerlo su un supporto affidabile!\n" -#: rs01-create.c:1029 rs03-create.c:1374 +#: rs01-create.c:1039 rs03-create.c:1397 msgid "" "The error correction file has been successfully created.\n" "Make sure to keep this file on a reliable medium." @@ -3618,15 +3632,15 @@ msgstr "Comparazione abortita" msgid "Comparing image and error correction files." msgstr "Compara i file di immagine e correzione di errore" -#: rs01-verify.c:394 rs03-verify.c:696 rs03-verify.c:705 +#: rs01-verify.c:394 rs03-verify.c:698 rs03-verify.c:707 msgid "- Checking image file -" msgstr "- Controllo il file immagine -" -#: rs01-verify.c:409 rs01-verify.c:530 rs01-verify.c:541 +#: rs01-verify.c:409 rs01-verify.c:530 rs01-verify.c:544 msgid "not present\n" msgstr "Non presente\n" -#: rs01-verify.c:417 rs02-verify.c:598 +#: rs01-verify.c:417 rs02-verify.c:599 #, c-format msgid "present, contains %lld medium sectors.\n" msgstr "presente, contiene %lld settori della periferica\n" @@ -3636,7 +3650,7 @@ msgstr "presente, contiene %lld settori della periferica\n" msgid "present, contains %lld medium sectors and %d bytes.\n" msgstr "presente, contiene %lld settori della periferica e %d bytes.\n" -#: rs01-verify.c:425 rs01-verify.c:680 rs01-verify.c:699 +#: rs01-verify.c:425 rs01-verify.c:670 rs01-verify.c:689 #, c-format msgid "%lld sectors + %d bytes" msgstr "%lld settori + %d bytes" @@ -3666,7 +3680,7 @@ msgstr "%lld (%lld settori in eccesso)" msgid "Bad image." msgstr "Immagine difettosa." -#: rs01-verify.c:483 rs02-verify.c:681 rs03-verify.c:992 +#: rs01-verify.c:483 rs02-verify.c:682 rs03-verify.c:986 msgid "* quick mode : image NOT scanned\n" msgstr "" @@ -3679,7 +3693,7 @@ msgstr "" "- Buona immagine : Tutti i settori presenti\n" "- Immagine md5sum : %s\n" -#: rs01-verify.c:494 rs02-verify.c:890 rs03-verify.c:1295 +#: rs01-verify.c:494 rs02-verify.c:891 rs03-verify.c:1289 #, c-format msgid "Good image." msgstr "Buona immagine." @@ -3698,69 +3712,68 @@ msgstr "" msgid "Image complete, but contains checksum errors!" msgstr "Immagine completa, ma contiene errori nel checksum!" -#: rs01-verify.c:510 rs02-verify.c:857 +#: rs01-verify.c:510 rs02-verify.c:858 #, c-format msgid "* BAD image : %lld sectors missing\n" msgstr "* Immagine DIFETTOSA: %lld settori mancanti\n" -#: rs01-verify.c:511 rs02-verify.c:861 rs03-verify.c:1241 +#: rs01-verify.c:511 rs02-verify.c:862 rs03-verify.c:1235 #, c-format msgid "* BAD image : %lld sectors missing, %lld CRC errors\n" msgstr "* Immagine DIFETTOSA: %lld settori mancanti, %lld errori CRC\n" -#: rs01-verify.c:525 rs03-verify.c:1199 +#: rs01-verify.c:525 rs03-verify.c:1193 msgid "- Checking ecc file -" msgstr "- Controllo il file ecc -" -#: rs01-verify.c:533 rs01-verify.c:558 +#: rs01-verify.c:533 rs01-verify.c:561 msgid "No error correction file present." msgstr "File ecc non presente." -#: rs01-verify.c:544 -msgid "invalid\n" +#: rs01-verify.c:541 +msgid "permission denied\n" msgstr "" #: rs01-verify.c:547 -msgid "defective header (unusable)\n" +msgid "invalid\n" msgstr "" #: rs01-verify.c:550 -msgid "unknown codec (unusable)\n" +msgid "defective header (unusable)\n" msgstr "" #: rs01-verify.c:553 +msgid "unknown codec (unusable)\n" +msgstr "" + +#: rs01-verify.c:556 msgid "unusable\n" msgstr "" -#: rs01-verify.c:590 rs02-verify.c:920 +#: rs01-verify.c:584 rs01-verify.c:596 rs02-verify.c:915 rs02-verify.c:928 msgid "created by dvdisaster" msgstr "Creato da dvdisaster" -#: rs01-verify.c:607 rs02-verify.c:937 -#, c-format -msgid "created by dvdisaster-%d.%d\n" -msgstr "Creato da dvdisaster-%d.%d\n" - -#: rs01-verify.c:616 +#: rs01-verify.c:606 msgid "created by dvdisaster-0.41.x.\n" msgstr "Creato da dvdisaster-0.41.x.\n" -#: rs01-verify.c:626 rs02-verify.c:950 rs03-verify.c:758 +#: rs01-verify.c:616 rs02-verify.c:942 rs03-verify.c:760 #, c-format msgid "- method : %4s, %d roots, %4.1f%% redundancy.\n" msgstr "- Metodo : %4s, %d radici, %4.1f%% Ridondanza.\n" -#: rs01-verify.c:630 rs02-verify.c:955 rs03-verify.c:763 +#: rs01-verify.c:620 rs02-verify.c:947 rs03-verify.c:765 #, c-format msgid "%4s, %d roots, %4.1f%% redundancy" msgstr "%4s, %d radici, %4.1f%% ridondanza" -#: rs01-verify.c:637 rs02-verify.c:962 +#: rs01-verify.c:627 rs02-verify.c:954 #, c-format msgid "- requires : dvdisaster-%d.%d (good)\n" msgstr "- richiede : dvdisaster-%d.%d (buono)\n" -#: rs01-verify.c:646 rs02-verify.c:973 +#: rs01-verify.c:636 rs02-verify.c:965 #, c-format msgid "" "* requires : dvdisaster-%d.%d (BAD)\n" @@ -3771,148 +3784,148 @@ msgstr "" "* Attenzione : L'output seguente potrebbe essere non corretto.\n" "* : Prego visitare http://www.dvdisaster.org per un upgrade\n" -#: rs01-verify.c:659 rs02-verify.c:987 rs03-verify.c:834 +#: rs01-verify.c:649 rs02-verify.c:979 rs03-verify.c:828 #, c-format msgid "Please upgrade your version of dvdisaster!" msgstr "Vi preghiamo di aggiornare la vostra versione di dvdisaster!" -#: rs01-verify.c:671 +#: rs01-verify.c:661 #, c-format msgid "- medium sectors : %lld\n" msgstr "* Settori del Media : %lld\n" -#: rs01-verify.c:676 +#: rs01-verify.c:666 #, c-format msgid "- medium sectors : %lld sectors + %d bytes\n" msgstr "" -#: rs01-verify.c:690 +#: rs01-verify.c:680 #, c-format msgid "- medium sectors : %lld (good)\n" msgstr "- settori del media : %lld (buoni)\n" -#: rs01-verify.c:695 +#: rs01-verify.c:685 #, c-format msgid "- medium sectors : %lld sectors + %d bytes (good)\n" msgstr "- settori del media : %lld settori + %d bytes (buoni)\n" -#: rs01-verify.c:707 rs02-verify.c:1003 +#: rs01-verify.c:697 rs02-verify.c:995 #, c-format msgid "* medium sectors : %lld (BAD, perhaps TAO/DAO mismatch)\n" msgstr "* Settori del Media : %lld (Difettosi, probabile incongruenza TAO/DAO)\n" -#: rs01-verify.c:718 rs02-verify.c:1005 +#: rs01-verify.c:708 rs02-verify.c:997 #, c-format msgid "* medium sectors : %lld (BAD)\n" msgstr "* Settori del Media : %lld (Difettosi)\n" -#: rs01-verify.c:723 rs01-verify.c:734 +#: rs01-verify.c:713 rs01-verify.c:724 #, c-format msgid "Image size does not match error correction file." msgstr "La dimensione dell'immagine non corrisponde al file di correzione errore." -#: rs01-verify.c:727 +#: rs01-verify.c:717 #, c-format msgid "* medium sectors : %lld sectors + %d bytes (BAD)\n" msgstr "* settori del media : %lld settori + %d bytes (Difettosi)\n" -#: rs01-verify.c:731 +#: rs01-verify.c:721 #, c-format msgid "%lld sectors + %d bytes" msgstr "" -#: rs01-verify.c:747 +#: rs01-verify.c:737 #, c-format msgid "- image md5sum : %s (good)\n" msgstr "- Immagine md5sum : %s (buona)\n" -#: rs01-verify.c:748 +#: rs01-verify.c:738 #, c-format msgid "* image md5sum : %s (BAD)\n" msgstr "* immagine md5sum : %s (Difettosa)\n" -#: rs01-verify.c:758 +#: rs01-verify.c:748 #, c-format msgid "- image md5sum : %s\n" msgstr "- immagine md5sum : %s\n" -#: rs01-verify.c:766 rs03-verify.c:858 +#: rs01-verify.c:756 rs03-verify.c:852 msgid "* fingerprint match: NOT POSSIBLE - related sector is missing in image!\n" msgstr "Corrispondenza impronta digitale: NON POSSIBILE - il settore riferito è mancante nell'immagine!\n" -#: rs01-verify.c:768 rs03-verify.c:861 +#: rs01-verify.c:758 rs03-verify.c:855 #, c-format msgid "missing sector prevents calculation" msgstr "il settore riferito è mancante nell'immagine" -#: rs01-verify.c:773 rs03-verify.c:866 +#: rs01-verify.c:763 rs03-verify.c:860 msgid "* fingerprint match: MISMATCH - .iso and .ecc don't belong together!\n" msgstr "" "* Corrispondenza impronta digitale:\n" " ERRORE - .iso e .ecc non appartengono alla stessa immagine!\n" -#: rs01-verify.c:777 rs03-verify.c:870 +#: rs01-verify.c:767 rs03-verify.c:864 #, c-format msgid "mismatch" msgstr "errore" -#: rs01-verify.c:780 rs03-verify.c:873 +#: rs01-verify.c:770 rs03-verify.c:867 #, c-format msgid "Image and error correction files do not belong together!" msgstr "L'immagine ed il file ecc non si appartengono." -#: rs01-verify.c:784 rs03-verify.c:877 +#: rs01-verify.c:774 rs03-verify.c:871 msgid "- fingerprint match: good\n" msgstr "- Corrispondenza impronta digitale: OK (buona)\n" -#: rs01-verify.c:786 rs03-verify.c:879 +#: rs01-verify.c:776 rs03-verify.c:873 msgid "good" msgstr "bene" -#: rs01-verify.c:794 +#: rs01-verify.c:784 msgid "* quick mode : ecc file NOT scanned\n" msgstr "" -#: rs01-verify.c:802 +#: rs01-verify.c:792 #, c-format msgid "- ecc blocks : %lld (good)\n" msgstr "- Blocchi Ecc : %lld (buoni)\n" -#: rs01-verify.c:807 +#: rs01-verify.c:797 #, c-format msgid "* ecc blocks : %lld (BAD, expected %lld)\n" msgstr "* Blocchi Ecc : %lld (Difettosi, atteso: %lld)\n" -#: rs01-verify.c:809 +#: rs01-verify.c:799 #, c-format msgid "%lld (bad, expected %lld)" msgstr "%lld (difettosi, atteso: %lld)" -#: rs01-verify.c:831 +#: rs01-verify.c:821 #, c-format msgid "- ecc md5sum : %3d%%" msgstr "- Ecc md5sum : %3d%%" -#: rs01-verify.c:848 +#: rs01-verify.c:838 msgid "* ecc md5sum : BAD, ecc file may be damaged!\n" msgstr "* Ecc md5sum : Difettoso, il file ecc potrebbe essere danneggiato!\n" -#: rs01-verify.c:850 +#: rs01-verify.c:840 #, c-format msgid "bad" msgstr "difettoso" -#: rs01-verify.c:852 +#: rs01-verify.c:842 #, c-format msgid "Error correction file may be damaged!" msgstr "Il file ecc potrebbe essere danneggiato!" -#: rs01-verify.c:856 rs02-verify.c:1074 +#: rs01-verify.c:846 rs02-verify.c:1066 #, c-format msgid "- ecc md5sum : %s (good)\n" msgstr "- Ecc-md5sum : %s (buono) \n" -#: rs01-verify.c:870 +#: rs01-verify.c:860 #, c-format msgid "Good error correction file." msgstr "File di correzione dell'immagine valido." @@ -3951,7 +3964,7 @@ msgid "%4.1f%% redundancy (%d roots)" msgstr "%4.1f%% ridondanza (%d radici)" #: rs01-window.c:466 rs01-window.c:869 rs01-window.c:875 rs01-window.c:876 -#: rs02-window.c:394 rs02-window.c:1150 rs02-window.c:1156 rs02-window.c:1157 +#: rs02-window.c:394 rs02-window.c:1246 rs02-window.c:1252 rs02-window.c:1253 #, c-format msgid "%d MiB of file cache" msgstr "" @@ -4015,7 +4028,7 @@ msgstr "" msgid "Space-delimited redundancy" msgstr "" -#: rs01-window.c:782 rs02-window.c:1082 rs03-preferences.c:688 +#: rs01-window.c:782 rs02-window.c:1178 rs03-preferences.c:688 msgid "Use at most" msgstr "Usare almeno" @@ -4032,59 +4045,59 @@ msgid "" "Advance notice: When using the same size setting for images of vastly different size, smaller images receive more redundancy than larger ones. This is usually not what you want." msgstr "" -#: rs01-window.c:866 rs02-window.c:1147 +#: rs01-window.c:866 rs02-window.c:1243 msgid "Memory utilization" msgstr "Utilizzo Memoria" -#: rs01-window.c:870 rs02-window.c:1151 +#: rs01-window.c:870 rs02-window.c:1247 msgid "File cache" msgstr "" -#: rs01-window.c:882 rs02-window.c:1163 rs03-preferences.c:908 +#: rs01-window.c:882 rs02-window.c:1259 rs03-preferences.c:908 msgid "Use" msgstr "Usare" -#: rs01-window.c:910 rs02-window.c:1191 +#: rs01-window.c:910 rs02-window.c:1287 msgid "" "File cache\n" "\n" "dvdisaster optimizes access to the image and error correction files by maintaining its own cache. The preset of 32MiB is suitable for most systems." msgstr "" -#: rs02-common.c:566 rs02-common.c:578 rs02-verify.c:625 rs03-common.c:606 +#: rs02-common.c:572 rs02-common.c:584 rs02-verify.c:626 rs03-common.c:620 #, c-format msgid "Failed seeking to ecc header at %lld: %s\n" msgstr "" -#: rs02-common.c:570 rs02-common.c:582 rs03-common.c:610 +#: rs02-common.c:576 rs02-common.c:588 rs03-common.c:624 #, c-format msgid "Failed writing ecc header at %lld: %s\n" msgstr "" -#: rs02-create.c:109 rs03-create.c:241 +#: rs02-create.c:112 rs03-create.c:244 #, c-format msgid "Aborted by user request! (partial ecc data removed from image)" msgstr "" -#: rs02-create.c:138 rs03-create.c:291 +#: rs02-create.c:141 rs03-create.c:294 #, c-format msgid "" "Image \"%s\" already contains error correction information.\n" "Truncating image to data part (%lld sectors).\n" msgstr "" -#: rs02-create.c:153 rs03-create.c:318 +#: rs02-create.c:156 rs03-create.c:321 msgid "Image size is now" msgstr "" -#: rs02-create.c:214 +#: rs02-create.c:217 msgid "" "Image contains unread(able) sectors.\n" "Error correction information can only be\n" "appended to complete (undamaged) images.\n" msgstr "" -#: rs02-create.c:218 +#: rs02-create.c:221 #, c-format msgid "" "Sector %lld in the image is marked unreadable\n" @@ -4099,51 +4112,56 @@ msgid "" "appended to complete (undamaged) images.\n" msgstr "" -#: rs02-create.c:236 rs02-create.c:300 rs02-create.c:309 +#: rs02-create.c:238 rs02-create.c:304 rs02-create.c:315 #, c-format msgid "Preparing image (checksums, adding space): %3d%%" msgstr "" -#: rs02-create.c:271 rs02-create.c:281 rs02-fix.c:90 rs03-create.c:404 -#: rs03-create.c:415 rs03-fix.c:87 +#: rs02-create.c:273 rs02-create.c:283 rs02-fix.c:90 rs03-create.c:427 +#: rs03-create.c:438 rs03-fix.c:87 #, c-format msgid "Failed seeking to end of image: %s\n" msgstr "" -#: rs02-create.c:275 rs02-create.c:296 rs02-fix.c:103 rs03-create.c:389 +#: rs02-create.c:277 rs02-create.c:298 rs02-fix.c:103 rs03-create.c:412 #: rs03-fix.c:105 #, c-format msgid "Failed expanding the image: %s\n" msgstr "" -#: rs02-create.c:1027 rs03-create.c:1224 +#: rs02-create.c:303 rs02-create.c:314 +#, c-format +msgid "Preparing image (checksums taken from cache, adding space): %3d%%" +msgstr "" + +#: rs02-create.c:1034 rs03-create.c:1247 msgid "Error correction data creation aborted" msgstr "" -#: rs02-create.c:1055 rs02-create.c:1073 rs03-create.c:1228 rs03-create.c:1281 +#: rs02-create.c:1062 rs02-create.c:1080 rs03-create.c:1251 rs03-create.c:1304 #, c-format msgid "" "Augmenting the image with error correction data.\n" "%s" msgstr "" -#: rs02-create.c:1056 rs03-create.c:1229 +#: rs02-create.c:1063 rs03-create.c:1252 msgid "- checking image -" msgstr "" -#: rs02-create.c:1069 +#: rs02-create.c:1076 #, c-format msgid "Encoding with Method RS02: %lld MiB data, %lld MiB ecc (%d roots; %4.1f%% redundancy)." msgstr "Sto codificando con il Metodo RS02: %lld MiB dati, %lld MiB ecc (%d Radici, %4.1f%% Ridondanza)." -#: rs02-create.c:1077 +#: rs02-create.c:1084 #, c-format msgid "" "Augmenting image with Method RS02:\n" " %lld MiB data, %lld MiB ecc (%d roots; %4.1f%% redundancy)." msgstr "" -#: rs02-create.c:1086 +#: rs02-create.c:1093 #, c-format msgid "" "Not enough space on medium left for error correction data.\n" @@ -4152,14 +4170,14 @@ msgid "" "not an option, please create a separate error correction file." msgstr "" -#: rs02-create.c:1096 rs03-create.c:1320 +#: rs02-create.c:1103 rs03-create.c:1343 #, c-format msgid "" "Using redundancies below 20%%%% may not give\n" "the expected data loss protection.\n" msgstr "" -#: rs02-create.c:1128 rs02-create.c:1137 rs03-create.c:1343 rs03-create.c:1368 +#: rs02-create.c:1135 rs02-create.c:1144 rs03-create.c:1366 rs03-create.c:1391 #, c-format msgid "" "Image has been augmented with error correction data.\n" @@ -4289,50 +4307,50 @@ msgstr "" msgid "%lld of %lld sectors recoverable (%d.%d%%)" msgstr "" -#: rs02-verify.c:575 rs03-verify.c:664 +#: rs02-verify.c:576 rs03-verify.c:666 msgid "Check aborted" msgstr "" -#: rs02-verify.c:594 rs03-verify.c:704 +#: rs02-verify.c:595 rs03-verify.c:706 msgid "Checking the image file." msgstr "Controllo il file immagine" -#: rs02-verify.c:595 +#: rs02-verify.c:596 msgid "Image contains error correction data." msgstr "" -#: rs02-verify.c:608 rs03-verify.c:974 +#: rs02-verify.c:609 rs03-verify.c:968 #, c-format msgid "Image file is %lld sectors shorter than expected." msgstr "" -#: rs02-verify.c:609 rs03-verify.c:977 +#: rs02-verify.c:610 rs03-verify.c:971 #, c-format msgid "Image file is %lld sectors longer than expected." msgstr "" -#: rs02-verify.c:629 +#: rs02-verify.c:630 #, c-format msgid "Failed reading ecc header at %lld: %s\n" msgstr "" -#: rs02-verify.c:672 +#: rs02-verify.c:673 #, c-format msgid "%lld ok, %lld CRC errors, %lld missing" msgstr "%lld ok, %lld errori CRC, %lld mancanti" -#: rs02-verify.c:805 rs02-verify.c:826 rs03-verify.c:1173 rs03-verify.c:1212 +#: rs02-verify.c:806 rs02-verify.c:827 rs03-verify.c:1167 rs03-verify.c:1206 #, c-format msgid "%lld sectors missing; %lld CRC errors" msgstr "%lld settori mancanti, %lld errori CRC" -#: rs02-verify.c:809 rs02-verify.c:813 rs02-verify.c:830 rs02-verify.c:834 -#: rs03-verify.c:1181 rs03-verify.c:1220 +#: rs02-verify.c:810 rs02-verify.c:814 rs02-verify.c:831 rs02-verify.c:835 +#: rs03-verify.c:1175 rs03-verify.c:1214 #, c-format msgid "%lld sectors missing" msgstr "%lld settori mancanti" -#: rs02-verify.c:848 +#: rs02-verify.c:849 #, c-format msgid "" "- good image : all sectors present\n" @@ -4341,112 +4359,112 @@ msgstr "" "- Buona immagine : Tutti i settori presenti\n" "- dati md5sum : %s\n" -#: rs02-verify.c:854 +#: rs02-verify.c:855 msgid "* suspicious image : contains damaged ecc headers\n" msgstr "" -#: rs02-verify.c:859 rs03-verify.c:1238 +#: rs02-verify.c:860 rs03-verify.c:1232 #, c-format msgid "* suspicious image : all sectors present, but %lld CRC errors\n" msgstr "* Immagine sospetta : tutti i settori presenti, ma ci sono %lld errori CRC\n" -#: rs02-verify.c:865 +#: rs02-verify.c:866 #, c-format msgid " ... ecc headers : %lld ok, %lld CRC errors, %lld missing\n" msgstr "" -#: rs02-verify.c:867 rs03-verify.c:1244 +#: rs02-verify.c:868 rs03-verify.c:1238 #, c-format msgid " ... data section : %lld sectors missing; %lld CRC errors\n" msgstr "" -#: rs02-verify.c:870 rs03-verify.c:1247 +#: rs02-verify.c:871 rs03-verify.c:1241 #, c-format msgid " ... data md5sum : %s\n" msgstr " ... dati md5sum : %s\n" -#: rs02-verify.c:871 rs03-verify.c:1253 +#: rs02-verify.c:872 rs03-verify.c:1247 #, c-format msgid " ... crc section : %lld sectors missing\n" msgstr "" -#: rs02-verify.c:872 rs03-verify.c:1255 +#: rs02-verify.c:873 rs03-verify.c:1249 #, c-format msgid " ... ecc section : %lld sectors missing\n" msgstr "" -#: rs02-verify.c:894 rs03-verify.c:1299 +#: rs02-verify.c:895 rs03-verify.c:1293 #, c-format msgid "Damaged image." msgstr "" -#: rs02-verify.c:901 +#: rs02-verify.c:902 msgid "" "\n" "Error correction data: " msgstr "" -#: rs02-verify.c:994 +#: rs02-verify.c:986 #, c-format msgid "- medium sectors : %lld / %lld (good)\n" msgstr "" -#: rs02-verify.c:1011 +#: rs02-verify.c:1003 #, c-format msgid "Image size does not match recorded size." msgstr "" -#: rs02-verify.c:1025 +#: rs02-verify.c:1017 #, c-format msgid "- data md5sum : %s (good)\n" msgstr "- dati md5sum : %s (buona)\n" -#: rs02-verify.c:1026 +#: rs02-verify.c:1018 #, c-format msgid "* data md5sum : %s (BAD)\n" msgstr "* dati md5sum : %s (Difettosa)\n" -#: rs02-verify.c:1037 rs03-verify.c:848 +#: rs02-verify.c:1029 rs03-verify.c:842 #, c-format msgid "- data md5sum : %s\n" msgstr "- dati md5sum : %s\n" -#: rs02-verify.c:1049 +#: rs02-verify.c:1041 #, c-format msgid "- crc md5sum : %s (good)\n" msgstr "- crc md5sum : %s (buona)\n" -#: rs02-verify.c:1054 +#: rs02-verify.c:1046 #, c-format msgid "* crc md5sum : %s (BAD)\n" msgstr "* crc md5sum : %s (Difettosa)\n" -#: rs02-verify.c:1062 +#: rs02-verify.c:1054 #, c-format msgid "- crc md5sum : %s\n" msgstr "- crc md5sum : %s\n" -#: rs02-verify.c:1079 +#: rs02-verify.c:1071 #, c-format msgid "* ecc md5sum : %s (BAD)\n" msgstr "* ecc md5sum : %s (Difettosa)\n" -#: rs02-verify.c:1087 +#: rs02-verify.c:1079 #, c-format msgid "- ecc md5sum : %s\n" msgstr "- Ecc-md5sum : %s\n" -#: rs02-verify.c:1106 rs03-verify.c:893 +#: rs02-verify.c:1098 rs03-verify.c:887 #, c-format msgid "Good error correction data." msgstr "" -#: rs02-verify.c:1110 rs03-verify.c:1311 +#: rs02-verify.c:1102 rs03-verify.c:1305 #, c-format msgid "Full data recovery is likely." msgstr "" -#: rs02-verify.c:1113 rs03-verify.c:1314 +#: rs02-verify.c:1105 rs03-verify.c:1308 #, c-format msgid "Full data recovery is NOT possible." msgstr "" @@ -4455,19 +4473,19 @@ msgstr "" msgid "1. Preparing image:" msgstr "" -#: rs02-window.c:711 +#: rs02-window.c:745 msgid "Maximum image size" msgstr "" -#: rs02-window.c:723 +#: rs02-window.c:757 msgid "Using the smallest possible size from table" msgstr "" -#: rs02-window.c:723 +#: rs02-window.c:757 msgid "Use smallest possible size from following table (in sectors):" msgstr "" -#: rs02-window.c:747 +#: rs02-window.c:781 msgid "" "Determine augmented image size from table\n" "\n" @@ -4476,17 +4494,17 @@ msgid "" "In order to pick a suitable medium the available media capacities must be known. Default sizes for CD and one/two layered DVD and BD are given in the table. You can edit these sizes according to your needs." msgstr "" -#: rs02-window.c:766 +#: rs02-window.c:800 msgid "CD-R / CD-RW:" msgstr "" -#: rs02-window.c:777 rs02-window.c:796 rs02-window.c:837 rs02-window.c:856 -#: rs02-window.c:897 rs02-window.c:916 rs02-window.c:957 rs02-window.c:976 -#: rs02-window.c:1016 rs02-window.c:1035 +#: rs02-window.c:811 rs02-window.c:830 rs02-window.c:871 rs02-window.c:890 +#: rs02-window.c:931 rs02-window.c:950 rs02-window.c:991 rs02-window.c:1010 +#: rs02-window.c:1050 rs02-window.c:1069 rs02-window.c:1109 rs02-window.c:1128 msgid "query medium" msgstr "" -#: rs02-window.c:808 +#: rs02-window.c:842 #, c-format msgid "" "CD medium size\n" @@ -4500,11 +4518,11 @@ msgid "" "Even if this limit is not reached the augmented image may be a few sectors smaller than specified for technical reasons." msgstr "" -#: rs02-window.c:826 +#: rs02-window.c:860 msgid "DVD 1 layer:" msgstr "" -#: rs02-window.c:868 +#: rs02-window.c:902 #, c-format msgid "" "Single layer DVD medium size\n" @@ -4518,11 +4536,11 @@ msgid "" "Even if this limit is not reached the augmented image may be a few sectors smaller than specified for technical reasons." msgstr "" -#: rs02-window.c:886 +#: rs02-window.c:920 msgid "DVD 2 layers:" msgstr "" -#: rs02-window.c:928 +#: rs02-window.c:962 #, c-format msgid "" "Two layered DVD medium size\n" @@ -4536,11 +4554,11 @@ msgid "" "Even if this limit is not reached the augmented image may be a few sectors smaller than specified for technical reasons." msgstr "" -#: rs02-window.c:946 +#: rs02-window.c:980 msgid "BD 1 layer:" msgstr "" -#: rs02-window.c:988 +#: rs02-window.c:1022 #, c-format msgid "" "Single layer BD medium size\n" @@ -4554,11 +4572,11 @@ msgid "" "Even if this limit is not reached the augmented image may be a few sectors smaller than specified for technical reasons." msgstr "" -#: rs02-window.c:1005 +#: rs02-window.c:1039 msgid "BD 2 layers:" msgstr "" -#: rs02-window.c:1047 +#: rs02-window.c:1081 #, c-format msgid "" "Two layered BD medium size\n" @@ -4572,11 +4590,29 @@ msgid "" "Even if this limit is not reached the augmented image may be a few sectors smaller than specified for technical reasons." msgstr "" -#: rs02-window.c:1102 +#: rs02-window.c:1098 +msgid "BDXL 3 layers:" +msgstr "" + +#: rs02-window.c:1140 +#, c-format +msgid "" +"Three layered BDXL medium size\n" +"\n" +"This is the maximum capacity assumed for three layered BDXL media. Images exceeding the smaller media sizes but smaller than this value will be augmented with error correction information so that they will fit on the specified BD.\n" +"\n" +"You can enter the medium size in sectors of 2K each, or press the \"query medium\" button to use the size of a blank medium currently inserted in the selected drive.\n" +"Use the arrow button to revert to the last saved value.\n" +"\n" +"Please note that augmented images will at most triple in size as the highest possible redundancy is 200%%.\n" +"Even if this limit is not reached the augmented image may be a few sectors smaller than specified for technical reasons." +msgstr "" + +#: rs02-window.c:1198 msgid "sectors." msgstr "" -#: rs02-window.c:1115 +#: rs02-window.c:1211 #, c-format msgid "" "Use at most ... sectors\n" @@ -4588,47 +4624,47 @@ msgid "" "Even if this limit is not reached the augmented image may be a few sectors smaller than specified for technical reasons." msgstr "" -#: rs03-common.c:428 +#: rs03-common.c:440 #, c-format msgid "Image file %s not present." msgstr "File immagine %s non presente." -#: rs03-common.c:445 +#: rs03-common.c:457 #, c-format msgid "Redundancy %4.1f%% out of useful range [3.2%%..200%%]" msgstr "" -#: rs03-common.c:475 +#: rs03-common.c:487 #, c-format msgid "Redundancy %d out of useful range [8..170]." msgstr "" -#: rs03-common.c:513 +#: rs03-common.c:525 #, c-format msgid "Medium size smaller than image size (%lld < %lld)" msgstr "" -#: rs03-create.c:384 +#: rs03-create.c:407 #, c-format msgid "Failed expanding the ecc file: %s\n" msgstr "" -#: rs03-create.c:385 +#: rs03-create.c:408 #, c-format msgid "Preparing ecc file: %3d%%" msgstr "" -#: rs03-create.c:390 +#: rs03-create.c:413 #, c-format msgid "Preparing image: %3d%%" msgstr "" -#: rs03-create.c:628 +#: rs03-create.c:652 #, c-format msgid "Failed mmap()ing layer %d: %s\n" msgstr "" -#: rs03-create.c:657 +#: rs03-create.c:681 #, c-format msgid "" "Incomplete image\n" @@ -4640,7 +4676,7 @@ msgid "" "Exiting and removing partial error correction data." msgstr "" -#: rs03-create.c:665 +#: rs03-create.c:689 msgid "" "\n" "This image was probably mastered from defective source(s).\n" @@ -4648,44 +4684,44 @@ msgid "" "\n" msgstr "" -#: rs03-create.c:870 +#: rs03-create.c:894 msgid "CPU bound" msgstr "" -#: rs03-create.c:874 +#: rs03-create.c:898 msgid "I/O bound" msgstr "" -#: rs03-create.c:1082 +#: rs03-create.c:1105 #, c-format msgid "%5.2fMiB/s current" msgstr "" -#: rs03-create.c:1130 +#: rs03-create.c:1153 #, c-format msgid "%d threads with %s encoding and %s I/O" msgstr "" -#: rs03-create.c:1276 +#: rs03-create.c:1299 #, c-format msgid "Encoding with Method RS03: %lld MiB data, %lld MiB ecc (%d roots; %4.1f%% redundancy)." msgstr "" -#: rs03-create.c:1294 +#: rs03-create.c:1317 #, c-format msgid "" "Augmenting image with Method RS03 [%d threads, %s, %s I/O]:\n" "%lld MiB data, %lld MiB ecc (%d roots; %4.1f%% redundancy)." msgstr "" -#: rs03-create.c:1299 +#: rs03-create.c:1322 #, c-format msgid "" "Creating the error correction file with Method RS03 [%d threads, %s, %s I/O]:\n" "%lld MiB data, %lld MiB ecc (%d roots; %4.1f%% redundancy)." msgstr "" -#: rs03-create.c:1310 +#: rs03-create.c:1333 #, c-format msgid "" "Not enough space on medium left for error correction data.\n" @@ -4694,17 +4730,17 @@ msgid "" "an option, please create a separate error correction file." msgstr "" -#: rs03-create.c:1354 +#: rs03-create.c:1377 #, c-format msgid "Avg performance: %5.2fs (%5.2fMiB/s) total\n" msgstr "" -#: rs03-create.c:1357 +#: rs03-create.c:1380 #, c-format msgid "%5.2fMiB/s average" msgstr "" -#: rs03-create.c:1359 +#: rs03-create.c:1382 #, c-format msgid "%d times CPU bound; %d times I/O bound" msgstr "" @@ -4909,11 +4945,11 @@ msgstr "" msgid "Data integrity" msgstr "" -#: rs03-verify.c:337 rs03-verify.c:1271 +#: rs03-verify.c:337 rs03-verify.c:1265 msgid "Ecc block test:" msgstr "" -#: rs03-verify.c:492 rs03-verify.c:695 rs03-verify.c:1198 +#: rs03-verify.c:492 rs03-verify.c:697 rs03-verify.c:1192 msgid "Checking the image and error correction files." msgstr "" @@ -4930,7 +4966,7 @@ msgstr "" msgid "* Ecc block test : out of memory; try reducing sector prefetch!\n" msgstr "" -#: rs03-verify.c:591 +#: rs03-verify.c:591 rs03-verify.c:1161 #, c-format msgid "%d%% tested" msgstr "" @@ -4968,63 +5004,58 @@ msgstr "" msgid "* Ecc block test : %lld good, %lld bad; %lld bad sub blocks\n" msgstr "" -#: rs03-verify.c:698 +#: rs03-verify.c:700 #, c-format msgid "%s present.\n" msgstr "" -#: rs03-verify.c:716 +#: rs03-verify.c:718 msgid "" "\n" "Error correction properties:\n" msgstr "" -#: rs03-verify.c:728 +#: rs03-verify.c:730 #, c-format msgid "Ecc file is %lld sectors shorter than expected." msgstr "" -#: rs03-verify.c:730 +#: rs03-verify.c:732 #, c-format msgid "Ecc file is %lld sectors longer than expected." msgstr "" -#: rs03-verify.c:736 +#: rs03-verify.c:738 #, c-format msgid "* Warning : %s\n" msgstr "" -#: rs03-verify.c:745 +#: rs03-verify.c:747 msgid "- type : Error correction file\n" msgstr "" -#: rs03-verify.c:746 +#: rs03-verify.c:748 msgid "- type : Augmented image\n" msgstr "" -#: rs03-verify.c:750 +#: rs03-verify.c:752 msgid "Error correction file" msgstr "" -#: rs03-verify.c:751 +#: rs03-verify.c:753 msgid "Augmented image" msgstr "" -#: rs03-verify.c:786 +#: rs03-verify.c:782 rs03-verify.c:792 msgid "- created by : dvdisaster" msgstr "" -#: rs03-verify.c:799 -#, c-format -msgid "- created by : dvdisaster-%d.%d\n" -msgstr "" - -#: rs03-verify.c:818 +#: rs03-verify.c:812 #, c-format msgid "- requires : dvdisaster-%s\n" msgstr "" -#: rs03-verify.c:824 +#: rs03-verify.c:818 #, c-format msgid "" "* requires : dvdisaster-%s (BAD)\n" @@ -5032,127 +5063,127 @@ msgid "" "* : Please visit http://www.dvdisaster.org for an upgrade.\n" msgstr "" -#: rs03-verify.c:846 +#: rs03-verify.c:840 msgid "none available" msgstr "" -#: rs03-verify.c:902 +#: rs03-verify.c:896 msgid "" "\n" "Data integrity:\n" msgstr "" -#: rs03-verify.c:929 +#: rs03-verify.c:923 #, c-format msgid "%lld in image; %lld in ecc file" msgstr "" -#: rs03-verify.c:932 +#: rs03-verify.c:926 #, c-format msgid "%lld sectors + %d bytes in image; %lld in ecc file" msgstr "" -#: rs03-verify.c:937 +#: rs03-verify.c:931 #, c-format msgid "- sectors : %lld in image; " msgstr "" -#: rs03-verify.c:938 +#: rs03-verify.c:932 #, c-format msgid "- sectors : %lld sectors + %d bytes in image; " msgstr "" -#: rs03-verify.c:940 +#: rs03-verify.c:934 #, c-format msgid "%lld in ecc file\n" msgstr "" -#: rs03-verify.c:944 +#: rs03-verify.c:938 #, c-format msgid "%lld total / %lld data" msgstr "" -#: rs03-verify.c:946 +#: rs03-verify.c:940 #, c-format msgid "- medium sectors : %lld total / %lld data\n" msgstr "" -#: rs03-verify.c:962 +#: rs03-verify.c:956 #, c-format msgid "%s (%s expected)" msgstr "" -#: rs03-verify.c:967 +#: rs03-verify.c:961 #, c-format msgid "Image file is %d bytes shorter than expected." msgstr "" -#: rs03-verify.c:969 +#: rs03-verify.c:963 #, c-format msgid "Image file is %d bytes longer than expected." msgstr "" -#: rs03-verify.c:982 +#: rs03-verify.c:976 #, c-format msgid "* sectors : %s (%s expected); %lld sectors in ecc file\n" msgstr "" -#: rs03-verify.c:985 +#: rs03-verify.c:979 #, c-format msgid "* medium sectors : %s (%s expected)\n" msgstr "" -#: rs03-verify.c:1009 +#: rs03-verify.c:1003 #, c-format msgid "Failed seeking to start of ecc file: %s\n" msgstr "" -#: rs03-verify.c:1107 +#: rs03-verify.c:1101 msgid " (in ecc file)" msgstr "" -#: rs03-verify.c:1115 +#: rs03-verify.c:1109 #, c-format msgid "* missing sector : %lld%s\n" msgstr "" -#: rs03-verify.c:1116 +#: rs03-verify.c:1110 #, c-format msgid "* missing sectors : %lld - %lld%s\n" msgstr "" -#: rs03-verify.c:1177 rs03-verify.c:1216 +#: rs03-verify.c:1171 rs03-verify.c:1210 #, c-format msgid "%lld sectors missing; %lld signature errors" msgstr "" -#: rs03-verify.c:1201 +#: rs03-verify.c:1195 msgid "Error correction file:" msgstr "" -#: rs03-verify.c:1232 +#: rs03-verify.c:1226 #, c-format msgid "" "- good image/file : all sectors present\n" "- data md5sum : %s\n" msgstr "" -#: rs03-verify.c:1236 +#: rs03-verify.c:1230 #, c-format msgid "* BAD image/file : %lld sectors missing\n" msgstr "" -#: rs03-verify.c:1250 +#: rs03-verify.c:1244 #, c-format msgid " ... crc section : %lld sectors missing; %lld signature errors\n" msgstr "" -#: rs03-verify.c:1277 +#: rs03-verify.c:1271 #, c-format msgid "Skipped; not useful on known defective image" msgstr "" -#: rs03-verify.c:1280 +#: rs03-verify.c:1274 msgid "* Ecc block test : skipped; not useful on defective image\n" msgstr "" @@ -5457,32 +5488,32 @@ msgstr "" msgid "Waiting 10 seconds for drive: %d\n" msgstr "" -#: scsi-layer.c:2481 +#: scsi-layer.c:2465 #, c-format msgid "Sectors %lld - %lld: %s\n" msgstr "" -#: scsi-layer.c:2495 +#: scsi-layer.c:2479 #, c-format msgid "Sector %lld, try %d: %s Sector returned: %d.\n" msgstr "" -#: scsi-layer.c:2501 +#: scsi-layer.c:2485 #, c-format msgid "Sector %lld, try %d: %s\n" msgstr "" -#: scsi-layer.c:2512 +#: scsi-layer.c:2496 #, c-format msgid "Sector %lld, try %d: success\n" msgstr "" -#: scsi-layer.c:2583 +#: scsi-layer.c:2567 #, c-format msgid "Device %s: no medium present\n" msgstr "" -#: scsi-layer.c:2588 +#: scsi-layer.c:2572 #, c-format msgid "" "Device %s does not become ready:\n" @@ -5490,7 +5521,7 @@ msgid "" "\n" msgstr "" -#: scsi-layer.c:2594 +#: scsi-layer.c:2578 #, c-format msgid "" "\n" @@ -5499,52 +5530,52 @@ msgstr "" "\n" "Periferica: %s, %s\n" -#: scsi-layer.c:2601 +#: scsi-layer.c:2585 msgid "Drive failed to report media type." msgstr "" -#: scsi-layer.c:2612 scsi-layer.c:2710 +#: scsi-layer.c:2596 scsi-layer.c:2694 #, c-format msgid "This software does not support \"%s\" type media." msgstr "" -#: scsi-layer.c:2620 +#: scsi-layer.c:2604 #, c-format msgid "This software does not support multisession (%d sessions) media." msgstr "" -#: scsi-layer.c:2651 scsi-layer.c:2660 +#: scsi-layer.c:2635 scsi-layer.c:2644 msgid "Using READ CD" msgstr "" -#: scsi-layer.c:2652 +#: scsi-layer.c:2636 msgid ", RAW reading" msgstr "" -#: scsi-layer.c:2655 +#: scsi-layer.c:2639 #, c-format msgid ", Mode page 1 ERP = %02xh" msgstr "" -#: scsi-layer.c:2658 +#: scsi-layer.c:2642 msgid ", C2 scanning" msgstr "" -#: scsi-layer.c:2665 +#: scsi-layer.c:2649 msgid "Using READ(10).\n" msgstr "" -#: scsi-layer.c:2687 +#: scsi-layer.c:2671 #, c-format msgid "Medium: %s, %lld sectors%s" msgstr "Supporto: %s, %lld settori%s" -#: scsi-layer.c:2691 +#: scsi-layer.c:2675 #, c-format msgid "Medium \"%s\": %s, %lld sectors%s created %s" msgstr "Supporto \"%s\": %s, %lld settori%s creato %s" -#: scsi-layer.c:2717 +#: scsi-layer.c:2701 msgid "This software does not support encrypted media.\n" msgstr "" @@ -5616,49 +5647,50 @@ msgid "Example disc" msgstr "" #: welcome-window.c:80 -msgid "- New multithreaded codec (RS03)." +msgid "- Added support for BDXL-TL 100GB media" msgstr "" #: welcome-window.c:81 -msgid "- Completely reworked online manual." +msgid "- Optimized ecc generation when medium was previously read\n" msgstr "" -#: welcome-window.c:82 -msgid "- Switched license to GPLv3.\n" -msgstr "" - -#: welcome-window.c:84 +#: welcome-window.c:83 msgid "" "Please note:\n" +"This is a pre-release for expert users.\n" +"It may contain unfinished features.\n" "Adaptive reading is unavailable in this version.\n" "It will be re-introduced in one of the next releases." msgstr "" -#: welcome-window.c:90 +#: welcome-window.c:91 msgid "Show this message again" msgstr "" -#: welcome-window.c:136 +#: welcome-window.c:137 msgid "Welcome to dvdisaster!" msgstr "" -#: welcome-window.c:138 +#: welcome-window.c:139 msgid "" "\n" "dvdisaster creates error correction data to protect\n" "optical media (CD,DVD,BD) against data loss.\n" msgstr "" -#: welcome-window.c:141 +#: welcome-window.c:142 msgid "" "Please see the [manual] for typical uses of dvdisaster.\n" "\n" msgstr "" -#: welcome-window.c:144 +#: welcome-window.c:145 msgid "New in this Version:" msgstr "" +#~ msgid "created by dvdisaster-%d.%d\n" +#~ msgstr "Creato da dvdisaster-%d.%d\n" + #~ msgid " --random-errors r,e seed image with (correctable) random errors\n" #~ msgstr " --random-errors r,e inserisce nell'immagine errori casuali (correggibili)\n" diff --git a/locale/pt_BR.po b/locale/pt_BR.po index b557c84..21ea77b 100644 --- a/locale/pt_BR.po +++ b/locale/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: dvdisaster 0.72.rc2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-12-15 16:39+0100\n" +"POT-Creation-Date: 2017-11-17 09:59+0000\n" "PO-Revision-Date: 2010-06-09 11:13+0200\n" "Last-Translator: cg \n" "Language-Team: Portuguese\n" @@ -17,7 +17,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: closure.c:334 +#: closure.c:337 #, c-format msgid "" "# dvdisaster-%s configuration file\n" @@ -30,15 +30,15 @@ msgstr "" "# que será sobreescrevido toda vez que o dvdisaster rodar.\n" "\n" -#: closure.c:533 +#: closure.c:546 msgid "medium.iso" msgstr "midia.iso" -#: closure.c:534 +#: closure.c:547 msgid "medium.ecc" msgstr "midia.ecc" -#: closure.c:535 +#: closure.c:548 msgid "sector-" msgstr "setor-" @@ -55,17 +55,17 @@ msgid "" msgstr "" #: debug.c:103 debug.c:191 debug.c:239 debug.c:363 debug.c:707 debug.c:807 -#: debug.c:850 debug.c:1181 debug.c:1189 debug.c:1266 rs01-common.c:166 -#: rs02-common.c:235 rs02-create.c:344 rs02-create.c:990 rs02-fix.c:380 -#: rs02-verify.c:395 rs03-common.c:328 rs03-create.c:696 rs03-create.c:721 -#: rs03-recognize.c:548 +#: debug.c:850 debug.c:1181 debug.c:1189 debug.c:1266 rs01-common.c:175 +#: rs02-common.c:239 rs02-create.c:350 rs02-create.c:997 rs02-fix.c:380 +#: rs02-verify.c:395 rs03-common.c:340 rs03-create.c:720 rs03-create.c:745 +#: rs03-recognize.c:549 #, c-format msgid "Failed seeking to sector %lld in image: %s" msgstr "Falha ao ir para o setor %lld da imagem: %s" #: debug.c:111 debug.c:196 debug.c:243 debug.c:368 debug.c:545 debug.c:662 -#: debug.c:713 debug.c:1193 debug.c:1270 debug.c:1310 rs02-create.c:367 -#: rs02-create.c:393 rs02-create.c:993 rs03-create.c:701 rs03-create.c:725 +#: debug.c:713 debug.c:1193 debug.c:1270 debug.c:1310 rs02-create.c:373 +#: rs02-create.c:399 rs02-create.c:1000 rs03-create.c:725 rs03-create.c:749 #: udf.c:827 udf.c:885 udf.c:942 udf.c:955 udf.c:960 udf.c:963 udf.c:966 #: udf.c:969 udf.c:972 udf.c:975 #, c-format @@ -110,9 +110,9 @@ msgstr "" #: debug.c:443 debug.c:501 debug.c:565 debug.c:606 debug.c:689 debug.c:795 #: debug.c:836 debug.c:882 debug.c:936 debug.c:1161 debug.c:1169 debug.c:1225 #: debug.c:1230 raw-editor.c:363 read-adaptive.c:73 read-adaptive.c:93 -#: read-adaptive.c:1440 read-adaptive.c:1472 read-linear.c:275 -#: read-linear.c:277 read-linear.c:309 read-linear.c:311 rs01-create.c:278 -#: rs03-create.c:1265 +#: read-adaptive.c:1440 read-adaptive.c:1472 read-linear.c:267 +#: read-linear.c:269 read-linear.c:301 read-linear.c:303 rs01-create.c:278 +#: rs03-create.c:1288 #, c-format msgid "" "Can't open %s:\n" @@ -147,8 +147,8 @@ msgstr "O valor do byte deve estar no intervalo [0..255]" msgid "Setting byte %d in sector %lld to value %d.\n" msgstr "Atribuindo ao byte %d no setor %lld o valor %d.\n" -#: debug.c:477 debug.c:531 debug.c:694 rs02-create.c:190 rs02-verify.c:693 -#: rs03-verify.c:1005 +#: debug.c:477 debug.c:531 debug.c:694 rs02-create.c:193 rs02-verify.c:694 +#: rs03-verify.c:999 #, c-format msgid "Failed seeking to start of image: %s\n" msgstr "Falha ao ir para o início da imagm: %s\n" @@ -177,9 +177,9 @@ msgstr "O novo tamanho deve estar no intervalo [0..%lld].\n" msgid "Truncating image to %lld sectors.\n" msgstr "Truncando imagem para %lld setores.\n" -#: debug.c:579 read-linear.c:1406 rs01-fix.c:212 rs01-fix.c:234 rs01-fix.c:250 -#: rs01-fix.c:284 rs02-create.c:105 rs02-create.c:151 rs02-fix.c:242 -#: rs02-fix.c:261 rs02-fix.c:274 rs03-create.c:237 rs03-create.c:316 +#: debug.c:579 read-linear.c:1393 rs01-fix.c:212 rs01-fix.c:234 rs01-fix.c:250 +#: rs01-fix.c:284 rs02-create.c:108 rs02-create.c:154 rs02-fix.c:242 +#: rs02-fix.c:261 rs02-fix.c:274 rs03-create.c:240 rs03-create.c:319 #: rs03-fix.c:266 rs03-fix.c:301 rs03-fix.c:322 rs03-fix.c:337 #, c-format msgid "Could not truncate %s: %s\n" @@ -232,8 +232,8 @@ msgid "%lld \"unreadable sector\" markers replaced.\n" msgstr "%lld marcadores \"setor-ilegível\" substituidos.\n" #: debug.c:811 debug.c:854 debug.c:1185 debug.c:1252 debug.c:1256 debug.c:1306 -#: rs01-common.c:182 rs02-common.c:240 rs02-create.c:207 rs02-fix.c:383 -#: rs03-common.c:333 rs03-recognize.c:553 +#: rs01-common.c:191 rs02-common.c:244 rs02-create.c:210 rs02-fix.c:383 +#: rs03-common.c:345 rs03-recognize.c:554 #, c-format msgid "Failed reading sector %lld in image: %s" msgstr "Falha ao ler setor %lld da imagem: %s" @@ -392,83 +392,83 @@ msgstr "" #. TRANSLATORS: #. This is a dummy entry which is supposed to translate into "ok". #. Please do not return anything else here. -#: dvdisaster.c:143 dvdisaster.c:155 +#: dvdisaster.c:145 dvdisaster.c:157 msgid "test phrase for verifying the locale installation" msgstr "ok" -#: dvdisaster.c:332 +#: dvdisaster.c:338 msgid "-o/--ecc-target expects 'file' or 'image'" msgstr "" -#: dvdisaster.c:358 +#: dvdisaster.c:364 #, c-format msgid "--threads must be 1..%d\n" msgstr "--threads devem ser de 1..%d\n" -#: dvdisaster.c:372 +#: dvdisaster.c:378 msgid "--cache-size must at least be 8MiB; 16MiB or higher is recommended." msgstr "--cache-size deve ser pelo menos 8MiB; 16MiB ou mais são recomendados." -#: dvdisaster.c:374 +#: dvdisaster.c:380 #, c-format msgid "--cache-size maximum is %dMiB." msgstr "" -#: dvdisaster.c:397 +#: dvdisaster.c:403 msgid "--encoding-algorithm: SSE2 not supported on this processor!" msgstr "" -#: dvdisaster.c:401 +#: dvdisaster.c:407 msgid "--encoding-algorithm: valid types are 32bit, 64bit, SSE2" msgstr "" -#: dvdisaster.c:408 +#: dvdisaster.c:414 msgid "--encoding-algorithm: AltiVec not supported on this processor!" msgstr "" -#: dvdisaster.c:412 +#: dvdisaster.c:418 msgid "--encoding-algorithm: valid types are 32bit, 64bit, AltiVec" msgstr "" -#: dvdisaster.c:415 +#: dvdisaster.c:421 msgid "--encoding-algorithm: valid types are 32bit, 64bit" msgstr "" -#: dvdisaster.c:424 +#: dvdisaster.c:430 msgid "--encoding-io-strategy: mmap not supported on this OS" msgstr "" -#: dvdisaster.c:428 +#: dvdisaster.c:434 msgid "--encoding-io-strategy: valid types are readwrite and mmap" msgstr "" -#: dvdisaster.c:438 +#: dvdisaster.c:444 msgid "Valid args for --driver: sg,cdrom" msgstr "" -#: dvdisaster.c:440 +#: dvdisaster.c:446 msgid "--driver is only supported on GNU/Linux" msgstr "--driver suportado apenas no GNU/Linux" -#: dvdisaster.c:448 +#: dvdisaster.c:454 msgid "--fixed-speed-values is only allowed in debug mode" msgstr "" -#: dvdisaster.c:489 +#: dvdisaster.c:498 #, c-format msgid "--prefetch-sectors must be in range 32...%s" msgstr "" -#: dvdisaster.c:540 +#: dvdisaster.c:552 msgid "--set-version is only allowed in debug mode" msgstr "" -#: dvdisaster.c:647 +#: dvdisaster.c:659 #, c-format msgid "?? illegal getopt return value %d\n" msgstr "?? valor de retorno de getopt %d ilegal\n" -#: dvdisaster.c:738 main-window.c:154 +#: dvdisaster.c:750 main-window.c:150 #, c-format msgid "" "\n" @@ -479,7 +479,7 @@ msgstr "" "Método %s não disponível.\n" "Use -m sem parâmetros para uma lista de métodos.\n" -#: dvdisaster.c:749 rs01-create.c:260 rs02-create.c:1031 rs03-create.c:1233 +#: dvdisaster.c:761 rs01-create.c:260 rs02-create.c:1038 rs03-create.c:1256 #, c-format msgid "" "\n" @@ -488,25 +488,25 @@ msgstr "" "\n" "Abrindo %s" -#: dvdisaster.c:756 rs01-create.c:269 rs02-create.c:155 rs02-create.c:1041 -#: rs03-create.c:320 rs03-create.c:1248 +#: dvdisaster.c:768 rs01-create.c:269 rs02-create.c:158 rs02-create.c:1048 +#: rs03-create.c:323 rs03-create.c:1271 #, c-format msgid ": %lld medium sectors.\n" msgstr ": %lld setores da mídia.\n" -#: dvdisaster.c:757 rs01-create.c:270 rs02-create.c:156 rs02-create.c:1042 -#: rs03-create.c:321 rs03-create.c:1249 +#: dvdisaster.c:769 rs01-create.c:270 rs02-create.c:159 rs02-create.c:1049 +#: rs03-create.c:324 rs03-create.c:1272 #, c-format msgid ": %lld medium sectors and %d bytes.\n" msgstr ": %lld setores da mídia e %d bytes.\n" -#: dvdisaster.c:784 main-window.c:215 +#: dvdisaster.c:796 main-window.c:208 msgid "RS01 method not available for comparing files." msgstr "Método RS01 não está disponível para comparar arquivos." #. TRANSLATORS: Program options like -r and --read are not to be translated #. to avoid confusion when discussing the program in international forums. -#: dvdisaster.c:874 +#: dvdisaster.c:886 msgid "" "\n" "Common usage examples:\n" @@ -530,7 +530,7 @@ msgstr "" " dvdisaster -u,--unlink # Apaga arquivos .iso (quando outras ações estão completas)\n" "\n" -#: dvdisaster.c:883 +#: dvdisaster.c:895 #, c-format msgid "" "Drive and file specification:\n" @@ -541,233 +541,241 @@ msgid "" " -o,--ecc-target [file image] - where to put ecc data in RS03\n" msgstr "" -#: dvdisaster.c:893 +#: dvdisaster.c:905 msgid "Tweaking options (see manual before using!)\n" msgstr "Opções avançadas (leio o manual antes de usar!)\n" -#: dvdisaster.c:894 +#: dvdisaster.c:906 msgid " -a,--assume x,y,... - assume image is augmented with codec(s) x,y,...\n" msgstr "" -#: dvdisaster.c:895 +#: dvdisaster.c:907 msgid " -j,--jump n - jump n sectors forward after a read error (default: 16)\n" msgstr " -j,--jump n - pula n setores adiante após um erro de leitura (padrão: 16)\n" -#: dvdisaster.c:896 +#: dvdisaster.c:908 msgid " -m n - list/select error correction methods (default: RS01)\n" msgstr " -m n - lista/seleciona métodos de correção de erros (Padrão: (RS01)\n" -#: dvdisaster.c:897 +#: dvdisaster.c:909 #, c-format msgid "" " -n,--redundancy n%% - error correction data redundancy\n" " allowed values depend on codec (see manual)\n" msgstr "" -#: dvdisaster.c:899 +#: dvdisaster.c:911 msgid " -v,--verbose - more diagnostic messages\n" msgstr " -v,--verbose - mais mensagens de diagnóstico\n" -#: dvdisaster.c:900 +#: dvdisaster.c:912 msgid " -x,--threads n - use n threads for en-/decoding (if supported by codec)\n" msgstr "" -#: dvdisaster.c:901 +#: dvdisaster.c:913 msgid " --adaptive-read - use optimized strategy for reading damaged media\n" msgstr " --adaptive-read - usa estratégia otimizada para leitura de mídia danificada\n" -#: dvdisaster.c:902 +#: dvdisaster.c:914 msgid " --auto-suffix - automatically add .iso and .ecc file suffixes\n" msgstr " --auto-suffix - adiciona sufixos .iso e .ecc aos arquivos automaticamente\n" -#: dvdisaster.c:903 +#: dvdisaster.c:915 msgid " --cache-size n - image cache size in MiB during -c mode (default: 32MiB)\n" msgstr " --cache-size n - tamanho do cache da imagem em MiB durante o modo -c (padrão: 32MiB)\n" -#: dvdisaster.c:904 +#: dvdisaster.c:916 msgid " --dao - assume DAO disc; do not trim image end\n" msgstr " --dao - assume que é um disco DAO; não cortar o fim da imagem\n" -#: dvdisaster.c:905 +#: dvdisaster.c:917 msgid " --defective-dump d - directory for saving incomplete raw sectors\n" msgstr " --defective-dump d - diretório para salvar setores raw incompletos\n" -#: dvdisaster.c:907 +#: dvdisaster.c:919 msgid " --driver=sg/cdrom - use sg(default) or alternative cdrom driver (see man page!)\n" msgstr "" -#: dvdisaster.c:909 +#: dvdisaster.c:921 msgid " --eject - eject medium after successful read\n" msgstr " --eject - ejeta a mídia após uma leitura bem-sucedida\n" -#: dvdisaster.c:910 +#: dvdisaster.c:922 msgid " --encoding-algorithm n - possible values: 32bit,64bit,SSE2,AltiVec\n" msgstr "" -#: dvdisaster.c:911 +#: dvdisaster.c:923 msgid " --encoding-io-strategy n - possible values: readwrite, mmap\n" msgstr "" -#: dvdisaster.c:912 +#: dvdisaster.c:924 msgid " --fill-unreadable n - fill unreadable sectors with byte n\n" msgstr " --fill-unreadable n - preenche setores ilegíveis com o byte n\n" -#: dvdisaster.c:913 +#: dvdisaster.c:925 msgid " --ignore-fatal-sense - continue reading after potentially fatal error conditon\n" msgstr " --ignore-fatal-sense - continua a leitura após condição de erro possivelmente fatal\n" -#: dvdisaster.c:914 +#: dvdisaster.c:926 msgid " --ignore-iso-size - ignore image size from ISO/UDF data (dangerous - see man page!)\n" msgstr "" -#: dvdisaster.c:915 +#: dvdisaster.c:927 msgid " --internal-rereads n - drive may attempt n rereads before reporting an error\n" msgstr " --internal-rereads n - o dispositivo pode tentar n re-leituras antes de reportar um erro\n" -#: dvdisaster.c:916 +#: dvdisaster.c:928 msgid " --medium-info - print info about medium in drive\n" msgstr "" -#: dvdisaster.c:917 +#: dvdisaster.c:929 +msgid " --no-progress - do not print progress information\n" +msgstr "" + +#: dvdisaster.c:930 msgid " --old-ds-marker - mark missing sectors compatible with dvdisaster <= 0.70\n" msgstr "" -#: dvdisaster.c:918 +#: dvdisaster.c:931 msgid " --prefetch-sectors n - prefetch n sectors for RS03 encoding (uses ~nMiB)\n" msgstr "" -#: dvdisaster.c:919 +#: dvdisaster.c:932 msgid " --raw-mode n - mode for raw reading CD media (20 or 21)\n" msgstr " --raw-mode n - modo para leitura de mídia CD em modo raw (20 ou 21)\n" -#: dvdisaster.c:920 +#: dvdisaster.c:933 msgid " --read-attempts n-m - attempts n upto m reads of a defective sector\n" msgstr " --read-attempts n-m - tenta de n a m leituras em um setor defeituoso\n" -#: dvdisaster.c:921 +#: dvdisaster.c:934 msgid " --read-medium n - read the whole medium up to n times\n" msgstr " --read-medium n - faz uma leitura em modo raw, se possível\n" -#: dvdisaster.c:922 +#: dvdisaster.c:935 msgid " --read-raw - performs read in raw mode if possible\n" msgstr "" -#: dvdisaster.c:923 +#: dvdisaster.c:936 +msgid " --regtest - tweaks output for compatibility with regtests\n" +msgstr "" + +#: dvdisaster.c:937 msgid " --resource-file p - get resource file from given path\n" msgstr "" -#: dvdisaster.c:924 +#: dvdisaster.c:938 msgid " --speed-warning n - print warning if speed changes by more than n percent\n" msgstr " --speed-warning n - mostra um aviso se a velocidade variar mais do que n porcento\n" -#: dvdisaster.c:925 +#: dvdisaster.c:939 msgid " --spinup-delay n - wait n seconds for drive to spin up\n" msgstr " --spinup-delay n - aguarda n segundos para que o drive gire\n" -#: dvdisaster.c:929 +#: dvdisaster.c:943 msgid "Debugging options (purposefully undocumented and possibly harmful)\n" msgstr "Opções de depuração (propositalmente não-documentadas e possivelmente perigosas)\n" -#: dvdisaster.c:930 +#: dvdisaster.c:944 msgid " --debug - enables the following options\n" msgstr " --debug - habilita as opções seguintes\n" -#: dvdisaster.c:931 +#: dvdisaster.c:945 msgid " --byteset s,i,b - set byte i in sector s to b\n" msgstr " --byteset s,i,b - define o byte i no setores s ao b\n" -#: dvdisaster.c:932 +#: dvdisaster.c:946 msgid " --cdump - creates C #include file dumps instead of hexdumps\n" msgstr " --cdump - creates C #include file dumps instead of hexdumps\n" -#: dvdisaster.c:933 +#: dvdisaster.c:947 msgid " --compare-images a,b - compare sectors in images a and b\n" msgstr " --compare-images a,b - compara os setores nas imagens a e b\n" -#: dvdisaster.c:934 +#: dvdisaster.c:948 msgid " --copy-sector a,n,b,m - copy sector n from image a to sector m in image b\n" msgstr " --copy-sector a,n,b,m - copia o setor n da imagem a para o setor m da imagem b\n" -#: dvdisaster.c:935 +#: dvdisaster.c:949 msgid " --erase sector - erase the given sector\n" msgstr " --erase setor - apaga o setor escolhido\n" -#: dvdisaster.c:936 +#: dvdisaster.c:950 msgid " --erase n-m - erase sectors n - m, inclusively\n" msgstr " --erase n-m - apaga os setores n a m (inclusivo)\n" -#: dvdisaster.c:937 +#: dvdisaster.c:951 msgid " --fixed-speed-values - output fixed speed values for better output diffing\n" msgstr "" -#: dvdisaster.c:938 +#: dvdisaster.c:952 msgid " --marked-image n - create image with n marked random sectors\n" msgstr " --marked-image a,b - mescla a imagem a com a b (a recebe os setores de b)\n" -#: dvdisaster.c:939 +#: dvdisaster.c:953 msgid " --merge-images a,b merge image a with b (a receives sectors from b)\n" msgstr "" -#: dvdisaster.c:940 +#: dvdisaster.c:954 msgid " --random-errors e - seed image with (correctable) random errors\n" msgstr "" -#: dvdisaster.c:941 +#: dvdisaster.c:955 msgid " --random-image n - create image with n sectors of random numbers\n" msgstr " --random-image n - cria um arquivo de imagem com n setores de números aleatórios\n" -#: dvdisaster.c:942 +#: dvdisaster.c:956 msgid " --random-seed n - random seed for built-in random number generator\n" msgstr " --random-seed n - semente aleatória para o gerador de números aleatórios\n" -#: dvdisaster.c:943 +#: dvdisaster.c:957 msgid " --raw-sector n - shows hexdump of the given raw sector from medium in drive\n" msgstr "" -#: dvdisaster.c:944 +#: dvdisaster.c:958 msgid " --read-sector n - shows hexdump of the given sector from medium in drive\n" msgstr "" -#: dvdisaster.c:945 +#: dvdisaster.c:959 msgid " --screen-shot - useful for generating screen shots\n" msgstr " --screen-shot - útil para gerar capturas de tela\n" -#: dvdisaster.c:946 +#: dvdisaster.c:960 msgid " --send-cdb arg - executes given cdb at drive; kills system if used wrong\n" msgstr " --send-cdb arg - executa o cdb escolhido no drive; para o sistema se usado deforma errada\n" -#: dvdisaster.c:947 +#: dvdisaster.c:961 msgid " --set-version - set program version for debugging purposes (dangerous!)\n" msgstr "" -#: dvdisaster.c:948 +#: dvdisaster.c:962 msgid " --show-header n - assumes given sector is a ecc header and prints it\n" msgstr "" -#: dvdisaster.c:949 +#: dvdisaster.c:963 msgid " --show-sector n - shows hexdump of the given sector in an image file\n" msgstr " --show-sector n - shows hexdump of the given sector in an image file\n" -#: dvdisaster.c:950 +#: dvdisaster.c:964 msgid " --sim-cd image - simulate a SCSI-Level CD with contents supplied by the ISO image\n" msgstr "" -#: dvdisaster.c:951 +#: dvdisaster.c:965 #, c-format msgid " --sim-defects n - simulate n%% defective sectors on medium\n" msgstr " --sim-defects n - simula n%% setores defeituosos na mídia\n" -#: dvdisaster.c:952 +#: dvdisaster.c:966 msgid " --truncate n - truncates image to n sectors\n" msgstr " --truncate n - trunca a imagem para n setores\n" -#: dvdisaster.c:953 +#: dvdisaster.c:967 msgid "" " --zero-unreadable - replace the \"unreadable sector\" markers with zeros\n" "\n" msgstr " --zero-unreadable - substitui os marcadores \"setor-ilegível\" por zeros\n" -#: dvdisaster.c:982 +#: dvdisaster.c:996 msgid "Optical drive 52X FW 1.02" msgstr "Drive ótico 52X FW 1.02" @@ -869,15 +877,15 @@ msgstr "windowtitle|Sobre o dvdisaster" #: help-dialogs.c:727 msgid "" -"Modified version Copyright 2015 (please fill in - [directions])\n" -"Copyright 2004-2015 Carsten Gnoerlich" +"Modified version Copyright 2017 (please fill in - [directions])\n" +"Copyright 2004-2017 Carsten Gnoerlich" msgstr "" -"Versão modificada Copyright 2015 (por favor, preencha - [instruções])\n" -"Copyright 2004-2015 Carsten Gnoerlich" +"Versão modificada Copyright 2017 (por favor, preencha - [instruções])\n" +"Copyright 2004-2017 Carsten Gnoerlich" #: help-dialogs.c:731 misc.c:205 -msgid "Copyright 2004-2015 Carsten Gnoerlich" -msgstr "Copyright 2004-2015 Carsten Gnoerlich" +msgid "Copyright 2004-2017 Carsten Gnoerlich" +msgstr "Copyright 2004-2017 Carsten Gnoerlich" #: help-dialogs.c:738 msgid "" @@ -935,18 +943,24 @@ msgstr "" "\n" "NetBSD port por: Sergey Svishcheg <svs@ropnet.ru>" -#: image.c:150 image.c:154 +#: image.c:152 image.c:156 #, c-format msgid "Image file %s not present or permission denied.\n" msgstr "" -#: image.c:163 image.c:167 +#: image.c:165 image.c:169 msgid "" "\n" "Error correction file type unknown.\n" msgstr "" -#: image.c:176 image.c:181 +#: image.c:178 image.c:183 +msgid "" +"\n" +"Permission denied on ecc file (perhaps not writeable?).\n" +msgstr "" + +#: image.c:193 image.c:198 msgid "" "\n" "No error correction file present.\n" @@ -973,7 +987,7 @@ msgstr "" msgid "log: %s\n" msgstr "" -#: main-window.c:97 +#: main-window.c:94 msgid "" "The .iso image and error correction file\n" "must not be the same file!\n" @@ -983,7 +997,7 @@ msgid "" "please leave the error correction file name blank." msgstr "" -#: main-window.c:107 +#: main-window.c:104 msgid "" "The error correction file type must not be \".iso\".\n" "\n" @@ -992,91 +1006,91 @@ msgid "" "please leave the error correction file name blank." msgstr "" -#: main-window.c:180 +#: main-window.c:174 msgid "Internal error: No suitable method for repairing image." msgstr "" -#: main-window.c:283 +#: main-window.c:276 msgid "button|Read" msgstr "Ler" -#: main-window.c:286 +#: main-window.c:279 msgid "tooltip|Read Image" msgstr "Ler Imagem" -#: main-window.c:286 +#: main-window.c:279 msgid "Reads an optical disc image into a file (or tries to complete an existing image file)." msgstr "Lê uma imagem de CD/DVD e grava em um arquivo (ou tenta completar um arquivo de imagem existente)." -#: main-window.c:300 +#: main-window.c:293 msgid "button|Create" msgstr "Criar" -#: main-window.c:303 +#: main-window.c:296 msgid "tooltip|Create error correction data" msgstr "Cria dados de correção de erros" -#: main-window.c:303 +#: main-window.c:296 msgid "Creates error correction data. Requires an image file." msgstr "Cria dados de correção de erros. Requer um arquivo de imagem." -#: main-window.c:307 +#: main-window.c:300 msgid "button|Scan" msgstr "Escanear" -#: main-window.c:310 +#: main-window.c:303 msgid "tooltip|Scan medium" msgstr "Escaneia a mídia" -#: main-window.c:310 +#: main-window.c:303 msgid "Scans medium for unreadable sectors." msgstr "Escaneia na mídia setores ilegíveis." -#: main-window.c:314 +#: main-window.c:307 msgid "button|Fix" msgstr "Consertar" -#: main-window.c:317 +#: main-window.c:310 msgid "tooltip|Repair image" msgstr "Consertar imagem" -#: main-window.c:317 +#: main-window.c:310 msgid "Repairs an image. Requires an image file and error correction data." msgstr "Conserta uma imagem. Requer um arquivo de imagem e dados de correção de erros." -#: main-window.c:321 +#: main-window.c:314 msgid "button|Verify" msgstr "Verificar" -#: main-window.c:324 +#: main-window.c:317 msgid "tooltip|Consistency check" msgstr "Testar consistência" -#: main-window.c:324 +#: main-window.c:317 msgid "Tests consistency of error correction data and image file." msgstr "Testa a consistência dos dados de correção de erros e do arquivo de imagem." -#: main-window.c:328 +#: main-window.c:321 msgid "button|Stop" msgstr "Parar" -#: main-window.c:331 +#: main-window.c:324 msgid "tooltip|Abort action" msgstr "Cancela a ação" -#: main-window.c:331 +#: main-window.c:324 msgid "Aborts an ongoing action." msgstr "Cancela uma ação em andamento." -#: main-window.c:488 +#: main-window.c:481 msgid "tooltip|Protocol for current action" msgstr "Protocol para a ação atual" -#: main-window.c:489 +#: main-window.c:482 msgid "Displays additional information created during the current or last action." msgstr "Mostra informações adicionais criadas durante esta ou a última sessão." -#: main-window.c:498 +#: main-window.c:491 msgid "View log" msgstr "Ver log" @@ -1084,69 +1098,69 @@ msgstr "Ver log" msgid "Medium not present" msgstr "Mídia não presente" -#: medium-info.c:105 medium-info.c:358 +#: medium-info.c:106 medium-info.c:352 msgid "Physical medium info" msgstr "Informação da mídia física" -#: medium-info.c:127 medium-info.c:133 +#: medium-info.c:128 medium-info.c:134 msgid "empty" msgstr "vazia" -#: medium-info.c:128 +#: medium-info.c:129 msgid "appendable" msgstr "anexável" -#: medium-info.c:129 +#: medium-info.c:130 msgid "finalized" msgstr "finalizada" -#: medium-info.c:130 scsi-layer.c:98 +#: medium-info.c:131 scsi-layer.c:98 msgid "unknown" msgstr "desconhecida" -#: medium-info.c:134 +#: medium-info.c:135 msgid "incomplete" msgstr "incompleta" -#: medium-info.c:135 +#: medium-info.c:136 msgid "damaged" msgstr "danificada" -#: medium-info.c:136 rs02-verify.c:670 rs02-verify.c:877 rs02-verify.c:878 -#: rs02-verify.c:879 rs03-verify.c:1260 rs03-verify.c:1262 rs03-verify.c:1263 +#: medium-info.c:137 rs02-verify.c:671 rs02-verify.c:878 rs02-verify.c:879 +#: rs02-verify.c:880 rs03-verify.c:1254 rs03-verify.c:1256 rs03-verify.c:1257 msgid "complete" msgstr "completa" -#: medium-info.c:141 +#: medium-info.c:142 #, c-format msgid "%s (%d sessions; last session %s)\n" msgstr "%s (%d sessões; última sessão %s)\n" -#: medium-info.c:147 +#: medium-info.c:148 #, c-format msgid "%lld sectors (%lld MiB), from READ CAPACITY\n" msgstr "%lld setores (%lld MiB), da CAPACIDADE DE LEITURA\n" -#: medium-info.c:150 +#: medium-info.c:151 #, c-format msgid "%lld sectors (%lld MiB), from DVD structure\n" msgstr "%lld setores (%lld MiB), da estrutura do DVD\n" -#: medium-info.c:154 medium-info.c:204 +#: medium-info.c:155 medium-info.c:204 #, c-format msgid "%lld sectors (%lld MiB)\n" msgstr "%lld setores (%lld MiB)\n" -#: medium-info.c:166 medium-info.c:431 +#: medium-info.c:167 medium-info.c:425 msgid "Filesystem info" msgstr "Informação do sistema de arquivos" -#: medium-info.c:172 +#: medium-info.c:173 #, c-format msgid "%d sectors (%lld MiB)\n" msgstr "%d setores (%lld MiB)\n" -#: medium-info.c:194 medium-info.c:464 +#: medium-info.c:194 medium-info.c:458 msgid "Augmented image info" msgstr "Informação da imagem aumentada" @@ -1155,11 +1169,11 @@ msgstr "Informação da imagem aumentada" msgid "%s, %d roots, %4.1f%% redundancy.\n" msgstr "%s, %d raízes, %4.1f%% de redundância.\n" -#: medium-info.c:289 +#: medium-info.c:283 msgid "windowtitle|Medium info" msgstr "Informação da mídia" -#: medium-info.c:304 +#: medium-info.c:298 msgid "" "Medium info\n" "Properties of the currently inserted medium" @@ -1167,75 +1181,75 @@ msgstr "" "Informação da mídia\n" "Propriedades da mídia inserida atualmente" -#: medium-info.c:316 +#: medium-info.c:310 msgid "Drive selection" msgstr "Seleção de drive" -#: medium-info.c:323 +#: medium-info.c:317 msgid "Drive:" msgstr "Drive:" -#: medium-info.c:344 menubar.c:488 +#: medium-info.c:338 menubar.c:488 msgid "No drives found" msgstr "Nenhum drive encontrado" -#: medium-info.c:349 +#: medium-info.c:343 msgid " " msgstr " " -#: medium-info.c:352 +#: medium-info.c:346 msgid "Update medium info" msgstr "Atualizar informação da mídia" -#: medium-info.c:365 +#: medium-info.c:359 msgid "Medium type:" msgstr "Tipo de mídia:" -#: medium-info.c:373 +#: medium-info.c:367 msgid "Book type:" msgstr "Tipo de livro:" -#: medium-info.c:381 scsi-layer.c:2698 +#: medium-info.c:375 scsi-layer.c:2682 msgid "Manuf.-ID:" msgstr "ID do Manufatorador:" -#: medium-info.c:389 +#: medium-info.c:383 msgid "Drive profile:" msgstr "Perfil do drive:" -#: medium-info.c:397 +#: medium-info.c:391 msgid "Disc status:" msgstr "Estado do disco:" -#: medium-info.c:405 +#: medium-info.c:399 msgid "Used sectors:" msgstr "Setores usados:" -#: medium-info.c:421 +#: medium-info.c:415 msgid "Blank capacity:" msgstr "Espaço livre:" -#: medium-info.c:438 +#: medium-info.c:432 msgid "Medium label:" msgstr "Rótulo da mídia:" -#: medium-info.c:446 +#: medium-info.c:440 msgid "File system size:" msgstr "Tamanho do sistema de arquivos:" -#: medium-info.c:454 +#: medium-info.c:448 msgid "Creation time:" msgstr "Hora da criação:" -#: medium-info.c:471 +#: medium-info.c:465 msgid "Error correction data:" msgstr "Dados de correção de erros:" -#: medium-info.c:479 +#: medium-info.c:473 msgid "Augmented image size:" msgstr "Tamanho da imagem aumentada:" -#: medium-info.c:487 +#: medium-info.c:481 msgid "dvdisaster version:" msgstr "Versão do dvdisaster:" @@ -1431,11 +1445,11 @@ msgstr "" "\n" "Tradução para português por Pablo Almeida (pabloalmeidaff9@gmail.com)\n" -#: misc.c:513 +#: misc.c:519 msgid "Warning" msgstr "Alerta" -#: misc.c:588 misc.c:596 +#: misc.c:594 misc.c:602 msgid "" "\n" "*\n" @@ -1447,11 +1461,11 @@ msgstr "" "* dvdisaster - impossível continuar:\n" "*\n" -#: misc.c:1248 +#: misc.c:1254 msgid "Do not ask again" msgstr "" -#: misc.c:1269 +#: misc.c:1275 #, c-format msgid "" "Image file already exists and does not match the medium:\n" @@ -1461,7 +1475,7 @@ msgid "" "The existing image file will be deleted." msgstr "" -#: misc.c:1288 +#: misc.c:1294 #, c-format msgid "" "The error correction file is already present:\n" @@ -2481,8 +2495,8 @@ msgid "Raw sector does not belong to the selected image!" msgstr "O setor Raw não pertence à imagem selecionada!" #: raw-editor.c:389 read-adaptive.c:1252 read-adaptive.c:1323 -#: read-adaptive.c:1643 read-adaptive.c:1841 read-linear.c:398 -#: read-linear.c:658 read-linear.c:1001 rs01-fix.c:459 rs01-fix.c:719 +#: read-adaptive.c:1643 read-adaptive.c:1841 read-linear.c:390 +#: read-linear.c:645 read-linear.c:989 rs01-fix.c:459 rs01-fix.c:719 #: rs02-fix.c:749 rs03-fix.c:818 #, c-format msgid "Failed seeking to sector %lld in image [%s]: %s" @@ -2490,7 +2504,7 @@ msgstr "Falha ao pular para o setor %lld na imagem [%s]: %s" #: raw-editor.c:396 read-adaptive.c:1266 read-adaptive.c:1329 #: read-adaptive.c:1675 read-adaptive.c:1688 read-adaptive.c:1849 -#: read-linear.c:407 read-linear.c:665 rs01-fix.c:181 rs01-fix.c:466 +#: read-linear.c:399 read-linear.c:652 rs01-fix.c:181 rs01-fix.c:466 #, c-format msgid "Failed writing to sector %lld in image [%s]: %s" msgstr "Falha ao gravar no setor %lld da imagem [%s]: %s" @@ -2719,7 +2733,7 @@ msgstr " [Criando novo arquivo de cache %s]\n" msgid " [Appended %d/%d sectors to cache file %s; LBA=%lld, ssize=%d, %d sectors]\n" msgstr " [Anexados %d/%d setores ao arquivo de cache %s; LBA=%lld, ssize=%d, %d setores]\n" -#: read-adaptive.c:55 rs01-create.c:1015 +#: read-adaptive.c:55 rs01-create.c:1025 #, c-format msgid "" "Error closing error correction file:\n" @@ -2741,7 +2755,7 @@ msgstr "" "Impossível ler o cabeçalho do ecc:\n" "%s" -#: read-adaptive.c:119 read-linear.c:850 +#: read-adaptive.c:119 read-linear.c:838 #, c-format msgid "" "* Warning: This ecc file requires dvdisaster-%d.%d!\n" @@ -2751,14 +2765,14 @@ msgid "" "\n" msgstr "" -#: read-adaptive.c:152 rs01-common.c:80 rs01-common.c:222 rs01-create.c:297 -#: rs01-verify.c:820 +#: read-adaptive.c:152 rs01-common.c:80 rs01-common.c:231 rs01-create.c:299 +#: rs01-verify.c:810 #, c-format msgid "Failed skipping the ecc header: %s" msgstr "Falha ao pular o cabeçalho ecc: %s" -#: read-adaptive.c:161 read-adaptive.c:171 rs01-common.c:89 rs01-common.c:99 -#: rs01-common.c:332 +#: read-adaptive.c:161 read-adaptive.c:171 rs01-common.c:92 rs01-common.c:102 +#: rs01-common.c:341 #, c-format msgid "Error reading CRC information: %s" msgstr "Erro ao ler informação de CRC: %s" @@ -2777,7 +2791,7 @@ msgstr "Reparáveis: %2d.%1d%% (corrigíveis: %lld; lendo agora [%lld..%lld], ta msgid "Repairable: %2d.%1d%% (missing: %lld; now reading [%lld..%lld], size %lld)" msgstr "Reparáveis: %2d.%1d%% (desaparecidos: %lld; lendo agora [%lld..%lld], tamanho %lld)" -#: read-adaptive.c:653 read-linear.c:857 +#: read-adaptive.c:653 read-linear.c:845 #, c-format msgid "" "* Warning: This image requires dvdisaster-%d.%d!\n" @@ -2848,7 +2862,7 @@ msgstr "" "Impressões digitais da mídia e do arquivo ecc não batem.\n" "A mídia e o arquivo ecc não pertencem um ao outro.\n" -#: read-adaptive.c:860 read-linear.c:340 +#: read-adaptive.c:860 read-linear.c:332 msgid "Image file does not match the optical disc." msgstr "O arquivo de imagem não combina com o CD/DVD/BD." @@ -2873,7 +2887,7 @@ msgstr "Carregando dados CRC" msgid "Analysing existing image file" msgstr "Analisando arquivo de imagem existente" -#: read-adaptive.c:969 rs01-common.c:262 rs02-verify.c:724 +#: read-adaptive.c:969 rs01-common.c:271 rs02-verify.c:725 #, c-format msgid "premature end in image (only %d bytes): %s\n" msgstr "fim prematuro da imagem (apenas %d bytes): %s\n" @@ -2897,15 +2911,15 @@ msgstr "Analisando arquivo de imagem existente: %lld legíveis, %lld corrigívei msgid "Analysing existing image file: %lld readable, %lld still missing.\n" msgstr "Analisando arquivo de imagem existente: %lld legíveis, %lld ainda desaparecidos.\n" -#: read-adaptive.c:1202 read-linear.c:737 +#: read-adaptive.c:1202 read-linear.c:725 msgid "Ignore once" msgstr "Ignorar uma vez" -#: read-adaptive.c:1203 read-linear.c:738 +#: read-adaptive.c:1203 read-linear.c:726 msgid "Ignore always" msgstr "Ignorar sempre" -#: read-adaptive.c:1204 read-linear.c:739 +#: read-adaptive.c:1204 read-linear.c:727 msgid "Abort" msgstr "Abortar" @@ -2914,15 +2928,15 @@ msgstr "Abortar" msgid "Filling image area [%lld..%lld]" msgstr "Preenchendo área da imagem [%lld..%lld]" -#: read-adaptive.c:1360 read-linear.c:217 +#: read-adaptive.c:1360 read-linear.c:209 msgid "Reading aborted" msgstr "Leitura abortada" -#: read-adaptive.c:1363 read-linear.c:221 +#: read-adaptive.c:1363 read-linear.c:213 msgid "Preparing for reading the medium image." msgstr "Preparando para ler a imagem da mídia" -#: read-adaptive.c:1364 read-linear.c:214 read-linear.c:222 +#: read-adaptive.c:1364 read-linear.c:206 read-linear.c:214 msgid "Medium: not yet determined" msgstr "Mídia: ainda não determinada" @@ -2941,16 +2955,16 @@ msgid "" "* Please consider using linear reading instead.\n" msgstr "" -#: read-adaptive.c:1442 read-linear.c:279 +#: read-adaptive.c:1442 read-linear.c:271 #, c-format msgid "Creating new %s image.\n" msgstr "Criando nova imagem %s.\n" -#: read-adaptive.c:1446 read-linear.c:272 +#: read-adaptive.c:1446 read-linear.c:264 msgid "Reading new medium image." msgstr "Lendo a imagem da nova mídia." -#: read-adaptive.c:1466 read-linear.c:301 +#: read-adaptive.c:1466 read-linear.c:293 msgid "Completing existing medium image." msgstr "Completando a imagem da mídia existente." @@ -2962,7 +2976,7 @@ msgstr "" "\n" "Dados suficientes para reconstruir a imagem estão disponíveis.\n" -#: read-adaptive.c:1606 read-linear.c:1065 +#: read-adaptive.c:1606 read-linear.c:1053 #, c-format msgid "" "Sector %lld: %s\n" @@ -2973,7 +2987,7 @@ msgstr "" "Impossível se recuperar do erro acima.\n" "Use a opção --ignore-fatal-sense para passar direto." -#: read-adaptive.c:1611 read-linear.c:1070 +#: read-adaptive.c:1611 read-linear.c:1058 #, c-format msgid "" "Sector %lld: %s\n" @@ -2996,7 +3010,7 @@ msgstr "Erro de CRC no setor %lld\n" msgid "Sectors %lld-%lld: %s\n" msgstr "Setores %lld-%lld: %s\n" -#: read-adaptive.c:1833 read-linear.c:1253 scsi-layer.c:1741 +#: read-adaptive.c:1833 read-linear.c:1243 scsi-layer.c:1741 #, c-format msgid "Sector %lld: %s\n" msgstr "Setor %lld: %s\n" @@ -3076,7 +3090,7 @@ msgstr "Total recuperável: %d.%d%%" msgid "Aborted by unrecoverable error. %lld sectors read, %lld sectors unreadable/skipped so far." msgstr "Abortado devido a erro irrecuperável. %lld setores lidos, %lld setores ilegíveis pulados até agora." -#: read-linear.c:173 +#: read-linear.c:171 msgid "" "Automatic error correction file creation\n" "is only possible after a full reading pass.\n" @@ -3084,77 +3098,77 @@ msgstr "" "Criação automática de arquivos de criação de erros\n" "só é possível após um processo de leitura completo.\n" -#: read-linear.c:209 +#: read-linear.c:201 msgid "Scanning aborted" msgstr "Busca abortada" -#: read-linear.c:213 read-linear.c:244 +#: read-linear.c:205 read-linear.c:236 msgid "Scanning medium for read errors." msgstr "Escaneando a mídia para erros de leitura." -#: read-linear.c:251 read-linear.c:284 +#: read-linear.c:243 read-linear.c:276 msgid "Reading CRC information" msgstr "Lendo informações de CRC" -#: read-linear.c:347 +#: read-linear.c:339 #, c-format msgid "Reading aborted. Please select a different image file." msgstr "Leitura abortada. Por favor, selecione um arquivo de imagem diferente." -#: read-linear.c:366 +#: read-linear.c:358 #, c-format msgid "Completing image %s. Continuing with sector %lld.\n" msgstr "Completando a imagem %s. Continuando com o setor %lld.\n" -#: read-linear.c:372 +#: read-linear.c:364 #, c-format msgid "Completing image %s. Only missing sectors will be read.\n" msgstr "Completando a imagem %s. Apenas setores desaparecidos serão lidos.\n" -#: read-linear.c:455 read-linear.c:460 +#: read-linear.c:425 read-linear.c:433 msgid "Reading CRC information from ecc data" msgstr "Lendo informação de CRC dos dados ecc" -#: read-linear.c:480 +#: read-linear.c:459 msgid "done.\n" msgstr "pronto.\n" -#: read-linear.c:492 scsi-layer.c:2066 +#: read-linear.c:479 scsi-layer.c:2066 #, c-format msgid "Waiting %d seconds for drive to spin up...\n" msgstr "Aguardando %d segundos para que o drive gire...\n" -#: read-linear.c:514 read-linear-window.c:103 +#: read-linear.c:501 read-linear-window.c:103 #, c-format msgid "Unreadable / skipped sectors: %lld" msgstr "Setores ilegíveis / pulados: %lld" -#: read-linear.c:594 +#: read-linear.c:581 #, c-format msgid "Sector %lld: Speed increased to %4.1fx\n" msgstr "Setor %lld: Velocidade aumentada para %4.1fx\n" -#: read-linear.c:597 +#: read-linear.c:584 #, c-format msgid "Sector %lld: Speed dropped to %4.1fx\n" msgstr "Setor %lld: Velocidade caiu para %4.1fx\n" -#: read-linear.c:603 +#: read-linear.c:590 #, c-format msgid "Read position: %3d.%1d%% (nn.nx)" msgstr "" -#: read-linear.c:605 +#: read-linear.c:592 #, c-format msgid "Read position: %3d.%1d%% (%4.1fx)" msgstr "Posição de leitura: %3d.%1d%% (%4.1fx)" -#: read-linear.c:698 rs01-common.c:338 rs02-verify.c:769 rs03-verify.c:1132 +#: read-linear.c:686 rs01-common.c:347 rs02-verify.c:770 rs03-verify.c:1126 #, c-format msgid "* CRC error, sector: %lld\n" msgstr "* Erro de CRC, setor: %lld\n" -#: read-linear.c:826 +#: read-linear.c:814 #, c-format msgid "" "This ecc file requires dvdisaster-%d.%d!\n" @@ -3165,7 +3179,7 @@ msgid "" "\n" msgstr "" -#: read-linear.c:834 +#: read-linear.c:822 #, c-format msgid "" "This image requires dvdisaster-%d.%d!\n" @@ -3175,37 +3189,37 @@ msgid "" "\n" msgstr "" -#: read-linear.c:842 rs01-create.c:708 rs01-fix.c:202 rs01-fix.c:224 +#: read-linear.c:830 rs01-create.c:718 rs01-fix.c:202 rs01-fix.c:224 #: rs01-fix.c:269 rs01-fix.c:299 rs01-fix.c:316 rs01-fix.c:369 -#: rs01-verify.c:435 rs01-verify.c:839 rs02-create.c:115 rs02-fix.c:235 -#: rs02-fix.c:254 rs02-fix.c:339 rs02-verify.c:714 rs03-create.c:247 +#: rs01-verify.c:435 rs01-verify.c:829 rs02-create.c:118 rs02-fix.c:235 +#: rs02-fix.c:254 rs02-fix.c:339 rs02-verify.c:715 rs03-create.c:250 #: rs03-fix.c:251 rs03-fix.c:292 rs03-fix.c:313 rs03-fix.c:386 -#: rs03-verify.c:533 rs03-verify.c:1027 +#: rs03-verify.c:533 rs03-verify.c:1021 #, c-format msgid "Aborted by user request!" msgstr "Abortado pelo usuário!" -#: read-linear.c:956 read-linear.c:1080 +#: read-linear.c:944 read-linear.c:1068 #, c-format msgid "Aborted by user request! %lld sectors read, %lld sectors unreadable/skipped so far." msgstr "Abortado pelo usuário! %lld setores lidos, %lld setores ilegíveis/pulados até agora." -#: read-linear.c:1013 +#: read-linear.c:1001 #, c-format msgid "unexpected read error in image for sector %lld" msgstr "erro de leitura inesperado na imagem no setor %lld" -#: read-linear.c:1095 +#: read-linear.c:1083 #, c-format msgid "Sector %lld: %3d C2 errors.%s\n" msgstr "Setor %lld: %3d erros C2.%s\n" -#: read-linear.c:1225 +#: read-linear.c:1215 #, c-format msgid "Sector %lld: %s Skipping %d sectors.\n" msgstr "Setor %lld: %s Pulando %d setores.\n" -#: read-linear.c:1288 +#: read-linear.c:1278 #, c-format msgid "" "Trying to complete image, reading pass %d of %d.\n" @@ -3214,7 +3228,7 @@ msgstr "" "Tentando completar a imagem, processo de leitura %d de %d.\n" "%s" -#: read-linear.c:1290 +#: read-linear.c:1280 #, c-format msgid "" "\n" @@ -3223,66 +3237,66 @@ msgstr "" "\n" "Tentando completar a imagem, processo de leitura %d de %d.\n" -#: read-linear.c:1330 +#: read-linear.c:1317 #, c-format msgid "%lld sectors read. " msgstr "%lld setores lidos. " -#: read-linear.c:1331 +#: read-linear.c:1318 #, c-format msgid "%lld sectors read; %lld unreadable sectors." msgstr "%lld setores lidos; %lld setores ilegíveis." -#: read-linear.c:1343 +#: read-linear.c:1330 #, c-format msgid "All sectors successfully read, but wrong image length (%lld sectors difference)" msgstr "Todos os setores lidos com sucesso, mas o tamanho da imagem está errado (diferença de %lld setores)" -#: read-linear.c:1349 +#: read-linear.c:1336 msgid "All sectors successfully read, but wrong ecc md5sum." msgstr "" -#: read-linear.c:1355 +#: read-linear.c:1342 msgid "All sectors successfully read, but incomplete or damaged checksums." msgstr "" -#: read-linear.c:1356 +#: read-linear.c:1343 msgid "All sectors successfully read. Checksums match." msgstr "Todos os setores lidos com sucesso. Checksums combinam." -#: read-linear.c:1358 +#: read-linear.c:1345 msgid "All sectors successfully read." msgstr "Todos os setores lidos com sucesso." -#: read-linear.c:1363 +#: read-linear.c:1350 #, c-format msgid "%lld unreadable sectors." msgstr "%lld setores ilegíveis." -#: read-linear.c:1366 +#: read-linear.c:1353 #, c-format msgid "%lld CRC errors and a md5sum mismatch in the CRC section." msgstr "" -#: read-linear.c:1368 +#: read-linear.c:1355 #, c-format msgid "%lld CRC errors." msgstr "%lld erros de CRC." -#: read-linear.c:1370 +#: read-linear.c:1357 #, c-format msgid "%lld CRC errors, %lld unreadable sectors." msgstr "%lld erros de CRC, %lld setores ilegíveis." -#: read-linear.c:1378 +#: read-linear.c:1365 msgid "Scanning finished: " msgstr "Scan terminado: " -#: read-linear.c:1380 +#: read-linear.c:1367 msgid "Reading finished: " msgstr "Leitura terminada: " -#: read-linear.c:1392 +#: read-linear.c:1379 #, c-format msgid "" "%d sectors missing at the end of the disc.\n" @@ -3293,7 +3307,7 @@ msgstr "" "Isso está certo se o CD foi gravado no modo TAO (track at once).\n" "A imagem será truncada desta forma. Veja o manual para detalhes.\n" -#: read-linear.c:1398 +#: read-linear.c:1385 #, c-format msgid "" "%d sectors missing at the end of the disc.\n" @@ -3345,27 +3359,27 @@ msgstr "Velocidade" msgid "Sector %lld dumped to %s\n" msgstr "Setor %lld despejado em %s\n" -#: rs01-common.c:236 rs02-verify.c:800 rs03-verify.c:1155 +#: rs01-common.c:245 rs02-verify.c:801 rs03-verify.c:1149 #, c-format msgid "- testing sectors : %3d%%" msgstr "- testando setores : %3d%%" -#: rs01-common.c:237 +#: rs01-common.c:246 #, c-format msgid "Scanning image sectors: %3d%%" msgstr "Escaneando os setores: %3d%%" -#: rs01-common.c:290 rs02-verify.c:756 +#: rs01-common.c:299 rs02-verify.c:757 #, c-format msgid "* missing sector : %lld\n" msgstr "* setor desaparecido : %lld\n" -#: rs01-common.c:291 rs02-verify.c:757 +#: rs01-common.c:300 rs02-verify.c:758 #, c-format msgid "* missing sectors : %lld - %lld\n" msgstr "* setores desaparecidos : %lld - %lld\n" -#: rs01-common.c:309 rs01-common.c:376 rs01-create.c:314 +#: rs01-common.c:318 rs01-common.c:385 rs01-create.c:316 #, c-format msgid "Error writing CRC information: %s" msgstr "Erro ao gravar informações de CRC: %s" @@ -3375,7 +3389,7 @@ msgstr "Erro ao gravar informações de CRC: %s" msgid "Redundancy %4.1f%% out of useful range [3.2%%..64.5%%]" msgstr "Redundância de %4.1f%% do intervalo útil [3.2%%..64.5%%]" -#: rs01-create.c:76 rs03-common.c:455 +#: rs01-create.c:76 rs03-common.c:467 #, c-format msgid "Ecc file size %lldm out of useful range [%lld .. %lld]" msgstr "Tamanho do arquivo ecc %lldm do intervalo útil [%lld .. %lld]" @@ -3399,7 +3413,7 @@ msgstr "" msgid "Image file %s not deleted: %s\n" msgstr "Arquivo de imagem %s não apagado: %s\n" -#: rs01-create.c:148 rs01-fix.c:77 rs02-create.c:59 rs02-fix.c:54 +#: rs01-create.c:148 rs01-fix.c:77 rs02-create.c:60 rs02-fix.c:54 #: rs03-create.c:144 rs03-fix.c:53 #, c-format msgid "Aborted by unrecoverable error." @@ -3414,7 +3428,7 @@ msgstr "Criação do arquivo de correção de erros abortada" msgid "Encoding with Method RS01: %d roots, %4.1f%% redundancy." msgstr "Codificando com o Método RS01: %d raízes, %4.1f%% de redundância." -#: rs01-create.c:239 rs03-create.c:1285 +#: rs01-create.c:239 rs03-create.c:1308 #, c-format msgid "" "Creating the error correction file.\n" @@ -3423,49 +3437,49 @@ msgstr "" "Criando o arquivo de correção de erros.\n" "%s" -#: rs01-create.c:251 rs03-create.c:273 +#: rs01-create.c:251 rs03-create.c:276 #, c-format msgid "Aborted to keep existing ecc file." msgstr "" -#: rs01-create.c:266 rs02-create.c:1036 rs03-create.c:1242 +#: rs01-create.c:266 rs02-create.c:1043 rs03-create.c:1265 #, c-format msgid "Image file %s: %s." msgstr "" -#: rs01-create.c:274 rs03-create.c:1261 +#: rs01-create.c:274 rs03-create.c:1284 msgid "No error correction file specified!\n" msgstr "" -#: rs01-create.c:285 +#: rs01-create.c:287 #, c-format msgid "Writing sector checksums: %3d%%" msgstr "Gravando checksum dos setores: %3d%%" -#: rs01-create.c:289 +#: rs01-create.c:291 msgid "1. Writing image sector checksums:" msgstr "1. Gravando checksums dos setores da imagem:" -#: rs01-create.c:332 rs01-window.c:130 +#: rs01-create.c:338 rs01-window.c:130 msgid "1. Calculating image sector checksums:" msgstr "1. Calculando checksums dos setores da imagem:" -#: rs01-create.c:346 rs01-create.c:487 rs01-create.c:580 +#: rs01-create.c:355 rs01-create.c:497 rs01-create.c:590 #, c-format msgid "Aborted by user request! (partial error correction file removed)" msgstr "Abortado pelo usuário! (arquivos de correção de erros parciais removidos)" -#: rs01-create.c:355 +#: rs01-create.c:364 #, c-format msgid "%lld sectors unread or missing due to errors.\n" msgstr "%lld setores não lidos ou desaparecidos graças a erros.\n" -#: rs01-create.c:408 +#: rs01-create.c:418 #, c-format msgid "Failed skipping ecc+crc header: %s" msgstr "Falha ao pular o cabeçalho ecc+crc: %s" -#: rs01-create.c:435 rs02-create.c:516 +#: rs01-create.c:445 rs02-create.c:523 #, c-format msgid "" "Failed allocating memory for I/O cache.\n" @@ -3476,13 +3490,13 @@ msgstr "" "Tamanho do cache é atualmente %d MiB.\n" "Tente reduzí-lo.\n" -#: rs01-create.c:564 rs01-create.c:689 rs01-create.c:984 rs02-create.c:963 -#: rs03-create.c:1088 +#: rs01-create.c:574 rs01-create.c:699 rs01-create.c:994 rs02-create.c:970 +#: rs03-create.c:1111 #, c-format msgid "Ecc generation: %3d.%1d%%" msgstr "Geração de ecc: %3d.%1d%%" -#: rs01-create.c:997 +#: rs01-create.c:1007 #, c-format msgid "" "could not write to ecc file \"%s\":\n" @@ -3491,7 +3505,7 @@ msgstr "" "impossível gravar no arquivo ecc \"%s\":\n" "%s" -#: rs01-create.c:1012 +#: rs01-create.c:1022 #, c-format msgid "" "Can't write ecc header:\n" @@ -3500,12 +3514,12 @@ msgstr "" "Impossível gravar no cabeçalho ecc:\n" "%s" -#: rs01-create.c:1020 rs02-create.c:1127 rs03-create.c:1341 +#: rs01-create.c:1030 rs02-create.c:1134 rs03-create.c:1364 #, c-format msgid "Ecc generation: 100.0%%\n" msgstr "Geração de ecc: 100.0%%\n" -#: rs01-create.c:1021 rs03-create.c:1348 +#: rs01-create.c:1031 rs03-create.c:1371 #, c-format msgid "" "Error correction file \"%s\" created.\n" @@ -3514,7 +3528,7 @@ msgstr "" "Arquivo de correção de erros \"%s\" criado.\n" "Lembre-se de manter este arquivo em uma mídia confiável.\n" -#: rs01-create.c:1029 rs03-create.c:1374 +#: rs01-create.c:1039 rs03-create.c:1397 msgid "" "The error correction file has been successfully created.\n" "Make sure to keep this file on a reliable medium." @@ -3823,15 +3837,15 @@ msgstr "Comparação abortada" msgid "Comparing image and error correction files." msgstr "Comparando a imagem e os arquivos de correção de erros." -#: rs01-verify.c:394 rs03-verify.c:696 rs03-verify.c:705 +#: rs01-verify.c:394 rs03-verify.c:698 rs03-verify.c:707 msgid "- Checking image file -" msgstr "- Verificando o arquivo de imagem -" -#: rs01-verify.c:409 rs01-verify.c:530 rs01-verify.c:541 +#: rs01-verify.c:409 rs01-verify.c:530 rs01-verify.c:544 msgid "not present\n" msgstr "não está presente\n" -#: rs01-verify.c:417 rs02-verify.c:598 +#: rs01-verify.c:417 rs02-verify.c:599 #, c-format msgid "present, contains %lld medium sectors.\n" msgstr "está presente, contém %lld setores na mídia.\n" @@ -3841,7 +3855,7 @@ msgstr "está presente, contém %lld setores na mídia.\n" msgid "present, contains %lld medium sectors and %d bytes.\n" msgstr "está presente, contém %lld setores na mídia e %d bytes.\n" -#: rs01-verify.c:425 rs01-verify.c:680 rs01-verify.c:699 +#: rs01-verify.c:425 rs01-verify.c:670 rs01-verify.c:689 #, c-format msgid "%lld sectors + %d bytes" msgstr "%lld setores + %d bytes" @@ -3871,7 +3885,7 @@ msgstr "%lld (%lld setores em excesso)" msgid "Bad image." msgstr "Imagem ruim." -#: rs01-verify.c:483 rs02-verify.c:681 rs03-verify.c:992 +#: rs01-verify.c:483 rs02-verify.c:682 rs03-verify.c:986 msgid "* quick mode : image NOT scanned\n" msgstr "" @@ -3884,7 +3898,7 @@ msgstr "" "- imagem boa : todos os setores presentes\n" "- md5sum da imagem : %s\n" -#: rs01-verify.c:494 rs02-verify.c:890 rs03-verify.c:1295 +#: rs01-verify.c:494 rs02-verify.c:891 rs03-verify.c:1289 #, c-format msgid "Good image." msgstr "Imagem boa." @@ -3903,69 +3917,68 @@ msgstr "" msgid "Image complete, but contains checksum errors!" msgstr "Imagem completa, mas contém erros de checksum!" -#: rs01-verify.c:510 rs02-verify.c:857 +#: rs01-verify.c:510 rs02-verify.c:858 #, c-format msgid "* BAD image : %lld sectors missing\n" msgstr "* Imagem RUIM : %lld setores desaparecidos\n" -#: rs01-verify.c:511 rs02-verify.c:861 rs03-verify.c:1241 +#: rs01-verify.c:511 rs02-verify.c:862 rs03-verify.c:1235 #, c-format msgid "* BAD image : %lld sectors missing, %lld CRC errors\n" msgstr "* Imagem RUIM : %lld setores desaparecidos, %lld erros de CRC\n" -#: rs01-verify.c:525 rs03-verify.c:1199 +#: rs01-verify.c:525 rs03-verify.c:1193 msgid "- Checking ecc file -" msgstr "- Verificando arquivo ecc -" -#: rs01-verify.c:533 rs01-verify.c:558 +#: rs01-verify.c:533 rs01-verify.c:561 msgid "No error correction file present." msgstr "Nenhum arquivo de correção de erros presente." -#: rs01-verify.c:544 -msgid "invalid\n" +#: rs01-verify.c:541 +msgid "permission denied\n" msgstr "" #: rs01-verify.c:547 -msgid "defective header (unusable)\n" +msgid "invalid\n" msgstr "" #: rs01-verify.c:550 -msgid "unknown codec (unusable)\n" +msgid "defective header (unusable)\n" msgstr "" #: rs01-verify.c:553 +msgid "unknown codec (unusable)\n" +msgstr "" + +#: rs01-verify.c:556 msgid "unusable\n" msgstr "" -#: rs01-verify.c:590 rs02-verify.c:920 +#: rs01-verify.c:584 rs01-verify.c:596 rs02-verify.c:915 rs02-verify.c:928 msgid "created by dvdisaster" msgstr "criado pelo dvdisaster" -#: rs01-verify.c:607 rs02-verify.c:937 -#, c-format -msgid "created by dvdisaster-%d.%d\n" -msgstr "criado pelo dvdisaster-%d.%d\n" - -#: rs01-verify.c:616 +#: rs01-verify.c:606 msgid "created by dvdisaster-0.41.x.\n" msgstr "criado pelo dvdisaster-0.41.x.\n" -#: rs01-verify.c:626 rs02-verify.c:950 rs03-verify.c:758 +#: rs01-verify.c:616 rs02-verify.c:942 rs03-verify.c:760 #, c-format msgid "- method : %4s, %d roots, %4.1f%% redundancy.\n" msgstr "- método : %4s, %d raízes, %4.1f%% de redundância.\n" -#: rs01-verify.c:630 rs02-verify.c:955 rs03-verify.c:763 +#: rs01-verify.c:620 rs02-verify.c:947 rs03-verify.c:765 #, c-format msgid "%4s, %d roots, %4.1f%% redundancy" msgstr "%4s, %d raízes, %4.1f%% de redundância" -#: rs01-verify.c:637 rs02-verify.c:962 +#: rs01-verify.c:627 rs02-verify.c:954 #, c-format msgid "- requires : dvdisaster-%d.%d (good)\n" msgstr "- requer : dvdisaster-%d.%d (bom)\n" -#: rs01-verify.c:646 rs02-verify.c:973 +#: rs01-verify.c:636 rs02-verify.c:965 #, c-format msgid "" "* requires : dvdisaster-%d.%d (BAD)\n" @@ -3976,146 +3989,146 @@ msgstr "" "* Cuidado : A saída seguinte pode estar incorreta.\n" "* : Por favor, visite http://www.dvdisaster.org para uma atualização.\n" -#: rs01-verify.c:659 rs02-verify.c:987 rs03-verify.c:834 +#: rs01-verify.c:649 rs02-verify.c:979 rs03-verify.c:828 #, c-format msgid "Please upgrade your version of dvdisaster!" msgstr "Por favor, atualize sua versão do dvdisaster!" -#: rs01-verify.c:671 +#: rs01-verify.c:661 #, c-format msgid "- medium sectors : %lld\n" msgstr "- setores da mídia : %lld\n" -#: rs01-verify.c:676 +#: rs01-verify.c:666 #, c-format msgid "- medium sectors : %lld sectors + %d bytes\n" msgstr "- setores da mídia : %lld setores + %d bytes\n" -#: rs01-verify.c:690 +#: rs01-verify.c:680 #, c-format msgid "- medium sectors : %lld (good)\n" msgstr "- setores da mídia : %lld (bom)\n" -#: rs01-verify.c:695 +#: rs01-verify.c:685 #, c-format msgid "- medium sectors : %lld sectors + %d bytes (good)\n" msgstr "- setores da mídia : %lld setores + %d bytes (good)\n" -#: rs01-verify.c:707 rs02-verify.c:1003 +#: rs01-verify.c:697 rs02-verify.c:995 #, c-format msgid "* medium sectors : %lld (BAD, perhaps TAO/DAO mismatch)\n" msgstr "* setores da mídia : %lld (RUIM, talvez uma confusão entre TAO/DAO)\n" -#: rs01-verify.c:718 rs02-verify.c:1005 +#: rs01-verify.c:708 rs02-verify.c:997 #, c-format msgid "* medium sectors : %lld (BAD)\n" msgstr "* setores da mídia : %lld (RUIM)\n" -#: rs01-verify.c:723 rs01-verify.c:734 +#: rs01-verify.c:713 rs01-verify.c:724 #, c-format msgid "Image size does not match error correction file." msgstr "O tamanho da imagem não bate com o arquivo de correção de erros." -#: rs01-verify.c:727 +#: rs01-verify.c:717 #, c-format msgid "* medium sectors : %lld sectors + %d bytes (BAD)\n" msgstr "* setores da mídia : %lld setores + %d bytes (BAD)\n" -#: rs01-verify.c:731 +#: rs01-verify.c:721 #, c-format msgid "%lld sectors + %d bytes" msgstr "%lld setores + %d bytes" -#: rs01-verify.c:747 +#: rs01-verify.c:737 #, c-format msgid "- image md5sum : %s (good)\n" msgstr "- md5sum da imagem : %s (bom)\n" -#: rs01-verify.c:748 +#: rs01-verify.c:738 #, c-format msgid "* image md5sum : %s (BAD)\n" msgstr "* md5sum da imagem : %s (RUIM)\n" -#: rs01-verify.c:758 +#: rs01-verify.c:748 #, c-format msgid "- image md5sum : %s\n" msgstr "- md5sum da imagem : %s\n" -#: rs01-verify.c:766 rs03-verify.c:858 +#: rs01-verify.c:756 rs03-verify.c:852 msgid "* fingerprint match: NOT POSSIBLE - related sector is missing in image!\n" msgstr "* impressão digital combina: IMPOSSÍVEL - o setor relacionado está desaparecido na imagem!\n" -#: rs01-verify.c:768 rs03-verify.c:861 +#: rs01-verify.c:758 rs03-verify.c:855 #, c-format msgid "missing sector prevents calculation" msgstr "setor desaparecido previne cálculo" -#: rs01-verify.c:773 rs03-verify.c:866 +#: rs01-verify.c:763 rs03-verify.c:860 msgid "* fingerprint match: MISMATCH - .iso and .ecc don't belong together!\n" msgstr "* impressão digital combina: ENGANO - .iso e .ecc não pertencem um ao outro!\n" -#: rs01-verify.c:777 rs03-verify.c:870 +#: rs01-verify.c:767 rs03-verify.c:864 #, c-format msgid "mismatch" msgstr "engano" -#: rs01-verify.c:780 rs03-verify.c:873 +#: rs01-verify.c:770 rs03-verify.c:867 #, c-format msgid "Image and error correction files do not belong together!" msgstr "Imagem e arquivos de correção de erros não pertencem um ao outro!" -#: rs01-verify.c:784 rs03-verify.c:877 +#: rs01-verify.c:774 rs03-verify.c:871 msgid "- fingerprint match: good\n" msgstr "- impressão digital combina: bom\n" -#: rs01-verify.c:786 rs03-verify.c:879 +#: rs01-verify.c:776 rs03-verify.c:873 msgid "good" msgstr "bom" -#: rs01-verify.c:794 +#: rs01-verify.c:784 msgid "* quick mode : ecc file NOT scanned\n" msgstr "" -#: rs01-verify.c:802 +#: rs01-verify.c:792 #, c-format msgid "- ecc blocks : %lld (good)\n" msgstr "- blocos ecc : %lld (bom)\n" -#: rs01-verify.c:807 +#: rs01-verify.c:797 #, c-format msgid "* ecc blocks : %lld (BAD, expected %lld)\n" msgstr "* blocos ecc : %lld (RUIM, esperado %lld)\n" -#: rs01-verify.c:809 +#: rs01-verify.c:799 #, c-format msgid "%lld (bad, expected %lld)" msgstr "%lld (ruim, esperado: %lld)" -#: rs01-verify.c:831 +#: rs01-verify.c:821 #, c-format msgid "- ecc md5sum : %3d%%" msgstr "- md5sum do ecc : %3d%%" -#: rs01-verify.c:848 +#: rs01-verify.c:838 msgid "* ecc md5sum : BAD, ecc file may be damaged!\n" msgstr "* md5sum do ecc : BAD, o arquivo ecc pode estar corrompido!\n" -#: rs01-verify.c:850 +#: rs01-verify.c:840 #, c-format msgid "bad" msgstr "ruim" -#: rs01-verify.c:852 +#: rs01-verify.c:842 #, c-format msgid "Error correction file may be damaged!" msgstr "Arquivo de correção de erros podem estar corrompido!" -#: rs01-verify.c:856 rs02-verify.c:1074 +#: rs01-verify.c:846 rs02-verify.c:1066 #, c-format msgid "- ecc md5sum : %s (good)\n" msgstr "- md5sum do ecc : %s (bom)\n" -#: rs01-verify.c:870 +#: rs01-verify.c:860 #, c-format msgid "Good error correction file." msgstr "Arquivo de correção de erros bom." @@ -4154,7 +4167,7 @@ msgid "%4.1f%% redundancy (%d roots)" msgstr "%4.1f%% de redundância (%d raízes)" #: rs01-window.c:466 rs01-window.c:869 rs01-window.c:875 rs01-window.c:876 -#: rs02-window.c:394 rs02-window.c:1150 rs02-window.c:1156 rs02-window.c:1157 +#: rs02-window.c:394 rs02-window.c:1246 rs02-window.c:1252 rs02-window.c:1253 #, c-format msgid "%d MiB of file cache" msgstr "%d MiB de cache de arquivos" @@ -4230,7 +4243,7 @@ msgstr "" msgid "Space-delimited redundancy" msgstr "Redundância delimitada por espaço" -#: rs01-window.c:782 rs02-window.c:1082 rs03-preferences.c:688 +#: rs01-window.c:782 rs02-window.c:1178 rs03-preferences.c:688 msgid "Use at most" msgstr "Usar no máximo" @@ -4252,19 +4265,19 @@ msgstr "" "\n" "Nota: Quando usa-se a mesma configuração de tamanho para imagens de tamanhos muito diferentes, imagens menores recebem mais redundância do que as maiores. Isso geralmente não é o que você quer." -#: rs01-window.c:866 rs02-window.c:1147 +#: rs01-window.c:866 rs02-window.c:1243 msgid "Memory utilization" msgstr "Utilização de memória" -#: rs01-window.c:870 rs02-window.c:1151 +#: rs01-window.c:870 rs02-window.c:1247 msgid "File cache" msgstr "Cache de arquivos" -#: rs01-window.c:882 rs02-window.c:1163 rs03-preferences.c:908 +#: rs01-window.c:882 rs02-window.c:1259 rs03-preferences.c:908 msgid "Use" msgstr "Usar" -#: rs01-window.c:910 rs02-window.c:1191 +#: rs01-window.c:910 rs02-window.c:1287 msgid "" "File cache\n" "\n" @@ -4274,22 +4287,22 @@ msgstr "" "\n" "O dvdisaster otimiza o acesso à imagem e arquivos de correção de erros mantendo seu próprio cache. O padrão de 32MiB é adequada à maioria dos sistemas." -#: rs02-common.c:566 rs02-common.c:578 rs02-verify.c:625 rs03-common.c:606 +#: rs02-common.c:572 rs02-common.c:584 rs02-verify.c:626 rs03-common.c:620 #, c-format msgid "Failed seeking to ecc header at %lld: %s\n" msgstr "Falha ao buscar no cabeçalho ecc em %lld: %s\n" -#: rs02-common.c:570 rs02-common.c:582 rs03-common.c:610 +#: rs02-common.c:576 rs02-common.c:588 rs03-common.c:624 #, c-format msgid "Failed writing ecc header at %lld: %s\n" msgstr "Falha ao gravar no cabeçalho ecc em %lld: %s\n" -#: rs02-create.c:109 rs03-create.c:241 +#: rs02-create.c:112 rs03-create.c:244 #, c-format msgid "Aborted by user request! (partial ecc data removed from image)" msgstr "Abortado pelo usuário! (dados ecc parciais removidos da imagem)" -#: rs02-create.c:138 rs03-create.c:291 +#: rs02-create.c:141 rs03-create.c:294 #, c-format msgid "" "Image \"%s\" already contains error correction information.\n" @@ -4298,11 +4311,11 @@ msgstr "" "Imagem \"%s\" já contém informações de correção de erros.\n" "Truncando a imagem para a parte com os dados (%lld setores).\n" -#: rs02-create.c:153 rs03-create.c:318 +#: rs02-create.c:156 rs03-create.c:321 msgid "Image size is now" msgstr "" -#: rs02-create.c:214 +#: rs02-create.c:217 msgid "" "Image contains unread(able) sectors.\n" "Error correction information can only be\n" @@ -4312,7 +4325,7 @@ msgstr "" "As informações de correção de erros só podem ser\n" "anexadas a imagens completas (não danificadas).\n" -#: rs02-create.c:218 +#: rs02-create.c:221 #, c-format msgid "" "Sector %lld in the image is marked unreadable\n" @@ -4337,28 +4350,33 @@ msgstr "" "Informações de correção de erros só podem ser\n" "anexadas a imagens completas (não danificadas).\n" -#: rs02-create.c:236 rs02-create.c:300 rs02-create.c:309 +#: rs02-create.c:238 rs02-create.c:304 rs02-create.c:315 #, c-format msgid "Preparing image (checksums, adding space): %3d%%" msgstr "Preparando imagem (checksums, adicionando espaço): %3d%%" -#: rs02-create.c:271 rs02-create.c:281 rs02-fix.c:90 rs03-create.c:404 -#: rs03-create.c:415 rs03-fix.c:87 +#: rs02-create.c:273 rs02-create.c:283 rs02-fix.c:90 rs03-create.c:427 +#: rs03-create.c:438 rs03-fix.c:87 #, c-format msgid "Failed seeking to end of image: %s\n" msgstr "Falha ao ir ao fim da imagem: %s\n" -#: rs02-create.c:275 rs02-create.c:296 rs02-fix.c:103 rs03-create.c:389 +#: rs02-create.c:277 rs02-create.c:298 rs02-fix.c:103 rs03-create.c:412 #: rs03-fix.c:105 #, c-format msgid "Failed expanding the image: %s\n" msgstr "Falha ao expandir a imagem: %s\n" -#: rs02-create.c:1027 rs03-create.c:1224 +#: rs02-create.c:303 rs02-create.c:314 +#, c-format +msgid "Preparing image (checksums taken from cache, adding space): %3d%%" +msgstr "" + +#: rs02-create.c:1034 rs03-create.c:1247 msgid "Error correction data creation aborted" msgstr "Criação de dados de correção de erros abortada" -#: rs02-create.c:1055 rs02-create.c:1073 rs03-create.c:1228 rs03-create.c:1281 +#: rs02-create.c:1062 rs02-create.c:1080 rs03-create.c:1251 rs03-create.c:1304 #, c-format msgid "" "Augmenting the image with error correction data.\n" @@ -4367,16 +4385,16 @@ msgstr "" "Aumentando a imagem com os dados de correção de erros.\n" "%s" -#: rs02-create.c:1056 rs03-create.c:1229 +#: rs02-create.c:1063 rs03-create.c:1252 msgid "- checking image -" msgstr "- verificando a imagem -" -#: rs02-create.c:1069 +#: rs02-create.c:1076 #, c-format msgid "Encoding with Method RS02: %lld MiB data, %lld MiB ecc (%d roots; %4.1f%% redundancy)." msgstr "Codificando com o Método RS02: %lld MiB de dados, %lld MiB de ecc (%d raízes; %4.1f%% de redundância)." -#: rs02-create.c:1077 +#: rs02-create.c:1084 #, c-format msgid "" "Augmenting image with Method RS02:\n" @@ -4385,7 +4403,7 @@ msgstr "" "Aumentando a imagem com o Método RS02:\n" " %lld MiB de dados, %lld MiB de ecc (%d raízes; %4.1f%% de redundância)." -#: rs02-create.c:1086 +#: rs02-create.c:1093 #, c-format msgid "" "Not enough space on medium left for error correction data.\n" @@ -4394,7 +4412,7 @@ msgid "" "not an option, please create a separate error correction file." msgstr "" -#: rs02-create.c:1096 rs03-create.c:1320 +#: rs02-create.c:1103 rs03-create.c:1343 #, c-format msgid "" "Using redundancies below 20%%%% may not give\n" @@ -4403,7 +4421,7 @@ msgstr "" "Usar redundâncias abaixo de 20%%%% pode não dar\n" "a proteção contra perda de dados esperada.\n" -#: rs02-create.c:1128 rs02-create.c:1137 rs03-create.c:1343 rs03-create.c:1368 +#: rs02-create.c:1135 rs02-create.c:1144 rs03-create.c:1366 rs03-create.c:1391 #, c-format msgid "" "Image has been augmented with error correction data.\n" @@ -4546,50 +4564,50 @@ msgstr "méd = %.1f; pior = %d por bloco ecc." msgid "%lld of %lld sectors recoverable (%d.%d%%)" msgstr "%lld de %lld setores recuperáveis (%d.%d%%)" -#: rs02-verify.c:575 rs03-verify.c:664 +#: rs02-verify.c:576 rs03-verify.c:666 msgid "Check aborted" msgstr "Verificação abortada" -#: rs02-verify.c:594 rs03-verify.c:704 +#: rs02-verify.c:595 rs03-verify.c:706 msgid "Checking the image file." msgstr "Verificando o arquivo de imagem." -#: rs02-verify.c:595 +#: rs02-verify.c:596 msgid "Image contains error correction data." msgstr "A imagem contém dados de correção de erros" -#: rs02-verify.c:608 rs03-verify.c:974 +#: rs02-verify.c:609 rs03-verify.c:968 #, c-format msgid "Image file is %lld sectors shorter than expected." msgstr "O arquivo de imagem é %lld setores menor do que o esperado." -#: rs02-verify.c:609 rs03-verify.c:977 +#: rs02-verify.c:610 rs03-verify.c:971 #, c-format msgid "Image file is %lld sectors longer than expected." msgstr "O arquivo de imagem é %lld setores maior do que o esperado." -#: rs02-verify.c:629 +#: rs02-verify.c:630 #, c-format msgid "Failed reading ecc header at %lld: %s\n" msgstr "Falha ao ler o cabeçalho ecc em %lld: %s\n" -#: rs02-verify.c:672 +#: rs02-verify.c:673 #, c-format msgid "%lld ok, %lld CRC errors, %lld missing" msgstr "%lld bons, %lld erros de CRC, %lld desaparecidos" -#: rs02-verify.c:805 rs02-verify.c:826 rs03-verify.c:1173 rs03-verify.c:1212 +#: rs02-verify.c:806 rs02-verify.c:827 rs03-verify.c:1167 rs03-verify.c:1206 #, c-format msgid "%lld sectors missing; %lld CRC errors" msgstr "%lld setores desaparecidos; %lld erros de CRC" -#: rs02-verify.c:809 rs02-verify.c:813 rs02-verify.c:830 rs02-verify.c:834 -#: rs03-verify.c:1181 rs03-verify.c:1220 +#: rs02-verify.c:810 rs02-verify.c:814 rs02-verify.c:831 rs02-verify.c:835 +#: rs03-verify.c:1175 rs03-verify.c:1214 #, c-format msgid "%lld sectors missing" msgstr "%lld setores desaparecidos" -#: rs02-verify.c:848 +#: rs02-verify.c:849 #, c-format msgid "" "- good image : all sectors present\n" @@ -4598,46 +4616,46 @@ msgstr "" "- imagem boa : todos os setores presentes\n" "- md5sum dos dados : %s\n" -#: rs02-verify.c:854 +#: rs02-verify.c:855 msgid "* suspicious image : contains damaged ecc headers\n" msgstr "" -#: rs02-verify.c:859 rs03-verify.c:1238 +#: rs02-verify.c:860 rs03-verify.c:1232 #, c-format msgid "* suspicious image : all sectors present, but %lld CRC errors\n" msgstr "* imagem suspeita : todos os setores presentes, mas %lld erros de CRC\n" -#: rs02-verify.c:865 +#: rs02-verify.c:866 #, c-format msgid " ... ecc headers : %lld ok, %lld CRC errors, %lld missing\n" msgstr " ... cabeçalhos ecc : %lld bons, %lld erros de CRC, %lld desaparecidos\n" -#: rs02-verify.c:867 rs03-verify.c:1244 +#: rs02-verify.c:868 rs03-verify.c:1238 #, c-format msgid " ... data section : %lld sectors missing; %lld CRC errors\n" msgstr " ... seção de dados : %lld setores desaparecidos; %lld erros de CRC\n" -#: rs02-verify.c:870 rs03-verify.c:1247 +#: rs02-verify.c:871 rs03-verify.c:1241 #, c-format msgid " ... data md5sum : %s\n" msgstr " ... md5sum dos dados : %s\n" -#: rs02-verify.c:871 rs03-verify.c:1253 +#: rs02-verify.c:872 rs03-verify.c:1247 #, c-format msgid " ... crc section : %lld sectors missing\n" msgstr " ... seção de crc : %lld setores desaparecidos\n" -#: rs02-verify.c:872 rs03-verify.c:1255 +#: rs02-verify.c:873 rs03-verify.c:1249 #, c-format msgid " ... ecc section : %lld sectors missing\n" msgstr " ... seção ecc : %lld setores desaparecidos\n" -#: rs02-verify.c:894 rs03-verify.c:1299 +#: rs02-verify.c:895 rs03-verify.c:1293 #, c-format msgid "Damaged image." msgstr "Imagem danificada." -#: rs02-verify.c:901 +#: rs02-verify.c:902 msgid "" "\n" "Error correction data: " @@ -4645,67 +4663,67 @@ msgstr "" "\n" "Dados de correção de erros: " -#: rs02-verify.c:994 +#: rs02-verify.c:986 #, c-format msgid "- medium sectors : %lld / %lld (good)\n" msgstr "- setores da mídia : %lld / %lld (bom)\n" -#: rs02-verify.c:1011 +#: rs02-verify.c:1003 #, c-format msgid "Image size does not match recorded size." msgstr "Tamanho da imagem não bate com o tamanho registrado." -#: rs02-verify.c:1025 +#: rs02-verify.c:1017 #, c-format msgid "- data md5sum : %s (good)\n" msgstr "- md5sum dos dados : %s (bom)\n" -#: rs02-verify.c:1026 +#: rs02-verify.c:1018 #, c-format msgid "* data md5sum : %s (BAD)\n" msgstr "* md5sum dos dados : %s (RUIM)\n" -#: rs02-verify.c:1037 rs03-verify.c:848 +#: rs02-verify.c:1029 rs03-verify.c:842 #, c-format msgid "- data md5sum : %s\n" msgstr "- md5sum dos dados : %s\n" -#: rs02-verify.c:1049 +#: rs02-verify.c:1041 #, c-format msgid "- crc md5sum : %s (good)\n" msgstr "- md5sum do crc : %s (bom)\n" -#: rs02-verify.c:1054 +#: rs02-verify.c:1046 #, c-format msgid "* crc md5sum : %s (BAD)\n" msgstr "* md5sum do crc : %s (RUIM)\n" -#: rs02-verify.c:1062 +#: rs02-verify.c:1054 #, c-format msgid "- crc md5sum : %s\n" msgstr "- md5sum do crc : %s\n" -#: rs02-verify.c:1079 +#: rs02-verify.c:1071 #, c-format msgid "* ecc md5sum : %s (BAD)\n" msgstr "* md5sum do ecc : %s (RUIM)\n" -#: rs02-verify.c:1087 +#: rs02-verify.c:1079 #, c-format msgid "- ecc md5sum : %s\n" msgstr "- md5sum do ecc : %s\n" -#: rs02-verify.c:1106 rs03-verify.c:893 +#: rs02-verify.c:1098 rs03-verify.c:887 #, c-format msgid "Good error correction data." msgstr "Dados de correção de erros bons." -#: rs02-verify.c:1110 rs03-verify.c:1311 +#: rs02-verify.c:1102 rs03-verify.c:1305 #, c-format msgid "Full data recovery is likely." msgstr "Recuperação dos dados completa é provável." -#: rs02-verify.c:1113 rs03-verify.c:1314 +#: rs02-verify.c:1105 rs03-verify.c:1308 #, c-format msgid "Full data recovery is NOT possible." msgstr "Recuperação completa dos dados NÃO É possível." @@ -4714,19 +4732,19 @@ msgstr "Recuperação completa dos dados NÃO É possível." msgid "1. Preparing image:" msgstr "1. Preparando a imagem: " -#: rs02-window.c:711 +#: rs02-window.c:745 msgid "Maximum image size" msgstr "Tamanho máximo da imagem" -#: rs02-window.c:723 +#: rs02-window.c:757 msgid "Using the smallest possible size from table" msgstr "Usando o menor tamanho possível da tabela" -#: rs02-window.c:723 +#: rs02-window.c:757 msgid "Use smallest possible size from following table (in sectors):" msgstr "Usar o menor tamanho possível da tabela seguinte (em setores):" -#: rs02-window.c:747 +#: rs02-window.c:781 msgid "" "Determine augmented image size from table\n" "\n" @@ -4740,17 +4758,17 @@ msgstr "" "\n" "Para que uma mídia adequada seja escolhida, a capacidade das mídias disponíveis devem ser conhecidas. Tamanhos padrão para CD e DVDs de duas camadas são dados na tabela. Você pode editar estes tamanhos de acordo com as suas necessidades." -#: rs02-window.c:766 +#: rs02-window.c:800 msgid "CD-R / CD-RW:" msgstr "CD-R / CR-RW:" -#: rs02-window.c:777 rs02-window.c:796 rs02-window.c:837 rs02-window.c:856 -#: rs02-window.c:897 rs02-window.c:916 rs02-window.c:957 rs02-window.c:976 -#: rs02-window.c:1016 rs02-window.c:1035 +#: rs02-window.c:811 rs02-window.c:830 rs02-window.c:871 rs02-window.c:890 +#: rs02-window.c:931 rs02-window.c:950 rs02-window.c:991 rs02-window.c:1010 +#: rs02-window.c:1050 rs02-window.c:1069 rs02-window.c:1109 rs02-window.c:1128 msgid "query medium" msgstr "consultar mídia" -#: rs02-window.c:808 +#: rs02-window.c:842 #, c-format msgid "" "CD medium size\n" @@ -4773,11 +4791,11 @@ msgstr "" "Por favor, note que imagens aumentadas, no máximo, triplicarão em tamanho, já que a redundância máxima possível é 200%%.\n" "Mesmo se esse limite não for alcançado, a imagem aumentada pode ser alguns setores menor do que o especificado por razões técnicas." -#: rs02-window.c:826 +#: rs02-window.c:860 msgid "DVD 1 layer:" msgstr "DVD de 1 camada:" -#: rs02-window.c:868 +#: rs02-window.c:902 #, c-format msgid "" "Single layer DVD medium size\n" @@ -4800,11 +4818,11 @@ msgstr "" "Por favor, note que imagens aumentadas, no máximo, triplicarão em tamanho, já que a redundância máxima possível é 200%%.\n" "Mesmo se esse limite não for alcançado, a imagem aumentada pode ser alguns setores menor do que o especificado por razões técnicas." -#: rs02-window.c:886 +#: rs02-window.c:920 msgid "DVD 2 layers:" msgstr "DVD de 2 camadas:" -#: rs02-window.c:928 +#: rs02-window.c:962 #, c-format msgid "" "Two layered DVD medium size\n" @@ -4827,11 +4845,11 @@ msgstr "" "Por favor, note que imagens aumentadas, no máximo, triplicarão em tamanho, já que a redundância máxima possível é 200%%.\n" "Mesmo se esse limite não for alcançado, a imagem aumentada pode ser alguns setores menor do que o especificado por razões técnicas." -#: rs02-window.c:946 +#: rs02-window.c:980 msgid "BD 1 layer:" msgstr "BD de uma camada:" -#: rs02-window.c:988 +#: rs02-window.c:1022 #, c-format msgid "" "Single layer BD medium size\n" @@ -4854,11 +4872,11 @@ msgstr "" "Por favor, note que imagens aumentadas, no máximo, triplicarão em tamanho, já que a redundância máxima possível é 200%%.\n" "Mesmo se esse limite não for alcançado, a imagem aumentada pode ser alguns setores menor do que o especificado por razões técnicas." -#: rs02-window.c:1005 +#: rs02-window.c:1039 msgid "BD 2 layers:" msgstr "BD de 2 camadas:" -#: rs02-window.c:1047 +#: rs02-window.c:1081 #, c-format msgid "" "Two layered BD medium size\n" @@ -4881,11 +4899,29 @@ msgstr "" "Por favor, note que imagens aumentadas, no máximo, triplicarão em tamanho, já que a redundância máxima possível é 200%%.\n" "Mesmo se esse limite não for alcançado, a imagem aumentada pode ser alguns setores menor do que o especificado por razões técnicas." -#: rs02-window.c:1102 +#: rs02-window.c:1098 +msgid "BDXL 3 layers:" +msgstr "" + +#: rs02-window.c:1140 +#, c-format +msgid "" +"Three layered BDXL medium size\n" +"\n" +"This is the maximum capacity assumed for three layered BDXL media. Images exceeding the smaller media sizes but smaller than this value will be augmented with error correction information so that they will fit on the specified BD.\n" +"\n" +"You can enter the medium size in sectors of 2K each, or press the \"query medium\" button to use the size of a blank medium currently inserted in the selected drive.\n" +"Use the arrow button to revert to the last saved value.\n" +"\n" +"Please note that augmented images will at most triple in size as the highest possible redundancy is 200%%.\n" +"Even if this limit is not reached the augmented image may be a few sectors smaller than specified for technical reasons." +msgstr "" + +#: rs02-window.c:1198 msgid "sectors." msgstr "setores." -#: rs02-window.c:1115 +#: rs02-window.c:1211 #, c-format msgid "" "Use at most ... sectors\n" @@ -4903,47 +4939,47 @@ msgstr "" "Por favor, note que imagens aumentadas terão, no máximo, o triplo do tamanho, já que a redundância máxima possível é de 200%%.\n" "Mesmo que esse limite não seja alcançado, a imagem aumentada pode ser alguns setores menor do que o especificado por razões técnicas." -#: rs03-common.c:428 +#: rs03-common.c:440 #, c-format msgid "Image file %s not present." msgstr "Arquivo de imagem %s não está presente." -#: rs03-common.c:445 +#: rs03-common.c:457 #, c-format msgid "Redundancy %4.1f%% out of useful range [3.2%%..200%%]" msgstr "" -#: rs03-common.c:475 +#: rs03-common.c:487 #, c-format msgid "Redundancy %d out of useful range [8..170]." msgstr "" -#: rs03-common.c:513 +#: rs03-common.c:525 #, c-format msgid "Medium size smaller than image size (%lld < %lld)" msgstr "" -#: rs03-create.c:384 +#: rs03-create.c:407 #, c-format msgid "Failed expanding the ecc file: %s\n" msgstr "" -#: rs03-create.c:385 +#: rs03-create.c:408 #, c-format msgid "Preparing ecc file: %3d%%" msgstr "" -#: rs03-create.c:390 +#: rs03-create.c:413 #, c-format msgid "Preparing image: %3d%%" msgstr "" -#: rs03-create.c:628 +#: rs03-create.c:652 #, c-format msgid "Failed mmap()ing layer %d: %s\n" msgstr "" -#: rs03-create.c:657 +#: rs03-create.c:681 #, c-format msgid "" "Incomplete image\n" @@ -4955,7 +4991,7 @@ msgid "" "Exiting and removing partial error correction data." msgstr "" -#: rs03-create.c:665 +#: rs03-create.c:689 msgid "" "\n" "This image was probably mastered from defective source(s).\n" @@ -4963,44 +4999,44 @@ msgid "" "\n" msgstr "" -#: rs03-create.c:870 +#: rs03-create.c:894 msgid "CPU bound" msgstr "" -#: rs03-create.c:874 +#: rs03-create.c:898 msgid "I/O bound" msgstr "" -#: rs03-create.c:1082 +#: rs03-create.c:1105 #, c-format msgid "%5.2fMiB/s current" msgstr "" -#: rs03-create.c:1130 +#: rs03-create.c:1153 #, c-format msgid "%d threads with %s encoding and %s I/O" msgstr "" -#: rs03-create.c:1276 +#: rs03-create.c:1299 #, c-format msgid "Encoding with Method RS03: %lld MiB data, %lld MiB ecc (%d roots; %4.1f%% redundancy)." msgstr "" -#: rs03-create.c:1294 +#: rs03-create.c:1317 #, c-format msgid "" "Augmenting image with Method RS03 [%d threads, %s, %s I/O]:\n" "%lld MiB data, %lld MiB ecc (%d roots; %4.1f%% redundancy)." msgstr "" -#: rs03-create.c:1299 +#: rs03-create.c:1322 #, c-format msgid "" "Creating the error correction file with Method RS03 [%d threads, %s, %s I/O]:\n" "%lld MiB data, %lld MiB ecc (%d roots; %4.1f%% redundancy)." msgstr "" -#: rs03-create.c:1310 +#: rs03-create.c:1333 #, c-format msgid "" "Not enough space on medium left for error correction data.\n" @@ -5009,17 +5045,17 @@ msgid "" "an option, please create a separate error correction file." msgstr "" -#: rs03-create.c:1354 +#: rs03-create.c:1377 #, c-format msgid "Avg performance: %5.2fs (%5.2fMiB/s) total\n" msgstr "" -#: rs03-create.c:1357 +#: rs03-create.c:1380 #, c-format msgid "%5.2fMiB/s average" msgstr "" -#: rs03-create.c:1359 +#: rs03-create.c:1382 #, c-format msgid "%d times CPU bound; %d times I/O bound" msgstr "" @@ -5224,11 +5260,11 @@ msgstr "" msgid "Data integrity" msgstr "" -#: rs03-verify.c:337 rs03-verify.c:1271 +#: rs03-verify.c:337 rs03-verify.c:1265 msgid "Ecc block test:" msgstr "" -#: rs03-verify.c:492 rs03-verify.c:695 rs03-verify.c:1198 +#: rs03-verify.c:492 rs03-verify.c:697 rs03-verify.c:1192 msgid "Checking the image and error correction files." msgstr "" @@ -5245,7 +5281,7 @@ msgstr "" msgid "* Ecc block test : out of memory; try reducing sector prefetch!\n" msgstr "" -#: rs03-verify.c:591 +#: rs03-verify.c:591 rs03-verify.c:1161 #, c-format msgid "%d%% tested" msgstr "" @@ -5283,63 +5319,58 @@ msgstr "" msgid "* Ecc block test : %lld good, %lld bad; %lld bad sub blocks\n" msgstr "" -#: rs03-verify.c:698 +#: rs03-verify.c:700 #, c-format msgid "%s present.\n" msgstr "" -#: rs03-verify.c:716 +#: rs03-verify.c:718 msgid "" "\n" "Error correction properties:\n" msgstr "" -#: rs03-verify.c:728 +#: rs03-verify.c:730 #, c-format msgid "Ecc file is %lld sectors shorter than expected." msgstr "" -#: rs03-verify.c:730 +#: rs03-verify.c:732 #, c-format msgid "Ecc file is %lld sectors longer than expected." msgstr "" -#: rs03-verify.c:736 +#: rs03-verify.c:738 #, c-format msgid "* Warning : %s\n" msgstr "" -#: rs03-verify.c:745 +#: rs03-verify.c:747 msgid "- type : Error correction file\n" msgstr "" -#: rs03-verify.c:746 +#: rs03-verify.c:748 msgid "- type : Augmented image\n" msgstr "" -#: rs03-verify.c:750 +#: rs03-verify.c:752 msgid "Error correction file" msgstr "" -#: rs03-verify.c:751 +#: rs03-verify.c:753 msgid "Augmented image" msgstr "" -#: rs03-verify.c:786 +#: rs03-verify.c:782 rs03-verify.c:792 msgid "- created by : dvdisaster" msgstr "" -#: rs03-verify.c:799 -#, c-format -msgid "- created by : dvdisaster-%d.%d\n" -msgstr "" - -#: rs03-verify.c:818 +#: rs03-verify.c:812 #, c-format msgid "- requires : dvdisaster-%s\n" msgstr "" -#: rs03-verify.c:824 +#: rs03-verify.c:818 #, c-format msgid "" "* requires : dvdisaster-%s (BAD)\n" @@ -5347,127 +5378,127 @@ msgid "" "* : Please visit http://www.dvdisaster.org for an upgrade.\n" msgstr "" -#: rs03-verify.c:846 +#: rs03-verify.c:840 msgid "none available" msgstr "" -#: rs03-verify.c:902 +#: rs03-verify.c:896 msgid "" "\n" "Data integrity:\n" msgstr "" -#: rs03-verify.c:929 +#: rs03-verify.c:923 #, c-format msgid "%lld in image; %lld in ecc file" msgstr "" -#: rs03-verify.c:932 +#: rs03-verify.c:926 #, c-format msgid "%lld sectors + %d bytes in image; %lld in ecc file" msgstr "" -#: rs03-verify.c:937 +#: rs03-verify.c:931 #, c-format msgid "- sectors : %lld in image; " msgstr "" -#: rs03-verify.c:938 +#: rs03-verify.c:932 #, c-format msgid "- sectors : %lld sectors + %d bytes in image; " msgstr "" -#: rs03-verify.c:940 +#: rs03-verify.c:934 #, c-format msgid "%lld in ecc file\n" msgstr "" -#: rs03-verify.c:944 +#: rs03-verify.c:938 #, c-format msgid "%lld total / %lld data" msgstr "" -#: rs03-verify.c:946 +#: rs03-verify.c:940 #, c-format msgid "- medium sectors : %lld total / %lld data\n" msgstr "" -#: rs03-verify.c:962 +#: rs03-verify.c:956 #, c-format msgid "%s (%s expected)" msgstr "" -#: rs03-verify.c:967 +#: rs03-verify.c:961 #, c-format msgid "Image file is %d bytes shorter than expected." msgstr "" -#: rs03-verify.c:969 +#: rs03-verify.c:963 #, c-format msgid "Image file is %d bytes longer than expected." msgstr "" -#: rs03-verify.c:982 +#: rs03-verify.c:976 #, c-format msgid "* sectors : %s (%s expected); %lld sectors in ecc file\n" msgstr "" -#: rs03-verify.c:985 +#: rs03-verify.c:979 #, c-format msgid "* medium sectors : %s (%s expected)\n" msgstr "" -#: rs03-verify.c:1009 +#: rs03-verify.c:1003 #, c-format msgid "Failed seeking to start of ecc file: %s\n" msgstr "" -#: rs03-verify.c:1107 +#: rs03-verify.c:1101 msgid " (in ecc file)" msgstr "" -#: rs03-verify.c:1115 +#: rs03-verify.c:1109 #, c-format msgid "* missing sector : %lld%s\n" msgstr "" -#: rs03-verify.c:1116 +#: rs03-verify.c:1110 #, c-format msgid "* missing sectors : %lld - %lld%s\n" msgstr "" -#: rs03-verify.c:1177 rs03-verify.c:1216 +#: rs03-verify.c:1171 rs03-verify.c:1210 #, c-format msgid "%lld sectors missing; %lld signature errors" msgstr "" -#: rs03-verify.c:1201 +#: rs03-verify.c:1195 msgid "Error correction file:" msgstr "" -#: rs03-verify.c:1232 +#: rs03-verify.c:1226 #, c-format msgid "" "- good image/file : all sectors present\n" "- data md5sum : %s\n" msgstr "" -#: rs03-verify.c:1236 +#: rs03-verify.c:1230 #, c-format msgid "* BAD image/file : %lld sectors missing\n" msgstr "" -#: rs03-verify.c:1250 +#: rs03-verify.c:1244 #, c-format msgid " ... crc section : %lld sectors missing; %lld signature errors\n" msgstr "" -#: rs03-verify.c:1277 +#: rs03-verify.c:1271 #, c-format msgid "Skipped; not useful on known defective image" msgstr "" -#: rs03-verify.c:1280 +#: rs03-verify.c:1274 msgid "* Ecc block test : skipped; not useful on defective image\n" msgstr "" @@ -5773,32 +5804,32 @@ msgstr "" msgid "Waiting 10 seconds for drive: %d\n" msgstr "Aguardando 10 segundos pelo drive: %d\n" -#: scsi-layer.c:2481 +#: scsi-layer.c:2465 #, c-format msgid "Sectors %lld - %lld: %s\n" msgstr "Setores %lld - %lld: %s\n" -#: scsi-layer.c:2495 +#: scsi-layer.c:2479 #, c-format msgid "Sector %lld, try %d: %s Sector returned: %d.\n" msgstr "Setor %lld, tentativa %d: %s Setor retornado: %d.\n" -#: scsi-layer.c:2501 +#: scsi-layer.c:2485 #, c-format msgid "Sector %lld, try %d: %s\n" msgstr "Setor %lld, tentativa %d: %s\n" -#: scsi-layer.c:2512 +#: scsi-layer.c:2496 #, c-format msgid "Sector %lld, try %d: success\n" msgstr "Setor %lld, tentativa %d: sucesso\n" -#: scsi-layer.c:2583 +#: scsi-layer.c:2567 #, c-format msgid "Device %s: no medium present\n" msgstr "Dispositivo %s: nenhuma mídia presente\n" -#: scsi-layer.c:2588 +#: scsi-layer.c:2572 #, c-format msgid "" "Device %s does not become ready:\n" @@ -5809,7 +5840,7 @@ msgstr "" "%s\n" "\n" -#: scsi-layer.c:2594 +#: scsi-layer.c:2578 #, c-format msgid "" "\n" @@ -5818,52 +5849,52 @@ msgstr "" "\n" "Dispositivo: %s, %s\n" -#: scsi-layer.c:2601 +#: scsi-layer.c:2585 msgid "Drive failed to report media type." msgstr "O drive falhou ao informar o tipo de mídia." -#: scsi-layer.c:2612 scsi-layer.c:2710 +#: scsi-layer.c:2596 scsi-layer.c:2694 #, c-format msgid "This software does not support \"%s\" type media." msgstr "Este software não suporta mídias do tipo \"%s\"" -#: scsi-layer.c:2620 +#: scsi-layer.c:2604 #, c-format msgid "This software does not support multisession (%d sessions) media." msgstr "Este software não suporta mídias em multisessão (%d sessões)." -#: scsi-layer.c:2651 scsi-layer.c:2660 +#: scsi-layer.c:2635 scsi-layer.c:2644 msgid "Using READ CD" msgstr "Usando READ CD" -#: scsi-layer.c:2652 +#: scsi-layer.c:2636 msgid ", RAW reading" msgstr ", leitura RAW" -#: scsi-layer.c:2655 +#: scsi-layer.c:2639 #, c-format msgid ", Mode page 1 ERP = %02xh" msgstr "" -#: scsi-layer.c:2658 +#: scsi-layer.c:2642 msgid ", C2 scanning" msgstr ", escaneando C2" -#: scsi-layer.c:2665 +#: scsi-layer.c:2649 msgid "Using READ(10).\n" msgstr "Usando READ(10).\n" -#: scsi-layer.c:2687 +#: scsi-layer.c:2671 #, c-format msgid "Medium: %s, %lld sectors%s" msgstr "Mídia: %s, %lld setores%s" -#: scsi-layer.c:2691 +#: scsi-layer.c:2675 #, c-format msgid "Medium \"%s\": %s, %lld sectors%s created %s" msgstr "Mídia \"%s\": %s, %lld setores%s criou %s" -#: scsi-layer.c:2717 +#: scsi-layer.c:2701 msgid "This software does not support encrypted media.\n" msgstr "Este software não suporta mídias criptografadas.\n" @@ -5937,49 +5968,50 @@ msgid "Example disc" msgstr "Disco de exemplo" #: welcome-window.c:80 -msgid "- New multithreaded codec (RS03)." +msgid "- Added support for BDXL-TL 100GB media" msgstr "" #: welcome-window.c:81 -msgid "- Completely reworked online manual." +msgid "- Optimized ecc generation when medium was previously read\n" msgstr "" -#: welcome-window.c:82 -msgid "- Switched license to GPLv3.\n" -msgstr "" - -#: welcome-window.c:84 +#: welcome-window.c:83 msgid "" "Please note:\n" +"This is a pre-release for expert users.\n" +"It may contain unfinished features.\n" "Adaptive reading is unavailable in this version.\n" "It will be re-introduced in one of the next releases." msgstr "" -#: welcome-window.c:90 +#: welcome-window.c:91 msgid "Show this message again" msgstr "Mostrar essa mensagem no futuro" -#: welcome-window.c:136 +#: welcome-window.c:137 msgid "Welcome to dvdisaster!" msgstr "Bem-vindo(a) ao dvdisaster!" -#: welcome-window.c:138 +#: welcome-window.c:139 msgid "" "\n" "dvdisaster creates error correction data to protect\n" "optical media (CD,DVD,BD) against data loss.\n" msgstr "" -#: welcome-window.c:141 +#: welcome-window.c:142 msgid "" "Please see the [manual] for typical uses of dvdisaster.\n" "\n" msgstr "" -#: welcome-window.c:144 +#: welcome-window.c:145 msgid "New in this Version:" msgstr "Novidades dessa versão:" +#~ msgid "created by dvdisaster-%d.%d\n" +#~ msgstr "criado pelo dvdisaster-%d.%d\n" + #~ msgid "" #~ "NOTE: This is the Windows console version of dvdisaster.\n" #~ "The version providing a graphical user interface is called\n" diff --git a/locale/ru.po b/locale/ru.po index 34b1796..767f906 100644 --- a/locale/ru.po +++ b/locale/ru.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: dvdisaster 0.70.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-12-15 16:39+0100\n" +"POT-Creation-Date: 2017-11-17 09:59+0000\n" "PO-Revision-Date: 2009-07-23 08:11+0300\n" "Last-Translator: Igor Gorbounov \n" "Language-Team: Russian\n" @@ -19,7 +19,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: closure.c:334 +#: closure.c:337 #, c-format msgid "" "# dvdisaster-%s configuration file\n" @@ -32,15 +32,15 @@ msgstr "" "# он автоматически перезаписывается при каждом запуске программы.\n" "\n" -#: closure.c:533 +#: closure.c:546 msgid "medium.iso" msgstr "medium.iso" -#: closure.c:534 +#: closure.c:547 msgid "medium.ecc" msgstr "medium.ecc" -#: closure.c:535 +#: closure.c:548 msgid "sector-" msgstr "сектор-" @@ -57,17 +57,17 @@ msgid "" msgstr "" #: debug.c:103 debug.c:191 debug.c:239 debug.c:363 debug.c:707 debug.c:807 -#: debug.c:850 debug.c:1181 debug.c:1189 debug.c:1266 rs01-common.c:166 -#: rs02-common.c:235 rs02-create.c:344 rs02-create.c:990 rs02-fix.c:380 -#: rs02-verify.c:395 rs03-common.c:328 rs03-create.c:696 rs03-create.c:721 -#: rs03-recognize.c:548 +#: debug.c:850 debug.c:1181 debug.c:1189 debug.c:1266 rs01-common.c:175 +#: rs02-common.c:239 rs02-create.c:350 rs02-create.c:997 rs02-fix.c:380 +#: rs02-verify.c:395 rs03-common.c:340 rs03-create.c:720 rs03-create.c:745 +#: rs03-recognize.c:549 #, c-format msgid "Failed seeking to sector %lld in image: %s" msgstr "Не удалось найти сектор %lld в образе: %s" #: debug.c:111 debug.c:196 debug.c:243 debug.c:368 debug.c:545 debug.c:662 -#: debug.c:713 debug.c:1193 debug.c:1270 debug.c:1310 rs02-create.c:367 -#: rs02-create.c:393 rs02-create.c:993 rs03-create.c:701 rs03-create.c:725 +#: debug.c:713 debug.c:1193 debug.c:1270 debug.c:1310 rs02-create.c:373 +#: rs02-create.c:399 rs02-create.c:1000 rs03-create.c:725 rs03-create.c:749 #: udf.c:827 udf.c:885 udf.c:942 udf.c:955 udf.c:960 udf.c:963 udf.c:966 #: udf.c:969 udf.c:972 udf.c:975 #, c-format @@ -109,9 +109,9 @@ msgstr "" #: debug.c:443 debug.c:501 debug.c:565 debug.c:606 debug.c:689 debug.c:795 #: debug.c:836 debug.c:882 debug.c:936 debug.c:1161 debug.c:1169 debug.c:1225 #: debug.c:1230 raw-editor.c:363 read-adaptive.c:73 read-adaptive.c:93 -#: read-adaptive.c:1440 read-adaptive.c:1472 read-linear.c:275 -#: read-linear.c:277 read-linear.c:309 read-linear.c:311 rs01-create.c:278 -#: rs03-create.c:1265 +#: read-adaptive.c:1440 read-adaptive.c:1472 read-linear.c:267 +#: read-linear.c:269 read-linear.c:301 read-linear.c:303 rs01-create.c:278 +#: rs03-create.c:1288 #, c-format msgid "" "Can't open %s:\n" @@ -146,8 +146,8 @@ msgstr "Байт должен иметь значение в диапазоне msgid "Setting byte %d in sector %lld to value %d.\n" msgstr "Установка байта %d в секторе %lld в значение %d.\n" -#: debug.c:477 debug.c:531 debug.c:694 rs02-create.c:190 rs02-verify.c:693 -#: rs03-verify.c:1005 +#: debug.c:477 debug.c:531 debug.c:694 rs02-create.c:193 rs02-verify.c:694 +#: rs03-verify.c:999 #, c-format msgid "Failed seeking to start of image: %s\n" msgstr "Не удалось перейти к началу образа: %s\n" @@ -176,9 +176,9 @@ msgstr "Новая длина должна быть в диапазоне [0..%l msgid "Truncating image to %lld sectors.\n" msgstr "Усечение образа до %lld секторов.\n" -#: debug.c:579 read-linear.c:1406 rs01-fix.c:212 rs01-fix.c:234 rs01-fix.c:250 -#: rs01-fix.c:284 rs02-create.c:105 rs02-create.c:151 rs02-fix.c:242 -#: rs02-fix.c:261 rs02-fix.c:274 rs03-create.c:237 rs03-create.c:316 +#: debug.c:579 read-linear.c:1393 rs01-fix.c:212 rs01-fix.c:234 rs01-fix.c:250 +#: rs01-fix.c:284 rs02-create.c:108 rs02-create.c:154 rs02-fix.c:242 +#: rs02-fix.c:261 rs02-fix.c:274 rs03-create.c:240 rs03-create.c:319 #: rs03-fix.c:266 rs03-fix.c:301 rs03-fix.c:322 rs03-fix.c:337 #, c-format msgid "Could not truncate %s: %s\n" @@ -231,8 +231,8 @@ msgid "%lld \"unreadable sector\" markers replaced.\n" msgstr "Замещено %lld маркеров \"нечитаемый сектор\".\n" #: debug.c:811 debug.c:854 debug.c:1185 debug.c:1252 debug.c:1256 debug.c:1306 -#: rs01-common.c:182 rs02-common.c:240 rs02-create.c:207 rs02-fix.c:383 -#: rs03-common.c:333 rs03-recognize.c:553 +#: rs01-common.c:191 rs02-common.c:244 rs02-create.c:210 rs02-fix.c:383 +#: rs03-common.c:345 rs03-recognize.c:554 #, c-format msgid "Failed reading sector %lld in image: %s" msgstr "Не удалось прочитать сектор %lld в образе: %s" @@ -391,83 +391,83 @@ msgstr "" #. TRANSLATORS: #. This is a dummy entry which is supposed to translate into "ok". #. Please do not return anything else here. -#: dvdisaster.c:143 dvdisaster.c:155 +#: dvdisaster.c:145 dvdisaster.c:157 msgid "test phrase for verifying the locale installation" msgstr "ok" -#: dvdisaster.c:332 +#: dvdisaster.c:338 msgid "-o/--ecc-target expects 'file' or 'image'" msgstr "" -#: dvdisaster.c:358 +#: dvdisaster.c:364 #, c-format msgid "--threads must be 1..%d\n" msgstr "--потоков должно быть 1..%d\n" -#: dvdisaster.c:372 +#: dvdisaster.c:378 msgid "--cache-size must at least be 8MiB; 16MiB or higher is recommended." msgstr "--cache-size должен быть не меньше 8МБ; рекомендуется 16МБ и больше." -#: dvdisaster.c:374 +#: dvdisaster.c:380 #, c-format msgid "--cache-size maximum is %dMiB." msgstr "" -#: dvdisaster.c:397 +#: dvdisaster.c:403 msgid "--encoding-algorithm: SSE2 not supported on this processor!" msgstr "" -#: dvdisaster.c:401 +#: dvdisaster.c:407 msgid "--encoding-algorithm: valid types are 32bit, 64bit, SSE2" msgstr "" -#: dvdisaster.c:408 +#: dvdisaster.c:414 msgid "--encoding-algorithm: AltiVec not supported on this processor!" msgstr "" -#: dvdisaster.c:412 +#: dvdisaster.c:418 msgid "--encoding-algorithm: valid types are 32bit, 64bit, AltiVec" msgstr "" -#: dvdisaster.c:415 +#: dvdisaster.c:421 msgid "--encoding-algorithm: valid types are 32bit, 64bit" msgstr "" -#: dvdisaster.c:424 +#: dvdisaster.c:430 msgid "--encoding-io-strategy: mmap not supported on this OS" msgstr "" -#: dvdisaster.c:428 +#: dvdisaster.c:434 msgid "--encoding-io-strategy: valid types are readwrite and mmap" msgstr "" -#: dvdisaster.c:438 +#: dvdisaster.c:444 msgid "Valid args for --driver: sg,cdrom" msgstr "" -#: dvdisaster.c:440 +#: dvdisaster.c:446 msgid "--driver is only supported on GNU/Linux" msgstr "только --driver поддерживается на GNU/Linux" -#: dvdisaster.c:448 +#: dvdisaster.c:454 msgid "--fixed-speed-values is only allowed in debug mode" msgstr "" -#: dvdisaster.c:489 +#: dvdisaster.c:498 #, c-format msgid "--prefetch-sectors must be in range 32...%s" msgstr "" -#: dvdisaster.c:540 +#: dvdisaster.c:552 msgid "--set-version is only allowed in debug mode" msgstr "" -#: dvdisaster.c:647 +#: dvdisaster.c:659 #, c-format msgid "?? illegal getopt return value %d\n" msgstr "?? неправильное возвращаемое значение getopt: %d\n" -#: dvdisaster.c:738 main-window.c:154 +#: dvdisaster.c:750 main-window.c:150 #, c-format msgid "" "\n" @@ -478,7 +478,7 @@ msgstr "" "Метод %s недоступен.\n" "Для получения списка методов используйте -m без параметров.\n" -#: dvdisaster.c:749 rs01-create.c:260 rs02-create.c:1031 rs03-create.c:1233 +#: dvdisaster.c:761 rs01-create.c:260 rs02-create.c:1038 rs03-create.c:1256 #, c-format msgid "" "\n" @@ -487,25 +487,25 @@ msgstr "" "\n" "Открытие %s" -#: dvdisaster.c:756 rs01-create.c:269 rs02-create.c:155 rs02-create.c:1041 -#: rs03-create.c:320 rs03-create.c:1248 +#: dvdisaster.c:768 rs01-create.c:269 rs02-create.c:158 rs02-create.c:1048 +#: rs03-create.c:323 rs03-create.c:1271 #, c-format msgid ": %lld medium sectors.\n" msgstr ": %lld секторов носителя.\n" -#: dvdisaster.c:757 rs01-create.c:270 rs02-create.c:156 rs02-create.c:1042 -#: rs03-create.c:321 rs03-create.c:1249 +#: dvdisaster.c:769 rs01-create.c:270 rs02-create.c:159 rs02-create.c:1049 +#: rs03-create.c:324 rs03-create.c:1272 #, c-format msgid ": %lld medium sectors and %d bytes.\n" msgstr ": %lld секторов носителя и %d байт.\n" -#: dvdisaster.c:784 main-window.c:215 +#: dvdisaster.c:796 main-window.c:208 msgid "RS01 method not available for comparing files." msgstr "Метод RS01 не применяется для сравнения файлов." #. TRANSLATORS: Program options like -r and --read are not to be translated #. to avoid confusion when discussing the program in international forums. -#: dvdisaster.c:874 +#: dvdisaster.c:886 msgid "" "\n" "Common usage examples:\n" @@ -529,7 +529,7 @@ msgstr "" " dvdisaster -u,--unlink # Удалить файлы .iso (по завершении других действий)\n" "\n" -#: dvdisaster.c:883 +#: dvdisaster.c:895 #, c-format msgid "" "Drive and file specification:\n" @@ -540,227 +540,235 @@ msgid "" " -o,--ecc-target [file image] - where to put ecc data in RS03\n" msgstr "" -#: dvdisaster.c:893 +#: dvdisaster.c:905 msgid "Tweaking options (see manual before using!)\n" msgstr "Параметры тонкой настройки (перед применением см. руководство!)\n" -#: dvdisaster.c:894 +#: dvdisaster.c:906 msgid " -a,--assume x,y,... - assume image is augmented with codec(s) x,y,...\n" msgstr "" -#: dvdisaster.c:895 +#: dvdisaster.c:907 msgid " -j,--jump n - jump n sectors forward after a read error (default: 16)\n" msgstr " -j,--jump n - переход на n секторов вперед после ошибки чтения (по умолчанию: 16)\n" -#: dvdisaster.c:896 +#: dvdisaster.c:908 msgid " -m n - list/select error correction methods (default: RS01)\n" msgstr " -m n - просмотреть/выбрать методы исправления ошибок (по умолчанию: RS01)\n" -#: dvdisaster.c:897 +#: dvdisaster.c:909 #, c-format msgid "" " -n,--redundancy n%% - error correction data redundancy\n" " allowed values depend on codec (see manual)\n" msgstr "" -#: dvdisaster.c:899 +#: dvdisaster.c:911 msgid " -v,--verbose - more diagnostic messages\n" msgstr " -v,--verbose - больше диагностических сообщений\n" -#: dvdisaster.c:900 +#: dvdisaster.c:912 msgid " -x,--threads n - use n threads for en-/decoding (if supported by codec)\n" msgstr "" -#: dvdisaster.c:901 +#: dvdisaster.c:913 msgid " --adaptive-read - use optimized strategy for reading damaged media\n" msgstr " --adaptive-read - использование оптимизированной стратегии чтения поврежденных носителей\n" -#: dvdisaster.c:902 +#: dvdisaster.c:914 msgid " --auto-suffix - automatically add .iso and .ecc file suffixes\n" msgstr " --auto-suffix - автоматически добавлять расширения имени файла .iso и .ecc\n" -#: dvdisaster.c:903 +#: dvdisaster.c:915 msgid " --cache-size n - image cache size in MiB during -c mode (default: 32MiB)\n" msgstr " --cache-size n - размер буфера образа в МБ в режиме -c (по умолчанию: 32МБ)\n" -#: dvdisaster.c:904 +#: dvdisaster.c:916 msgid " --dao - assume DAO disc; do not trim image end\n" msgstr " --dao - считать, что диск в режиме DAO; не отрезать конец образа\n" -#: dvdisaster.c:905 +#: dvdisaster.c:917 msgid " --defective-dump d - directory for saving incomplete raw sectors\n" msgstr " --defective-dump d - каталог для сохранения незавершенных необработанных секторов\n" -#: dvdisaster.c:907 +#: dvdisaster.c:919 msgid " --driver=sg/cdrom - use sg(default) or alternative cdrom driver (see man page!)\n" msgstr "" -#: dvdisaster.c:909 +#: dvdisaster.c:921 msgid " --eject - eject medium after successful read\n" msgstr " --eject - извлекать носитель после успешного чтения\n" -#: dvdisaster.c:910 +#: dvdisaster.c:922 msgid " --encoding-algorithm n - possible values: 32bit,64bit,SSE2,AltiVec\n" msgstr "" -#: dvdisaster.c:911 +#: dvdisaster.c:923 msgid " --encoding-io-strategy n - possible values: readwrite, mmap\n" msgstr "" -#: dvdisaster.c:912 +#: dvdisaster.c:924 msgid " --fill-unreadable n - fill unreadable sectors with byte n\n" msgstr " --fill-unreadable n - заполнять нечитаемые сектора байтом n\n" -#: dvdisaster.c:913 +#: dvdisaster.c:925 msgid " --ignore-fatal-sense - continue reading after potentially fatal error conditon\n" msgstr " --ignore-fatal-sense - продолжать чтение после возможной критической ошибки\n" -#: dvdisaster.c:914 +#: dvdisaster.c:926 msgid " --ignore-iso-size - ignore image size from ISO/UDF data (dangerous - see man page!)\n" msgstr "" -#: dvdisaster.c:915 +#: dvdisaster.c:927 msgid " --internal-rereads n - drive may attempt n rereads before reporting an error\n" msgstr " --internal-rereads n - привод может делать n повторных чтений перед сообщением об ошибке\n" -#: dvdisaster.c:916 +#: dvdisaster.c:928 msgid " --medium-info - print info about medium in drive\n" msgstr "" -#: dvdisaster.c:917 +#: dvdisaster.c:929 +msgid " --no-progress - do not print progress information\n" +msgstr "" + +#: dvdisaster.c:930 msgid " --old-ds-marker - mark missing sectors compatible with dvdisaster <= 0.70\n" msgstr "" -#: dvdisaster.c:918 +#: dvdisaster.c:931 msgid " --prefetch-sectors n - prefetch n sectors for RS03 encoding (uses ~nMiB)\n" msgstr "" -#: dvdisaster.c:919 +#: dvdisaster.c:932 msgid " --raw-mode n - mode for raw reading CD media (20 or 21)\n" msgstr " --raw-mode n - режим для низкоуровневого чтения CD-носителей (20 или 21)\n" -#: dvdisaster.c:920 +#: dvdisaster.c:933 msgid " --read-attempts n-m - attempts n upto m reads of a defective sector\n" msgstr " --read-attempts n-m - делается от n до m попыток чтения поврежденного сектора\n" -#: dvdisaster.c:921 +#: dvdisaster.c:934 msgid " --read-medium n - read the whole medium up to n times\n" msgstr " --read-medium n - читать весь носитель до n раз\n" -#: dvdisaster.c:922 +#: dvdisaster.c:935 msgid " --read-raw - performs read in raw mode if possible\n" msgstr " --read-raw - выполнять чтение в низкоуровневом режиме, если это возможно\n" -#: dvdisaster.c:923 +#: dvdisaster.c:936 +msgid " --regtest - tweaks output for compatibility with regtests\n" +msgstr "" + +#: dvdisaster.c:937 msgid " --resource-file p - get resource file from given path\n" msgstr "" -#: dvdisaster.c:924 +#: dvdisaster.c:938 msgid " --speed-warning n - print warning if speed changes by more than n percent\n" msgstr " --speed-warning n - выводить предупреждение, если скорость изменяется больше, чем на n процентов\n" -#: dvdisaster.c:925 +#: dvdisaster.c:939 msgid " --spinup-delay n - wait n seconds for drive to spin up\n" msgstr " --spinup-delay n - выждать n секунд, пока привод не раскрутится\n" -#: dvdisaster.c:929 +#: dvdisaster.c:943 msgid "Debugging options (purposefully undocumented and possibly harmful)\n" msgstr "Параметры отладки (намеренно недокументированные и, возможно, опасные)\n" -#: dvdisaster.c:930 +#: dvdisaster.c:944 msgid " --debug - enables the following options\n" msgstr " --debug - включает следующие параметры\n" -#: dvdisaster.c:931 +#: dvdisaster.c:945 msgid " --byteset s,i,b - set byte i in sector s to b\n" msgstr " --byteset s,i,b - установить байт i в секторе s в значение b\n" -#: dvdisaster.c:932 +#: dvdisaster.c:946 msgid " --cdump - creates C #include file dumps instead of hexdumps\n" msgstr " --cdump - создает дампы в виде C #include-файлов вместо шестнадцатеричных дампов\n" -#: dvdisaster.c:933 +#: dvdisaster.c:947 msgid " --compare-images a,b - compare sectors in images a and b\n" msgstr " --compare-images a,b - сравнить сектора в образах a и b\n" -#: dvdisaster.c:934 +#: dvdisaster.c:948 msgid " --copy-sector a,n,b,m - copy sector n from image a to sector m in image b\n" msgstr " --copy-sector a,n,b,m - скопировать сектор n из образа a в сектор m образа b\n" -#: dvdisaster.c:935 +#: dvdisaster.c:949 msgid " --erase sector - erase the given sector\n" msgstr " --erase sector - стереть данный сектор\n" -#: dvdisaster.c:936 +#: dvdisaster.c:950 msgid " --erase n-m - erase sectors n - m, inclusively\n" msgstr " --erase n-m - стереть секторы n - m включительно\n" -#: dvdisaster.c:937 +#: dvdisaster.c:951 msgid " --fixed-speed-values - output fixed speed values for better output diffing\n" msgstr "" -#: dvdisaster.c:938 +#: dvdisaster.c:952 msgid " --marked-image n - create image with n marked random sectors\n" msgstr " --marked-image n - создать образ с n помеченными случайными секторами\n" -#: dvdisaster.c:939 +#: dvdisaster.c:953 msgid " --merge-images a,b merge image a with b (a receives sectors from b)\n" msgstr " --merge-images a,b объединить образ a с образом b (a получает секторы из b)\n" -#: dvdisaster.c:940 +#: dvdisaster.c:954 msgid " --random-errors e - seed image with (correctable) random errors\n" msgstr "" -#: dvdisaster.c:941 +#: dvdisaster.c:955 msgid " --random-image n - create image with n sectors of random numbers\n" msgstr " --random-image n - создать образ с n секторами со случайными номерами\n" -#: dvdisaster.c:942 +#: dvdisaster.c:956 msgid " --random-seed n - random seed for built-in random number generator\n" msgstr " --random-seed n - начальное значение для встроенного генератора случайных чисел\n" -#: dvdisaster.c:943 +#: dvdisaster.c:957 msgid " --raw-sector n - shows hexdump of the given raw sector from medium in drive\n" msgstr " --raw-sector n - показывает шестнадцатиричный дамп данного необработанного сектора с носителя в приводе\n" -#: dvdisaster.c:944 +#: dvdisaster.c:958 msgid " --read-sector n - shows hexdump of the given sector from medium in drive\n" msgstr " --read-sector n - показывает шестнадцатиричный дамп данного сектора с носителя в приводе\n" -#: dvdisaster.c:945 +#: dvdisaster.c:959 msgid " --screen-shot - useful for generating screen shots\n" msgstr " --screen-shot - useful for generating screen shots\n" -#: dvdisaster.c:946 +#: dvdisaster.c:960 msgid " --send-cdb arg - executes given cdb at drive; kills system if used wrong\n" msgstr " --send-cdb arg - выполнить cdb на приводе; при ошибке система снимается\n" -#: dvdisaster.c:947 +#: dvdisaster.c:961 msgid " --set-version - set program version for debugging purposes (dangerous!)\n" msgstr "" -#: dvdisaster.c:948 +#: dvdisaster.c:962 msgid " --show-header n - assumes given sector is a ecc header and prints it\n" msgstr "" -#: dvdisaster.c:949 +#: dvdisaster.c:963 msgid " --show-sector n - shows hexdump of the given sector in an image file\n" msgstr " --show-sector n - показывает содержимое данного сектора в шестнадцатеричном виде\n" -#: dvdisaster.c:950 +#: dvdisaster.c:964 msgid " --sim-cd image - simulate a SCSI-Level CD with contents supplied by the ISO image\n" msgstr "" -#: dvdisaster.c:951 +#: dvdisaster.c:965 #, c-format msgid " --sim-defects n - simulate n%% defective sectors on medium\n" msgstr " --sim-defects n - смоделировать n%% поврежденных секторов на носителе\n" -#: dvdisaster.c:952 +#: dvdisaster.c:966 msgid " --truncate n - truncates image to n sectors\n" msgstr " --truncate n - обрезает образ до n секторов\n" -#: dvdisaster.c:953 +#: dvdisaster.c:967 msgid "" " --zero-unreadable - replace the \"unreadable sector\" markers with zeros\n" "\n" @@ -768,7 +776,7 @@ msgstr "" " --zero-unreadable - заменить маркеры \"нечитаемый сектор\" нулями\n" "\n" -#: dvdisaster.c:982 +#: dvdisaster.c:996 msgid "Optical drive 52X FW 1.02" msgstr "Оптический привод 52X FW 1.02" @@ -870,15 +878,15 @@ msgstr "О программе dvdisaster" #: help-dialogs.c:727 msgid "" -"Modified version Copyright 2015 (please fill in - [directions])\n" -"Copyright 2004-2015 Carsten Gnoerlich" +"Modified version Copyright 2017 (please fill in - [directions])\n" +"Copyright 2004-2017 Carsten Gnoerlich" msgstr "" -"Измененнная версия Copyright 2015 (пожалуйста, заполните - [инструкции])\n" -"Copyright 2004-2015 Carsten Gnoerlich" +"Измененнная версия Copyright 2017 (пожалуйста, заполните - [инструкции])\n" +"Copyright 2004-2017 Carsten Gnoerlich" #: help-dialogs.c:731 misc.c:205 -msgid "Copyright 2004-2015 Carsten Gnoerlich" -msgstr "Copyright 2004-2015 Carsten Gnoerlich" +msgid "Copyright 2004-2017 Carsten Gnoerlich" +msgstr "Copyright 2004-2017 Carsten Gnoerlich" #: help-dialogs.c:738 msgid "" @@ -936,18 +944,24 @@ msgstr "" "\n" "Порт на NetBSD: Sergey Svishchev <svs@ropnet.ru>" -#: image.c:150 image.c:154 +#: image.c:152 image.c:156 #, c-format msgid "Image file %s not present or permission denied.\n" msgstr "" -#: image.c:163 image.c:167 +#: image.c:165 image.c:169 msgid "" "\n" "Error correction file type unknown.\n" msgstr "" -#: image.c:176 image.c:181 +#: image.c:178 image.c:183 +msgid "" +"\n" +"Permission denied on ecc file (perhaps not writeable?).\n" +msgstr "" + +#: image.c:193 image.c:198 msgid "" "\n" "No error correction file present.\n" @@ -974,7 +988,7 @@ msgstr "" msgid "log: %s\n" msgstr "" -#: main-window.c:97 +#: main-window.c:94 msgid "" "The .iso image and error correction file\n" "must not be the same file!\n" @@ -984,7 +998,7 @@ msgid "" "please leave the error correction file name blank." msgstr "" -#: main-window.c:107 +#: main-window.c:104 msgid "" "The error correction file type must not be \".iso\".\n" "\n" @@ -993,91 +1007,91 @@ msgid "" "please leave the error correction file name blank." msgstr "" -#: main-window.c:180 +#: main-window.c:174 msgid "Internal error: No suitable method for repairing image." msgstr "" -#: main-window.c:283 +#: main-window.c:276 msgid "button|Read" msgstr "Читать" -#: main-window.c:286 +#: main-window.c:279 msgid "tooltip|Read Image" msgstr "Читать образ" -#: main-window.c:286 +#: main-window.c:279 msgid "Reads an optical disc image into a file (or tries to complete an existing image file)." msgstr "Считывание образа CD/DVD в файл (или попытка завершить существующий файл образа)." -#: main-window.c:300 +#: main-window.c:293 msgid "button|Create" msgstr "Создать" -#: main-window.c:303 +#: main-window.c:296 msgid "tooltip|Create error correction data" msgstr "Создать данные для исправления ошибок" -#: main-window.c:303 +#: main-window.c:296 msgid "Creates error correction data. Requires an image file." msgstr "Создание данных для исправления ошибок. Требуется файл образа." -#: main-window.c:307 +#: main-window.c:300 msgid "button|Scan" msgstr "Проверить" -#: main-window.c:310 +#: main-window.c:303 msgid "tooltip|Scan medium" msgstr "Проверить носитель" -#: main-window.c:310 +#: main-window.c:303 msgid "Scans medium for unreadable sectors." msgstr "Проверяет носитель на нечитаемые секторы." -#: main-window.c:314 +#: main-window.c:307 msgid "button|Fix" msgstr "Исправить" -#: main-window.c:317 +#: main-window.c:310 msgid "tooltip|Repair image" msgstr "Исправить образ" -#: main-window.c:317 +#: main-window.c:310 msgid "Repairs an image. Requires an image file and error correction data." msgstr "Исправление образа. Требуется файл образа и данные для исправления ошибок." -#: main-window.c:321 +#: main-window.c:314 msgid "button|Verify" msgstr "Сравнить" -#: main-window.c:324 +#: main-window.c:317 msgid "tooltip|Consistency check" msgstr "Проверка целостности" -#: main-window.c:324 +#: main-window.c:317 msgid "Tests consistency of error correction data and image file." msgstr "Проверяет соответствие данных для исправления ошибок и файла образа." -#: main-window.c:328 +#: main-window.c:321 msgid "button|Stop" msgstr "Прервать" -#: main-window.c:331 +#: main-window.c:324 msgid "tooltip|Abort action" msgstr "Прервать работу" -#: main-window.c:331 +#: main-window.c:324 msgid "Aborts an ongoing action." msgstr "Прерывание текущей работы." -#: main-window.c:488 +#: main-window.c:481 msgid "tooltip|Protocol for current action" msgstr "Журнал текущей работы" -#: main-window.c:489 +#: main-window.c:482 msgid "Displays additional information created during the current or last action." msgstr "Отображение дополнительной информации о текущей или последней работе." -#: main-window.c:498 +#: main-window.c:491 msgid "View log" msgstr "Просмотреть журнал" @@ -1085,69 +1099,69 @@ msgstr "Просмотреть журнал" msgid "Medium not present" msgstr "Носителя нет" -#: medium-info.c:105 medium-info.c:358 +#: medium-info.c:106 medium-info.c:352 msgid "Physical medium info" msgstr "Информация о физическом носителе" -#: medium-info.c:127 medium-info.c:133 +#: medium-info.c:128 medium-info.c:134 msgid "empty" msgstr "пустой" -#: medium-info.c:128 +#: medium-info.c:129 msgid "appendable" msgstr "расширяемый" -#: medium-info.c:129 +#: medium-info.c:130 msgid "finalized" msgstr "законченный" -#: medium-info.c:130 scsi-layer.c:98 +#: medium-info.c:131 scsi-layer.c:98 msgid "unknown" msgstr "неизвестно" -#: medium-info.c:134 +#: medium-info.c:135 msgid "incomplete" msgstr "неполный" -#: medium-info.c:135 +#: medium-info.c:136 msgid "damaged" msgstr "поврежденный" -#: medium-info.c:136 rs02-verify.c:670 rs02-verify.c:877 rs02-verify.c:878 -#: rs02-verify.c:879 rs03-verify.c:1260 rs03-verify.c:1262 rs03-verify.c:1263 +#: medium-info.c:137 rs02-verify.c:671 rs02-verify.c:878 rs02-verify.c:879 +#: rs02-verify.c:880 rs03-verify.c:1254 rs03-verify.c:1256 rs03-verify.c:1257 msgid "complete" msgstr "завершена" -#: medium-info.c:141 +#: medium-info.c:142 #, c-format msgid "%s (%d sessions; last session %s)\n" msgstr "%s (%d сессий; последняя сессия %s)\n" -#: medium-info.c:147 +#: medium-info.c:148 #, c-format msgid "%lld sectors (%lld MiB), from READ CAPACITY\n" msgstr "%lld секторов (%lld МБ), из READ CAPACITY\n" -#: medium-info.c:150 +#: medium-info.c:151 #, c-format msgid "%lld sectors (%lld MiB), from DVD structure\n" msgstr "%lld секторов (%lld МБ), из структуры DVD\n" -#: medium-info.c:154 medium-info.c:204 +#: medium-info.c:155 medium-info.c:204 #, c-format msgid "%lld sectors (%lld MiB)\n" msgstr "%lld секторов (%lld МБ)\n" -#: medium-info.c:166 medium-info.c:431 +#: medium-info.c:167 medium-info.c:425 msgid "Filesystem info" msgstr "Информация о файловой системе" -#: medium-info.c:172 +#: medium-info.c:173 #, c-format msgid "%d sectors (%lld MiB)\n" msgstr "%d секторов (%lld МБ)\n" -#: medium-info.c:194 medium-info.c:464 +#: medium-info.c:194 medium-info.c:458 msgid "Augmented image info" msgstr "Информация о расширенном образе" @@ -1156,11 +1170,11 @@ msgstr "Информация о расширенном образе" msgid "%s, %d roots, %4.1f%% redundancy.\n" msgstr "%s, %d корней, избыточность %4.1f%%.\n" -#: medium-info.c:289 +#: medium-info.c:283 msgid "windowtitle|Medium info" msgstr "Информация о носителе" -#: medium-info.c:304 +#: medium-info.c:298 msgid "" "Medium info\n" "Properties of the currently inserted medium" @@ -1168,75 +1182,75 @@ msgstr "" "Информация о носителе\n" "Свойства вставленного носителя" -#: medium-info.c:316 +#: medium-info.c:310 msgid "Drive selection" msgstr "Выбор привода" -#: medium-info.c:323 +#: medium-info.c:317 msgid "Drive:" msgstr "Привод:" -#: medium-info.c:344 menubar.c:488 +#: medium-info.c:338 menubar.c:488 msgid "No drives found" msgstr "Нет приводов" -#: medium-info.c:349 +#: medium-info.c:343 msgid " " msgstr " " -#: medium-info.c:352 +#: medium-info.c:346 msgid "Update medium info" msgstr "Обновить информацию о носителе" -#: medium-info.c:365 +#: medium-info.c:359 msgid "Medium type:" msgstr "Тип носителя:" -#: medium-info.c:373 +#: medium-info.c:367 msgid "Book type:" msgstr "Формат (book type):" -#: medium-info.c:381 scsi-layer.c:2698 +#: medium-info.c:375 scsi-layer.c:2682 msgid "Manuf.-ID:" msgstr "Изгот.-ID:" -#: medium-info.c:389 +#: medium-info.c:383 msgid "Drive profile:" msgstr "Профиль привода:" -#: medium-info.c:397 +#: medium-info.c:391 msgid "Disc status:" msgstr "Состояние диска:" -#: medium-info.c:405 +#: medium-info.c:399 msgid "Used sectors:" msgstr "Использовано секторов:" -#: medium-info.c:421 +#: medium-info.c:415 msgid "Blank capacity:" msgstr "Емкость пустого носителя:" -#: medium-info.c:438 +#: medium-info.c:432 msgid "Medium label:" msgstr "Метка носителя:" -#: medium-info.c:446 +#: medium-info.c:440 msgid "File system size:" msgstr "Размер файловой системы:" -#: medium-info.c:454 +#: medium-info.c:448 msgid "Creation time:" msgstr "Время создания:" -#: medium-info.c:471 +#: medium-info.c:465 msgid "Error correction data:" msgstr "Данные для исправления ошибок:" -#: medium-info.c:479 +#: medium-info.c:473 msgid "Augmented image size:" msgstr "Размер расширенного образа:" -#: medium-info.c:487 +#: medium-info.c:481 msgid "dvdisaster version:" msgstr "Версия dvdisaster:" @@ -1432,11 +1446,11 @@ msgstr "" "\n" "Русский перевод Игоря Горбунова \n" -#: misc.c:513 +#: misc.c:519 msgid "Warning" msgstr "Внимание" -#: misc.c:588 misc.c:596 +#: misc.c:594 misc.c:602 msgid "" "\n" "*\n" @@ -1448,11 +1462,11 @@ msgstr "" "* dvdisaster - невозможно продолжить:\n" "*\n" -#: misc.c:1248 +#: misc.c:1254 msgid "Do not ask again" msgstr "" -#: misc.c:1269 +#: misc.c:1275 #, c-format msgid "" "Image file already exists and does not match the medium:\n" @@ -1462,7 +1476,7 @@ msgid "" "The existing image file will be deleted." msgstr "" -#: misc.c:1288 +#: misc.c:1294 #, c-format msgid "" "The error correction file is already present:\n" @@ -2485,8 +2499,8 @@ msgid "Raw sector does not belong to the selected image!" msgstr "Сектор не принадлежит выбранному образу!" #: raw-editor.c:389 read-adaptive.c:1252 read-adaptive.c:1323 -#: read-adaptive.c:1643 read-adaptive.c:1841 read-linear.c:398 -#: read-linear.c:658 read-linear.c:1001 rs01-fix.c:459 rs01-fix.c:719 +#: read-adaptive.c:1643 read-adaptive.c:1841 read-linear.c:390 +#: read-linear.c:645 read-linear.c:989 rs01-fix.c:459 rs01-fix.c:719 #: rs02-fix.c:749 rs03-fix.c:818 #, c-format msgid "Failed seeking to sector %lld in image [%s]: %s" @@ -2494,7 +2508,7 @@ msgstr "Не удалось перейти к сектору %lld образа [ #: raw-editor.c:396 read-adaptive.c:1266 read-adaptive.c:1329 #: read-adaptive.c:1675 read-adaptive.c:1688 read-adaptive.c:1849 -#: read-linear.c:407 read-linear.c:665 rs01-fix.c:181 rs01-fix.c:466 +#: read-linear.c:399 read-linear.c:652 rs01-fix.c:181 rs01-fix.c:466 #, c-format msgid "Failed writing to sector %lld in image [%s]: %s" msgstr "Не удалось записать в сектор %lld образа [%s]: %s" @@ -2723,7 +2737,7 @@ msgstr " [Создание нового буферного файла %s]\n" msgid " [Appended %d/%d sectors to cache file %s; LBA=%lld, ssize=%d, %d sectors]\n" msgstr " [Добавлено %d/%d секторов к буферному файлу %s; LBA=%lld, размер с.=%d, %d секторов]\n" -#: read-adaptive.c:55 rs01-create.c:1015 +#: read-adaptive.c:55 rs01-create.c:1025 #, c-format msgid "" "Error closing error correction file:\n" @@ -2745,7 +2759,7 @@ msgstr "" "Не удается прочитать ecc-заголовок:\n" "%s" -#: read-adaptive.c:119 read-linear.c:850 +#: read-adaptive.c:119 read-linear.c:838 #, c-format msgid "" "* Warning: This ecc file requires dvdisaster-%d.%d!\n" @@ -2755,14 +2769,14 @@ msgid "" "\n" msgstr "" -#: read-adaptive.c:152 rs01-common.c:80 rs01-common.c:222 rs01-create.c:297 -#: rs01-verify.c:820 +#: read-adaptive.c:152 rs01-common.c:80 rs01-common.c:231 rs01-create.c:299 +#: rs01-verify.c:810 #, c-format msgid "Failed skipping the ecc header: %s" msgstr "Не удалось пропустить ecc-заголовок: %s" -#: read-adaptive.c:161 read-adaptive.c:171 rs01-common.c:89 rs01-common.c:99 -#: rs01-common.c:332 +#: read-adaptive.c:161 read-adaptive.c:171 rs01-common.c:92 rs01-common.c:102 +#: rs01-common.c:341 #, c-format msgid "Error reading CRC information: %s" msgstr "Ошибка при чтении CRC-информации: %s " @@ -2781,7 +2795,7 @@ msgstr "Восстановимо: %2d.%1d%% (исправимо: %lld; сейч msgid "Repairable: %2d.%1d%% (missing: %lld; now reading [%lld..%lld], size %lld)" msgstr "Восстановимо: %2d.%1d%% (отсутствует: %lld; сейчас читается [%lld..%lld], размер %lld)" -#: read-adaptive.c:653 read-linear.c:857 +#: read-adaptive.c:653 read-linear.c:845 #, c-format msgid "" "* Warning: This image requires dvdisaster-%d.%d!\n" @@ -2852,7 +2866,7 @@ msgstr "" "Отпечатки носителя и ecc-файла не совпадают.\n" "Носитель и ecc-файл не относятся друг к другу.\n" -#: read-adaptive.c:860 read-linear.c:340 +#: read-adaptive.c:860 read-linear.c:332 msgid "Image file does not match the optical disc." msgstr "Файл образа не подходит к CD/DVD/BD." @@ -2877,7 +2891,7 @@ msgstr "Загрузка CRC данных." msgid "Analysing existing image file" msgstr "Анализ существующего файла образа" -#: read-adaptive.c:969 rs01-common.c:262 rs02-verify.c:724 +#: read-adaptive.c:969 rs01-common.c:271 rs02-verify.c:725 #, c-format msgid "premature end in image (only %d bytes): %s\n" msgstr "преждевременный конец образа (только %d байт): %s\n" @@ -2901,15 +2915,15 @@ msgstr "Анализ существующего файла образа: %lld м msgid "Analysing existing image file: %lld readable, %lld still missing.\n" msgstr "Анализ существующего файла образа: %lld можно прочитать, %lld еще отсутствуют.\n" -#: read-adaptive.c:1202 read-linear.c:737 +#: read-adaptive.c:1202 read-linear.c:725 msgid "Ignore once" msgstr "Игнорировать один раз" -#: read-adaptive.c:1203 read-linear.c:738 +#: read-adaptive.c:1203 read-linear.c:726 msgid "Ignore always" msgstr "Игнорировать всегда" -#: read-adaptive.c:1204 read-linear.c:739 +#: read-adaptive.c:1204 read-linear.c:727 msgid "Abort" msgstr "Прервать" @@ -2918,15 +2932,15 @@ msgstr "Прервать" msgid "Filling image area [%lld..%lld]" msgstr "Заполнение области образа [%lld..%lld]" -#: read-adaptive.c:1360 read-linear.c:217 +#: read-adaptive.c:1360 read-linear.c:209 msgid "Reading aborted" msgstr "Чтение прервано" -#: read-adaptive.c:1363 read-linear.c:221 +#: read-adaptive.c:1363 read-linear.c:213 msgid "Preparing for reading the medium image." msgstr "Подготовка к чтению образа носителя." -#: read-adaptive.c:1364 read-linear.c:214 read-linear.c:222 +#: read-adaptive.c:1364 read-linear.c:206 read-linear.c:214 msgid "Medium: not yet determined" msgstr "Носитель: еще не определен" @@ -2945,16 +2959,16 @@ msgid "" "* Please consider using linear reading instead.\n" msgstr "" -#: read-adaptive.c:1442 read-linear.c:279 +#: read-adaptive.c:1442 read-linear.c:271 #, c-format msgid "Creating new %s image.\n" msgstr "Создание нового %s образа.\n" -#: read-adaptive.c:1446 read-linear.c:272 +#: read-adaptive.c:1446 read-linear.c:264 msgid "Reading new medium image." msgstr "Чтение нового образа носителя." -#: read-adaptive.c:1466 read-linear.c:301 +#: read-adaptive.c:1466 read-linear.c:293 msgid "Completing existing medium image." msgstr "Завершение существующего образа носителя." @@ -2966,7 +2980,7 @@ msgstr "" "\n" "Достаточно данных для восстановления образа.\n" -#: read-adaptive.c:1606 read-linear.c:1065 +#: read-adaptive.c:1606 read-linear.c:1053 #, c-format msgid "" "Sector %lld: %s\n" @@ -2977,7 +2991,7 @@ msgstr "" "Не удается продолжить после приведенной выше ошибки.\n" "Используйте параметр --ignore-fatal-sense, чтобы не принимать во внимание." -#: read-adaptive.c:1611 read-linear.c:1070 +#: read-adaptive.c:1611 read-linear.c:1058 #, c-format msgid "" "Sector %lld: %s\n" @@ -3000,7 +3014,7 @@ msgstr "CRC-ошибка в секторе %lld\n" msgid "Sectors %lld-%lld: %s\n" msgstr "Сектора %lld-%lld: %s\n" -#: read-adaptive.c:1833 read-linear.c:1253 scsi-layer.c:1741 +#: read-adaptive.c:1833 read-linear.c:1243 scsi-layer.c:1741 #, c-format msgid "Sector %lld: %s\n" msgstr "Сектор %lld: %s\n" @@ -3080,7 +3094,7 @@ msgstr "Всего можно восстановить: %d.%d%%" msgid "Aborted by unrecoverable error. %lld sectors read, %lld sectors unreadable/skipped so far." msgstr "Прервано из-за неисправимой ошибки. %lld секторов прочитано, %lld секторов не читаются или пропущены." -#: read-linear.c:173 +#: read-linear.c:171 msgid "" "Automatic error correction file creation\n" "is only possible after a full reading pass.\n" @@ -3088,77 +3102,77 @@ msgstr "" "Автоматическое создание файла для исправления ошибок\n" "возможно лишь после полного прохода чтения.\n" -#: read-linear.c:209 +#: read-linear.c:201 msgid "Scanning aborted" msgstr "Проверка прервана" -#: read-linear.c:213 read-linear.c:244 +#: read-linear.c:205 read-linear.c:236 msgid "Scanning medium for read errors." msgstr "Просмотр носителя на наличие ошибок чтения." -#: read-linear.c:251 read-linear.c:284 +#: read-linear.c:243 read-linear.c:276 msgid "Reading CRC information" msgstr "Чтение CRC-информации" -#: read-linear.c:347 +#: read-linear.c:339 #, c-format msgid "Reading aborted. Please select a different image file." msgstr "Чтение прервано. Выберите другой файл образа." -#: read-linear.c:366 +#: read-linear.c:358 #, c-format msgid "Completing image %s. Continuing with sector %lld.\n" msgstr "Завершение образа %s. Продолжение с сектора %lld.\n" -#: read-linear.c:372 +#: read-linear.c:364 #, c-format msgid "Completing image %s. Only missing sectors will be read.\n" msgstr "Завершение образа %s. Будут прочитаны только недостающие сектора.\n" -#: read-linear.c:455 read-linear.c:460 +#: read-linear.c:425 read-linear.c:433 msgid "Reading CRC information from ecc data" msgstr "Чтение CRC-информации из ecc-данных" -#: read-linear.c:480 +#: read-linear.c:459 msgid "done.\n" msgstr "готово.\n" -#: read-linear.c:492 scsi-layer.c:2066 +#: read-linear.c:479 scsi-layer.c:2066 #, c-format msgid "Waiting %d seconds for drive to spin up...\n" msgstr "Задержка на %d секунд для раскручивания привода...\n" -#: read-linear.c:514 read-linear-window.c:103 +#: read-linear.c:501 read-linear-window.c:103 #, c-format msgid "Unreadable / skipped sectors: %lld" msgstr "Нечитаемые / пропущенные сектора: %lld" -#: read-linear.c:594 +#: read-linear.c:581 #, c-format msgid "Sector %lld: Speed increased to %4.1fx\n" msgstr "Сектор %lld: Скорость увеличена до %4.1fx\n" -#: read-linear.c:597 +#: read-linear.c:584 #, c-format msgid "Sector %lld: Speed dropped to %4.1fx\n" msgstr "Сектор %lld: Скорость снижена до %4.1fx\n" -#: read-linear.c:603 +#: read-linear.c:590 #, c-format msgid "Read position: %3d.%1d%% (nn.nx)" msgstr "" -#: read-linear.c:605 +#: read-linear.c:592 #, c-format msgid "Read position: %3d.%1d%% (%4.1fx)" msgstr "Положение чтения: %3d.%1d%% (%4.1fx)" -#: read-linear.c:698 rs01-common.c:338 rs02-verify.c:769 rs03-verify.c:1132 +#: read-linear.c:686 rs01-common.c:347 rs02-verify.c:770 rs03-verify.c:1126 #, c-format msgid "* CRC error, sector: %lld\n" msgstr "* CRC-ошибка, сектор: %lld\n" -#: read-linear.c:826 +#: read-linear.c:814 #, c-format msgid "" "This ecc file requires dvdisaster-%d.%d!\n" @@ -3169,7 +3183,7 @@ msgid "" "\n" msgstr "" -#: read-linear.c:834 +#: read-linear.c:822 #, c-format msgid "" "This image requires dvdisaster-%d.%d!\n" @@ -3179,37 +3193,37 @@ msgid "" "\n" msgstr "" -#: read-linear.c:842 rs01-create.c:708 rs01-fix.c:202 rs01-fix.c:224 +#: read-linear.c:830 rs01-create.c:718 rs01-fix.c:202 rs01-fix.c:224 #: rs01-fix.c:269 rs01-fix.c:299 rs01-fix.c:316 rs01-fix.c:369 -#: rs01-verify.c:435 rs01-verify.c:839 rs02-create.c:115 rs02-fix.c:235 -#: rs02-fix.c:254 rs02-fix.c:339 rs02-verify.c:714 rs03-create.c:247 +#: rs01-verify.c:435 rs01-verify.c:829 rs02-create.c:118 rs02-fix.c:235 +#: rs02-fix.c:254 rs02-fix.c:339 rs02-verify.c:715 rs03-create.c:250 #: rs03-fix.c:251 rs03-fix.c:292 rs03-fix.c:313 rs03-fix.c:386 -#: rs03-verify.c:533 rs03-verify.c:1027 +#: rs03-verify.c:533 rs03-verify.c:1021 #, c-format msgid "Aborted by user request!" msgstr "Прервано пользователем!" -#: read-linear.c:956 read-linear.c:1080 +#: read-linear.c:944 read-linear.c:1068 #, c-format msgid "Aborted by user request! %lld sectors read, %lld sectors unreadable/skipped so far." msgstr "Прервано пользователем! %lld секторов прочитано, %lld секторов не читаются или пропущены." -#: read-linear.c:1013 +#: read-linear.c:1001 #, c-format msgid "unexpected read error in image for sector %lld" msgstr "неожиданная ошибка чтения образа в секторе %lld" -#: read-linear.c:1095 +#: read-linear.c:1083 #, c-format msgid "Sector %lld: %3d C2 errors.%s\n" msgstr "Сектор %lld: %3d ошибок C2.%s\n" -#: read-linear.c:1225 +#: read-linear.c:1215 #, c-format msgid "Sector %lld: %s Skipping %d sectors.\n" msgstr "Сектор %lld: %s Пропуск %d секторов.\n" -#: read-linear.c:1288 +#: read-linear.c:1278 #, c-format msgid "" "Trying to complete image, reading pass %d of %d.\n" @@ -3218,7 +3232,7 @@ msgstr "" "Попытка завершить образ, проход чтения %d из %d.\n" "%s" -#: read-linear.c:1290 +#: read-linear.c:1280 #, c-format msgid "" "\n" @@ -3227,66 +3241,66 @@ msgstr "" "\n" "Попытка завершить образ, проход чтения %d из %d.\n" -#: read-linear.c:1330 +#: read-linear.c:1317 #, c-format msgid "%lld sectors read. " msgstr "%lld секторов прочитано. " -#: read-linear.c:1331 +#: read-linear.c:1318 #, c-format msgid "%lld sectors read; %lld unreadable sectors." msgstr "%lld секторов прочитано; %lld нечитаемых секторов." -#: read-linear.c:1343 +#: read-linear.c:1330 #, c-format msgid "All sectors successfully read, but wrong image length (%lld sectors difference)" msgstr "Все сектора успешно прочитаны, но размер образа неправильный (разница на %lld секторов)" -#: read-linear.c:1349 +#: read-linear.c:1336 msgid "All sectors successfully read, but wrong ecc md5sum." msgstr "" -#: read-linear.c:1355 +#: read-linear.c:1342 msgid "All sectors successfully read, but incomplete or damaged checksums." msgstr "" -#: read-linear.c:1356 +#: read-linear.c:1343 msgid "All sectors successfully read. Checksums match." msgstr "Все сектора успешно прочитаны. Контрольные суммы совпадают." -#: read-linear.c:1358 +#: read-linear.c:1345 msgid "All sectors successfully read." msgstr "Все сектора успешно прочитаны." -#: read-linear.c:1363 +#: read-linear.c:1350 #, c-format msgid "%lld unreadable sectors." msgstr "%lld нечитаемых секторов." -#: read-linear.c:1366 +#: read-linear.c:1353 #, c-format msgid "%lld CRC errors and a md5sum mismatch in the CRC section." msgstr "" -#: read-linear.c:1368 +#: read-linear.c:1355 #, c-format msgid "%lld CRC errors." msgstr "%lld CRC-ошибок." -#: read-linear.c:1370 +#: read-linear.c:1357 #, c-format msgid "%lld CRC errors, %lld unreadable sectors." msgstr "%lld CRC-ошибок, %lld нечитаемых секторов." -#: read-linear.c:1378 +#: read-linear.c:1365 msgid "Scanning finished: " msgstr "Проверка завершена: " -#: read-linear.c:1380 +#: read-linear.c:1367 msgid "Reading finished: " msgstr "Чтение завершено: " -#: read-linear.c:1392 +#: read-linear.c:1379 #, c-format msgid "" "%d sectors missing at the end of the disc.\n" @@ -3297,7 +3311,7 @@ msgstr "" "Это нормально, если CD записан в режиме TAO (track at once).\n" "Образ будет соответственно укорочен. Подробнее см. в руководстве.\n" -#: read-linear.c:1398 +#: read-linear.c:1385 #, c-format msgid "" "%d sectors missing at the end of the disc.\n" @@ -3349,27 +3363,27 @@ msgstr "Скорость" msgid "Sector %lld dumped to %s\n" msgstr "Сектор %lld помещен в %s\n" -#: rs01-common.c:236 rs02-verify.c:800 rs03-verify.c:1155 +#: rs01-common.c:245 rs02-verify.c:801 rs03-verify.c:1149 #, c-format msgid "- testing sectors : %3d%%" msgstr "- проверка секторов : %3d%%" -#: rs01-common.c:237 +#: rs01-common.c:246 #, c-format msgid "Scanning image sectors: %3d%%" msgstr "Просмотр секторов образа: %3d%%" -#: rs01-common.c:290 rs02-verify.c:756 +#: rs01-common.c:299 rs02-verify.c:757 #, c-format msgid "* missing sector : %lld\n" msgstr "* недостающий сектор : %lld\n" -#: rs01-common.c:291 rs02-verify.c:757 +#: rs01-common.c:300 rs02-verify.c:758 #, c-format msgid "* missing sectors : %lld - %lld\n" msgstr "* недостающие сектора : %lld - %lld\n" -#: rs01-common.c:309 rs01-common.c:376 rs01-create.c:314 +#: rs01-common.c:318 rs01-common.c:385 rs01-create.c:316 #, c-format msgid "Error writing CRC information: %s" msgstr "Ошибка записи CRC-информации: %s" @@ -3379,7 +3393,7 @@ msgstr "Ошибка записи CRC-информации: %s" msgid "Redundancy %4.1f%% out of useful range [3.2%%..64.5%%]" msgstr "Избыточность %4.1f%% вне полезного диапазона [3.2%%..64.5%%]" -#: rs01-create.c:76 rs03-common.c:455 +#: rs01-create.c:76 rs03-common.c:467 #, c-format msgid "Ecc file size %lldm out of useful range [%lld .. %lld]" msgstr "Размер %lldm ecc-файла вне полезного диапазона [%lld .. %lld]" @@ -3403,7 +3417,7 @@ msgstr "" msgid "Image file %s not deleted: %s\n" msgstr "Файл образа %s не удален: %s\n" -#: rs01-create.c:148 rs01-fix.c:77 rs02-create.c:59 rs02-fix.c:54 +#: rs01-create.c:148 rs01-fix.c:77 rs02-create.c:60 rs02-fix.c:54 #: rs03-create.c:144 rs03-fix.c:53 #, c-format msgid "Aborted by unrecoverable error." @@ -3418,7 +3432,7 @@ msgstr "Создание файла для исправления ошибок msgid "Encoding with Method RS01: %d roots, %4.1f%% redundancy." msgstr "Кодирование по методу RS01: %d корней, избыточность %4.1f%%." -#: rs01-create.c:239 rs03-create.c:1285 +#: rs01-create.c:239 rs03-create.c:1308 #, c-format msgid "" "Creating the error correction file.\n" @@ -3427,49 +3441,49 @@ msgstr "" "Создание файла для исправления ошибок.\n" "%s" -#: rs01-create.c:251 rs03-create.c:273 +#: rs01-create.c:251 rs03-create.c:276 #, c-format msgid "Aborted to keep existing ecc file." msgstr "" -#: rs01-create.c:266 rs02-create.c:1036 rs03-create.c:1242 +#: rs01-create.c:266 rs02-create.c:1043 rs03-create.c:1265 #, c-format msgid "Image file %s: %s." msgstr "" -#: rs01-create.c:274 rs03-create.c:1261 +#: rs01-create.c:274 rs03-create.c:1284 msgid "No error correction file specified!\n" msgstr "" -#: rs01-create.c:285 +#: rs01-create.c:287 #, c-format msgid "Writing sector checksums: %3d%%" msgstr "Запись контрольных сумм секторов: %3d%%" -#: rs01-create.c:289 +#: rs01-create.c:291 msgid "1. Writing image sector checksums:" msgstr "1. Запись контрольных сумм секторов образа:" -#: rs01-create.c:332 rs01-window.c:130 +#: rs01-create.c:338 rs01-window.c:130 msgid "1. Calculating image sector checksums:" msgstr "1. Вычисление контрольных сумм секторов образа:" -#: rs01-create.c:346 rs01-create.c:487 rs01-create.c:580 +#: rs01-create.c:355 rs01-create.c:497 rs01-create.c:590 #, c-format msgid "Aborted by user request! (partial error correction file removed)" msgstr "Прервано пользователем! (незавершенный файл для исправления ошибок удален)" -#: rs01-create.c:355 +#: rs01-create.c:364 #, c-format msgid "%lld sectors unread or missing due to errors.\n" msgstr "%lld секторов не прочитано или отсутствует из-за ошибок.\n" -#: rs01-create.c:408 +#: rs01-create.c:418 #, c-format msgid "Failed skipping ecc+crc header: %s" msgstr "Неудалось пропустить заголовок ecc+crc: %s" -#: rs01-create.c:435 rs02-create.c:516 +#: rs01-create.c:445 rs02-create.c:523 #, c-format msgid "" "Failed allocating memory for I/O cache.\n" @@ -3480,13 +3494,13 @@ msgstr "" "Сейчас размер буфера %d МБ.\n" "Попробуйте уменьшить его.\n" -#: rs01-create.c:564 rs01-create.c:689 rs01-create.c:984 rs02-create.c:963 -#: rs03-create.c:1088 +#: rs01-create.c:574 rs01-create.c:699 rs01-create.c:994 rs02-create.c:970 +#: rs03-create.c:1111 #, c-format msgid "Ecc generation: %3d.%1d%%" msgstr "Генерация ecc: %3d.%1d%%" -#: rs01-create.c:997 +#: rs01-create.c:1007 #, c-format msgid "" "could not write to ecc file \"%s\":\n" @@ -3495,7 +3509,7 @@ msgstr "" "не удалось записать ecc-файл \"%s\":\n" "%s" -#: rs01-create.c:1012 +#: rs01-create.c:1022 #, c-format msgid "" "Can't write ecc header:\n" @@ -3504,12 +3518,12 @@ msgstr "" "Не удается записать заголовок ecc:\n" "%s" -#: rs01-create.c:1020 rs02-create.c:1127 rs03-create.c:1341 +#: rs01-create.c:1030 rs02-create.c:1134 rs03-create.c:1364 #, c-format msgid "Ecc generation: 100.0%%\n" msgstr "Генерация ecc: 100.0%%\n" -#: rs01-create.c:1021 rs03-create.c:1348 +#: rs01-create.c:1031 rs03-create.c:1371 #, c-format msgid "" "Error correction file \"%s\" created.\n" @@ -3518,7 +3532,7 @@ msgstr "" "Создан файл для исправления ошибок \"%s\".\n" "Убедитесь, что этот файл находится на надежном носителе.\n" -#: rs01-create.c:1029 rs03-create.c:1374 +#: rs01-create.c:1039 rs03-create.c:1397 msgid "" "The error correction file has been successfully created.\n" "Make sure to keep this file on a reliable medium." @@ -3827,15 +3841,15 @@ msgstr "Сравнение прервано" msgid "Comparing image and error correction files." msgstr "Сравнение файлов образа и исправления ошибок." -#: rs01-verify.c:394 rs03-verify.c:696 rs03-verify.c:705 +#: rs01-verify.c:394 rs03-verify.c:698 rs03-verify.c:707 msgid "- Checking image file -" msgstr "- Проверка файла образа -" -#: rs01-verify.c:409 rs01-verify.c:530 rs01-verify.c:541 +#: rs01-verify.c:409 rs01-verify.c:530 rs01-verify.c:544 msgid "not present\n" msgstr "отсутствует\n" -#: rs01-verify.c:417 rs02-verify.c:598 +#: rs01-verify.c:417 rs02-verify.c:599 #, c-format msgid "present, contains %lld medium sectors.\n" msgstr "присутствует, содержит %lld секторов носителя.\n" @@ -3845,7 +3859,7 @@ msgstr "присутствует, содержит %lld секторов нос msgid "present, contains %lld medium sectors and %d bytes.\n" msgstr "присутствует, содержит %lld секторов носителя и %d байт.\n" -#: rs01-verify.c:425 rs01-verify.c:680 rs01-verify.c:699 +#: rs01-verify.c:425 rs01-verify.c:670 rs01-verify.c:689 #, c-format msgid "%lld sectors + %d bytes" msgstr "%lld секторов + %d байт" @@ -3875,7 +3889,7 @@ msgstr "%lld (%lld лишние сектора)" msgid "Bad image." msgstr "Плохой образ." -#: rs01-verify.c:483 rs02-verify.c:681 rs03-verify.c:992 +#: rs01-verify.c:483 rs02-verify.c:682 rs03-verify.c:986 msgid "* quick mode : image NOT scanned\n" msgstr "" @@ -3888,7 +3902,7 @@ msgstr "" "- хороший образ : все сектора есть\n" "- md5sum образа : %s\n" -#: rs01-verify.c:494 rs02-verify.c:890 rs03-verify.c:1295 +#: rs01-verify.c:494 rs02-verify.c:891 rs03-verify.c:1289 #, c-format msgid "Good image." msgstr "Хороший образ." @@ -3907,69 +3921,68 @@ msgstr "" msgid "Image complete, but contains checksum errors!" msgstr "Образ завершен, но содержит ошибки контрольной суммы!" -#: rs01-verify.c:510 rs02-verify.c:857 +#: rs01-verify.c:510 rs02-verify.c:858 #, c-format msgid "* BAD image : %lld sectors missing\n" msgstr "* ПЛОХОЙ образ : %lld секторов не хватает\n" -#: rs01-verify.c:511 rs02-verify.c:861 rs03-verify.c:1241 +#: rs01-verify.c:511 rs02-verify.c:862 rs03-verify.c:1235 #, c-format msgid "* BAD image : %lld sectors missing, %lld CRC errors\n" msgstr "* ПЛОХОЙ образ : %lld секторов не хватает, %lld CRC-ошибок\n" -#: rs01-verify.c:525 rs03-verify.c:1199 +#: rs01-verify.c:525 rs03-verify.c:1193 msgid "- Checking ecc file -" msgstr "- Проверка ecc-файла -" -#: rs01-verify.c:533 rs01-verify.c:558 +#: rs01-verify.c:533 rs01-verify.c:561 msgid "No error correction file present." msgstr "Нет файла для исправления ошибок." -#: rs01-verify.c:544 -msgid "invalid\n" +#: rs01-verify.c:541 +msgid "permission denied\n" msgstr "" #: rs01-verify.c:547 -msgid "defective header (unusable)\n" +msgid "invalid\n" msgstr "" #: rs01-verify.c:550 -msgid "unknown codec (unusable)\n" +msgid "defective header (unusable)\n" msgstr "" #: rs01-verify.c:553 +msgid "unknown codec (unusable)\n" +msgstr "" + +#: rs01-verify.c:556 msgid "unusable\n" msgstr "" -#: rs01-verify.c:590 rs02-verify.c:920 +#: rs01-verify.c:584 rs01-verify.c:596 rs02-verify.c:915 rs02-verify.c:928 msgid "created by dvdisaster" msgstr "создано с помощью dvdisaster" -#: rs01-verify.c:607 rs02-verify.c:937 -#, c-format -msgid "created by dvdisaster-%d.%d\n" -msgstr "создано с помощью dvdisaster-%d.%d\n" - -#: rs01-verify.c:616 +#: rs01-verify.c:606 msgid "created by dvdisaster-0.41.x.\n" msgstr "создано с помощью dvdisaster-0.41.x.\n" -#: rs01-verify.c:626 rs02-verify.c:950 rs03-verify.c:758 +#: rs01-verify.c:616 rs02-verify.c:942 rs03-verify.c:760 #, c-format msgid "- method : %4s, %d roots, %4.1f%% redundancy.\n" msgstr "- метод : %4s, %d корней, избыточность %4.1f%%.\n" -#: rs01-verify.c:630 rs02-verify.c:955 rs03-verify.c:763 +#: rs01-verify.c:620 rs02-verify.c:947 rs03-verify.c:765 #, c-format msgid "%4s, %d roots, %4.1f%% redundancy" msgstr "%4s, %d корней, избыточность %4.1f%%" -#: rs01-verify.c:637 rs02-verify.c:962 +#: rs01-verify.c:627 rs02-verify.c:954 #, c-format msgid "- requires : dvdisaster-%d.%d (good)\n" msgstr "- требуется : dvdisaster-%d.%d (хорошо)\n" -#: rs01-verify.c:646 rs02-verify.c:973 +#: rs01-verify.c:636 rs02-verify.c:965 #, c-format msgid "" "* requires : dvdisaster-%d.%d (BAD)\n" @@ -3980,146 +3993,146 @@ msgstr "" "* Внимание : Следующий результат может быть неправильным.\n" "* : Посетите http://www.dvdisaster.org за обновлением.\n" -#: rs01-verify.c:659 rs02-verify.c:987 rs03-verify.c:834 +#: rs01-verify.c:649 rs02-verify.c:979 rs03-verify.c:828 #, c-format msgid "Please upgrade your version of dvdisaster!" msgstr "Обновите Вашу версию программы dvdisaster!" -#: rs01-verify.c:671 +#: rs01-verify.c:661 #, c-format msgid "- medium sectors : %lld\n" msgstr "- секторов носителя : %lld\n" -#: rs01-verify.c:676 +#: rs01-verify.c:666 #, c-format msgid "- medium sectors : %lld sectors + %d bytes\n" msgstr "- секторов носителя : %lld секторов + %d байт\n" -#: rs01-verify.c:690 +#: rs01-verify.c:680 #, c-format msgid "- medium sectors : %lld (good)\n" msgstr "- сектора носителя : %lld (хорошо)\n" -#: rs01-verify.c:695 +#: rs01-verify.c:685 #, c-format msgid "- medium sectors : %lld sectors + %d bytes (good)\n" msgstr "- сектора носителя : %lld секторов + %d байт (хорошо)\n" -#: rs01-verify.c:707 rs02-verify.c:1003 +#: rs01-verify.c:697 rs02-verify.c:995 #, c-format msgid "* medium sectors : %lld (BAD, perhaps TAO/DAO mismatch)\n" msgstr "* сектора носителя : %lld (ПЛОХО, возможно, несоответствие TAO/DAO)\n" -#: rs01-verify.c:718 rs02-verify.c:1005 +#: rs01-verify.c:708 rs02-verify.c:997 #, c-format msgid "* medium sectors : %lld (BAD)\n" msgstr "* сектора носителя : %lld (ПЛОХО)\n" -#: rs01-verify.c:723 rs01-verify.c:734 +#: rs01-verify.c:713 rs01-verify.c:724 #, c-format msgid "Image size does not match error correction file." msgstr "Размер образа не соответствует файлу для исправления ошибок." -#: rs01-verify.c:727 +#: rs01-verify.c:717 #, c-format msgid "* medium sectors : %lld sectors + %d bytes (BAD)\n" msgstr "* сектора носителя : %lld секторов + %d байт (ПЛОХО)\n" -#: rs01-verify.c:731 +#: rs01-verify.c:721 #, c-format msgid "%lld sectors + %d bytes" msgstr "%lld секторов + %d байт" -#: rs01-verify.c:747 +#: rs01-verify.c:737 #, c-format msgid "- image md5sum : %s (good)\n" msgstr "- md5sum образа : %s (хорошо)\n" -#: rs01-verify.c:748 +#: rs01-verify.c:738 #, c-format msgid "* image md5sum : %s (BAD)\n" msgstr "* md5sum образа : %s (ПЛОХО)\n" -#: rs01-verify.c:758 +#: rs01-verify.c:748 #, c-format msgid "- image md5sum : %s\n" msgstr "- md5sum образа : %s\n" -#: rs01-verify.c:766 rs03-verify.c:858 +#: rs01-verify.c:756 rs03-verify.c:852 msgid "* fingerprint match: NOT POSSIBLE - related sector is missing in image!\n" msgstr "* соответствие отпечатка: НЕВОЗМОЖНО - соответствующий сектор отсутствует в образе!\n" -#: rs01-verify.c:768 rs03-verify.c:861 +#: rs01-verify.c:758 rs03-verify.c:855 #, c-format msgid "missing sector prevents calculation" msgstr "недостающие сектора мешают расчету" -#: rs01-verify.c:773 rs03-verify.c:866 +#: rs01-verify.c:763 rs03-verify.c:860 msgid "* fingerprint match: MISMATCH - .iso and .ecc don't belong together!\n" msgstr "* соответствие отпечатка: НЕСООТВЕТСТВИЕ - .iso и .ecc не подходят друг к другу!\n" -#: rs01-verify.c:777 rs03-verify.c:870 +#: rs01-verify.c:767 rs03-verify.c:864 #, c-format msgid "mismatch" msgstr "несоответствие" -#: rs01-verify.c:780 rs03-verify.c:873 +#: rs01-verify.c:770 rs03-verify.c:867 #, c-format msgid "Image and error correction files do not belong together!" msgstr "Образ и файл для исправления ошибок не относятся друг к другу!" -#: rs01-verify.c:784 rs03-verify.c:877 +#: rs01-verify.c:774 rs03-verify.c:871 msgid "- fingerprint match: good\n" msgstr "- соответствие отпечатка: хорошее\n" -#: rs01-verify.c:786 rs03-verify.c:879 +#: rs01-verify.c:776 rs03-verify.c:873 msgid "good" msgstr "хорошо" -#: rs01-verify.c:794 +#: rs01-verify.c:784 msgid "* quick mode : ecc file NOT scanned\n" msgstr "" -#: rs01-verify.c:802 +#: rs01-verify.c:792 #, c-format msgid "- ecc blocks : %lld (good)\n" msgstr "- ecc-блоки : %lld (хорошо)\n" -#: rs01-verify.c:807 +#: rs01-verify.c:797 #, c-format msgid "* ecc blocks : %lld (BAD, expected %lld)\n" msgstr "* ecc-блоки : %lld (ПЛОХО, ожидалось %lld)\n" -#: rs01-verify.c:809 +#: rs01-verify.c:799 #, c-format msgid "%lld (bad, expected %lld)" msgstr "%lld (плохо, ожидалось %lld)" -#: rs01-verify.c:831 +#: rs01-verify.c:821 #, c-format msgid "- ecc md5sum : %3d%%" msgstr "- ecc md5sum : %3d%%" -#: rs01-verify.c:848 +#: rs01-verify.c:838 msgid "* ecc md5sum : BAD, ecc file may be damaged!\n" msgstr "* ecc md5sum : ПЛОХО, ecc-файл может быть поврежден!\n" -#: rs01-verify.c:850 +#: rs01-verify.c:840 #, c-format msgid "bad" msgstr "плохо" -#: rs01-verify.c:852 +#: rs01-verify.c:842 #, c-format msgid "Error correction file may be damaged!" msgstr "Файл для исправления ошибок может быть поврежден!" -#: rs01-verify.c:856 rs02-verify.c:1074 +#: rs01-verify.c:846 rs02-verify.c:1066 #, c-format msgid "- ecc md5sum : %s (good)\n" msgstr "- ecc md5sum : %s (хорошо)\n" -#: rs01-verify.c:870 +#: rs01-verify.c:860 #, c-format msgid "Good error correction file." msgstr "Хороший файл для исправления ошибок." @@ -4158,7 +4171,7 @@ msgid "%4.1f%% redundancy (%d roots)" msgstr "избыточность %4.1f%% (%d корней)" #: rs01-window.c:466 rs01-window.c:869 rs01-window.c:875 rs01-window.c:876 -#: rs02-window.c:394 rs02-window.c:1150 rs02-window.c:1156 rs02-window.c:1157 +#: rs02-window.c:394 rs02-window.c:1246 rs02-window.c:1252 rs02-window.c:1253 #, c-format msgid "%d MiB of file cache" msgstr "%d МБ файлового буфера" @@ -4234,7 +4247,7 @@ msgstr "" msgid "Space-delimited redundancy" msgstr "Избыточность, ограниченная местом" -#: rs01-window.c:782 rs02-window.c:1082 rs03-preferences.c:688 +#: rs01-window.c:782 rs02-window.c:1178 rs03-preferences.c:688 msgid "Use at most" msgstr "Использовать не больше" @@ -4256,19 +4269,19 @@ msgstr "" "\n" "Предупреждение: Когда один и тот же размер используется для образов очень разного размера, для меньших образов получается избыточность больше, чем для более крупных. Обычно это не то, что Вам нужно." -#: rs01-window.c:866 rs02-window.c:1147 +#: rs01-window.c:866 rs02-window.c:1243 msgid "Memory utilization" msgstr "Использование памяти" -#: rs01-window.c:870 rs02-window.c:1151 +#: rs01-window.c:870 rs02-window.c:1247 msgid "File cache" msgstr "Файловый буфер" -#: rs01-window.c:882 rs02-window.c:1163 rs03-preferences.c:908 +#: rs01-window.c:882 rs02-window.c:1259 rs03-preferences.c:908 msgid "Use" msgstr "Используется" -#: rs01-window.c:910 rs02-window.c:1191 +#: rs01-window.c:910 rs02-window.c:1287 msgid "" "File cache\n" "\n" @@ -4278,22 +4291,22 @@ msgstr "" "\n" "dvdisaster оптимизирует доступ к образам и файлам для исправления ошибок с помощью собственного буфера. Предустановленное значение в 32 МБ подходит для большинства систем." -#: rs02-common.c:566 rs02-common.c:578 rs02-verify.c:625 rs03-common.c:606 +#: rs02-common.c:572 rs02-common.c:584 rs02-verify.c:626 rs03-common.c:620 #, c-format msgid "Failed seeking to ecc header at %lld: %s\n" msgstr "Не удалось перейти к ecc-заголовку в %lld: %s\n" -#: rs02-common.c:570 rs02-common.c:582 rs03-common.c:610 +#: rs02-common.c:576 rs02-common.c:588 rs03-common.c:624 #, c-format msgid "Failed writing ecc header at %lld: %s\n" msgstr "Не удалось записать ecc-заголовок в %lld: %s\n" -#: rs02-create.c:109 rs03-create.c:241 +#: rs02-create.c:112 rs03-create.c:244 #, c-format msgid "Aborted by user request! (partial ecc data removed from image)" msgstr "Прервано пользователем! (незавершенные ecc-данные удалены из образа)" -#: rs02-create.c:138 rs03-create.c:291 +#: rs02-create.c:141 rs03-create.c:294 #, c-format msgid "" "Image \"%s\" already contains error correction information.\n" @@ -4302,11 +4315,11 @@ msgstr "" "Образ \"%s\" уже содержит информацию для для исправления ошибок.\n" "Укорочение образа до части с данными (%lld секторов).\n" -#: rs02-create.c:153 rs03-create.c:318 +#: rs02-create.c:156 rs03-create.c:321 msgid "Image size is now" msgstr "" -#: rs02-create.c:214 +#: rs02-create.c:217 msgid "" "Image contains unread(able) sectors.\n" "Error correction information can only be\n" @@ -4316,7 +4329,7 @@ msgstr "" "Информация для исправления ошибок может быть лишь\n" "добавлена к полным (неповрежденным) образам.\n" -#: rs02-create.c:218 +#: rs02-create.c:221 #, c-format msgid "" "Sector %lld in the image is marked unreadable\n" @@ -4341,28 +4354,33 @@ msgstr "" "Информация для исправления ошибок может быть\n" "добавлена только к полным (неповрежденным) образам.\n" -#: rs02-create.c:236 rs02-create.c:300 rs02-create.c:309 +#: rs02-create.c:238 rs02-create.c:304 rs02-create.c:315 #, c-format msgid "Preparing image (checksums, adding space): %3d%%" msgstr "Подготовка образа (контрольные суммы, увеличение размера): %3d%%" -#: rs02-create.c:271 rs02-create.c:281 rs02-fix.c:90 rs03-create.c:404 -#: rs03-create.c:415 rs03-fix.c:87 +#: rs02-create.c:273 rs02-create.c:283 rs02-fix.c:90 rs03-create.c:427 +#: rs03-create.c:438 rs03-fix.c:87 #, c-format msgid "Failed seeking to end of image: %s\n" msgstr "Не удалось перейти к концу образа: %s\n" -#: rs02-create.c:275 rs02-create.c:296 rs02-fix.c:103 rs03-create.c:389 +#: rs02-create.c:277 rs02-create.c:298 rs02-fix.c:103 rs03-create.c:412 #: rs03-fix.c:105 #, c-format msgid "Failed expanding the image: %s\n" msgstr "Не удалось увеличить образ: %s\n" -#: rs02-create.c:1027 rs03-create.c:1224 +#: rs02-create.c:303 rs02-create.c:314 +#, c-format +msgid "Preparing image (checksums taken from cache, adding space): %3d%%" +msgstr "" + +#: rs02-create.c:1034 rs03-create.c:1247 msgid "Error correction data creation aborted" msgstr "Создание данных для исправления ошибок прервано" -#: rs02-create.c:1055 rs02-create.c:1073 rs03-create.c:1228 rs03-create.c:1281 +#: rs02-create.c:1062 rs02-create.c:1080 rs03-create.c:1251 rs03-create.c:1304 #, c-format msgid "" "Augmenting the image with error correction data.\n" @@ -4371,16 +4389,16 @@ msgstr "" "Присоединение к образу данных для исправления ошибок.\n" "%s" -#: rs02-create.c:1056 rs03-create.c:1229 +#: rs02-create.c:1063 rs03-create.c:1252 msgid "- checking image -" msgstr "- проверка образа -" -#: rs02-create.c:1069 +#: rs02-create.c:1076 #, c-format msgid "Encoding with Method RS02: %lld MiB data, %lld MiB ecc (%d roots; %4.1f%% redundancy)." msgstr "Кодирование методом RS02: %lld МБ данных, %lld МБ ecc (%d корней; избыточность %4.1f%%)." -#: rs02-create.c:1077 +#: rs02-create.c:1084 #, c-format msgid "" "Augmenting image with Method RS02:\n" @@ -4389,7 +4407,7 @@ msgstr "" "Увеличение образа с использованием метода RS02:\n" " %lld МБ данных, %lld МБ ecc (%d корней; избыточность %4.1f%%)." -#: rs02-create.c:1086 +#: rs02-create.c:1093 #, c-format msgid "" "Not enough space on medium left for error correction data.\n" @@ -4398,7 +4416,7 @@ msgid "" "not an option, please create a separate error correction file." msgstr "" -#: rs02-create.c:1096 rs03-create.c:1320 +#: rs02-create.c:1103 rs03-create.c:1343 #, c-format msgid "" "Using redundancies below 20%%%% may not give\n" @@ -4407,7 +4425,7 @@ msgstr "" "Применение избыточности менее 20%%%% может не дать\n" "ожидаемой защиты от потери данных.\n" -#: rs02-create.c:1128 rs02-create.c:1137 rs03-create.c:1343 rs03-create.c:1368 +#: rs02-create.c:1135 rs02-create.c:1144 rs03-create.c:1366 rs03-create.c:1391 #, c-format msgid "" "Image has been augmented with error correction data.\n" @@ -4550,50 +4568,50 @@ msgstr "срдн. = %.1f; худш. = %d на ecc-блок." msgid "%lld of %lld sectors recoverable (%d.%d%%)" msgstr "%lld из %lld секторов можно восстановить (%d.%d%%)" -#: rs02-verify.c:575 rs03-verify.c:664 +#: rs02-verify.c:576 rs03-verify.c:666 msgid "Check aborted" msgstr "Проверка прервана" -#: rs02-verify.c:594 rs03-verify.c:704 +#: rs02-verify.c:595 rs03-verify.c:706 msgid "Checking the image file." msgstr "Проверка файла образа." -#: rs02-verify.c:595 +#: rs02-verify.c:596 msgid "Image contains error correction data." msgstr "Образ содержит данные для исправления ошибок." -#: rs02-verify.c:608 rs03-verify.c:974 +#: rs02-verify.c:609 rs03-verify.c:968 #, c-format msgid "Image file is %lld sectors shorter than expected." msgstr "Файл образа на %lld секторов короче, чем ожидалось." -#: rs02-verify.c:609 rs03-verify.c:977 +#: rs02-verify.c:610 rs03-verify.c:971 #, c-format msgid "Image file is %lld sectors longer than expected." msgstr "Файл образа на %lld секторов больше, чем ожидалось." -#: rs02-verify.c:629 +#: rs02-verify.c:630 #, c-format msgid "Failed reading ecc header at %lld: %s\n" msgstr "Не удалось прочитать ecc-заголовок в %lld: %s\n" -#: rs02-verify.c:672 +#: rs02-verify.c:673 #, c-format msgid "%lld ok, %lld CRC errors, %lld missing" msgstr "%lld ok, %lld CRC-ошибок, %lld не хватает" -#: rs02-verify.c:805 rs02-verify.c:826 rs03-verify.c:1173 rs03-verify.c:1212 +#: rs02-verify.c:806 rs02-verify.c:827 rs03-verify.c:1167 rs03-verify.c:1206 #, c-format msgid "%lld sectors missing; %lld CRC errors" msgstr "%lld секторов не хватает; %lld CRC-ошибок" -#: rs02-verify.c:809 rs02-verify.c:813 rs02-verify.c:830 rs02-verify.c:834 -#: rs03-verify.c:1181 rs03-verify.c:1220 +#: rs02-verify.c:810 rs02-verify.c:814 rs02-verify.c:831 rs02-verify.c:835 +#: rs03-verify.c:1175 rs03-verify.c:1214 #, c-format msgid "%lld sectors missing" msgstr "%lld секторов не хватает" -#: rs02-verify.c:848 +#: rs02-verify.c:849 #, c-format msgid "" "- good image : all sectors present\n" @@ -4602,46 +4620,46 @@ msgstr "" "- хороший образ : все сектора есть\n" "- md5sum данных : %s\n" -#: rs02-verify.c:854 +#: rs02-verify.c:855 msgid "* suspicious image : contains damaged ecc headers\n" msgstr "* подозрительный образ : содержит поврежденные ecc-заголовки\n" -#: rs02-verify.c:859 rs03-verify.c:1238 +#: rs02-verify.c:860 rs03-verify.c:1232 #, c-format msgid "* suspicious image : all sectors present, but %lld CRC errors\n" msgstr "* подозрительный образ : все сектора есть, но %lld CRC-ошибок\n" -#: rs02-verify.c:865 +#: rs02-verify.c:866 #, c-format msgid " ... ecc headers : %lld ok, %lld CRC errors, %lld missing\n" msgstr " ... ecc-заголовков : %lld ok, %lld CRC-ошибок, %lld не хватает\n" -#: rs02-verify.c:867 rs03-verify.c:1244 +#: rs02-verify.c:868 rs03-verify.c:1238 #, c-format msgid " ... data section : %lld sectors missing; %lld CRC errors\n" msgstr " ... раздел данных : %lld секторов не хватает; %lld CRC-ошибок\n" -#: rs02-verify.c:870 rs03-verify.c:1247 +#: rs02-verify.c:871 rs03-verify.c:1241 #, c-format msgid " ... data md5sum : %s\n" msgstr " ... md5sum данных : %s\n" -#: rs02-verify.c:871 rs03-verify.c:1253 +#: rs02-verify.c:872 rs03-verify.c:1247 #, c-format msgid " ... crc section : %lld sectors missing\n" msgstr " ... раздел crc : %lld секторов не хватает\n" -#: rs02-verify.c:872 rs03-verify.c:1255 +#: rs02-verify.c:873 rs03-verify.c:1249 #, c-format msgid " ... ecc section : %lld sectors missing\n" msgstr " ... раздел ecc : %lld секторов не хватает\n" -#: rs02-verify.c:894 rs03-verify.c:1299 +#: rs02-verify.c:895 rs03-verify.c:1293 #, c-format msgid "Damaged image." msgstr "Поврежденный образ." -#: rs02-verify.c:901 +#: rs02-verify.c:902 msgid "" "\n" "Error correction data: " @@ -4649,67 +4667,67 @@ msgstr "" "\n" "Данные для исправления ошибок: " -#: rs02-verify.c:994 +#: rs02-verify.c:986 #, c-format msgid "- medium sectors : %lld / %lld (good)\n" msgstr "- секторов носителя : %lld / %lld (хорошо)\n" -#: rs02-verify.c:1011 +#: rs02-verify.c:1003 #, c-format msgid "Image size does not match recorded size." msgstr "Размер образа не совпадает с записанным размером." -#: rs02-verify.c:1025 +#: rs02-verify.c:1017 #, c-format msgid "- data md5sum : %s (good)\n" msgstr "- md5sum данных : %s (хорошо)\n" -#: rs02-verify.c:1026 +#: rs02-verify.c:1018 #, c-format msgid "* data md5sum : %s (BAD)\n" msgstr "* md5sum данных : %s (ПЛОХО)\n" -#: rs02-verify.c:1037 rs03-verify.c:848 +#: rs02-verify.c:1029 rs03-verify.c:842 #, c-format msgid "- data md5sum : %s\n" msgstr "- md5sum данных : %s\n" -#: rs02-verify.c:1049 +#: rs02-verify.c:1041 #, c-format msgid "- crc md5sum : %s (good)\n" msgstr "- crc md5sum : %s (хорошо)\n" -#: rs02-verify.c:1054 +#: rs02-verify.c:1046 #, c-format msgid "* crc md5sum : %s (BAD)\n" msgstr "* crc md5sum : %s (ПЛОХО)\n" -#: rs02-verify.c:1062 +#: rs02-verify.c:1054 #, c-format msgid "- crc md5sum : %s\n" msgstr "- crc md5sum : %s\n" -#: rs02-verify.c:1079 +#: rs02-verify.c:1071 #, c-format msgid "* ecc md5sum : %s (BAD)\n" msgstr "* ecc md5sum : %s (ПЛОХО)\n" -#: rs02-verify.c:1087 +#: rs02-verify.c:1079 #, c-format msgid "- ecc md5sum : %s\n" msgstr "- ecc md5sum : %s\n" -#: rs02-verify.c:1106 rs03-verify.c:893 +#: rs02-verify.c:1098 rs03-verify.c:887 #, c-format msgid "Good error correction data." msgstr "Хорошие данные для исправления ошибок." -#: rs02-verify.c:1110 rs03-verify.c:1311 +#: rs02-verify.c:1102 rs03-verify.c:1305 #, c-format msgid "Full data recovery is likely." msgstr "Вероятно полное восстановление данных." -#: rs02-verify.c:1113 rs03-verify.c:1314 +#: rs02-verify.c:1105 rs03-verify.c:1308 #, c-format msgid "Full data recovery is NOT possible." msgstr "Полное восстановление данных НЕВОЗМОЖНО." @@ -4718,19 +4736,19 @@ msgstr "Полное восстановление данных НЕВО msgid "1. Preparing image:" msgstr "1. Подготовка образа:" -#: rs02-window.c:711 +#: rs02-window.c:745 msgid "Maximum image size" msgstr "Максимальный размер образа" -#: rs02-window.c:723 +#: rs02-window.c:757 msgid "Using the smallest possible size from table" msgstr "Используется наименьший возможный размер из таблицы" -#: rs02-window.c:723 +#: rs02-window.c:757 msgid "Use smallest possible size from following table (in sectors):" msgstr "Использовать наименьший возможный размер из следующей таблицы (в секторах):" -#: rs02-window.c:747 +#: rs02-window.c:781 msgid "" "Determine augmented image size from table\n" "\n" @@ -4744,17 +4762,17 @@ msgstr "" "\n" "Чтобы выбрать подходящий носитель, нужно знать размеры имеющихся носителей. В таблице даны стандартные размеры CD и одно-/двухслойных DVD. Вы можете изменять эти размеры в соответствии с Вашими потребностями." -#: rs02-window.c:766 +#: rs02-window.c:800 msgid "CD-R / CD-RW:" msgstr "CD-R / CD-RW:" -#: rs02-window.c:777 rs02-window.c:796 rs02-window.c:837 rs02-window.c:856 -#: rs02-window.c:897 rs02-window.c:916 rs02-window.c:957 rs02-window.c:976 -#: rs02-window.c:1016 rs02-window.c:1035 +#: rs02-window.c:811 rs02-window.c:830 rs02-window.c:871 rs02-window.c:890 +#: rs02-window.c:931 rs02-window.c:950 rs02-window.c:991 rs02-window.c:1010 +#: rs02-window.c:1050 rs02-window.c:1069 rs02-window.c:1109 rs02-window.c:1128 msgid "query medium" msgstr "запросить носитель" -#: rs02-window.c:808 +#: rs02-window.c:842 #, c-format msgid "" "CD medium size\n" @@ -4777,11 +4795,11 @@ msgstr "" "Обратите внимание, что расширенные образы по крайней мере утраиваются в размере, так как наибольшая возможная избыточность составляет 200%%.\n" "Даже если этот предел не достигнут, расширенный образ по техническим причинам может быть на несколько сегментов меньше, чем задан." -#: rs02-window.c:826 +#: rs02-window.c:860 msgid "DVD 1 layer:" msgstr "Однослойный DVD:" -#: rs02-window.c:868 +#: rs02-window.c:902 #, c-format msgid "" "Single layer DVD medium size\n" @@ -4804,11 +4822,11 @@ msgstr "" "Имейте в виду, что расширенные образы по крайней мере утраиваются в размере, так как наибольшая возможная избыточность составляет 200%%.\n" "Даже если этот предел не достигается, расширенный образ по техническим причинам может быть на несколько секторов меньше, чем указано." -#: rs02-window.c:886 +#: rs02-window.c:920 msgid "DVD 2 layers:" msgstr "Двухслойный DVD:" -#: rs02-window.c:928 +#: rs02-window.c:962 #, c-format msgid "" "Two layered DVD medium size\n" @@ -4831,11 +4849,11 @@ msgstr "" "Обратите внимание, что расширенные образы по меньшей мере утраиваются в размере, так как наибольшая возможная избыточность составляет 200%%.\n" "Даже если этот предел не достигается, расширенный образ по техническим причинам может быть на несколько секторов меньше, чем указано." -#: rs02-window.c:946 +#: rs02-window.c:980 msgid "BD 1 layer:" msgstr "1 слой BD:" -#: rs02-window.c:988 +#: rs02-window.c:1022 #, c-format msgid "" "Single layer BD medium size\n" @@ -4858,11 +4876,11 @@ msgstr "" "Имейте в виду, что расширенные образы будут по крайней мере в три раза больше размером, так как максимальная возможная избыточность составляет 200%%.\n" "Даже если этот предел не достигнут, расширенный образ может быть на несколько секторов меньше, чем указано, по техническим причинам." -#: rs02-window.c:1005 +#: rs02-window.c:1039 msgid "BD 2 layers:" msgstr "2 слоя BD:" -#: rs02-window.c:1047 +#: rs02-window.c:1081 #, c-format msgid "" "Two layered BD medium size\n" @@ -4885,11 +4903,29 @@ msgstr "" "Имейте в виду, что расширенные образы будут по крайней мере в три раза больше размером, так как максимальная возможная избыточность составляет 200%%.\n" "Даже если этот предел не достигнут, расширенный образ может быть на несколько секторов меньше, чем указано, по техническим причинам." -#: rs02-window.c:1102 +#: rs02-window.c:1098 +msgid "BDXL 3 layers:" +msgstr "" + +#: rs02-window.c:1140 +#, c-format +msgid "" +"Three layered BDXL medium size\n" +"\n" +"This is the maximum capacity assumed for three layered BDXL media. Images exceeding the smaller media sizes but smaller than this value will be augmented with error correction information so that they will fit on the specified BD.\n" +"\n" +"You can enter the medium size in sectors of 2K each, or press the \"query medium\" button to use the size of a blank medium currently inserted in the selected drive.\n" +"Use the arrow button to revert to the last saved value.\n" +"\n" +"Please note that augmented images will at most triple in size as the highest possible redundancy is 200%%.\n" +"Even if this limit is not reached the augmented image may be a few sectors smaller than specified for technical reasons." +msgstr "" + +#: rs02-window.c:1198 msgid "sectors." msgstr "секторов." -#: rs02-window.c:1115 +#: rs02-window.c:1211 #, c-format msgid "" "Use at most ... sectors\n" @@ -4908,47 +4944,47 @@ msgstr "" "Обратите внимание, что расширенные образы самое большее утраиваются в размере, так как наибольшая возможная избыточность составляет 200%%.\n" "Даже если этот предел не достигается, расширенный образ по техническим причинам может быть на несколько секторов меньше, чем указано." -#: rs03-common.c:428 +#: rs03-common.c:440 #, c-format msgid "Image file %s not present." msgstr "Файл образа %s отсутствует." -#: rs03-common.c:445 +#: rs03-common.c:457 #, c-format msgid "Redundancy %4.1f%% out of useful range [3.2%%..200%%]" msgstr "" -#: rs03-common.c:475 +#: rs03-common.c:487 #, c-format msgid "Redundancy %d out of useful range [8..170]." msgstr "" -#: rs03-common.c:513 +#: rs03-common.c:525 #, c-format msgid "Medium size smaller than image size (%lld < %lld)" msgstr "" -#: rs03-create.c:384 +#: rs03-create.c:407 #, c-format msgid "Failed expanding the ecc file: %s\n" msgstr "" -#: rs03-create.c:385 +#: rs03-create.c:408 #, c-format msgid "Preparing ecc file: %3d%%" msgstr "" -#: rs03-create.c:390 +#: rs03-create.c:413 #, c-format msgid "Preparing image: %3d%%" msgstr "" -#: rs03-create.c:628 +#: rs03-create.c:652 #, c-format msgid "Failed mmap()ing layer %d: %s\n" msgstr "" -#: rs03-create.c:657 +#: rs03-create.c:681 #, c-format msgid "" "Incomplete image\n" @@ -4960,7 +4996,7 @@ msgid "" "Exiting and removing partial error correction data." msgstr "" -#: rs03-create.c:665 +#: rs03-create.c:689 msgid "" "\n" "This image was probably mastered from defective source(s).\n" @@ -4968,44 +5004,44 @@ msgid "" "\n" msgstr "" -#: rs03-create.c:870 +#: rs03-create.c:894 msgid "CPU bound" msgstr "" -#: rs03-create.c:874 +#: rs03-create.c:898 msgid "I/O bound" msgstr "" -#: rs03-create.c:1082 +#: rs03-create.c:1105 #, c-format msgid "%5.2fMiB/s current" msgstr "" -#: rs03-create.c:1130 +#: rs03-create.c:1153 #, c-format msgid "%d threads with %s encoding and %s I/O" msgstr "" -#: rs03-create.c:1276 +#: rs03-create.c:1299 #, c-format msgid "Encoding with Method RS03: %lld MiB data, %lld MiB ecc (%d roots; %4.1f%% redundancy)." msgstr "Кодирование методом RS03: %lld МБ данные, %lld МБ ecc (%d корней; избыточность %4.1f%%)." -#: rs03-create.c:1294 +#: rs03-create.c:1317 #, c-format msgid "" "Augmenting image with Method RS03 [%d threads, %s, %s I/O]:\n" "%lld MiB data, %lld MiB ecc (%d roots; %4.1f%% redundancy)." msgstr "" -#: rs03-create.c:1299 +#: rs03-create.c:1322 #, c-format msgid "" "Creating the error correction file with Method RS03 [%d threads, %s, %s I/O]:\n" "%lld MiB data, %lld MiB ecc (%d roots; %4.1f%% redundancy)." msgstr "" -#: rs03-create.c:1310 +#: rs03-create.c:1333 #, c-format msgid "" "Not enough space on medium left for error correction data.\n" @@ -5014,17 +5050,17 @@ msgid "" "an option, please create a separate error correction file." msgstr "" -#: rs03-create.c:1354 +#: rs03-create.c:1377 #, c-format msgid "Avg performance: %5.2fs (%5.2fMiB/s) total\n" msgstr "Ср. производительность: %5.2fs (%5.2fМБ/с) в сумме\n" -#: rs03-create.c:1357 +#: rs03-create.c:1380 #, c-format msgid "%5.2fMiB/s average" msgstr "" -#: rs03-create.c:1359 +#: rs03-create.c:1382 #, c-format msgid "%d times CPU bound; %d times I/O bound" msgstr "" @@ -5229,11 +5265,11 @@ msgstr "" msgid "Data integrity" msgstr "" -#: rs03-verify.c:337 rs03-verify.c:1271 +#: rs03-verify.c:337 rs03-verify.c:1265 msgid "Ecc block test:" msgstr "" -#: rs03-verify.c:492 rs03-verify.c:695 rs03-verify.c:1198 +#: rs03-verify.c:492 rs03-verify.c:697 rs03-verify.c:1192 msgid "Checking the image and error correction files." msgstr "" @@ -5250,7 +5286,7 @@ msgstr "" msgid "* Ecc block test : out of memory; try reducing sector prefetch!\n" msgstr "" -#: rs03-verify.c:591 +#: rs03-verify.c:591 rs03-verify.c:1161 #, c-format msgid "%d%% tested" msgstr "" @@ -5288,63 +5324,58 @@ msgstr "" msgid "* Ecc block test : %lld good, %lld bad; %lld bad sub blocks\n" msgstr "" -#: rs03-verify.c:698 +#: rs03-verify.c:700 #, c-format msgid "%s present.\n" msgstr "" -#: rs03-verify.c:716 +#: rs03-verify.c:718 msgid "" "\n" "Error correction properties:\n" msgstr "" -#: rs03-verify.c:728 +#: rs03-verify.c:730 #, c-format msgid "Ecc file is %lld sectors shorter than expected." msgstr "" -#: rs03-verify.c:730 +#: rs03-verify.c:732 #, c-format msgid "Ecc file is %lld sectors longer than expected." msgstr "" -#: rs03-verify.c:736 +#: rs03-verify.c:738 #, c-format msgid "* Warning : %s\n" msgstr "" -#: rs03-verify.c:745 +#: rs03-verify.c:747 msgid "- type : Error correction file\n" msgstr "" -#: rs03-verify.c:746 +#: rs03-verify.c:748 msgid "- type : Augmented image\n" msgstr "" -#: rs03-verify.c:750 +#: rs03-verify.c:752 msgid "Error correction file" msgstr "" -#: rs03-verify.c:751 +#: rs03-verify.c:753 msgid "Augmented image" msgstr "" -#: rs03-verify.c:786 +#: rs03-verify.c:782 rs03-verify.c:792 msgid "- created by : dvdisaster" msgstr "" -#: rs03-verify.c:799 -#, c-format -msgid "- created by : dvdisaster-%d.%d\n" -msgstr "" - -#: rs03-verify.c:818 +#: rs03-verify.c:812 #, c-format msgid "- requires : dvdisaster-%s\n" msgstr "" -#: rs03-verify.c:824 +#: rs03-verify.c:818 #, c-format msgid "" "* requires : dvdisaster-%s (BAD)\n" @@ -5352,127 +5383,127 @@ msgid "" "* : Please visit http://www.dvdisaster.org for an upgrade.\n" msgstr "" -#: rs03-verify.c:846 +#: rs03-verify.c:840 msgid "none available" msgstr "" -#: rs03-verify.c:902 +#: rs03-verify.c:896 msgid "" "\n" "Data integrity:\n" msgstr "" -#: rs03-verify.c:929 +#: rs03-verify.c:923 #, c-format msgid "%lld in image; %lld in ecc file" msgstr "" -#: rs03-verify.c:932 +#: rs03-verify.c:926 #, c-format msgid "%lld sectors + %d bytes in image; %lld in ecc file" msgstr "" -#: rs03-verify.c:937 +#: rs03-verify.c:931 #, c-format msgid "- sectors : %lld in image; " msgstr "" -#: rs03-verify.c:938 +#: rs03-verify.c:932 #, c-format msgid "- sectors : %lld sectors + %d bytes in image; " msgstr "" -#: rs03-verify.c:940 +#: rs03-verify.c:934 #, c-format msgid "%lld in ecc file\n" msgstr "" -#: rs03-verify.c:944 +#: rs03-verify.c:938 #, c-format msgid "%lld total / %lld data" msgstr "" -#: rs03-verify.c:946 +#: rs03-verify.c:940 #, c-format msgid "- medium sectors : %lld total / %lld data\n" msgstr "" -#: rs03-verify.c:962 +#: rs03-verify.c:956 #, c-format msgid "%s (%s expected)" msgstr "" -#: rs03-verify.c:967 +#: rs03-verify.c:961 #, c-format msgid "Image file is %d bytes shorter than expected." msgstr "" -#: rs03-verify.c:969 +#: rs03-verify.c:963 #, c-format msgid "Image file is %d bytes longer than expected." msgstr "" -#: rs03-verify.c:982 +#: rs03-verify.c:976 #, c-format msgid "* sectors : %s (%s expected); %lld sectors in ecc file\n" msgstr "" -#: rs03-verify.c:985 +#: rs03-verify.c:979 #, c-format msgid "* medium sectors : %s (%s expected)\n" msgstr "" -#: rs03-verify.c:1009 +#: rs03-verify.c:1003 #, c-format msgid "Failed seeking to start of ecc file: %s\n" msgstr "" -#: rs03-verify.c:1107 +#: rs03-verify.c:1101 msgid " (in ecc file)" msgstr "" -#: rs03-verify.c:1115 +#: rs03-verify.c:1109 #, c-format msgid "* missing sector : %lld%s\n" msgstr "" -#: rs03-verify.c:1116 +#: rs03-verify.c:1110 #, c-format msgid "* missing sectors : %lld - %lld%s\n" msgstr "" -#: rs03-verify.c:1177 rs03-verify.c:1216 +#: rs03-verify.c:1171 rs03-verify.c:1210 #, c-format msgid "%lld sectors missing; %lld signature errors" msgstr "" -#: rs03-verify.c:1201 +#: rs03-verify.c:1195 msgid "Error correction file:" msgstr "" -#: rs03-verify.c:1232 +#: rs03-verify.c:1226 #, c-format msgid "" "- good image/file : all sectors present\n" "- data md5sum : %s\n" msgstr "" -#: rs03-verify.c:1236 +#: rs03-verify.c:1230 #, c-format msgid "* BAD image/file : %lld sectors missing\n" msgstr "" -#: rs03-verify.c:1250 +#: rs03-verify.c:1244 #, c-format msgid " ... crc section : %lld sectors missing; %lld signature errors\n" msgstr "" -#: rs03-verify.c:1277 +#: rs03-verify.c:1271 #, c-format msgid "Skipped; not useful on known defective image" msgstr "" -#: rs03-verify.c:1280 +#: rs03-verify.c:1274 msgid "* Ecc block test : skipped; not useful on defective image\n" msgstr "" @@ -5781,32 +5812,32 @@ msgstr "" msgid "Waiting 10 seconds for drive: %d\n" msgstr "Выжидание 10 секунд для привода: %d\n" -#: scsi-layer.c:2481 +#: scsi-layer.c:2465 #, c-format msgid "Sectors %lld - %lld: %s\n" msgstr "Сектора %lld - %lld: %s\n" -#: scsi-layer.c:2495 +#: scsi-layer.c:2479 #, c-format msgid "Sector %lld, try %d: %s Sector returned: %d.\n" msgstr "Сектор %lld, попытка %d: %s Возвращен сектор: %d.\n" -#: scsi-layer.c:2501 +#: scsi-layer.c:2485 #, c-format msgid "Sector %lld, try %d: %s\n" msgstr "Сектор %lld, попытка %d: %s\n" -#: scsi-layer.c:2512 +#: scsi-layer.c:2496 #, c-format msgid "Sector %lld, try %d: success\n" msgstr "Сектор %lld, попытка %d: успешно\n" -#: scsi-layer.c:2583 +#: scsi-layer.c:2567 #, c-format msgid "Device %s: no medium present\n" msgstr "Устройство %s: нет носителя\n" -#: scsi-layer.c:2588 +#: scsi-layer.c:2572 #, c-format msgid "" "Device %s does not become ready:\n" @@ -5817,7 +5848,7 @@ msgstr "" "%s\n" "\n" -#: scsi-layer.c:2594 +#: scsi-layer.c:2578 #, c-format msgid "" "\n" @@ -5826,52 +5857,52 @@ msgstr "" "\n" "Устройство: %s, %s\n" -#: scsi-layer.c:2601 +#: scsi-layer.c:2585 msgid "Drive failed to report media type." msgstr "Не удалось получить от привода сообщение о типе носителя." -#: scsi-layer.c:2612 scsi-layer.c:2710 +#: scsi-layer.c:2596 scsi-layer.c:2694 #, c-format msgid "This software does not support \"%s\" type media." msgstr "Эта программа не поддерживает \"%s\" тип носителя." -#: scsi-layer.c:2620 +#: scsi-layer.c:2604 #, c-format msgid "This software does not support multisession (%d sessions) media." msgstr "Эта программа не поддерживает многосессионные (%d сессиий) носители." -#: scsi-layer.c:2651 scsi-layer.c:2660 +#: scsi-layer.c:2635 scsi-layer.c:2644 msgid "Using READ CD" msgstr "Используется READ CD" -#: scsi-layer.c:2652 +#: scsi-layer.c:2636 msgid ", RAW reading" msgstr ", чтение \"RAW\"" -#: scsi-layer.c:2655 +#: scsi-layer.c:2639 #, c-format msgid ", Mode page 1 ERP = %02xh" msgstr ", Mode page 1 ERP = %02xh" -#: scsi-layer.c:2658 +#: scsi-layer.c:2642 msgid ", C2 scanning" msgstr ", поиск ошибок C2" -#: scsi-layer.c:2665 +#: scsi-layer.c:2649 msgid "Using READ(10).\n" msgstr "Используется READ(10).\n" -#: scsi-layer.c:2687 +#: scsi-layer.c:2671 #, c-format msgid "Medium: %s, %lld sectors%s" msgstr "Носитель: %s, %lld секторов%s" -#: scsi-layer.c:2691 +#: scsi-layer.c:2675 #, c-format msgid "Medium \"%s\": %s, %lld sectors%s created %s" msgstr "Носитель \"%s\": %s, %lld секторов%s создан %s" -#: scsi-layer.c:2717 +#: scsi-layer.c:2701 msgid "This software does not support encrypted media.\n" msgstr "Эта программа не поддерживает шифрованные носители.\n" @@ -5945,49 +5976,50 @@ msgid "Example disc" msgstr "Пример диска" #: welcome-window.c:80 -msgid "- New multithreaded codec (RS03)." +msgid "- Added support for BDXL-TL 100GB media" msgstr "" #: welcome-window.c:81 -msgid "- Completely reworked online manual." +msgid "- Optimized ecc generation when medium was previously read\n" msgstr "" -#: welcome-window.c:82 -msgid "- Switched license to GPLv3.\n" -msgstr "" - -#: welcome-window.c:84 +#: welcome-window.c:83 msgid "" "Please note:\n" +"This is a pre-release for expert users.\n" +"It may contain unfinished features.\n" "Adaptive reading is unavailable in this version.\n" "It will be re-introduced in one of the next releases." msgstr "" -#: welcome-window.c:90 +#: welcome-window.c:91 msgid "Show this message again" msgstr "Показывать это сообщение еще раз" -#: welcome-window.c:136 +#: welcome-window.c:137 msgid "Welcome to dvdisaster!" msgstr "Добро пожаловать в dvdisaster!" -#: welcome-window.c:138 +#: welcome-window.c:139 msgid "" "\n" "dvdisaster creates error correction data to protect\n" "optical media (CD,DVD,BD) against data loss.\n" msgstr "" -#: welcome-window.c:141 +#: welcome-window.c:142 msgid "" "Please see the [manual] for typical uses of dvdisaster.\n" "\n" msgstr "" -#: welcome-window.c:144 +#: welcome-window.c:145 msgid "New in this Version:" msgstr "Новое в этой версии:" +#~ msgid "created by dvdisaster-%d.%d\n" +#~ msgstr "создано с помощью dvdisaster-%d.%d\n" + #~ msgid "" #~ "NOTE: This is the Windows console version of dvdisaster.\n" #~ "The version providing a graphical user interface is called\n" diff --git a/locale/sv.po b/locale/sv.po index f69035e..548e2e5 100644 --- a/locale/sv.po +++ b/locale/sv.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: dvdisaster\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-12-15 16:39+0100\n" +"POT-Creation-Date: 2017-11-17 09:59+0000\n" "PO-Revision-Date: 2006-06-14 23:48+0100\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" @@ -17,7 +17,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: closure.c:334 +#: closure.c:337 #, c-format msgid "" "# dvdisaster-%s configuration file\n" @@ -30,15 +30,15 @@ msgstr "" "# som kommer att skrivas över varje gång dvdisaster körs.\n" "\n" -#: closure.c:533 +#: closure.c:546 msgid "medium.iso" msgstr "" -#: closure.c:534 +#: closure.c:547 msgid "medium.ecc" msgstr "" -#: closure.c:535 +#: closure.c:548 msgid "sector-" msgstr "" @@ -55,17 +55,17 @@ msgid "" msgstr "" #: debug.c:103 debug.c:191 debug.c:239 debug.c:363 debug.c:707 debug.c:807 -#: debug.c:850 debug.c:1181 debug.c:1189 debug.c:1266 rs01-common.c:166 -#: rs02-common.c:235 rs02-create.c:344 rs02-create.c:990 rs02-fix.c:380 -#: rs02-verify.c:395 rs03-common.c:328 rs03-create.c:696 rs03-create.c:721 -#: rs03-recognize.c:548 +#: debug.c:850 debug.c:1181 debug.c:1189 debug.c:1266 rs01-common.c:175 +#: rs02-common.c:239 rs02-create.c:350 rs02-create.c:997 rs02-fix.c:380 +#: rs02-verify.c:395 rs03-common.c:340 rs03-create.c:720 rs03-create.c:745 +#: rs03-recognize.c:549 #, c-format msgid "Failed seeking to sector %lld in image: %s" msgstr "Misslyckades med att söka fram till sektor %lld i avbild: %s" #: debug.c:111 debug.c:196 debug.c:243 debug.c:368 debug.c:545 debug.c:662 -#: debug.c:713 debug.c:1193 debug.c:1270 debug.c:1310 rs02-create.c:367 -#: rs02-create.c:393 rs02-create.c:993 rs03-create.c:701 rs03-create.c:725 +#: debug.c:713 debug.c:1193 debug.c:1270 debug.c:1310 rs02-create.c:373 +#: rs02-create.c:399 rs02-create.c:1000 rs03-create.c:725 rs03-create.c:749 #: udf.c:827 udf.c:885 udf.c:942 udf.c:955 udf.c:960 udf.c:963 udf.c:966 #: udf.c:969 udf.c:972 udf.c:975 #, c-format @@ -110,9 +110,9 @@ msgstr "" #: debug.c:443 debug.c:501 debug.c:565 debug.c:606 debug.c:689 debug.c:795 #: debug.c:836 debug.c:882 debug.c:936 debug.c:1161 debug.c:1169 debug.c:1225 #: debug.c:1230 raw-editor.c:363 read-adaptive.c:73 read-adaptive.c:93 -#: read-adaptive.c:1440 read-adaptive.c:1472 read-linear.c:275 -#: read-linear.c:277 read-linear.c:309 read-linear.c:311 rs01-create.c:278 -#: rs03-create.c:1265 +#: read-adaptive.c:1440 read-adaptive.c:1472 read-linear.c:267 +#: read-linear.c:269 read-linear.c:301 read-linear.c:303 rs01-create.c:278 +#: rs03-create.c:1288 #, c-format msgid "" "Can't open %s:\n" @@ -147,8 +147,8 @@ msgstr "Bytevärde måste vara inom intervallet [0..255]" msgid "Setting byte %d in sector %lld to value %d.\n" msgstr "Ställer in byte %d i sektor %lld till värdet %d.\n" -#: debug.c:477 debug.c:531 debug.c:694 rs02-create.c:190 rs02-verify.c:693 -#: rs03-verify.c:1005 +#: debug.c:477 debug.c:531 debug.c:694 rs02-create.c:193 rs02-verify.c:694 +#: rs03-verify.c:999 #, c-format msgid "Failed seeking to start of image: %s\n" msgstr "Misslyckades med att söka fram till början av avbild: %s\n" @@ -177,9 +177,9 @@ msgstr "Ny längd måste vara inom intervallet [0..%lld].\n" msgid "Truncating image to %lld sectors.\n" msgstr "Kapar avbild till %lld sektorer.\n" -#: debug.c:579 read-linear.c:1406 rs01-fix.c:212 rs01-fix.c:234 rs01-fix.c:250 -#: rs01-fix.c:284 rs02-create.c:105 rs02-create.c:151 rs02-fix.c:242 -#: rs02-fix.c:261 rs02-fix.c:274 rs03-create.c:237 rs03-create.c:316 +#: debug.c:579 read-linear.c:1393 rs01-fix.c:212 rs01-fix.c:234 rs01-fix.c:250 +#: rs01-fix.c:284 rs02-create.c:108 rs02-create.c:154 rs02-fix.c:242 +#: rs02-fix.c:261 rs02-fix.c:274 rs03-create.c:240 rs03-create.c:319 #: rs03-fix.c:266 rs03-fix.c:301 rs03-fix.c:322 rs03-fix.c:337 #, c-format msgid "Could not truncate %s: %s\n" @@ -232,8 +232,8 @@ msgid "%lld \"unreadable sector\" markers replaced.\n" msgstr "%lld \"oläsbar sektor\"-markeringar ersatta.\n" #: debug.c:811 debug.c:854 debug.c:1185 debug.c:1252 debug.c:1256 debug.c:1306 -#: rs01-common.c:182 rs02-common.c:240 rs02-create.c:207 rs02-fix.c:383 -#: rs03-common.c:333 rs03-recognize.c:553 +#: rs01-common.c:191 rs02-common.c:244 rs02-create.c:210 rs02-fix.c:383 +#: rs03-common.c:345 rs03-recognize.c:554 #, c-format msgid "Failed reading sector %lld in image: %s" msgstr "Misslyckades med att läsa sektor %lld i avbild: %s" @@ -376,83 +376,83 @@ msgstr "" #. TRANSLATORS: #. This is a dummy entry which is supposed to translate into "ok". #. Please do not return anything else here. -#: dvdisaster.c:143 dvdisaster.c:155 +#: dvdisaster.c:145 dvdisaster.c:157 msgid "test phrase for verifying the locale installation" msgstr "ok" -#: dvdisaster.c:332 +#: dvdisaster.c:338 msgid "-o/--ecc-target expects 'file' or 'image'" msgstr "" -#: dvdisaster.c:358 +#: dvdisaster.c:364 #, c-format msgid "--threads must be 1..%d\n" msgstr "" -#: dvdisaster.c:372 +#: dvdisaster.c:378 msgid "--cache-size must at least be 8MiB; 16MiB or higher is recommended." msgstr "" -#: dvdisaster.c:374 +#: dvdisaster.c:380 #, c-format msgid "--cache-size maximum is %dMiB." msgstr "" -#: dvdisaster.c:397 +#: dvdisaster.c:403 msgid "--encoding-algorithm: SSE2 not supported on this processor!" msgstr "" -#: dvdisaster.c:401 +#: dvdisaster.c:407 msgid "--encoding-algorithm: valid types are 32bit, 64bit, SSE2" msgstr "" -#: dvdisaster.c:408 +#: dvdisaster.c:414 msgid "--encoding-algorithm: AltiVec not supported on this processor!" msgstr "" -#: dvdisaster.c:412 +#: dvdisaster.c:418 msgid "--encoding-algorithm: valid types are 32bit, 64bit, AltiVec" msgstr "" -#: dvdisaster.c:415 +#: dvdisaster.c:421 msgid "--encoding-algorithm: valid types are 32bit, 64bit" msgstr "" -#: dvdisaster.c:424 +#: dvdisaster.c:430 msgid "--encoding-io-strategy: mmap not supported on this OS" msgstr "" -#: dvdisaster.c:428 +#: dvdisaster.c:434 msgid "--encoding-io-strategy: valid types are readwrite and mmap" msgstr "" -#: dvdisaster.c:438 +#: dvdisaster.c:444 msgid "Valid args for --driver: sg,cdrom" msgstr "" -#: dvdisaster.c:440 +#: dvdisaster.c:446 msgid "--driver is only supported on GNU/Linux" msgstr "" -#: dvdisaster.c:448 +#: dvdisaster.c:454 msgid "--fixed-speed-values is only allowed in debug mode" msgstr "" -#: dvdisaster.c:489 +#: dvdisaster.c:498 #, c-format msgid "--prefetch-sectors must be in range 32...%s" msgstr "" -#: dvdisaster.c:540 +#: dvdisaster.c:552 msgid "--set-version is only allowed in debug mode" msgstr "" -#: dvdisaster.c:647 +#: dvdisaster.c:659 #, c-format msgid "?? illegal getopt return value %d\n" msgstr "?? ogiltigt getopt-svarsvärde %d\n" -#: dvdisaster.c:738 main-window.c:154 +#: dvdisaster.c:750 main-window.c:150 #, c-format msgid "" "\n" @@ -463,7 +463,7 @@ msgstr "" "Metod %s inte tillgänglig.\n" "Använd -m utan parametrar för en lista på metoder.\n" -#: dvdisaster.c:749 rs01-create.c:260 rs02-create.c:1031 rs03-create.c:1233 +#: dvdisaster.c:761 rs01-create.c:260 rs02-create.c:1038 rs03-create.c:1256 #, c-format msgid "" "\n" @@ -472,25 +472,25 @@ msgstr "" "\n" "Öppnar %s" -#: dvdisaster.c:756 rs01-create.c:269 rs02-create.c:155 rs02-create.c:1041 -#: rs03-create.c:320 rs03-create.c:1248 +#: dvdisaster.c:768 rs01-create.c:269 rs02-create.c:158 rs02-create.c:1048 +#: rs03-create.c:323 rs03-create.c:1271 #, c-format msgid ": %lld medium sectors.\n" msgstr ": %lld mediumsektorer.\n" -#: dvdisaster.c:757 rs01-create.c:270 rs02-create.c:156 rs02-create.c:1042 -#: rs03-create.c:321 rs03-create.c:1249 +#: dvdisaster.c:769 rs01-create.c:270 rs02-create.c:159 rs02-create.c:1049 +#: rs03-create.c:324 rs03-create.c:1272 #, c-format msgid ": %lld medium sectors and %d bytes.\n" msgstr ": %lld mediumsektorer och %d byte.\n" -#: dvdisaster.c:784 main-window.c:215 +#: dvdisaster.c:796 main-window.c:208 msgid "RS01 method not available for comparing files." msgstr "RS01-metoden inte tillgänglig för jämförelser av filer." #. TRANSLATORS: Program options like -r and --read are not to be translated #. to avoid confusion when discussing the program in international forums. -#: dvdisaster.c:874 +#: dvdisaster.c:886 msgid "" "\n" "Common usage examples:\n" @@ -515,7 +515,7 @@ msgstr "" " dvdisaster -u,--unlink # Ta bort .iso-filer (när andra operationer är färdiga)\n" "\n" -#: dvdisaster.c:883 +#: dvdisaster.c:895 #, c-format msgid "" "Drive and file specification:\n" @@ -526,233 +526,241 @@ msgid "" " -o,--ecc-target [file image] - where to put ecc data in RS03\n" msgstr "" -#: dvdisaster.c:893 +#: dvdisaster.c:905 msgid "Tweaking options (see manual before using!)\n" msgstr "Justeringsflaggor (se manualen före användning!)\n" -#: dvdisaster.c:894 +#: dvdisaster.c:906 msgid " -a,--assume x,y,... - assume image is augmented with codec(s) x,y,...\n" msgstr "" -#: dvdisaster.c:895 +#: dvdisaster.c:907 msgid " -j,--jump n - jump n sectors forward after a read error (default: 16)\n" msgstr " -j,--jump n - hoppa n sektorer framåt efter ett läsfel (standard: 16)\n" -#: dvdisaster.c:896 +#: dvdisaster.c:908 msgid " -m n - list/select error correction methods (default: RS01)\n" msgstr " -m n - lista/välj felkorrigeringsmetoder (standard: RS01)\n" -#: dvdisaster.c:897 +#: dvdisaster.c:909 #, c-format msgid "" " -n,--redundancy n%% - error correction data redundancy\n" " allowed values depend on codec (see manual)\n" msgstr "" -#: dvdisaster.c:899 +#: dvdisaster.c:911 msgid " -v,--verbose - more diagnostic messages\n" msgstr " -v,--verbose - mer informativa meddelanden\n" -#: dvdisaster.c:900 +#: dvdisaster.c:912 msgid " -x,--threads n - use n threads for en-/decoding (if supported by codec)\n" msgstr "" -#: dvdisaster.c:901 +#: dvdisaster.c:913 msgid " --adaptive-read - use optimized strategy for reading damaged media\n" msgstr " --adaptive-read - använd optimerad strategi för läsning av skadat media\n" -#: dvdisaster.c:902 +#: dvdisaster.c:914 msgid " --auto-suffix - automatically add .iso and .ecc file suffixes\n" msgstr " --auto-suffix - lägg automatiskt till filändelserna .iso och .ecc \n" -#: dvdisaster.c:903 +#: dvdisaster.c:915 msgid " --cache-size n - image cache size in MiB during -c mode (default: 32MiB)\n" msgstr " --cache-size n - cachestorlek för avbild i MiB med -c (standard: 32MiB)\n" -#: dvdisaster.c:904 +#: dvdisaster.c:916 msgid " --dao - assume DAO disc; do not trim image end\n" msgstr " --dao - anta DAO-skiva; trimma inte avbildens slut\n" -#: dvdisaster.c:905 +#: dvdisaster.c:917 msgid " --defective-dump d - directory for saving incomplete raw sectors\n" msgstr "" -#: dvdisaster.c:907 +#: dvdisaster.c:919 msgid " --driver=sg/cdrom - use sg(default) or alternative cdrom driver (see man page!)\n" msgstr "" -#: dvdisaster.c:909 +#: dvdisaster.c:921 msgid " --eject - eject medium after successful read\n" msgstr "" -#: dvdisaster.c:910 +#: dvdisaster.c:922 msgid " --encoding-algorithm n - possible values: 32bit,64bit,SSE2,AltiVec\n" msgstr "" -#: dvdisaster.c:911 +#: dvdisaster.c:923 msgid " --encoding-io-strategy n - possible values: readwrite, mmap\n" msgstr "" -#: dvdisaster.c:912 +#: dvdisaster.c:924 msgid " --fill-unreadable n - fill unreadable sectors with byte n\n" msgstr " --fill-unreadable n - fyll oläsliga sektorer med byte n\n" -#: dvdisaster.c:913 +#: dvdisaster.c:925 msgid " --ignore-fatal-sense - continue reading after potentially fatal error conditon\n" msgstr "" -#: dvdisaster.c:914 +#: dvdisaster.c:926 msgid " --ignore-iso-size - ignore image size from ISO/UDF data (dangerous - see man page!)\n" msgstr "" -#: dvdisaster.c:915 +#: dvdisaster.c:927 msgid " --internal-rereads n - drive may attempt n rereads before reporting an error\n" msgstr "" -#: dvdisaster.c:916 +#: dvdisaster.c:928 msgid " --medium-info - print info about medium in drive\n" msgstr "" -#: dvdisaster.c:917 -msgid " --old-ds-marker - mark missing sectors compatible with dvdisaster <= 0.70\n" -msgstr "" - -#: dvdisaster.c:918 -msgid " --prefetch-sectors n - prefetch n sectors for RS03 encoding (uses ~nMiB)\n" -msgstr "" - -#: dvdisaster.c:919 -msgid " --raw-mode n - mode for raw reading CD media (20 or 21)\n" -msgstr "" - -#: dvdisaster.c:920 -msgid " --read-attempts n-m - attempts n upto m reads of a defective sector\n" -msgstr "" - -#: dvdisaster.c:921 -msgid " --read-medium n - read the whole medium up to n times\n" -msgstr "" - -#: dvdisaster.c:922 -msgid " --read-raw - performs read in raw mode if possible\n" -msgstr "" - -#: dvdisaster.c:923 -msgid " --resource-file p - get resource file from given path\n" -msgstr "" - -#: dvdisaster.c:924 -msgid " --speed-warning n - print warning if speed changes by more than n percent\n" -msgstr " --speed-warning n - skriv ut varning om hastighet ändras med mer än n procent\n" - -#: dvdisaster.c:925 -msgid " --spinup-delay n - wait n seconds for drive to spin up\n" -msgstr " --spinup-delay n - vänta n sekunder på att enheten ska varva upp\n" - #: dvdisaster.c:929 -msgid "Debugging options (purposefully undocumented and possibly harmful)\n" +msgid " --no-progress - do not print progress information\n" msgstr "" #: dvdisaster.c:930 -msgid " --debug - enables the following options\n" +msgid " --old-ds-marker - mark missing sectors compatible with dvdisaster <= 0.70\n" msgstr "" #: dvdisaster.c:931 -msgid " --byteset s,i,b - set byte i in sector s to b\n" +msgid " --prefetch-sectors n - prefetch n sectors for RS03 encoding (uses ~nMiB)\n" msgstr "" #: dvdisaster.c:932 -msgid " --cdump - creates C #include file dumps instead of hexdumps\n" +msgid " --raw-mode n - mode for raw reading CD media (20 or 21)\n" msgstr "" #: dvdisaster.c:933 -msgid " --compare-images a,b - compare sectors in images a and b\n" +msgid " --read-attempts n-m - attempts n upto m reads of a defective sector\n" msgstr "" #: dvdisaster.c:934 -msgid " --copy-sector a,n,b,m - copy sector n from image a to sector m in image b\n" +msgid " --read-medium n - read the whole medium up to n times\n" msgstr "" #: dvdisaster.c:935 -msgid " --erase sector - erase the given sector\n" +msgid " --read-raw - performs read in raw mode if possible\n" msgstr "" #: dvdisaster.c:936 -msgid " --erase n-m - erase sectors n - m, inclusively\n" +msgid " --regtest - tweaks output for compatibility with regtests\n" msgstr "" #: dvdisaster.c:937 -msgid " --fixed-speed-values - output fixed speed values for better output diffing\n" +msgid " --resource-file p - get resource file from given path\n" msgstr "" #: dvdisaster.c:938 -msgid " --marked-image n - create image with n marked random sectors\n" -msgstr "" +msgid " --speed-warning n - print warning if speed changes by more than n percent\n" +msgstr " --speed-warning n - skriv ut varning om hastighet ändras med mer än n procent\n" #: dvdisaster.c:939 -msgid " --merge-images a,b merge image a with b (a receives sectors from b)\n" -msgstr "" - -#: dvdisaster.c:940 -msgid " --random-errors e - seed image with (correctable) random errors\n" -msgstr "" - -#: dvdisaster.c:941 -msgid " --random-image n - create image with n sectors of random numbers\n" -msgstr "" - -#: dvdisaster.c:942 -msgid " --random-seed n - random seed for built-in random number generator\n" -msgstr "" +msgid " --spinup-delay n - wait n seconds for drive to spin up\n" +msgstr " --spinup-delay n - vänta n sekunder på att enheten ska varva upp\n" #: dvdisaster.c:943 -msgid " --raw-sector n - shows hexdump of the given raw sector from medium in drive\n" +msgid "Debugging options (purposefully undocumented and possibly harmful)\n" msgstr "" #: dvdisaster.c:944 -msgid " --read-sector n - shows hexdump of the given sector from medium in drive\n" +msgid " --debug - enables the following options\n" msgstr "" #: dvdisaster.c:945 -msgid " --screen-shot - useful for generating screen shots\n" +msgid " --byteset s,i,b - set byte i in sector s to b\n" msgstr "" #: dvdisaster.c:946 -msgid " --send-cdb arg - executes given cdb at drive; kills system if used wrong\n" +msgid " --cdump - creates C #include file dumps instead of hexdumps\n" msgstr "" #: dvdisaster.c:947 -msgid " --set-version - set program version for debugging purposes (dangerous!)\n" +msgid " --compare-images a,b - compare sectors in images a and b\n" msgstr "" #: dvdisaster.c:948 -msgid " --show-header n - assumes given sector is a ecc header and prints it\n" +msgid " --copy-sector a,n,b,m - copy sector n from image a to sector m in image b\n" msgstr "" #: dvdisaster.c:949 -msgid " --show-sector n - shows hexdump of the given sector in an image file\n" +msgid " --erase sector - erase the given sector\n" msgstr "" #: dvdisaster.c:950 -msgid " --sim-cd image - simulate a SCSI-Level CD with contents supplied by the ISO image\n" +msgid " --erase n-m - erase sectors n - m, inclusively\n" msgstr "" #: dvdisaster.c:951 +msgid " --fixed-speed-values - output fixed speed values for better output diffing\n" +msgstr "" + +#: dvdisaster.c:952 +msgid " --marked-image n - create image with n marked random sectors\n" +msgstr "" + +#: dvdisaster.c:953 +msgid " --merge-images a,b merge image a with b (a receives sectors from b)\n" +msgstr "" + +#: dvdisaster.c:954 +msgid " --random-errors e - seed image with (correctable) random errors\n" +msgstr "" + +#: dvdisaster.c:955 +msgid " --random-image n - create image with n sectors of random numbers\n" +msgstr "" + +#: dvdisaster.c:956 +msgid " --random-seed n - random seed for built-in random number generator\n" +msgstr "" + +#: dvdisaster.c:957 +msgid " --raw-sector n - shows hexdump of the given raw sector from medium in drive\n" +msgstr "" + +#: dvdisaster.c:958 +msgid " --read-sector n - shows hexdump of the given sector from medium in drive\n" +msgstr "" + +#: dvdisaster.c:959 +msgid " --screen-shot - useful for generating screen shots\n" +msgstr "" + +#: dvdisaster.c:960 +msgid " --send-cdb arg - executes given cdb at drive; kills system if used wrong\n" +msgstr "" + +#: dvdisaster.c:961 +msgid " --set-version - set program version for debugging purposes (dangerous!)\n" +msgstr "" + +#: dvdisaster.c:962 +msgid " --show-header n - assumes given sector is a ecc header and prints it\n" +msgstr "" + +#: dvdisaster.c:963 +msgid " --show-sector n - shows hexdump of the given sector in an image file\n" +msgstr "" + +#: dvdisaster.c:964 +msgid " --sim-cd image - simulate a SCSI-Level CD with contents supplied by the ISO image\n" +msgstr "" + +#: dvdisaster.c:965 #, c-format msgid " --sim-defects n - simulate n%% defective sectors on medium\n" msgstr "" -#: dvdisaster.c:952 +#: dvdisaster.c:966 msgid " --truncate n - truncates image to n sectors\n" msgstr "" -#: dvdisaster.c:953 +#: dvdisaster.c:967 msgid "" " --zero-unreadable - replace the \"unreadable sector\" markers with zeros\n" "\n" msgstr "" -#: dvdisaster.c:982 +#: dvdisaster.c:996 msgid "Optical drive 52X FW 1.02" msgstr "" @@ -852,13 +860,13 @@ msgstr "Om dvdisaster" #: help-dialogs.c:727 msgid "" -"Modified version Copyright 2015 (please fill in - [directions])\n" -"Copyright 2004-2015 Carsten Gnoerlich" +"Modified version Copyright 2017 (please fill in - [directions])\n" +"Copyright 2004-2017 Carsten Gnoerlich" msgstr "" #: help-dialogs.c:731 misc.c:205 -msgid "Copyright 2004-2015 Carsten Gnoerlich" -msgstr "Copyright 2004-2015 Carsten Gnörlich" +msgid "Copyright 2004-2017 Carsten Gnoerlich" +msgstr "Copyright 2004-2017 Carsten Gnörlich" #: help-dialogs.c:738 msgid "" @@ -906,18 +914,24 @@ msgid "" "NetBSD port: Sergey Svishchev <svs@ropnet.ru>" msgstr "" -#: image.c:150 image.c:154 +#: image.c:152 image.c:156 #, c-format msgid "Image file %s not present or permission denied.\n" msgstr "" -#: image.c:163 image.c:167 +#: image.c:165 image.c:169 msgid "" "\n" "Error correction file type unknown.\n" msgstr "" -#: image.c:176 image.c:181 +#: image.c:178 image.c:183 +msgid "" +"\n" +"Permission denied on ecc file (perhaps not writeable?).\n" +msgstr "" + +#: image.c:193 image.c:198 msgid "" "\n" "No error correction file present.\n" @@ -944,7 +958,7 @@ msgstr "" msgid "log: %s\n" msgstr "" -#: main-window.c:97 +#: main-window.c:94 msgid "" "The .iso image and error correction file\n" "must not be the same file!\n" @@ -954,7 +968,7 @@ msgid "" "please leave the error correction file name blank." msgstr "" -#: main-window.c:107 +#: main-window.c:104 msgid "" "The error correction file type must not be \".iso\".\n" "\n" @@ -963,91 +977,91 @@ msgid "" "please leave the error correction file name blank." msgstr "" -#: main-window.c:180 +#: main-window.c:174 msgid "Internal error: No suitable method for repairing image." msgstr "" -#: main-window.c:283 +#: main-window.c:276 msgid "button|Read" msgstr "Läs" -#: main-window.c:286 +#: main-window.c:279 msgid "tooltip|Read Image" msgstr "Läs avbild" -#: main-window.c:286 +#: main-window.c:279 msgid "Reads an optical disc image into a file (or tries to complete an existing image file)." msgstr "Läser en cd/dvd-avbild till en fil (eller försöker att färdigställa en existerande avbildsfil)." -#: main-window.c:300 +#: main-window.c:293 msgid "button|Create" msgstr "Skapa" -#: main-window.c:303 +#: main-window.c:296 msgid "tooltip|Create error correction data" msgstr "" -#: main-window.c:303 +#: main-window.c:296 msgid "Creates error correction data. Requires an image file." msgstr "" -#: main-window.c:307 +#: main-window.c:300 msgid "button|Scan" msgstr "Sök av" -#: main-window.c:310 +#: main-window.c:303 msgid "tooltip|Scan medium" msgstr "Sök av medium" -#: main-window.c:310 +#: main-window.c:303 msgid "Scans medium for unreadable sectors." msgstr "Söker av medium för oläsbara sektorer." -#: main-window.c:314 +#: main-window.c:307 msgid "button|Fix" msgstr "Rätta till" -#: main-window.c:317 +#: main-window.c:310 msgid "tooltip|Repair image" msgstr "Reparera avbild" -#: main-window.c:317 +#: main-window.c:310 msgid "Repairs an image. Requires an image file and error correction data." msgstr "Reparerar en avbild. Kräver en avbildsfil och felkorrigeringsdata." -#: main-window.c:321 +#: main-window.c:314 msgid "button|Verify" msgstr "Validera" -#: main-window.c:324 +#: main-window.c:317 msgid "tooltip|Consistency check" msgstr "" -#: main-window.c:324 +#: main-window.c:317 msgid "Tests consistency of error correction data and image file." msgstr "Testar konsistensen på felkorrigeringsdata och avbildsfil." -#: main-window.c:328 +#: main-window.c:321 msgid "button|Stop" msgstr "Stopp" -#: main-window.c:331 +#: main-window.c:324 msgid "tooltip|Abort action" msgstr "Avbryt operation" -#: main-window.c:331 +#: main-window.c:324 msgid "Aborts an ongoing action." msgstr "Avbryter en pågående operation." -#: main-window.c:488 +#: main-window.c:481 msgid "tooltip|Protocol for current action" msgstr "Protokoll för aktuell operation" -#: main-window.c:489 +#: main-window.c:482 msgid "Displays additional information created during the current or last action." msgstr "Visar ytterligare information skapad under aktuella eller senaste operationen." -#: main-window.c:498 +#: main-window.c:491 msgid "View log" msgstr "Visa logg" @@ -1055,69 +1069,69 @@ msgstr "Visa logg" msgid "Medium not present" msgstr "" -#: medium-info.c:105 medium-info.c:358 +#: medium-info.c:106 medium-info.c:352 msgid "Physical medium info" msgstr "" -#: medium-info.c:127 medium-info.c:133 +#: medium-info.c:128 medium-info.c:134 msgid "empty" msgstr "" -#: medium-info.c:128 +#: medium-info.c:129 msgid "appendable" msgstr "" -#: medium-info.c:129 +#: medium-info.c:130 msgid "finalized" msgstr "" -#: medium-info.c:130 scsi-layer.c:98 +#: medium-info.c:131 scsi-layer.c:98 msgid "unknown" msgstr "okänd" -#: medium-info.c:134 +#: medium-info.c:135 msgid "incomplete" msgstr "" -#: medium-info.c:135 +#: medium-info.c:136 msgid "damaged" msgstr "" -#: medium-info.c:136 rs02-verify.c:670 rs02-verify.c:877 rs02-verify.c:878 -#: rs02-verify.c:879 rs03-verify.c:1260 rs03-verify.c:1262 rs03-verify.c:1263 +#: medium-info.c:137 rs02-verify.c:671 rs02-verify.c:878 rs02-verify.c:879 +#: rs02-verify.c:880 rs03-verify.c:1254 rs03-verify.c:1256 rs03-verify.c:1257 msgid "complete" msgstr "" -#: medium-info.c:141 +#: medium-info.c:142 #, c-format msgid "%s (%d sessions; last session %s)\n" msgstr "" -#: medium-info.c:147 +#: medium-info.c:148 #, c-format msgid "%lld sectors (%lld MiB), from READ CAPACITY\n" msgstr "" -#: medium-info.c:150 +#: medium-info.c:151 #, c-format msgid "%lld sectors (%lld MiB), from DVD structure\n" msgstr "" -#: medium-info.c:154 medium-info.c:204 +#: medium-info.c:155 medium-info.c:204 #, c-format msgid "%lld sectors (%lld MiB)\n" msgstr "" -#: medium-info.c:166 medium-info.c:431 +#: medium-info.c:167 medium-info.c:425 msgid "Filesystem info" msgstr "" -#: medium-info.c:172 +#: medium-info.c:173 #, c-format msgid "%d sectors (%lld MiB)\n" msgstr "" -#: medium-info.c:194 medium-info.c:464 +#: medium-info.c:194 medium-info.c:458 msgid "Augmented image info" msgstr "" @@ -1126,85 +1140,85 @@ msgstr "" msgid "%s, %d roots, %4.1f%% redundancy.\n" msgstr "" -#: medium-info.c:289 +#: medium-info.c:283 msgid "windowtitle|Medium info" msgstr "" -#: medium-info.c:304 +#: medium-info.c:298 msgid "" "Medium info\n" "Properties of the currently inserted medium" msgstr "" -#: medium-info.c:316 +#: medium-info.c:310 msgid "Drive selection" msgstr "" -#: medium-info.c:323 +#: medium-info.c:317 msgid "Drive:" msgstr "" -#: medium-info.c:344 menubar.c:488 +#: medium-info.c:338 menubar.c:488 msgid "No drives found" msgstr "Inga enheter hittade" -#: medium-info.c:349 +#: medium-info.c:343 msgid " " msgstr "" -#: medium-info.c:352 +#: medium-info.c:346 msgid "Update medium info" msgstr "" -#: medium-info.c:365 +#: medium-info.c:359 msgid "Medium type:" msgstr "" -#: medium-info.c:373 +#: medium-info.c:367 msgid "Book type:" msgstr "" -#: medium-info.c:381 scsi-layer.c:2698 +#: medium-info.c:375 scsi-layer.c:2682 msgid "Manuf.-ID:" msgstr "" -#: medium-info.c:389 +#: medium-info.c:383 msgid "Drive profile:" msgstr "" -#: medium-info.c:397 +#: medium-info.c:391 msgid "Disc status:" msgstr "" -#: medium-info.c:405 +#: medium-info.c:399 msgid "Used sectors:" msgstr "" -#: medium-info.c:421 +#: medium-info.c:415 msgid "Blank capacity:" msgstr "" -#: medium-info.c:438 +#: medium-info.c:432 msgid "Medium label:" msgstr "" -#: medium-info.c:446 +#: medium-info.c:440 msgid "File system size:" msgstr "" -#: medium-info.c:454 +#: medium-info.c:448 msgid "Creation time:" msgstr "" -#: medium-info.c:471 +#: medium-info.c:465 msgid "Error correction data:" msgstr "" -#: medium-info.c:479 +#: medium-info.c:473 msgid "Augmented image size:" msgstr "" -#: medium-info.c:487 +#: medium-info.c:481 msgid "dvdisaster version:" msgstr "" @@ -1398,11 +1412,11 @@ msgstr "" "under villkoren för GNU GENERAL PUBLIC LICENSE.\n" "Se filen \"COPYING\" för ytterligare information.\n" -#: misc.c:513 +#: misc.c:519 msgid "Warning" msgstr "Varning" -#: misc.c:588 misc.c:596 +#: misc.c:594 misc.c:602 msgid "" "\n" "*\n" @@ -1414,11 +1428,11 @@ msgstr "" "* dvdisaster - kan inte fortsätta:\n" "*\n" -#: misc.c:1248 +#: misc.c:1254 msgid "Do not ask again" msgstr "" -#: misc.c:1269 +#: misc.c:1275 #, c-format msgid "" "Image file already exists and does not match the medium:\n" @@ -1428,7 +1442,7 @@ msgid "" "The existing image file will be deleted." msgstr "" -#: misc.c:1288 +#: misc.c:1294 #, c-format msgid "" "The error correction file is already present:\n" @@ -2296,8 +2310,8 @@ msgid "Raw sector does not belong to the selected image!" msgstr "" #: raw-editor.c:389 read-adaptive.c:1252 read-adaptive.c:1323 -#: read-adaptive.c:1643 read-adaptive.c:1841 read-linear.c:398 -#: read-linear.c:658 read-linear.c:1001 rs01-fix.c:459 rs01-fix.c:719 +#: read-adaptive.c:1643 read-adaptive.c:1841 read-linear.c:390 +#: read-linear.c:645 read-linear.c:989 rs01-fix.c:459 rs01-fix.c:719 #: rs02-fix.c:749 rs03-fix.c:818 #, c-format msgid "Failed seeking to sector %lld in image [%s]: %s" @@ -2305,7 +2319,7 @@ msgstr "Misslyckades med att söka fram till sektor %lld i avbild [%s]: %s" #: raw-editor.c:396 read-adaptive.c:1266 read-adaptive.c:1329 #: read-adaptive.c:1675 read-adaptive.c:1688 read-adaptive.c:1849 -#: read-linear.c:407 read-linear.c:665 rs01-fix.c:181 rs01-fix.c:466 +#: read-linear.c:399 read-linear.c:652 rs01-fix.c:181 rs01-fix.c:466 #, c-format msgid "Failed writing to sector %lld in image [%s]: %s" msgstr "Misslyckades med att skriva till sektor %lld i avbild [%s]: %s" @@ -2534,7 +2548,7 @@ msgstr "" msgid " [Appended %d/%d sectors to cache file %s; LBA=%lld, ssize=%d, %d sectors]\n" msgstr "" -#: read-adaptive.c:55 rs01-create.c:1015 +#: read-adaptive.c:55 rs01-create.c:1025 #, c-format msgid "" "Error closing error correction file:\n" @@ -2556,7 +2570,7 @@ msgstr "" "Kan inte läsa ecc-huvud:\n" "%s" -#: read-adaptive.c:119 read-linear.c:850 +#: read-adaptive.c:119 read-linear.c:838 #, c-format msgid "" "* Warning: This ecc file requires dvdisaster-%d.%d!\n" @@ -2566,14 +2580,14 @@ msgid "" "\n" msgstr "" -#: read-adaptive.c:152 rs01-common.c:80 rs01-common.c:222 rs01-create.c:297 -#: rs01-verify.c:820 +#: read-adaptive.c:152 rs01-common.c:80 rs01-common.c:231 rs01-create.c:299 +#: rs01-verify.c:810 #, c-format msgid "Failed skipping the ecc header: %s" msgstr "Misslyckades med att hoppa över ecc-huvuet: %s" -#: read-adaptive.c:161 read-adaptive.c:171 rs01-common.c:89 rs01-common.c:99 -#: rs01-common.c:332 +#: read-adaptive.c:161 read-adaptive.c:171 rs01-common.c:92 rs01-common.c:102 +#: rs01-common.c:341 #, c-format msgid "Error reading CRC information: %s" msgstr "Fel vid läsning av CRC-information: %s" @@ -2592,7 +2606,7 @@ msgstr "Reparerbar: %2d.%1d%% (korrigerbar: %lld; läser nu [%lld..%lld], storle msgid "Repairable: %2d.%1d%% (missing: %lld; now reading [%lld..%lld], size %lld)" msgstr "Reparerbar: %2d.%1d%% (saknas: %lld; läser nu [%lld..%lld], storlek %lld)" -#: read-adaptive.c:653 read-linear.c:857 +#: read-adaptive.c:653 read-linear.c:845 #, c-format msgid "" "* Warning: This image requires dvdisaster-%d.%d!\n" @@ -2659,7 +2673,7 @@ msgid "" "Medium and ecc file do not belong together.\n" msgstr "" -#: read-adaptive.c:860 read-linear.c:340 +#: read-adaptive.c:860 read-linear.c:332 msgid "Image file does not match the optical disc." msgstr "Avbildsfil stämmer inte med CD/DVD/BD." @@ -2684,7 +2698,7 @@ msgstr "" msgid "Analysing existing image file" msgstr "Analyserar existerande avbildsfil" -#: read-adaptive.c:969 rs01-common.c:262 rs02-verify.c:724 +#: read-adaptive.c:969 rs01-common.c:271 rs02-verify.c:725 #, c-format msgid "premature end in image (only %d bytes): %s\n" msgstr "för tidigt slut på avbild (endast %d byte): %s\n" @@ -2708,15 +2722,15 @@ msgstr "Analyserar existerande avbildsfil: %lld läsbara, %lld korrigerbara, %ll msgid "Analysing existing image file: %lld readable, %lld still missing.\n" msgstr "Analyserar existerande avbildsfil: %lld läsbara, %lld saknas fortfarande.\n" -#: read-adaptive.c:1202 read-linear.c:737 +#: read-adaptive.c:1202 read-linear.c:725 msgid "Ignore once" msgstr "Ignorera en gång" -#: read-adaptive.c:1203 read-linear.c:738 +#: read-adaptive.c:1203 read-linear.c:726 msgid "Ignore always" msgstr "Ignorera alltid" -#: read-adaptive.c:1204 read-linear.c:739 +#: read-adaptive.c:1204 read-linear.c:727 msgid "Abort" msgstr "Avbryt" @@ -2725,15 +2739,15 @@ msgstr "Avbryt" msgid "Filling image area [%lld..%lld]" msgstr "Fyller avbildsområde [%lld..%lld]" -#: read-adaptive.c:1360 read-linear.c:217 +#: read-adaptive.c:1360 read-linear.c:209 msgid "Reading aborted" msgstr "Läsning avbruten" -#: read-adaptive.c:1363 read-linear.c:221 +#: read-adaptive.c:1363 read-linear.c:213 msgid "Preparing for reading the medium image." msgstr "Förbereder för läsning av mediumavbild." -#: read-adaptive.c:1364 read-linear.c:214 read-linear.c:222 +#: read-adaptive.c:1364 read-linear.c:206 read-linear.c:214 msgid "Medium: not yet determined" msgstr "Medium: ännu inte fastställt" @@ -2752,16 +2766,16 @@ msgid "" "* Please consider using linear reading instead.\n" msgstr "" -#: read-adaptive.c:1442 read-linear.c:279 +#: read-adaptive.c:1442 read-linear.c:271 #, c-format msgid "Creating new %s image.\n" msgstr "Skapar ny avbild %s.\n" -#: read-adaptive.c:1446 read-linear.c:272 +#: read-adaptive.c:1446 read-linear.c:264 msgid "Reading new medium image." msgstr "Läser ny mediumavbild." -#: read-adaptive.c:1466 read-linear.c:301 +#: read-adaptive.c:1466 read-linear.c:293 msgid "Completing existing medium image." msgstr "Färdigställer existerande mediumavbild." @@ -2773,7 +2787,7 @@ msgstr "" "\n" "Tillräcklig data för att återskapa avbilden finns tillgänglig.\n" -#: read-adaptive.c:1606 read-linear.c:1065 +#: read-adaptive.c:1606 read-linear.c:1053 #, c-format msgid "" "Sector %lld: %s\n" @@ -2781,7 +2795,7 @@ msgid "" "Use the --ignore-fatal-sense option to override." msgstr "" -#: read-adaptive.c:1611 read-linear.c:1070 +#: read-adaptive.c:1611 read-linear.c:1058 #, c-format msgid "" "Sector %lld: %s\n" @@ -2804,7 +2818,7 @@ msgstr "CRC-fel i sektor %lld\n" msgid "Sectors %lld-%lld: %s\n" msgstr "Sektorer %lld-%lld: %s\n" -#: read-adaptive.c:1833 read-linear.c:1253 scsi-layer.c:1741 +#: read-adaptive.c:1833 read-linear.c:1243 scsi-layer.c:1741 #, c-format msgid "Sector %lld: %s\n" msgstr "Sektor %lld: %s\n" @@ -2884,7 +2898,7 @@ msgstr "Totalt återhämtningsbara: %d.%d%%" msgid "Aborted by unrecoverable error. %lld sectors read, %lld sectors unreadable/skipped so far." msgstr "Avbruten av ej återhämtningsbart fel. %lld sektorer lästa, %lld sektorer oläsbara/överhoppade än så länge." -#: read-linear.c:173 +#: read-linear.c:171 msgid "" "Automatic error correction file creation\n" "is only possible after a full reading pass.\n" @@ -2892,77 +2906,77 @@ msgstr "" "Skapande av automatisk felkorrigeringsfil\n" "är endast möjlig efter en fullständig läsning.\n" -#: read-linear.c:209 +#: read-linear.c:201 msgid "Scanning aborted" msgstr "Avsökning avbruten" -#: read-linear.c:213 read-linear.c:244 +#: read-linear.c:205 read-linear.c:236 msgid "Scanning medium for read errors." msgstr "Söker av medium efter läsfel." -#: read-linear.c:251 read-linear.c:284 +#: read-linear.c:243 read-linear.c:276 msgid "Reading CRC information" msgstr "" -#: read-linear.c:347 +#: read-linear.c:339 #, c-format msgid "Reading aborted. Please select a different image file." msgstr "Läsning avbruten. Välj en annan avbildsfil." -#: read-linear.c:366 +#: read-linear.c:358 #, c-format msgid "Completing image %s. Continuing with sector %lld.\n" msgstr "Färdigställer avbild %s. Fortsätter med sektor %lld.\n" -#: read-linear.c:372 +#: read-linear.c:364 #, c-format msgid "Completing image %s. Only missing sectors will be read.\n" msgstr "Färdigställer avbild %s. Endast saknade sektorer kommer att läsas.\n" -#: read-linear.c:455 read-linear.c:460 +#: read-linear.c:425 read-linear.c:433 msgid "Reading CRC information from ecc data" msgstr "" -#: read-linear.c:480 +#: read-linear.c:459 msgid "done.\n" msgstr "klar.\n" -#: read-linear.c:492 scsi-layer.c:2066 +#: read-linear.c:479 scsi-layer.c:2066 #, c-format msgid "Waiting %d seconds for drive to spin up...\n" msgstr "Väntar %d sekunder på att enheten ska varva upp...\n" -#: read-linear.c:514 read-linear-window.c:103 +#: read-linear.c:501 read-linear-window.c:103 #, c-format msgid "Unreadable / skipped sectors: %lld" msgstr "Oläsbara / överhoppade sektorer: %lld" -#: read-linear.c:594 +#: read-linear.c:581 #, c-format msgid "Sector %lld: Speed increased to %4.1fx\n" msgstr "Sektor %lld: Hastighet ökad till %4.1fx\n" -#: read-linear.c:597 +#: read-linear.c:584 #, c-format msgid "Sector %lld: Speed dropped to %4.1fx\n" msgstr "Sektor %lld: Hastighet minskad till %4.1fx\n" -#: read-linear.c:603 +#: read-linear.c:590 #, c-format msgid "Read position: %3d.%1d%% (nn.nx)" msgstr "" -#: read-linear.c:605 +#: read-linear.c:592 #, c-format msgid "Read position: %3d.%1d%% (%4.1fx)" msgstr "Läsposition: %3d.%1d%% (%4.1fx)" -#: read-linear.c:698 rs01-common.c:338 rs02-verify.c:769 rs03-verify.c:1132 +#: read-linear.c:686 rs01-common.c:347 rs02-verify.c:770 rs03-verify.c:1126 #, c-format msgid "* CRC error, sector: %lld\n" msgstr "* CRC-fel, sektor: %lld\n" -#: read-linear.c:826 +#: read-linear.c:814 #, c-format msgid "" "This ecc file requires dvdisaster-%d.%d!\n" @@ -2973,7 +2987,7 @@ msgid "" "\n" msgstr "" -#: read-linear.c:834 +#: read-linear.c:822 #, c-format msgid "" "This image requires dvdisaster-%d.%d!\n" @@ -2983,110 +2997,110 @@ msgid "" "\n" msgstr "" -#: read-linear.c:842 rs01-create.c:708 rs01-fix.c:202 rs01-fix.c:224 +#: read-linear.c:830 rs01-create.c:718 rs01-fix.c:202 rs01-fix.c:224 #: rs01-fix.c:269 rs01-fix.c:299 rs01-fix.c:316 rs01-fix.c:369 -#: rs01-verify.c:435 rs01-verify.c:839 rs02-create.c:115 rs02-fix.c:235 -#: rs02-fix.c:254 rs02-fix.c:339 rs02-verify.c:714 rs03-create.c:247 +#: rs01-verify.c:435 rs01-verify.c:829 rs02-create.c:118 rs02-fix.c:235 +#: rs02-fix.c:254 rs02-fix.c:339 rs02-verify.c:715 rs03-create.c:250 #: rs03-fix.c:251 rs03-fix.c:292 rs03-fix.c:313 rs03-fix.c:386 -#: rs03-verify.c:533 rs03-verify.c:1027 +#: rs03-verify.c:533 rs03-verify.c:1021 #, c-format msgid "Aborted by user request!" msgstr "Avbruten av användaren!" -#: read-linear.c:956 read-linear.c:1080 +#: read-linear.c:944 read-linear.c:1068 #, c-format msgid "Aborted by user request! %lld sectors read, %lld sectors unreadable/skipped so far." msgstr "Avbröts på användarens begäran! %lld sektorer lästa, %lld sektorer oläsbara/överhoppade än så länge." -#: read-linear.c:1013 +#: read-linear.c:1001 #, c-format msgid "unexpected read error in image for sector %lld" msgstr "oväntat läsfel i avbild för sektor %lld" -#: read-linear.c:1095 +#: read-linear.c:1083 #, c-format msgid "Sector %lld: %3d C2 errors.%s\n" msgstr "" -#: read-linear.c:1225 +#: read-linear.c:1215 #, c-format msgid "Sector %lld: %s Skipping %d sectors.\n" msgstr "Sektor %lld: %s Hoppar över %d sektorer.\n" -#: read-linear.c:1288 +#: read-linear.c:1278 #, c-format msgid "" "Trying to complete image, reading pass %d of %d.\n" "%s" msgstr "" -#: read-linear.c:1290 +#: read-linear.c:1280 #, c-format msgid "" "\n" "Trying to complete image, reading pass %d of %d.\n" msgstr "" -#: read-linear.c:1330 +#: read-linear.c:1317 #, c-format msgid "%lld sectors read. " msgstr "%lld sektorer lästa. " -#: read-linear.c:1331 +#: read-linear.c:1318 #, c-format msgid "%lld sectors read; %lld unreadable sectors." msgstr "%lld sektorer lästa; %lld oläsbara sektorer." -#: read-linear.c:1343 +#: read-linear.c:1330 #, c-format msgid "All sectors successfully read, but wrong image length (%lld sectors difference)" msgstr "Alla sektorer lästa men felaktig avbildslängd (skiljer %lld sektorer)" -#: read-linear.c:1349 +#: read-linear.c:1336 msgid "All sectors successfully read, but wrong ecc md5sum." msgstr "" -#: read-linear.c:1355 +#: read-linear.c:1342 msgid "All sectors successfully read, but incomplete or damaged checksums." msgstr "" -#: read-linear.c:1356 +#: read-linear.c:1343 msgid "All sectors successfully read. Checksums match." msgstr "Alla sektorer lästa. Kontrollsummor stämmer." -#: read-linear.c:1358 +#: read-linear.c:1345 msgid "All sectors successfully read." msgstr "Alla sektorer lästa." -#: read-linear.c:1363 +#: read-linear.c:1350 #, c-format msgid "%lld unreadable sectors." msgstr "%lld oläsbara sektorer." -#: read-linear.c:1366 +#: read-linear.c:1353 #, c-format msgid "%lld CRC errors and a md5sum mismatch in the CRC section." msgstr "" -#: read-linear.c:1368 +#: read-linear.c:1355 #, c-format msgid "%lld CRC errors." msgstr "%lld CRC-fel." -#: read-linear.c:1370 +#: read-linear.c:1357 #, c-format msgid "%lld CRC errors, %lld unreadable sectors." msgstr "%lld CRC-fel, %lld oläsbara sektorer." -#: read-linear.c:1378 +#: read-linear.c:1365 msgid "Scanning finished: " msgstr "Avsökning färdig: " -#: read-linear.c:1380 +#: read-linear.c:1367 msgid "Reading finished: " msgstr "Läsning färdig: " -#: read-linear.c:1392 +#: read-linear.c:1379 #, c-format msgid "" "%d sectors missing at the end of the disc.\n" @@ -3097,7 +3111,7 @@ msgstr "" "Detta är okej om cd-skivan skrevs i TAO-läget (track at once).\n" "Avbilden kommer att kapas enligt det. Se manualen för detaljer.\n" -#: read-linear.c:1398 +#: read-linear.c:1385 #, c-format msgid "" "%d sectors missing at the end of the disc.\n" @@ -3149,27 +3163,27 @@ msgstr "Hastighet" msgid "Sector %lld dumped to %s\n" msgstr "" -#: rs01-common.c:236 rs02-verify.c:800 rs03-verify.c:1155 +#: rs01-common.c:245 rs02-verify.c:801 rs03-verify.c:1149 #, c-format msgid "- testing sectors : %3d%%" msgstr "- testar sektorer : %3d%%" -#: rs01-common.c:237 +#: rs01-common.c:246 #, c-format msgid "Scanning image sectors: %3d%%" msgstr "Söker av avbildssektorer: %3d%%" -#: rs01-common.c:290 rs02-verify.c:756 +#: rs01-common.c:299 rs02-verify.c:757 #, c-format msgid "* missing sector : %lld\n" msgstr "* saknad sektor : %lld\n" -#: rs01-common.c:291 rs02-verify.c:757 +#: rs01-common.c:300 rs02-verify.c:758 #, c-format msgid "* missing sectors : %lld - %lld\n" msgstr "* saknade sektorer : %lld - %lld\n" -#: rs01-common.c:309 rs01-common.c:376 rs01-create.c:314 +#: rs01-common.c:318 rs01-common.c:385 rs01-create.c:316 #, c-format msgid "Error writing CRC information: %s" msgstr "Fel vid skrivning av CRC-information: %s" @@ -3179,7 +3193,7 @@ msgstr "Fel vid skrivning av CRC-information: %s" msgid "Redundancy %4.1f%% out of useful range [3.2%%..64.5%%]" msgstr "Redundans %4.1f%% av användbart intervall [3.2%%..64.5%%]" -#: rs01-create.c:76 rs03-common.c:455 +#: rs01-create.c:76 rs03-common.c:467 #, c-format msgid "Ecc file size %lldm out of useful range [%lld .. %lld]" msgstr "Ecc-filstorlek %lldm av användbart omfång [%lld .. %lld]" @@ -3203,7 +3217,7 @@ msgstr "" msgid "Image file %s not deleted: %s\n" msgstr "Avbildsfil %s inte borttagen: %s\n" -#: rs01-create.c:148 rs01-fix.c:77 rs02-create.c:59 rs02-fix.c:54 +#: rs01-create.c:148 rs01-fix.c:77 rs02-create.c:60 rs02-fix.c:54 #: rs03-create.c:144 rs03-fix.c:53 #, c-format msgid "Aborted by unrecoverable error." @@ -3218,7 +3232,7 @@ msgstr "Skapandet av felkorrigeringsfil avbröts" msgid "Encoding with Method RS01: %d roots, %4.1f%% redundancy." msgstr "Kodar med Metod RS01: %d rötter, %4.1f%% redundans." -#: rs01-create.c:239 rs03-create.c:1285 +#: rs01-create.c:239 rs03-create.c:1308 #, c-format msgid "" "Creating the error correction file.\n" @@ -3227,49 +3241,49 @@ msgstr "" "Skapar felkorrigeringsfilen.\n" "%s" -#: rs01-create.c:251 rs03-create.c:273 +#: rs01-create.c:251 rs03-create.c:276 #, c-format msgid "Aborted to keep existing ecc file." msgstr "" -#: rs01-create.c:266 rs02-create.c:1036 rs03-create.c:1242 +#: rs01-create.c:266 rs02-create.c:1043 rs03-create.c:1265 #, c-format msgid "Image file %s: %s." msgstr "" -#: rs01-create.c:274 rs03-create.c:1261 +#: rs01-create.c:274 rs03-create.c:1284 msgid "No error correction file specified!\n" msgstr "" -#: rs01-create.c:285 +#: rs01-create.c:287 #, c-format msgid "Writing sector checksums: %3d%%" msgstr "Skriver sektorkontrollsummor: %3d%%" -#: rs01-create.c:289 +#: rs01-create.c:291 msgid "1. Writing image sector checksums:" msgstr "1. Skriver sektorkontrollsummor:" -#: rs01-create.c:332 rs01-window.c:130 +#: rs01-create.c:338 rs01-window.c:130 msgid "1. Calculating image sector checksums:" msgstr "1. Beräknar sektorkontrollsummor för avbild:" -#: rs01-create.c:346 rs01-create.c:487 rs01-create.c:580 +#: rs01-create.c:355 rs01-create.c:497 rs01-create.c:590 #, c-format msgid "Aborted by user request! (partial error correction file removed)" msgstr "Avbröts på användarens begäran! (delvis felkorrigeringsfil borttagen)" -#: rs01-create.c:355 +#: rs01-create.c:364 #, c-format msgid "%lld sectors unread or missing due to errors.\n" msgstr "%lld sektorer olästa eller saknas på grund av fel.\n" -#: rs01-create.c:408 +#: rs01-create.c:418 #, c-format msgid "Failed skipping ecc+crc header: %s" msgstr "Misslyckades med att hoppa över ecc+crc-huvud: %s" -#: rs01-create.c:435 rs02-create.c:516 +#: rs01-create.c:445 rs02-create.c:523 #, c-format msgid "" "Failed allocating memory for I/O cache.\n" @@ -3277,13 +3291,13 @@ msgid "" "Try reducing it.\n" msgstr "" -#: rs01-create.c:564 rs01-create.c:689 rs01-create.c:984 rs02-create.c:963 -#: rs03-create.c:1088 +#: rs01-create.c:574 rs01-create.c:699 rs01-create.c:994 rs02-create.c:970 +#: rs03-create.c:1111 #, c-format msgid "Ecc generation: %3d.%1d%%" msgstr "Generering av ecc: %3d.%1d%%" -#: rs01-create.c:997 +#: rs01-create.c:1007 #, c-format msgid "" "could not write to ecc file \"%s\":\n" @@ -3292,7 +3306,7 @@ msgstr "" "kunde inte skriva till ecc-fil \"%s\":\n" "%s" -#: rs01-create.c:1012 +#: rs01-create.c:1022 #, c-format msgid "" "Can't write ecc header:\n" @@ -3301,12 +3315,12 @@ msgstr "" "Kan inte skriva ecc-huvud:\n" "%s" -#: rs01-create.c:1020 rs02-create.c:1127 rs03-create.c:1341 +#: rs01-create.c:1030 rs02-create.c:1134 rs03-create.c:1364 #, c-format msgid "Ecc generation: 100.0%%\n" msgstr "Generering av ecc: 100.0%%\n" -#: rs01-create.c:1021 rs03-create.c:1348 +#: rs01-create.c:1031 rs03-create.c:1371 #, c-format msgid "" "Error correction file \"%s\" created.\n" @@ -3315,7 +3329,7 @@ msgstr "" "Felkorrigeringsfil \"%s\" skapad.\n" "Tänk på att lagra filen på ett pålitligt medium.\n" -#: rs01-create.c:1029 rs03-create.c:1374 +#: rs01-create.c:1039 rs03-create.c:1397 msgid "" "The error correction file has been successfully created.\n" "Make sure to keep this file on a reliable medium." @@ -3624,15 +3638,15 @@ msgstr "Jämförelse avbruten" msgid "Comparing image and error correction files." msgstr "Jämför avbild och felkorrigeringsfiler." -#: rs01-verify.c:394 rs03-verify.c:696 rs03-verify.c:705 +#: rs01-verify.c:394 rs03-verify.c:698 rs03-verify.c:707 msgid "- Checking image file -" msgstr "- Kontrollerar avbildsfil -" -#: rs01-verify.c:409 rs01-verify.c:530 rs01-verify.c:541 +#: rs01-verify.c:409 rs01-verify.c:530 rs01-verify.c:544 msgid "not present\n" msgstr "finns inte\n" -#: rs01-verify.c:417 rs02-verify.c:598 +#: rs01-verify.c:417 rs02-verify.c:599 #, c-format msgid "present, contains %lld medium sectors.\n" msgstr "tillgänglig, innehåller %lld mediumsektorer.\n" @@ -3642,7 +3656,7 @@ msgstr "tillgänglig, innehåller %lld mediumsektorer.\n" msgid "present, contains %lld medium sectors and %d bytes.\n" msgstr "tillgänglig, innehåller %lld mediumsektorer och %d byte.\n" -#: rs01-verify.c:425 rs01-verify.c:680 rs01-verify.c:699 +#: rs01-verify.c:425 rs01-verify.c:670 rs01-verify.c:689 #, c-format msgid "%lld sectors + %d bytes" msgstr "%lld sektorer + %d byte" @@ -3672,7 +3686,7 @@ msgstr "%lld (%lld fler sektorer)" msgid "Bad image." msgstr "Felaktig avbild." -#: rs01-verify.c:483 rs02-verify.c:681 rs03-verify.c:992 +#: rs01-verify.c:483 rs02-verify.c:682 rs03-verify.c:986 msgid "* quick mode : image NOT scanned\n" msgstr "" @@ -3685,7 +3699,7 @@ msgstr "" "- bra avbild : alla sektorer tillgängliga\n" "- md5sum avbild : %s\n" -#: rs01-verify.c:494 rs02-verify.c:890 rs03-verify.c:1295 +#: rs01-verify.c:494 rs02-verify.c:891 rs03-verify.c:1289 #, c-format msgid "Good image." msgstr "Bra avbild." @@ -3704,69 +3718,68 @@ msgstr "" msgid "Image complete, but contains checksum errors!" msgstr "Avbild komplett, men innehåller fel i kontrollsummor!" -#: rs01-verify.c:510 rs02-verify.c:857 +#: rs01-verify.c:510 rs02-verify.c:858 #, c-format msgid "* BAD image : %lld sectors missing\n" msgstr "* DÅLIG avbild : %lld sektorer saknas\n" -#: rs01-verify.c:511 rs02-verify.c:861 rs03-verify.c:1241 +#: rs01-verify.c:511 rs02-verify.c:862 rs03-verify.c:1235 #, c-format msgid "* BAD image : %lld sectors missing, %lld CRC errors\n" msgstr "* DÅLIG avbild : %lld sektorer saknas, %lld CRC-fel\n" -#: rs01-verify.c:525 rs03-verify.c:1199 +#: rs01-verify.c:525 rs03-verify.c:1193 msgid "- Checking ecc file -" msgstr "- Kontrollerar ecc-fil -" -#: rs01-verify.c:533 rs01-verify.c:558 +#: rs01-verify.c:533 rs01-verify.c:561 msgid "No error correction file present." msgstr "Ingen felkorrigeringsfil finns tillgänglig." -#: rs01-verify.c:544 -msgid "invalid\n" +#: rs01-verify.c:541 +msgid "permission denied\n" msgstr "" #: rs01-verify.c:547 -msgid "defective header (unusable)\n" +msgid "invalid\n" msgstr "" #: rs01-verify.c:550 -msgid "unknown codec (unusable)\n" +msgid "defective header (unusable)\n" msgstr "" #: rs01-verify.c:553 +msgid "unknown codec (unusable)\n" +msgstr "" + +#: rs01-verify.c:556 msgid "unusable\n" msgstr "" -#: rs01-verify.c:590 rs02-verify.c:920 +#: rs01-verify.c:584 rs01-verify.c:596 rs02-verify.c:915 rs02-verify.c:928 msgid "created by dvdisaster" msgstr "skapad av dvdisaster" -#: rs01-verify.c:607 rs02-verify.c:937 -#, c-format -msgid "created by dvdisaster-%d.%d\n" -msgstr "skapad av dvdisaster-%d.%d\n" - -#: rs01-verify.c:616 +#: rs01-verify.c:606 msgid "created by dvdisaster-0.41.x.\n" msgstr "skapad av dvdisaster-0.41.x.\n" -#: rs01-verify.c:626 rs02-verify.c:950 rs03-verify.c:758 +#: rs01-verify.c:616 rs02-verify.c:942 rs03-verify.c:760 #, c-format msgid "- method : %4s, %d roots, %4.1f%% redundancy.\n" msgstr "- metod : %4s, %d rötter, %4.1f%% redundans.\n" -#: rs01-verify.c:630 rs02-verify.c:955 rs03-verify.c:763 +#: rs01-verify.c:620 rs02-verify.c:947 rs03-verify.c:765 #, c-format msgid "%4s, %d roots, %4.1f%% redundancy" msgstr "%4s, %d rötter, %4.1f%% redundans" -#: rs01-verify.c:637 rs02-verify.c:962 +#: rs01-verify.c:627 rs02-verify.c:954 #, c-format msgid "- requires : dvdisaster-%d.%d (good)\n" msgstr "- kräver : dvdisaster-%d.%d (bra)\n" -#: rs01-verify.c:646 rs02-verify.c:973 +#: rs01-verify.c:636 rs02-verify.c:965 #, c-format msgid "" "* requires : dvdisaster-%d.%d (BAD)\n" @@ -3777,146 +3790,146 @@ msgstr "" "* Varning : Följande utdata kan vara felaktig.\n" "* : Besök http://www.dvdisaster.org för en uppgradering.\n" -#: rs01-verify.c:659 rs02-verify.c:987 rs03-verify.c:834 +#: rs01-verify.c:649 rs02-verify.c:979 rs03-verify.c:828 #, c-format msgid "Please upgrade your version of dvdisaster!" msgstr "Uppgradera din version av dvdisaster!" -#: rs01-verify.c:671 +#: rs01-verify.c:661 #, c-format msgid "- medium sectors : %lld\n" msgstr "- mediumsektorer : %lld\n" -#: rs01-verify.c:676 +#: rs01-verify.c:666 #, c-format msgid "- medium sectors : %lld sectors + %d bytes\n" msgstr "- mediumsektorer : %lld sektorer + %d byte\n" -#: rs01-verify.c:690 +#: rs01-verify.c:680 #, c-format msgid "- medium sectors : %lld (good)\n" msgstr "- mediumsektorer : %lld (bra)\n" -#: rs01-verify.c:695 +#: rs01-verify.c:685 #, c-format msgid "- medium sectors : %lld sectors + %d bytes (good)\n" msgstr "- mediumsektorer : %lld sektorer + %d byte (bra)\n" -#: rs01-verify.c:707 rs02-verify.c:1003 +#: rs01-verify.c:697 rs02-verify.c:995 #, c-format msgid "* medium sectors : %lld (BAD, perhaps TAO/DAO mismatch)\n" msgstr "* mediumsektorer : %lld (FELAKTIG, kanske TAO/DAO inte stämmer)\n" -#: rs01-verify.c:718 rs02-verify.c:1005 +#: rs01-verify.c:708 rs02-verify.c:997 #, c-format msgid "* medium sectors : %lld (BAD)\n" msgstr "* mediumsektorer : %lld (DÅLIGT)\n" -#: rs01-verify.c:723 rs01-verify.c:734 +#: rs01-verify.c:713 rs01-verify.c:724 #, c-format msgid "Image size does not match error correction file." msgstr "Avbildens storlek stämmer inte med felkorrigeringsfilen." -#: rs01-verify.c:727 +#: rs01-verify.c:717 #, c-format msgid "* medium sectors : %lld sectors + %d bytes (BAD)\n" msgstr "* mediumsektorer : %lld sektorer + %d byte (DÅLIGT)\n" -#: rs01-verify.c:731 +#: rs01-verify.c:721 #, c-format msgid "%lld sectors + %d bytes" msgstr "%lld sektorer + %d byte" -#: rs01-verify.c:747 +#: rs01-verify.c:737 #, c-format msgid "- image md5sum : %s (good)\n" msgstr "- md5sum avbild : %s (bra)\n" -#: rs01-verify.c:748 +#: rs01-verify.c:738 #, c-format msgid "* image md5sum : %s (BAD)\n" msgstr "* md5sum avbild : %s (DÅLIGT)\n" -#: rs01-verify.c:758 +#: rs01-verify.c:748 #, c-format msgid "- image md5sum : %s\n" msgstr "- md5sum avbild : %s\n" -#: rs01-verify.c:766 rs03-verify.c:858 +#: rs01-verify.c:756 rs03-verify.c:852 msgid "* fingerprint match: NOT POSSIBLE - related sector is missing in image!\n" msgstr "* fingeravtrycksträff: INTE MÖJLIG - relaterad sektor saknas i avbild!\n" -#: rs01-verify.c:768 rs03-verify.c:861 +#: rs01-verify.c:758 rs03-verify.c:855 #, c-format msgid "missing sector prevents calculation" msgstr "saknad sektor förhindrar beräkning" -#: rs01-verify.c:773 rs03-verify.c:866 +#: rs01-verify.c:763 rs03-verify.c:860 msgid "* fingerprint match: MISMATCH - .iso and .ecc don't belong together!\n" msgstr "* fingeravtrycksträff: STÄMMER INTE - .iso och .ecc hör inte ihop!\n" -#: rs01-verify.c:777 rs03-verify.c:870 +#: rs01-verify.c:767 rs03-verify.c:864 #, c-format msgid "mismatch" msgstr "stämmer inte" -#: rs01-verify.c:780 rs03-verify.c:873 +#: rs01-verify.c:770 rs03-verify.c:867 #, c-format msgid "Image and error correction files do not belong together!" msgstr "Avbild och felkorrigeringsfiler hör inte ihop!" -#: rs01-verify.c:784 rs03-verify.c:877 +#: rs01-verify.c:774 rs03-verify.c:871 msgid "- fingerprint match: good\n" msgstr "- fingeravtrycksträff: bra\n" -#: rs01-verify.c:786 rs03-verify.c:879 +#: rs01-verify.c:776 rs03-verify.c:873 msgid "good" msgstr "bra" -#: rs01-verify.c:794 +#: rs01-verify.c:784 msgid "* quick mode : ecc file NOT scanned\n" msgstr "" -#: rs01-verify.c:802 +#: rs01-verify.c:792 #, c-format msgid "- ecc blocks : %lld (good)\n" msgstr "- ecc-block : %lld (bra)\n" -#: rs01-verify.c:807 +#: rs01-verify.c:797 #, c-format msgid "* ecc blocks : %lld (BAD, expected %lld)\n" msgstr "* ecc-block : %lld (DÅLIGT, förväntade %lld)\n" -#: rs01-verify.c:809 +#: rs01-verify.c:799 #, c-format msgid "%lld (bad, expected %lld)" msgstr "%lld (dålig, förväntade %lld)" -#: rs01-verify.c:831 +#: rs01-verify.c:821 #, c-format msgid "- ecc md5sum : %3d%%" msgstr "- ecc md5sum : %3d%%" -#: rs01-verify.c:848 +#: rs01-verify.c:838 msgid "* ecc md5sum : BAD, ecc file may be damaged!\n" msgstr "* ecc md5sum : DÅLIG, ecc-filen kan vara skadad!\n" -#: rs01-verify.c:850 +#: rs01-verify.c:840 #, c-format msgid "bad" msgstr "dåligt" -#: rs01-verify.c:852 +#: rs01-verify.c:842 #, c-format msgid "Error correction file may be damaged!" msgstr "Felkorrigeringsfil kan vara skadad!" -#: rs01-verify.c:856 rs02-verify.c:1074 +#: rs01-verify.c:846 rs02-verify.c:1066 #, c-format msgid "- ecc md5sum : %s (good)\n" msgstr "- ecc md5sum : %s (bra)\n" -#: rs01-verify.c:870 +#: rs01-verify.c:860 #, c-format msgid "Good error correction file." msgstr "Bra felkorrigeringsfil." @@ -3955,7 +3968,7 @@ msgid "%4.1f%% redundancy (%d roots)" msgstr "%4.1f%% redundans (%d rötter)" #: rs01-window.c:466 rs01-window.c:869 rs01-window.c:875 rs01-window.c:876 -#: rs02-window.c:394 rs02-window.c:1150 rs02-window.c:1156 rs02-window.c:1157 +#: rs02-window.c:394 rs02-window.c:1246 rs02-window.c:1252 rs02-window.c:1253 #, c-format msgid "%d MiB of file cache" msgstr "" @@ -4019,7 +4032,7 @@ msgstr "" msgid "Space-delimited redundancy" msgstr "" -#: rs01-window.c:782 rs02-window.c:1082 rs03-preferences.c:688 +#: rs01-window.c:782 rs02-window.c:1178 rs03-preferences.c:688 msgid "Use at most" msgstr "Använd som mest" @@ -4036,41 +4049,41 @@ msgid "" "Advance notice: When using the same size setting for images of vastly different size, smaller images receive more redundancy than larger ones. This is usually not what you want." msgstr "" -#: rs01-window.c:866 rs02-window.c:1147 +#: rs01-window.c:866 rs02-window.c:1243 msgid "Memory utilization" msgstr "Minnsanvändning" -#: rs01-window.c:870 rs02-window.c:1151 +#: rs01-window.c:870 rs02-window.c:1247 msgid "File cache" msgstr "" -#: rs01-window.c:882 rs02-window.c:1163 rs03-preferences.c:908 +#: rs01-window.c:882 rs02-window.c:1259 rs03-preferences.c:908 msgid "Use" msgstr "Använd" -#: rs01-window.c:910 rs02-window.c:1191 +#: rs01-window.c:910 rs02-window.c:1287 msgid "" "File cache\n" "\n" "dvdisaster optimizes access to the image and error correction files by maintaining its own cache. The preset of 32MiB is suitable for most systems." msgstr "" -#: rs02-common.c:566 rs02-common.c:578 rs02-verify.c:625 rs03-common.c:606 +#: rs02-common.c:572 rs02-common.c:584 rs02-verify.c:626 rs03-common.c:620 #, c-format msgid "Failed seeking to ecc header at %lld: %s\n" msgstr "Misslyckades med att söka till ecc-huvud på %lld: %s\n" -#: rs02-common.c:570 rs02-common.c:582 rs03-common.c:610 +#: rs02-common.c:576 rs02-common.c:588 rs03-common.c:624 #, c-format msgid "Failed writing ecc header at %lld: %s\n" msgstr "Misslyckades med att skriva ecc-huvud vid %lld: %s\n" -#: rs02-create.c:109 rs03-create.c:241 +#: rs02-create.c:112 rs03-create.c:244 #, c-format msgid "Aborted by user request! (partial ecc data removed from image)" msgstr "Avbröts på användarens begäran! (ej komplett ecc-data borttagen från avbild)" -#: rs02-create.c:138 rs03-create.c:291 +#: rs02-create.c:141 rs03-create.c:294 #, c-format msgid "" "Image \"%s\" already contains error correction information.\n" @@ -4079,11 +4092,11 @@ msgstr "" "Avbilden \"%s\" innehåller redan felkorrigeringsinformation.\n" "Kapar avbild till datadel (%lld sektorer).\n" -#: rs02-create.c:153 rs03-create.c:318 +#: rs02-create.c:156 rs03-create.c:321 msgid "Image size is now" msgstr "" -#: rs02-create.c:214 +#: rs02-create.c:217 msgid "" "Image contains unread(able) sectors.\n" "Error correction information can only be\n" @@ -4093,7 +4106,7 @@ msgstr "" "Felkorrigeringsinformation kan endast läggas till\n" "i kompletta (oskadade) avbilder.\n" -#: rs02-create.c:218 +#: rs02-create.c:221 #, c-format msgid "" "Sector %lld in the image is marked unreadable\n" @@ -4108,28 +4121,33 @@ msgid "" "appended to complete (undamaged) images.\n" msgstr "" -#: rs02-create.c:236 rs02-create.c:300 rs02-create.c:309 +#: rs02-create.c:238 rs02-create.c:304 rs02-create.c:315 #, c-format msgid "Preparing image (checksums, adding space): %3d%%" msgstr "" -#: rs02-create.c:271 rs02-create.c:281 rs02-fix.c:90 rs03-create.c:404 -#: rs03-create.c:415 rs03-fix.c:87 +#: rs02-create.c:273 rs02-create.c:283 rs02-fix.c:90 rs03-create.c:427 +#: rs03-create.c:438 rs03-fix.c:87 #, c-format msgid "Failed seeking to end of image: %s\n" msgstr "Misslyckades med att söka till slutet av avbild: %s\n" -#: rs02-create.c:275 rs02-create.c:296 rs02-fix.c:103 rs03-create.c:389 +#: rs02-create.c:277 rs02-create.c:298 rs02-fix.c:103 rs03-create.c:412 #: rs03-fix.c:105 #, c-format msgid "Failed expanding the image: %s\n" msgstr "Misslyckades med att expandera avbilden: %s\n" -#: rs02-create.c:1027 rs03-create.c:1224 +#: rs02-create.c:303 rs02-create.c:314 +#, c-format +msgid "Preparing image (checksums taken from cache, adding space): %3d%%" +msgstr "" + +#: rs02-create.c:1034 rs03-create.c:1247 msgid "Error correction data creation aborted" msgstr "Skapandet av felkorrigeringsdata avbröts" -#: rs02-create.c:1055 rs02-create.c:1073 rs03-create.c:1228 rs03-create.c:1281 +#: rs02-create.c:1062 rs02-create.c:1080 rs03-create.c:1251 rs03-create.c:1304 #, c-format msgid "" "Augmenting the image with error correction data.\n" @@ -4138,16 +4156,16 @@ msgstr "" "Utvidgar avbilden med felkorrigeringsdata.\n" "%s" -#: rs02-create.c:1056 rs03-create.c:1229 +#: rs02-create.c:1063 rs03-create.c:1252 msgid "- checking image -" msgstr "- kontrollerar avbild -" -#: rs02-create.c:1069 +#: rs02-create.c:1076 #, c-format msgid "Encoding with Method RS02: %lld MiB data, %lld MiB ecc (%d roots; %4.1f%% redundancy)." msgstr "Kodar med Metod RS02: %lld MiB data, %lld MiB ecc (%d rötter; %4.1f%% redundans)." -#: rs02-create.c:1077 +#: rs02-create.c:1084 #, c-format msgid "" "Augmenting image with Method RS02:\n" @@ -4156,7 +4174,7 @@ msgstr "" "Utvidgar avbild med Metod RS02:\n" " %lld MiB data, %lld MiB ecc (%d rötter; %4.1f%% redundans)." -#: rs02-create.c:1086 +#: rs02-create.c:1093 #, c-format msgid "" "Not enough space on medium left for error correction data.\n" @@ -4165,7 +4183,7 @@ msgid "" "not an option, please create a separate error correction file." msgstr "" -#: rs02-create.c:1096 rs03-create.c:1320 +#: rs02-create.c:1103 rs03-create.c:1343 #, c-format msgid "" "Using redundancies below 20%%%% may not give\n" @@ -4174,7 +4192,7 @@ msgstr "" "Användning av redundans under 20%%%% kanske inte ger\n" "förväntat skydd mot förlorat data.\n" -#: rs02-create.c:1128 rs02-create.c:1137 rs03-create.c:1343 rs03-create.c:1368 +#: rs02-create.c:1135 rs02-create.c:1144 rs03-create.c:1366 rs03-create.c:1391 #, c-format msgid "" "Image has been augmented with error correction data.\n" @@ -4312,50 +4330,50 @@ msgstr "" msgid "%lld of %lld sectors recoverable (%d.%d%%)" msgstr "" -#: rs02-verify.c:575 rs03-verify.c:664 +#: rs02-verify.c:576 rs03-verify.c:666 msgid "Check aborted" msgstr "Kontroll avbruten" -#: rs02-verify.c:594 rs03-verify.c:704 +#: rs02-verify.c:595 rs03-verify.c:706 msgid "Checking the image file." msgstr "Kontrollerar avbildsfilen." -#: rs02-verify.c:595 +#: rs02-verify.c:596 msgid "Image contains error correction data." msgstr "Avbilden innehåller felkorrigeringsdata." -#: rs02-verify.c:608 rs03-verify.c:974 +#: rs02-verify.c:609 rs03-verify.c:968 #, c-format msgid "Image file is %lld sectors shorter than expected." msgstr "Avbildsfil är %lld sektorer mindre än förväntat." -#: rs02-verify.c:609 rs03-verify.c:977 +#: rs02-verify.c:610 rs03-verify.c:971 #, c-format msgid "Image file is %lld sectors longer than expected." msgstr "Avbildsfilen är %lld sektorer större än förväntat." -#: rs02-verify.c:629 +#: rs02-verify.c:630 #, c-format msgid "Failed reading ecc header at %lld: %s\n" msgstr "Misslyckades med att läsa ecc-huvud vid %lld: %s\n" -#: rs02-verify.c:672 +#: rs02-verify.c:673 #, c-format msgid "%lld ok, %lld CRC errors, %lld missing" msgstr "%lld ok, %lld CRC-fel, %lld saknas" -#: rs02-verify.c:805 rs02-verify.c:826 rs03-verify.c:1173 rs03-verify.c:1212 +#: rs02-verify.c:806 rs02-verify.c:827 rs03-verify.c:1167 rs03-verify.c:1206 #, c-format msgid "%lld sectors missing; %lld CRC errors" msgstr "%lld sektorer saknas; %lld CRC-fel" -#: rs02-verify.c:809 rs02-verify.c:813 rs02-verify.c:830 rs02-verify.c:834 -#: rs03-verify.c:1181 rs03-verify.c:1220 +#: rs02-verify.c:810 rs02-verify.c:814 rs02-verify.c:831 rs02-verify.c:835 +#: rs03-verify.c:1175 rs03-verify.c:1214 #, c-format msgid "%lld sectors missing" msgstr "%lld sektorer saknas" -#: rs02-verify.c:848 +#: rs02-verify.c:849 #, c-format msgid "" "- good image : all sectors present\n" @@ -4364,46 +4382,46 @@ msgstr "" "- bra avbild : alla sektor tillgängliga\n" "- data md5sum : %s\n" -#: rs02-verify.c:854 +#: rs02-verify.c:855 msgid "* suspicious image : contains damaged ecc headers\n" msgstr "" -#: rs02-verify.c:859 rs03-verify.c:1238 +#: rs02-verify.c:860 rs03-verify.c:1232 #, c-format msgid "* suspicious image : all sectors present, but %lld CRC errors\n" msgstr "* misstänkt avbild : alla sektorer tillgängliga men %lld CRC-fel\n" -#: rs02-verify.c:865 +#: rs02-verify.c:866 #, c-format msgid " ... ecc headers : %lld ok, %lld CRC errors, %lld missing\n" msgstr " ... ecc-huvuden : %lld ok, %lld CRC-fel, %lld saknas\n" -#: rs02-verify.c:867 rs03-verify.c:1244 +#: rs02-verify.c:868 rs03-verify.c:1238 #, c-format msgid " ... data section : %lld sectors missing; %lld CRC errors\n" msgstr " ... datasektion : %lld sektorer saknas; %lld CRC-fel\n" -#: rs02-verify.c:870 rs03-verify.c:1247 +#: rs02-verify.c:871 rs03-verify.c:1241 #, c-format msgid " ... data md5sum : %s\n" msgstr " ... data md5sum : %s\n" -#: rs02-verify.c:871 rs03-verify.c:1253 +#: rs02-verify.c:872 rs03-verify.c:1247 #, c-format msgid " ... crc section : %lld sectors missing\n" msgstr " ... crc-sektion : %lld sektorer saknas\n" -#: rs02-verify.c:872 rs03-verify.c:1255 +#: rs02-verify.c:873 rs03-verify.c:1249 #, c-format msgid " ... ecc section : %lld sectors missing\n" msgstr " ... ecc-sektion : %lld sektorer saknas\n" -#: rs02-verify.c:894 rs03-verify.c:1299 +#: rs02-verify.c:895 rs03-verify.c:1293 #, c-format msgid "Damaged image." msgstr "Skadad avbild." -#: rs02-verify.c:901 +#: rs02-verify.c:902 msgid "" "\n" "Error correction data: " @@ -4411,67 +4429,67 @@ msgstr "" "\n" "Felkorrigeringsdata: " -#: rs02-verify.c:994 +#: rs02-verify.c:986 #, c-format msgid "- medium sectors : %lld / %lld (good)\n" msgstr "" -#: rs02-verify.c:1011 +#: rs02-verify.c:1003 #, c-format msgid "Image size does not match recorded size." msgstr "Avbildens storlek stämmer inte överens med registrerad storlek." -#: rs02-verify.c:1025 +#: rs02-verify.c:1017 #, c-format msgid "- data md5sum : %s (good)\n" msgstr "- data md5sum : %s (bra)\n" -#: rs02-verify.c:1026 +#: rs02-verify.c:1018 #, c-format msgid "* data md5sum : %s (BAD)\n" msgstr "* data md5sum : %s (DÅLIG)\n" -#: rs02-verify.c:1037 rs03-verify.c:848 +#: rs02-verify.c:1029 rs03-verify.c:842 #, c-format msgid "- data md5sum : %s\n" msgstr "- data md5sum : %s\n" -#: rs02-verify.c:1049 +#: rs02-verify.c:1041 #, c-format msgid "- crc md5sum : %s (good)\n" msgstr "- crc md5sum : %s (bra)\n" -#: rs02-verify.c:1054 +#: rs02-verify.c:1046 #, c-format msgid "* crc md5sum : %s (BAD)\n" msgstr "* crc md5sum : %s (DÅLIG)\n" -#: rs02-verify.c:1062 +#: rs02-verify.c:1054 #, c-format msgid "- crc md5sum : %s\n" msgstr "- crc md5sum : %s\n" -#: rs02-verify.c:1079 +#: rs02-verify.c:1071 #, c-format msgid "* ecc md5sum : %s (BAD)\n" msgstr "* ecc md5sum : %s (DÅLIG)\n" -#: rs02-verify.c:1087 +#: rs02-verify.c:1079 #, c-format msgid "- ecc md5sum : %s\n" msgstr "- ecc md5sum : %s\n" -#: rs02-verify.c:1106 rs03-verify.c:893 +#: rs02-verify.c:1098 rs03-verify.c:887 #, c-format msgid "Good error correction data." msgstr "Bra felkorrigeringsdata." -#: rs02-verify.c:1110 rs03-verify.c:1311 +#: rs02-verify.c:1102 rs03-verify.c:1305 #, c-format msgid "Full data recovery is likely." msgstr "" -#: rs02-verify.c:1113 rs03-verify.c:1314 +#: rs02-verify.c:1105 rs03-verify.c:1308 #, c-format msgid "Full data recovery is NOT possible." msgstr "" @@ -4480,19 +4498,19 @@ msgstr "" msgid "1. Preparing image:" msgstr "1. Förbereder avbild:" -#: rs02-window.c:711 +#: rs02-window.c:745 msgid "Maximum image size" msgstr "" -#: rs02-window.c:723 +#: rs02-window.c:757 msgid "Using the smallest possible size from table" msgstr "" -#: rs02-window.c:723 +#: rs02-window.c:757 msgid "Use smallest possible size from following table (in sectors):" msgstr "" -#: rs02-window.c:747 +#: rs02-window.c:781 msgid "" "Determine augmented image size from table\n" "\n" @@ -4501,17 +4519,17 @@ msgid "" "In order to pick a suitable medium the available media capacities must be known. Default sizes for CD and one/two layered DVD and BD are given in the table. You can edit these sizes according to your needs." msgstr "" -#: rs02-window.c:766 +#: rs02-window.c:800 msgid "CD-R / CD-RW:" msgstr "CD-R / CD-RW:" -#: rs02-window.c:777 rs02-window.c:796 rs02-window.c:837 rs02-window.c:856 -#: rs02-window.c:897 rs02-window.c:916 rs02-window.c:957 rs02-window.c:976 -#: rs02-window.c:1016 rs02-window.c:1035 +#: rs02-window.c:811 rs02-window.c:830 rs02-window.c:871 rs02-window.c:890 +#: rs02-window.c:931 rs02-window.c:950 rs02-window.c:991 rs02-window.c:1010 +#: rs02-window.c:1050 rs02-window.c:1069 rs02-window.c:1109 rs02-window.c:1128 msgid "query medium" msgstr "" -#: rs02-window.c:808 +#: rs02-window.c:842 #, c-format msgid "" "CD medium size\n" @@ -4525,11 +4543,11 @@ msgid "" "Even if this limit is not reached the augmented image may be a few sectors smaller than specified for technical reasons." msgstr "" -#: rs02-window.c:826 +#: rs02-window.c:860 msgid "DVD 1 layer:" msgstr "" -#: rs02-window.c:868 +#: rs02-window.c:902 #, c-format msgid "" "Single layer DVD medium size\n" @@ -4543,11 +4561,11 @@ msgid "" "Even if this limit is not reached the augmented image may be a few sectors smaller than specified for technical reasons." msgstr "" -#: rs02-window.c:886 +#: rs02-window.c:920 msgid "DVD 2 layers:" msgstr "" -#: rs02-window.c:928 +#: rs02-window.c:962 #, c-format msgid "" "Two layered DVD medium size\n" @@ -4561,11 +4579,11 @@ msgid "" "Even if this limit is not reached the augmented image may be a few sectors smaller than specified for technical reasons." msgstr "" -#: rs02-window.c:946 +#: rs02-window.c:980 msgid "BD 1 layer:" msgstr "" -#: rs02-window.c:988 +#: rs02-window.c:1022 #, c-format msgid "" "Single layer BD medium size\n" @@ -4579,11 +4597,11 @@ msgid "" "Even if this limit is not reached the augmented image may be a few sectors smaller than specified for technical reasons." msgstr "" -#: rs02-window.c:1005 +#: rs02-window.c:1039 msgid "BD 2 layers:" msgstr "" -#: rs02-window.c:1047 +#: rs02-window.c:1081 #, c-format msgid "" "Two layered BD medium size\n" @@ -4597,11 +4615,29 @@ msgid "" "Even if this limit is not reached the augmented image may be a few sectors smaller than specified for technical reasons." msgstr "" -#: rs02-window.c:1102 +#: rs02-window.c:1098 +msgid "BDXL 3 layers:" +msgstr "" + +#: rs02-window.c:1140 +#, c-format +msgid "" +"Three layered BDXL medium size\n" +"\n" +"This is the maximum capacity assumed for three layered BDXL media. Images exceeding the smaller media sizes but smaller than this value will be augmented with error correction information so that they will fit on the specified BD.\n" +"\n" +"You can enter the medium size in sectors of 2K each, or press the \"query medium\" button to use the size of a blank medium currently inserted in the selected drive.\n" +"Use the arrow button to revert to the last saved value.\n" +"\n" +"Please note that augmented images will at most triple in size as the highest possible redundancy is 200%%.\n" +"Even if this limit is not reached the augmented image may be a few sectors smaller than specified for technical reasons." +msgstr "" + +#: rs02-window.c:1198 msgid "sectors." msgstr "sektorer." -#: rs02-window.c:1115 +#: rs02-window.c:1211 #, c-format msgid "" "Use at most ... sectors\n" @@ -4613,47 +4649,47 @@ msgid "" "Even if this limit is not reached the augmented image may be a few sectors smaller than specified for technical reasons." msgstr "" -#: rs03-common.c:428 +#: rs03-common.c:440 #, c-format msgid "Image file %s not present." msgstr "Avbildsfil %s inte tillgänglig." -#: rs03-common.c:445 +#: rs03-common.c:457 #, c-format msgid "Redundancy %4.1f%% out of useful range [3.2%%..200%%]" msgstr "" -#: rs03-common.c:475 +#: rs03-common.c:487 #, c-format msgid "Redundancy %d out of useful range [8..170]." msgstr "" -#: rs03-common.c:513 +#: rs03-common.c:525 #, c-format msgid "Medium size smaller than image size (%lld < %lld)" msgstr "" -#: rs03-create.c:384 +#: rs03-create.c:407 #, c-format msgid "Failed expanding the ecc file: %s\n" msgstr "" -#: rs03-create.c:385 +#: rs03-create.c:408 #, c-format msgid "Preparing ecc file: %3d%%" msgstr "" -#: rs03-create.c:390 +#: rs03-create.c:413 #, c-format msgid "Preparing image: %3d%%" msgstr "" -#: rs03-create.c:628 +#: rs03-create.c:652 #, c-format msgid "Failed mmap()ing layer %d: %s\n" msgstr "" -#: rs03-create.c:657 +#: rs03-create.c:681 #, c-format msgid "" "Incomplete image\n" @@ -4665,7 +4701,7 @@ msgid "" "Exiting and removing partial error correction data." msgstr "" -#: rs03-create.c:665 +#: rs03-create.c:689 msgid "" "\n" "This image was probably mastered from defective source(s).\n" @@ -4673,44 +4709,44 @@ msgid "" "\n" msgstr "" -#: rs03-create.c:870 +#: rs03-create.c:894 msgid "CPU bound" msgstr "" -#: rs03-create.c:874 +#: rs03-create.c:898 msgid "I/O bound" msgstr "" -#: rs03-create.c:1082 +#: rs03-create.c:1105 #, c-format msgid "%5.2fMiB/s current" msgstr "" -#: rs03-create.c:1130 +#: rs03-create.c:1153 #, c-format msgid "%d threads with %s encoding and %s I/O" msgstr "" -#: rs03-create.c:1276 +#: rs03-create.c:1299 #, c-format msgid "Encoding with Method RS03: %lld MiB data, %lld MiB ecc (%d roots; %4.1f%% redundancy)." msgstr "" -#: rs03-create.c:1294 +#: rs03-create.c:1317 #, c-format msgid "" "Augmenting image with Method RS03 [%d threads, %s, %s I/O]:\n" "%lld MiB data, %lld MiB ecc (%d roots; %4.1f%% redundancy)." msgstr "" -#: rs03-create.c:1299 +#: rs03-create.c:1322 #, c-format msgid "" "Creating the error correction file with Method RS03 [%d threads, %s, %s I/O]:\n" "%lld MiB data, %lld MiB ecc (%d roots; %4.1f%% redundancy)." msgstr "" -#: rs03-create.c:1310 +#: rs03-create.c:1333 #, c-format msgid "" "Not enough space on medium left for error correction data.\n" @@ -4719,17 +4755,17 @@ msgid "" "an option, please create a separate error correction file." msgstr "" -#: rs03-create.c:1354 +#: rs03-create.c:1377 #, c-format msgid "Avg performance: %5.2fs (%5.2fMiB/s) total\n" msgstr "" -#: rs03-create.c:1357 +#: rs03-create.c:1380 #, c-format msgid "%5.2fMiB/s average" msgstr "" -#: rs03-create.c:1359 +#: rs03-create.c:1382 #, c-format msgid "%d times CPU bound; %d times I/O bound" msgstr "" @@ -4934,11 +4970,11 @@ msgstr "" msgid "Data integrity" msgstr "" -#: rs03-verify.c:337 rs03-verify.c:1271 +#: rs03-verify.c:337 rs03-verify.c:1265 msgid "Ecc block test:" msgstr "" -#: rs03-verify.c:492 rs03-verify.c:695 rs03-verify.c:1198 +#: rs03-verify.c:492 rs03-verify.c:697 rs03-verify.c:1192 msgid "Checking the image and error correction files." msgstr "" @@ -4955,7 +4991,7 @@ msgstr "" msgid "* Ecc block test : out of memory; try reducing sector prefetch!\n" msgstr "" -#: rs03-verify.c:591 +#: rs03-verify.c:591 rs03-verify.c:1161 #, c-format msgid "%d%% tested" msgstr "" @@ -4993,63 +5029,58 @@ msgstr "" msgid "* Ecc block test : %lld good, %lld bad; %lld bad sub blocks\n" msgstr "" -#: rs03-verify.c:698 +#: rs03-verify.c:700 #, c-format msgid "%s present.\n" msgstr "" -#: rs03-verify.c:716 +#: rs03-verify.c:718 msgid "" "\n" "Error correction properties:\n" msgstr "" -#: rs03-verify.c:728 +#: rs03-verify.c:730 #, c-format msgid "Ecc file is %lld sectors shorter than expected." msgstr "" -#: rs03-verify.c:730 +#: rs03-verify.c:732 #, c-format msgid "Ecc file is %lld sectors longer than expected." msgstr "" -#: rs03-verify.c:736 +#: rs03-verify.c:738 #, c-format msgid "* Warning : %s\n" msgstr "" -#: rs03-verify.c:745 +#: rs03-verify.c:747 msgid "- type : Error correction file\n" msgstr "" -#: rs03-verify.c:746 +#: rs03-verify.c:748 msgid "- type : Augmented image\n" msgstr "" -#: rs03-verify.c:750 +#: rs03-verify.c:752 msgid "Error correction file" msgstr "" -#: rs03-verify.c:751 +#: rs03-verify.c:753 msgid "Augmented image" msgstr "" -#: rs03-verify.c:786 +#: rs03-verify.c:782 rs03-verify.c:792 msgid "- created by : dvdisaster" msgstr "" -#: rs03-verify.c:799 -#, c-format -msgid "- created by : dvdisaster-%d.%d\n" -msgstr "" - -#: rs03-verify.c:818 +#: rs03-verify.c:812 #, c-format msgid "- requires : dvdisaster-%s\n" msgstr "" -#: rs03-verify.c:824 +#: rs03-verify.c:818 #, c-format msgid "" "* requires : dvdisaster-%s (BAD)\n" @@ -5057,127 +5088,127 @@ msgid "" "* : Please visit http://www.dvdisaster.org for an upgrade.\n" msgstr "" -#: rs03-verify.c:846 +#: rs03-verify.c:840 msgid "none available" msgstr "" -#: rs03-verify.c:902 +#: rs03-verify.c:896 msgid "" "\n" "Data integrity:\n" msgstr "" -#: rs03-verify.c:929 +#: rs03-verify.c:923 #, c-format msgid "%lld in image; %lld in ecc file" msgstr "" -#: rs03-verify.c:932 +#: rs03-verify.c:926 #, c-format msgid "%lld sectors + %d bytes in image; %lld in ecc file" msgstr "" -#: rs03-verify.c:937 +#: rs03-verify.c:931 #, c-format msgid "- sectors : %lld in image; " msgstr "" -#: rs03-verify.c:938 +#: rs03-verify.c:932 #, c-format msgid "- sectors : %lld sectors + %d bytes in image; " msgstr "" -#: rs03-verify.c:940 +#: rs03-verify.c:934 #, c-format msgid "%lld in ecc file\n" msgstr "" -#: rs03-verify.c:944 +#: rs03-verify.c:938 #, c-format msgid "%lld total / %lld data" msgstr "" -#: rs03-verify.c:946 +#: rs03-verify.c:940 #, c-format msgid "- medium sectors : %lld total / %lld data\n" msgstr "" -#: rs03-verify.c:962 +#: rs03-verify.c:956 #, c-format msgid "%s (%s expected)" msgstr "" -#: rs03-verify.c:967 +#: rs03-verify.c:961 #, c-format msgid "Image file is %d bytes shorter than expected." msgstr "" -#: rs03-verify.c:969 +#: rs03-verify.c:963 #, c-format msgid "Image file is %d bytes longer than expected." msgstr "" -#: rs03-verify.c:982 +#: rs03-verify.c:976 #, c-format msgid "* sectors : %s (%s expected); %lld sectors in ecc file\n" msgstr "" -#: rs03-verify.c:985 +#: rs03-verify.c:979 #, c-format msgid "* medium sectors : %s (%s expected)\n" msgstr "" -#: rs03-verify.c:1009 +#: rs03-verify.c:1003 #, c-format msgid "Failed seeking to start of ecc file: %s\n" msgstr "" -#: rs03-verify.c:1107 +#: rs03-verify.c:1101 msgid " (in ecc file)" msgstr "" -#: rs03-verify.c:1115 +#: rs03-verify.c:1109 #, c-format msgid "* missing sector : %lld%s\n" msgstr "" -#: rs03-verify.c:1116 +#: rs03-verify.c:1110 #, c-format msgid "* missing sectors : %lld - %lld%s\n" msgstr "" -#: rs03-verify.c:1177 rs03-verify.c:1216 +#: rs03-verify.c:1171 rs03-verify.c:1210 #, c-format msgid "%lld sectors missing; %lld signature errors" msgstr "" -#: rs03-verify.c:1201 +#: rs03-verify.c:1195 msgid "Error correction file:" msgstr "" -#: rs03-verify.c:1232 +#: rs03-verify.c:1226 #, c-format msgid "" "- good image/file : all sectors present\n" "- data md5sum : %s\n" msgstr "" -#: rs03-verify.c:1236 +#: rs03-verify.c:1230 #, c-format msgid "* BAD image/file : %lld sectors missing\n" msgstr "" -#: rs03-verify.c:1250 +#: rs03-verify.c:1244 #, c-format msgid " ... crc section : %lld sectors missing; %lld signature errors\n" msgstr "" -#: rs03-verify.c:1277 +#: rs03-verify.c:1271 #, c-format msgid "Skipped; not useful on known defective image" msgstr "" -#: rs03-verify.c:1280 +#: rs03-verify.c:1274 msgid "* Ecc block test : skipped; not useful on defective image\n" msgstr "" @@ -5474,32 +5505,32 @@ msgstr "" msgid "Waiting 10 seconds for drive: %d\n" msgstr "" -#: scsi-layer.c:2481 +#: scsi-layer.c:2465 #, c-format msgid "Sectors %lld - %lld: %s\n" msgstr "" -#: scsi-layer.c:2495 +#: scsi-layer.c:2479 #, c-format msgid "Sector %lld, try %d: %s Sector returned: %d.\n" msgstr "" -#: scsi-layer.c:2501 +#: scsi-layer.c:2485 #, c-format msgid "Sector %lld, try %d: %s\n" msgstr "" -#: scsi-layer.c:2512 +#: scsi-layer.c:2496 #, c-format msgid "Sector %lld, try %d: success\n" msgstr "" -#: scsi-layer.c:2583 +#: scsi-layer.c:2567 #, c-format msgid "Device %s: no medium present\n" msgstr "" -#: scsi-layer.c:2588 +#: scsi-layer.c:2572 #, c-format msgid "" "Device %s does not become ready:\n" @@ -5507,7 +5538,7 @@ msgid "" "\n" msgstr "" -#: scsi-layer.c:2594 +#: scsi-layer.c:2578 #, c-format msgid "" "\n" @@ -5516,52 +5547,52 @@ msgstr "" "\n" "Enhet: %s, %s\n" -#: scsi-layer.c:2601 +#: scsi-layer.c:2585 msgid "Drive failed to report media type." msgstr "" -#: scsi-layer.c:2612 scsi-layer.c:2710 +#: scsi-layer.c:2596 scsi-layer.c:2694 #, c-format msgid "This software does not support \"%s\" type media." msgstr "" -#: scsi-layer.c:2620 +#: scsi-layer.c:2604 #, c-format msgid "This software does not support multisession (%d sessions) media." msgstr "" -#: scsi-layer.c:2651 scsi-layer.c:2660 +#: scsi-layer.c:2635 scsi-layer.c:2644 msgid "Using READ CD" msgstr "" -#: scsi-layer.c:2652 +#: scsi-layer.c:2636 msgid ", RAW reading" msgstr "" -#: scsi-layer.c:2655 +#: scsi-layer.c:2639 #, c-format msgid ", Mode page 1 ERP = %02xh" msgstr "" -#: scsi-layer.c:2658 +#: scsi-layer.c:2642 msgid ", C2 scanning" msgstr "" -#: scsi-layer.c:2665 +#: scsi-layer.c:2649 msgid "Using READ(10).\n" msgstr "" -#: scsi-layer.c:2687 +#: scsi-layer.c:2671 #, c-format msgid "Medium: %s, %lld sectors%s" msgstr "Medium: %s, %lld sektorer%s" -#: scsi-layer.c:2691 +#: scsi-layer.c:2675 #, c-format msgid "Medium \"%s\": %s, %lld sectors%s created %s" msgstr "Medium \"%s\": %s, %lld sektorer%s skapade %s" -#: scsi-layer.c:2717 +#: scsi-layer.c:2701 msgid "This software does not support encrypted media.\n" msgstr "" @@ -5635,49 +5666,50 @@ msgid "Example disc" msgstr "" #: welcome-window.c:80 -msgid "- New multithreaded codec (RS03)." +msgid "- Added support for BDXL-TL 100GB media" msgstr "" #: welcome-window.c:81 -msgid "- Completely reworked online manual." +msgid "- Optimized ecc generation when medium was previously read\n" msgstr "" -#: welcome-window.c:82 -msgid "- Switched license to GPLv3.\n" -msgstr "" - -#: welcome-window.c:84 +#: welcome-window.c:83 msgid "" "Please note:\n" +"This is a pre-release for expert users.\n" +"It may contain unfinished features.\n" "Adaptive reading is unavailable in this version.\n" "It will be re-introduced in one of the next releases." msgstr "" -#: welcome-window.c:90 +#: welcome-window.c:91 msgid "Show this message again" msgstr "" -#: welcome-window.c:136 +#: welcome-window.c:137 msgid "Welcome to dvdisaster!" msgstr "" -#: welcome-window.c:138 +#: welcome-window.c:139 msgid "" "\n" "dvdisaster creates error correction data to protect\n" "optical media (CD,DVD,BD) against data loss.\n" msgstr "" -#: welcome-window.c:141 +#: welcome-window.c:142 msgid "" "Please see the [manual] for typical uses of dvdisaster.\n" "\n" msgstr "" -#: welcome-window.c:144 +#: welcome-window.c:145 msgid "New in this Version:" msgstr "" +#~ msgid "created by dvdisaster-%d.%d\n" +#~ msgstr "skapad av dvdisaster-%d.%d\n" + #~ msgid "" #~ "Number of roots must be 8..100;\n" #~ "the number of erasures must be > 0 and less than the number of roots.\n" @@ -5767,8 +5799,8 @@ msgstr "" #~ msgid "dvdisaster-%s log\n" #~ msgstr "dvdisaster-%s logg\n" -#~ msgid "dvdisaster-%s%sCopyright 2004-2015 Carsten Gnoerlich.\n" -#~ msgstr "dvdisaster-%s%sCopyright 2004-2015 Carsten Gnörlich.\n" +#~ msgid "dvdisaster-%s%sCopyright 2004-2016 Carsten Gnoerlich.\n" +#~ msgstr "dvdisaster-%s%sCopyright 2004-2016 Carsten Gnörlich.\n" #~ msgid "" #~ " -n,--redundancy n%% - error correction file redundancy (in percent), or\n" diff --git a/logfile.c b/logfile.c index b0cd718..ce41c6f 100644 --- a/logfile.c +++ b/logfile.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org diff --git a/main-window.c b/main-window.c index 5e34c87..44b98e0 100644 --- a/main-window.c +++ b/main-window.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org @@ -78,9 +78,6 @@ static void action_cb(GtkWidget *widget, gpointer data) gtk_entry_set_text(GTK_ENTRY(Closure->imageEntry), Closure->imageName); } - if(Closure->crcImageName && strcmp(Closure->imageName, Closure->crcImageName)) - ClearCrcCache(); - g_free(Closure->eccName); Closure->eccName = g_strdup(gtk_entry_get_text(GTK_ENTRY(Closure->eccEntry))); if(Closure->autoSuffix) @@ -130,7 +127,6 @@ static void action_cb(GtkWidget *widget, gpointer data) break; case ACTION_READ: - ClearCrcCache(); AllowActions(FALSE); if(Closure->adaptiveRead) @@ -166,8 +162,6 @@ static void action_cb(GtkWidget *widget, gpointer data) case ACTION_FIX: { Image *image; - ClearCrcCache(); - image = OpenImageFromFile(Closure->imageName, O_RDWR, IMG_PERMS); image = OpenEccFileForImage(image, Closure->eccName, O_RDWR, IMG_PERMS); if(ReportImageEccInconsistencies(image)) /* abort if no method found */ @@ -189,7 +183,6 @@ static void action_cb(GtkWidget *widget, gpointer data) break; case ACTION_SCAN: - ClearCrcCache(); gtk_notebook_set_current_page(GTK_NOTEBOOK(Closure->notebook), 1); Closure->additionalSpiralColor = -1; ResetLinearReadWindow(); diff --git a/maintenance.c b/maintenance.c index c37cf99..dcda806 100644 --- a/maintenance.c +++ b/maintenance.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org diff --git a/medium-info.c b/medium-info.c index 946dccf..9b02920 100644 --- a/medium-info.c +++ b/medium-info.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org @@ -99,7 +99,8 @@ void PrintMediumInfo(void *mi_ptr) image = OpenImageFromDevice(Closure->device); if(!image) return; dh = image->dh; - + QueryBlankCapacity(dh); + /* Medium properties */ PrintCLI(_("Physical medium info")); @@ -182,9 +183,8 @@ void PrintMediumInfo(void *mi_ptr) { EccHeader *eh = image->eccHeader; int major = eh->creatorVersion/10000; int minor = (eh->creatorVersion%10000)/100; - int pl = eh->creatorVersion%100; + int micro = eh->creatorVersion%100; char method[5]; - char *format = "%d.%d"; tab_width=GetLongestTranslation("Error correction data:", "Augmented image size:", @@ -204,17 +204,11 @@ void PrintMediumInfo(void *mi_ptr) PrintCLIorLabel(mi->eccSize, _("%lld sectors (%lld MiB)\n"), image->expectedSectors, image->expectedSectors>>9); + print_tab("dvdisaster version:", tab_width); - if(eh->creatorVersion%100) - { - if(eh->methodFlags[3] & MFLAG_DEVEL) - format = "%d.%d (devel-%d)\n"; - else if(eh->methodFlags[3] & MFLAG_RC) - format = "%d.%d (rc-%d)\n"; - else format = "%d.%d (pl%d)\n"; - } - print_tab("dvdisaster version:",tab_width); - PrintCLIorLabel(mi->eccVersion, format, major, minor, pl); + if(micro) + PrintCLIorLabel(mi->eccVersion, "%d.%d.%d", major, minor, micro); + else PrintCLIorLabel(mi->eccVersion, "%d.%d", major, minor); } /* Clean up */ diff --git a/memtrack.c b/memtrack.c index 94960ec..c87a206 100644 --- a/memtrack.c +++ b/memtrack.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org diff --git a/menubar.c b/menubar.c index 8258cfd..94d462b 100644 --- a/menubar.c +++ b/menubar.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org diff --git a/method.c b/method.c index f80653b..64f911b 100644 --- a/method.c +++ b/method.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org diff --git a/misc.c b/misc.c index 21d5132..e0bc7c2 100644 --- a/misc.c +++ b/misc.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org @@ -202,7 +202,7 @@ static void print_greetings(FILE *where) if(greetings_shown) return; greetings_shown = 1; - g_fprintf(where, "%s\n%s.\n", Closure->versionString, _("Copyright 2004-2015 Carsten Gnoerlich")); + g_fprintf(where, "%s\n%s.\n", Closure->versionString, _("Copyright 2004-2017 Carsten Gnoerlich")); /* TRANSLATORS: Excluding all kinds of warranty might be harmful under your legislature. If in doubt, just translate the following like "This is free software; please refer to the conditions of the GNU GENERAL PUBLIC LICENSE @@ -238,14 +238,14 @@ void PrintCLI(char *format, ...) } va_start(argp, format); - g_vfprintf(stdout, format, argp); + g_vprintf(format, argp); va_end(argp); fflush(stdout); } /* - * Print progress to stderr. + * Print progress. * Returns cursor to first character in the line * if the message contains no newlines. * Does nothing in GUI mode. @@ -259,8 +259,11 @@ void PrintProgress(char *format, ...) if(Closure->guiMode) return; - print_greetings(stderr); + print_greetings(stdout); + if(Closure->noProgress) + return; + va_start(argp, format); g_vsnprintf(msg, 256, format, argp); n = g_utf8_strlen(msg,-1); @@ -273,16 +276,16 @@ void PrintProgress(char *format, ...) Closure->progressLength = n; if(strchr(msg, '\n')) - g_fprintf(stderr, "%s", msg); + g_printf("%s", msg); else { g_mutex_lock(&Closure->progressLock); Closure->bs[n] = 0; - g_fprintf(stderr, "%s%s", msg, Closure->bs); + g_printf("%s%s", msg, Closure->bs); Closure->bs[n] = '\b'; g_mutex_unlock(&Closure->progressLock); } - fflush(stderr); + fflush(stdout); } /* @@ -292,16 +295,19 @@ void PrintProgress(char *format, ...) void ClearProgress(void) { int n = Closure->progressLength; + if(Closure->noProgress) + return; + g_mutex_lock(&Closure->progressLock); Closure->bs[n] = Closure->sp[n] = 0; - g_fprintf(stderr, "%s%s", Closure->sp, Closure->bs); + g_printf("%s%s", Closure->sp, Closure->bs); Closure->bs[n] = '\b'; Closure->sp[n] = ' '; g_mutex_unlock(&Closure->progressLock); } /* - * Print a message to both stderr and the log window + * Print a message to both stdout and the log window */ void PrintLog(char *format, ...) @@ -319,17 +325,17 @@ void PrintLog(char *format, ...) log_window_vprintf(format, argp); else { - print_greetings(stderr); - g_vfprintf(stderr, format, argp); + print_greetings(stdout); + g_vprintf(format, argp); - fflush(stderr); + fflush(stdout); } va_end(argp); } /* - * Print a message to both stderr and the log window, + * Print a message to both stdout and the log window, * prepending each line with an asterisk and space. */ @@ -368,10 +374,10 @@ void PrintLogWithAsterisks(char *format, ...) log_window_vprintf(new_format, argp); else { - print_greetings(stderr); - g_vfprintf(stderr, new_format, argp); + print_greetings(stdout); + g_vprintf(new_format, argp); - fflush(stderr); + fflush(stdout); } va_end(argp); @@ -400,10 +406,10 @@ void Verbose(char *format, ...) log_window_vprintf(format, argp); else { - print_greetings(stderr); - g_vfprintf(stderr, format, argp); + print_greetings(stdout); + g_vprintf(format, argp); - fflush(stderr); + fflush(stdout); } va_end(argp); @@ -422,7 +428,7 @@ void PrintTimeToLog(GTimer *timer, char *format, ...) int hours = (int)(elapsed / 3600.0); char *tmp1,*tmp2; - if(!Closure->verbose) + if(!Closure->verbose || Closure->fixedSpeedValues) return; va_start(argp, format); @@ -435,9 +441,9 @@ void PrintTimeToLog(GTimer *timer, char *format, ...) log_window_append(tmp2); } else - { g_fprintf(stderr, "%s", tmp2); + { g_printf("%s", tmp2); - fflush(stderr); + fflush(stdout); } g_free(tmp1); @@ -506,7 +512,7 @@ int GetLongestTranslation(char *first, ...) } /* - * Issue a warning message to stderr and the log + * Issue a warning message to stdout and the log */ static void vlog_warning(char *format, va_list argp) @@ -545,9 +551,9 @@ static void vlog_warning(char *format, va_list argp) { log_window_append(str->str); } else - { print_greetings(stderr); - g_fprintf(stderr, "%s", str->str); - fflush(stderr); + { print_greetings(stdout); + g_printf("%s", str->str); + fflush(stdout); } g_string_free(str, TRUE); @@ -593,12 +599,12 @@ void Stop(char *format, ...) /*** CLI mode */ if(!Closure->guiMode) - { g_fprintf(stderr, "%s", _("\n*\n* dvdisaster - can not continue:\n*\n")); + { g_printf("%s", _("\n*\n* dvdisaster - can not continue:\n*\n")); va_start(argp, format); - g_vfprintf(stderr, format, argp); + g_vprintf(format, argp); va_end(argp); - g_fprintf(stderr, "\n\n"); - fflush(stderr); + g_printf("\n\n"); + fflush(stdout); } /*** GUI mode */ diff --git a/preferences.c b/preferences.c index 4f1fe5c..70afa02 100644 --- a/preferences.c +++ b/preferences.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org diff --git a/print-sense.c b/print-sense.c index a08dccb..079292b 100644 --- a/print-sense.c +++ b/print-sense.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org diff --git a/raw-editor.c b/raw-editor.c index e7d1c19..e1e6c84 100644 --- a/raw-editor.c +++ b/raw-editor.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org diff --git a/raw-sector-cache.c b/raw-sector-cache.c index b57e7f7..ff98b3b 100644 --- a/raw-sector-cache.c +++ b/raw-sector-cache.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org diff --git a/read-adaptive-window.c b/read-adaptive-window.c index f6cb503..826f57a 100644 --- a/read-adaptive-window.c +++ b/read-adaptive-window.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org diff --git a/read-adaptive.c b/read-adaptive.c index 6da1fa1..ff3dad8 100644 --- a/read-adaptive.c +++ b/read-adaptive.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org @@ -142,7 +142,7 @@ CrcBuf *GetCRCFromRS01_obsolete(EccInfo *ei) /* FIXME: obsolete */ gint64 i,j,sec_idx; cb->crcbuf = g_malloc(ei->sectors * sizeof(guint32)); - cb->size = ei->sectors; + cb->crcSize = ei->sectors; cb->valid = CreateBitmap0(ei->sectors); buf = cb->crcbuf; @@ -197,7 +197,7 @@ CrcBuf *GetCRCFromRS02_obsolete(void *layv, void *dhv, LargeFile *image) image_sectors = lay->eccSectors+lay->dataSectors; cb->crcbuf = g_malloc(image_sectors * sizeof(guint32)); - cb->size = image_sectors; + cb->crcSize = image_sectors; cb->valid = CreateBitmap0(image_sectors); /* Initialize ecc block index pointers. diff --git a/read-linear-window.c b/read-linear-window.c index 662ad6e..cb84665 100644 --- a/read-linear-window.c +++ b/read-linear-window.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org @@ -281,7 +281,7 @@ static void update_geometry(void) Closure->readLinearSpiral->mx = a->width - 15 - Closure->readLinearSpiral->diameter / 2; Closure->readLinearSpiral->my = a->height / 2; - if(Closure->crcAvailable || Closure->crcErrors) + if(Closure->crcBuf && Closure->crcBuf->crcCached) { int w,h; SetText(Closure->readLinearCurve->layout, _("Sectors with CRC errors"), &w, &h); @@ -324,7 +324,7 @@ static void redraw_curve(void) DrawSpiralLabel(Closure->readLinearSpiral, Closure->readLinearCurve->layout, _("Successfully read"), Closure->greenSector, x, pos++); - if(Closure->crcAvailable || Closure->crcErrors) + if(Closure->crcBuf && Closure->crcBuf->crcCached) DrawSpiralLabel(Closure->readLinearSpiral, Closure->readLinearCurve->layout, _("Sectors with CRC errors"), Closure->yellowSector, x, pos++); diff --git a/read-linear.c b/read-linear.c index 524c1cc..307f1b6 100644 --- a/read-linear.c +++ b/read-linear.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org @@ -149,7 +149,6 @@ static void cleanup(gpointer data) if(rc->speedTimer) g_timer_destroy(rc->speedTimer); if(rc->readTimer) g_timer_destroy(rc->readTimer); if(rc->readMap) FreeBitmap(rc->readMap); - if(rc->crcBuf) FreeCrcBuf(rc->crcBuf); if(rc->volumeLabel) g_free(rc->volumeLabel); if(rc->rendererMutex) @@ -161,9 +160,8 @@ static void cleanup(gpointer data) memset(rc, sizeof(read_closure), 0xff); g_free(rc); - ClearCrcCache(); /* cache handling is currently broken. Discard the cache! */ - - /* Continue with ecc file creation after read */ + /* Continue with ecc file creation after read. + NOTE: Images are NOT automatically augmented after a read. */ if(Closure->readAndCreate && Closure->guiMode && !scan_mode && !aborted) /* General prerequisites */ { if( !strncmp(Closure->methodName, "RS01", 4) /* codec prerequisites */ @@ -182,12 +180,6 @@ static void cleanup(gpointer data) if(Closure->guiMode) AllowActions(TRUE); - if(!full_read && Closure->crcCache) - ClearCrcCache(); - - if(scan_mode) /* we haven't created an image, so throw away the crc sums */ - ClearCrcCache(); - /* In GUI mode both the reader and worker are spawned sub threads; however in CLI mode the reader is the main thread and must not be terminated. */ @@ -417,31 +409,9 @@ static void fill_gap(read_closure *rc) static void prepare_crc_cache(read_closure *rc) { - Closure->crcAvailable = FALSE; + /*** Memory for the CRC32 sums is needed in two cases: */ - /*** Memory for the CRC32 sums is needed in two cases - and comes in two flavors: */ - - /* a) A full image read is attempted. - The image CRC32 and md5sum are calculated on the fly, - as they may be used for ecc creation later. - In that case we use the old Closure->crcCache storage. */ - - if( !rc->scanMode && !rc->rereading - && rc->firstSector == 0 && rc->lastSector == rc->image->dh->sectors-1) - { if(Closure->crcCache) - g_printf("Internal problem: crcCache not clean\n"); - Closure->crcCache = g_try_malloc(sizeof(guint32) * rc->image->dh->sectors); - - if(Closure->crcCache) - Closure->crcImageName = g_strdup(Closure->imageName); - - if(rc->eccMethod && rc->eccMethod->updateCksums && rc->eccMethod->finalizeCksums) - rc->doMD5sums = TRUE; /* not all codecs support these actions! */ - MD5Init(&rc->md5ctxt); - } - - /* b) We have suitable ecc data and want to compare CRC32sums + /* a) We have suitable ecc data and want to compare CRC32sums against it while reading. Note that for augmented images the checksums may be incomplete due to unreadable CRC sectors, so we keep them in the CrcBuf struct which deals with lost @@ -454,6 +424,9 @@ static void prepare_crc_cache(read_closure *rc) method_name[4] = 0; PrintCLI("%s (%s) ... ",_("Reading CRC information from ecc data"), method_name); + + // FIXME: reuse CrcBuf and write respective message + if(Closure->guiMode) SetLabelText(GTK_LABEL(Closure->readLinearHeadline), "%s\n%s", @@ -461,16 +434,22 @@ static void prepare_crc_cache(read_closure *rc) rc->image->dh->mediumDescr); if(rc->eccMethod->getCrcBuf) - { rc->crcBuf = rc->eccMethod->getCrcBuf(rc->image); - Closure->crcAvailable = TRUE; + { Closure->crcBuf = rc->eccMethod->getCrcBuf(rc->image); + Closure->crcBuf->crcCached = TRUE; if(Closure->guiMode) RedrawReadLinearWindow(); + + /* Augmented image codecs provide the CRCs and md5sums for + the data portion, but not for the full image. + Request calculation of them from the image. */ + + if(Closure->crcBuf->md5State & MD5_BUILDING) + rc->doChecksumsFromImage = CRCBUF_UPDATE_MD5 | CRCBUF_UPDATE_CRC_AFTER_DATA; } - - else rc->crcBuf = NULL; + else Closure->crcBuf = NULL; if(rc->eccMethod->resetCksums) - { rc->doMD5sums = TRUE; + { rc->doChecksumsFromCodec = TRUE; // FIXME - remove? rc->eccMethod->resetCksums(rc->image); } @@ -478,7 +457,15 @@ static void prepare_crc_cache(read_closure *rc) SetLabelText(GTK_LABEL(Closure->readLinearHeadline), "%s\n%s", rc->msg, rc->image->dh->mediumDescr); PrintCLI(_("done.\n")); + return; } + + /* b) No ecc is available, and a full image read is attempted. + The image CRC32 and md5sum are calculated on the fly, + as they may be used for ecc creation later. */ + + Closure->crcBuf = CreateCrcBuf(rc->image); // FIXME: reuse, delete, ... + rc->doChecksumsFromImage = CRCBUF_UPDATE_ALL; } /* @@ -649,7 +636,7 @@ static gpointer worker_thread(read_closure *rc) nsectors = rc->nSectors[rc->writePtr]; g_mutex_unlock(rc->mutex); - /* Write out buffer, update checksums if not in scan mode */ + /* Write out buffer */ if(!rc->scanMode) { int n; @@ -666,33 +653,34 @@ static gpointer worker_thread(read_closure *rc) s, "store", strerror(errno)); goto update_mutex; } - - /* On-the-fly CRC calculation */ - - if(Closure->crcCache) - { for(i=0; icrcCache[s+i] = Crc32(rc->alignedBuf[rc->writePtr]->buf+2048*i, 2048); - } } /* Do on-the-fly CRC / md5sum testing. This is the only action carried out in scan mode, but also done while reading. */ - if(rc->eccMethod && rc->bufState[rc->writePtr] != BUF_DEAD) + if(rc->bufState[rc->writePtr] != BUF_DEAD) { for(i=0; ialignedBuf[rc->writePtr]->buf+2048*i; gint64 sector = s+i; + /* Update the global checksum buffer */ + + if(rc->doChecksumsFromImage) + AddSectorToCrcBuffer(Closure->crcBuf, rc->doChecksumsFromImage, sector, buf, 2048); + + if(!rc->eccMethod) /* Nothing to do when no ecc data available */ + continue; + /* Have the codec update its internal checksums */ - if(rc->doMD5sums) + if(rc->doChecksumsFromCodec) rc->eccMethod->updateCksums(rc->image, sector, buf); /* Check against CRCs in the ecc data */ - if(rc->crcBuf && sector < rc->crcBuf->size) - { switch(CheckAgainstCrcBuffer(rc->crcBuf, sector, buf)) + if(Closure->crcBuf && sector < Closure->crcBuf->coveredSectors) + { switch(CheckAgainstCrcBuffer(Closure->crcBuf, sector, buf)) { case CRC_BAD: ClearProgress(); PrintCLI(_("* CRC error, sector: %lld\n"), (long long int)s+i); @@ -781,7 +769,7 @@ void ReadMediumLinear(gpointer data) /*** Open Device and query medium properties: rc->image will point to the optical medium, - and possibly the repsective ecc file. + and possibly the respective ecc file. The on disk image is maintained in rc->reader|writerImage. */ rc->image = OpenImageFromDevice(Closure->device); @@ -1017,8 +1005,8 @@ reread: if(err != SECTOR_PRESENT) ExplainMissingSector(sector_buf, rc->readPos+i, err, SOURCE_IMAGE, &unrecoverable_sectors); else - { if(!rc->crcBuf - || CheckAgainstCrcBuffer(rc->crcBuf, rc->readPos+i, sector_buf) != CRC_BAD) + { if(!Closure->crcBuf + || CheckAgainstCrcBuffer(Closure->crcBuf, rc->readPos+i, sector_buf) != CRC_BAD) { ok++; /* CRC unavailable or good */ if(rc->readMap) SetBit(rc->readMap, rc->readPos+i); @@ -1159,9 +1147,11 @@ reread: Do NOT free the CRC cache here to avoid race condition with the worker thread! */ - if(Closure->crcCache) - rc->doMD5sums = FALSE; - + if(Closure->crcBuf) + { rc->doChecksumsFromCodec = FALSE; + Closure->crcBuf->md5State = MD5_INVALID; + } + /* Determine number of sectors to skip forward. Make sure not to skip past the media end and to land at a multiple of dh->clusterSize. */ @@ -1314,11 +1304,8 @@ step_counter: /*** Finalize on-the-fly checksum calculation */ - if(rc->doMD5sums && rc->eccMethod) + if(rc->doChecksumsFromCodec && rc->eccMethod) md5_failure = rc->eccMethod->finalizeCksums(rc->image); - else ClearCrcCache(); /* deferred until here to avoid race condition */ - - Verbose("CRC %s.\n", Closure->crcCache ? "cached" : "NOT created"); /*** Print summary */ @@ -1414,9 +1401,13 @@ step_counter: /*** Close and clean up */ + if(Closure->readErrors || Closure->crcErrors) + Closure->crcBuf->md5State = MD5_INVALID; + rc->unreportedError = FALSE; rc->earlyTermination = FALSE; terminate: + PrintCrcBuf(Closure->crcBuf); cleanup((gpointer)rc); } diff --git a/read-linear.h b/read-linear.h index 4ab3fc3..51fba33 100644 --- a/read-linear.h +++ b/read-linear.h @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org @@ -41,9 +41,9 @@ typedef struct struct MD5Context crcCtxt; /* Image section checksums (RS02) */ struct MD5Context eccCtxt; /* Ecc layer checksum (RS02) */ struct MD5Context metaCtxt; /* Ecc meta checksum (RS02) */ - int doMD5sums; /* whether we should calculate the above */ + int doChecksumsFromImage; /* calculate sector CRC and MD5 from image */ + int doChecksumsFromCodec; /* let codec compute its own/additional checksums */ int savedSectorSkip; - CrcBuf *crcBuf; /* CRC sums retrieved from above */ char *volumeLabel; /* Data exchange between reader and worker */ diff --git a/recover-raw.c b/recover-raw.c index 57f3ff3..c068f73 100644 --- a/recover-raw.c +++ b/recover-raw.c @@ -1,6 +1,6 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org @@ -493,6 +493,8 @@ int ValidateRawSector(RawBuffer *rb, unsigned char *frame, char *msg) { int lec_did_sth = FALSE; unsigned char saved_msf[4]; + memset(saved_msf, 0, 4); /* shut off compiler warning */ + /* See if the buffer was returned unchanged. */ if(CheckForMissingSector(frame, rb->lba, NULL, 0) != SECTOR_PRESENT) diff --git a/regtest/common.bash b/regtest/common.bash index 79d61ab..f1ad6d1 100755 --- a/regtest/common.bash +++ b/regtest/common.bash @@ -105,10 +105,21 @@ function try() else cont_at="false" fi - + doit=$(echo $doit | cut -d\ -f 2) if test $doall = "yes" || test $doit = "yes"; then + # Clean up temporary files + if test -n "$TMPISO" && test -f "$TMPISO"; then + rm -f $TMPISO + fi + if test -n "$TMPECC" && test -f "$TMPECC"; then + rm -f $TMPECC + fi + if test -n "$SIMISO" && test -f "$SIMISO"; then + rm -f $SIMISO + fi + echo -n "Test case: $1 - " return 0 else @@ -153,6 +164,9 @@ function run_regtest() local spawn_log_window=$(grep "SPAWN_LOG_WINDOW" $CONFIGFILE) spawn_log_window=$(echo $spawn_log_window | cut -d\ -f 2) + local interactive_diff=$(grep "INTERACTIVE_DIFF" $CONFIGFILE) + interactive_diff=$(echo $interactive_diff | cut -d\ -f 2) + if test -n "${testecc}"; then testeccopt="-e ${testecc}" fi @@ -162,8 +176,8 @@ function run_regtest() if test "$gui_mode" == "false"; then rm -f $NEWLOG - echo "LANG=en_EN.UTF-8 $NEWVER -i${testiso} ${testeccopt} ${extra_args} ${testparms}" >>$LOGFILE - LANG=en_EN.UTF-8 $NEWVER -i${testiso} ${testeccopt} ${extra_args} ${testparms} 2>&1 | tail -n +3 >>$NEWLOG + echo "LANG=en_EN.UTF-8 $NEWVER --regtest --no-progress -i${testiso} ${testeccopt} ${extra_args} ${testparms}" >>$LOGFILE + LANG=en_EN.UTF-8 $NEWVER --regtest --no-progress -i${testiso} ${testeccopt} ${extra_args} ${testparms} 2>&1 | tail -n +3 >>$NEWLOG if ! test -r $REFLOG; then echo -e "FAIL\n$REFLOG missing in log file database" @@ -183,10 +197,24 @@ function run_regtest() mv $TMPLOG $NEWLOG fi - if ! diff <(tail -n +3 $REFLOG) <(sed -e "s/${SED_REMOVE_ISO_DIR}//g" $NEWLOG | sed -e "s/${SED_REMOVE_DEV_SHM}//g") >${DIFFLOG}; then - echo "BAD; diffs found:" + if ! diff <(tail -n +3 $REFLOG) <(sed -e "s/${SED_REMOVE_ISO_DIR}//g" $NEWLOG) >${DIFFLOG}; then + echo "BAD; diffs found (created):" cat ${DIFFLOG} - pass="false" + + if test "$interactive_diff" == "yes"; then + echo + read -n 1 -p ">> Press 'a' to accept this diff; any other key to fail this test:" -e answer + if test "$answer" == "a"; then + cp $REFLOG $LOGDIR + head -n 2 $LOGDIR/${CODEC_PREFIX}_${testsymbol} >$REFLOG + sed -e "s/${SED_REMOVE_ISO_DIR}//g" $NEWLOG >>$REFLOG + pass="skip" + else + pass="false" + fi + else + pass="false" + fi fi else # gui mode replace_config last-image "$testiso" @@ -195,12 +223,12 @@ function run_regtest() fi if test "$spawn_log_window" == "yes"; then - echo LANG=en_EN.UTF-8 $NEWVER $extra_args --resource-file $LOGDIR/.dvdisaster-regtest >$NEWLOG + echo LANG=en_EN.UTF-8 $NEWVER --regtest $extra_args --resource-file $LOGDIR/.dvdisaster-regtest >$NEWLOG xterm -geometry +0+0 -e tail -n 50 -f $NEWLOG & xterm_pid=$! fi - LANG=en_EN.UTF-8 $NEWVER $extra_args --resource-file $LOGDIR/.dvdisaster-regtest >>$NEWLOG 2>&1 + LANG=en_EN.UTF-8 $NEWVER --regtest $extra_args --resource-file $LOGDIR/.dvdisaster-regtest >>$NEWLOG 2>&1 rm -f $LOGDIR/.dvdisaster-regtest fi @@ -228,10 +256,16 @@ function run_regtest() pass="false" fi fi - - if test ${pass} == "true"; then + + case "${pass}" in + true) echo "GOOD" - else + ;; + + skip) + ;; + + *) echo "test symbol for config: $testsymbol" if test "$fail_on_bad" == "yes"; then next=$(grep -A 1 ${CODEC_PREFIX}_$testsymbol config.txt | tail -n 1 | cut -d\ -f 1) @@ -245,7 +279,8 @@ function run_regtest() fi exit 1 fi - fi + ;; + esac if test "$gui_mode" == "true" && test "$spawn_log_window" == "yes"; then read -n 1 -p "Press q to quit; any other key to continue." -e answer diff --git a/regtest/config.txt b/regtest/config.txt index 2446a83..42ea645 100644 --- a/regtest/config.txt +++ b/regtest/config.txt @@ -2,6 +2,7 @@ FAIL_ON_BAD yes SPAWN_LOG_WINDOW no +INTERACTIVE_DIFF yes ### RS01 tests @@ -49,6 +50,7 @@ RS01_ecc_recreate_after_read_rs02 no RS01_ecc_recreate_after_read_rs03i no RS01_ecc_recreate_after_read_rs03f no RS01_ecc_create_after_partial_read no +RS01_ecc_recreate_after_read_wrong_rs01 no # Repair tests @@ -85,7 +87,7 @@ RS01_scan_with_ecc no RS01_scan_with_non_existing_ecc no RS01_scan_with_no_permission_for_ecc no RS01_scan_crc_errors_with_ecc no -RS01_scan_shorter_with_ecc no +RS01_scan_shorter_with_ecc yes RS01_scan_longer_with_ecc no RS01_scan_tao_tail_with_ecc no RS01_scan_no_tao_tail_with_ecc no @@ -128,6 +130,7 @@ RS01_read_with_incompatible_ecc no RS01_read_with_hardware_failure no RS01_read_with_ignored_hardware_failure no RS01_read_multipass_partial_success no +RS01_read_multipass_ecc_partial_success no RS01_read_second_pass_with_ecc_success no RS01_read_second_pass_with_crc_error no RS01_read_medium_with_dsm no @@ -289,7 +292,7 @@ RS02_read_bad_headers no RS02_read_missing_data_sectors no RS02_read_missing_crc_sectors no RS02_read_missing_ecc_sectors no -RS02_read_data_bad_byte no +RS02_read_data_bad_bytes no RS02_read_crc_bad_byte no RS02_read_ecc_bad_byte no RS02_read_modulo_glitch no @@ -300,6 +303,8 @@ RS02_read_with_rs01_file no RS02_read_with_wrong_rs01_file no RS02_read_with_rs03_file no RS02_read_with_wrong_rs03_file no +RS02_read_second_pass_with_crc_error no +RS02_read_multipass_ecc_partial_success no # Reading tests (adaptive) @@ -374,6 +379,7 @@ RS03i_rediscover_170_roots_padding no RS03i_rediscover_170_roots_padding2 no RS03i_with_ecc_file_header no RS03i_with_ecc_file_crc_block no +RS03i_with_crc_error_in_padding no # Creation tests @@ -392,11 +398,11 @@ RS03i_ecc_missing_sectors no RS03i_ecc_layer_multiple no RS03i_ecc_no_padding no RS03i_ecc_create_after_read no +RS03i_ecc_create_after_partial_read no RS03i_ecc_recreate_after_read_rs01 no RS03i_ecc_recreate_after_read_rs02 no RS03i_ecc_recreate_after_read_rs03i no RS03i_ecc_recreate_after_read_rs03f no -RS03i_ecc_create_after_partial_read no # Fixing tests @@ -419,6 +425,7 @@ RS03i_fix_with_missing_header no RS03i_fix_with_missing_iso_header no RS03i_fix_with_ecc_file_header no RS03i_fix_with_ecc_file_crc_block no +RS03i_fix_with_crc_error_in_padding no # Scanning tests @@ -454,6 +461,7 @@ RS03i_scan_rediscover_170_roots no RS03i_scan_rediscover_170_roots2 no RS03i_scan_rediscover_170_roots_padding no RS03i_scan_rediscover_170_roots_padding2 no +RS03i_scan_with_crc_error_in_padding no # Reading tests (linear) @@ -470,6 +478,7 @@ RS03i_read_bad_header_exhaustive no RS03i_read_missing_data_sectors no RS03i_read_missing_crc_sectors no RS03i_read_missing_ecc_sectors no +RS03i_read_missing_iso_header no RS03i_read_data_bad_byte no RS03i_read_crc_bad_byte no RS03i_read_ecc_bad_byte no @@ -483,6 +492,9 @@ RS03i_read_with_missing_header_exhaustive no RS03i_read_with_missing_iso_header_exhaustive no RS03i_read_with_ecc_file_header no RS03i_read_with_ecc_file_crc_block no +RS03i_read_second_pass_with_crc_error no +RS03i_read_multipass_ecc_partial_success no +RS03i_read_with_crc_error_in_padding no # Reading tests (adaptive) @@ -540,11 +552,11 @@ RS03f_ecc_no_write_perm no RS03f_ecc_create_plus56 no RS03f_ecc_missing_sectors no RS03f_ecc_create_after_read no +RS03f_ecc_create_after_partial_read no RS03f_ecc_recreate_after_read_rs01 no RS03f_ecc_recreate_after_read_rs02 no RS03f_ecc_recreate_after_read_rs03i no RS03f_ecc_recreate_after_read_rs03f no -RS03f_ecc_create_after_partial_read no # Repair tests @@ -600,7 +612,7 @@ RS03f_scan_ecc_header_crc_error no RS03f_read_good no RS03f_read_good_verbose no RS03f_read_good_file no -RS03f_read_shorter no +RS03f_read_shorter yes RS03f_read_longer no RS03f_read_tao_tail no RS03f_read_no_tao_tail no @@ -613,5 +625,7 @@ RS03f_read_data_bad_byte no RS03f_read_crc_bad_byte no RS03f_read_ecc_bad_byte no RS03f_read_crc_section_with_uncorrectable_dsm no +RS03f_read_second_pass_with_crc_error no +RS03f_read_multipass_ecc_partial_success no # Reading tests (adaptive) diff --git a/regtest/database/RS01_crc_errors_with_ecc b/regtest/database/RS01_crc_errors_with_ecc index 4283491..0aa7d2e 100644 --- a/regtest/database/RS01_crc_errors_with_ecc +++ b/regtest/database/RS01_crc_errors_with_ecc @@ -6,8 +6,8 @@ under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. rs01-tmp.iso: present, contains 21000 medium sectors. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%* CRC error, sector: 13444 -- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* suspicious image : all sectors present, but 1 CRC errors +* CRC error, sector: 13444 +* suspicious image : all sectors present, but 1 CRC errors - image md5sum : c4e48cafee37f8ffe280b215fc93534c rs01-master.ecc: created by dvdisaster-0.80 @@ -17,5 +17,5 @@ rs01-master.ecc: created by dvdisaster-0.80 * image md5sum : 9503f278d4550a9507a317664481adf8 (BAD) - fingerprint match: good - ecc blocks : 194560 (good) -- ecc md5sum : 0%- ecc md5sum : 1%- ecc md5sum : 2%- ecc md5sum : 3%- ecc md5sum : 4%- ecc md5sum : 5%- ecc md5sum : 6%- ecc md5sum : 7%- ecc md5sum : 8%- ecc md5sum : 9%- ecc md5sum : 10%- ecc md5sum : 11%- ecc md5sum : 12%- ecc md5sum : 13%- ecc md5sum : 14%- ecc md5sum : 15%- ecc md5sum : 16%- ecc md5sum : 17%- ecc md5sum : 18%- ecc md5sum : 19%- ecc md5sum : 20%- ecc md5sum : 21%- ecc md5sum : 22%- ecc md5sum : 23%- ecc md5sum : 24%- ecc md5sum : 25%- ecc md5sum : 26%- ecc md5sum : 27%- ecc md5sum : 28%- ecc md5sum : 29%- ecc md5sum : 30%- ecc md5sum : 31%- ecc md5sum : 32%- ecc md5sum : 33%- ecc md5sum : 34%- ecc md5sum : 35%- ecc md5sum : 36%- ecc md5sum : 37%- ecc md5sum : 38%- ecc md5sum : 39%- ecc md5sum : 40%- ecc md5sum : 41%- ecc md5sum : 42%- ecc md5sum : 43%- ecc md5sum : 44%- ecc md5sum : 45%- ecc md5sum : 46%- ecc md5sum : 47%- ecc md5sum : 48%- ecc md5sum : 49%- ecc md5sum : 50%- ecc md5sum : 51%- ecc md5sum : 52%- ecc md5sum : 53%- ecc md5sum : 54%- ecc md5sum : 55%- ecc md5sum : 56%- ecc md5sum : 57%- ecc md5sum : 58%- ecc md5sum : 59%- ecc md5sum : 60%- ecc md5sum : 61%- ecc md5sum : 62%- ecc md5sum : 63%- ecc md5sum : 64%- ecc md5sum : 65%- ecc md5sum : 66%- ecc md5sum : 67%- ecc md5sum : 68%- ecc md5sum : 69%- ecc md5sum : 70%- ecc md5sum : 71%- ecc md5sum : 72%- ecc md5sum : 73%- ecc md5sum : 74%- ecc md5sum : 75%- ecc md5sum : 76%- ecc md5sum : 77%- ecc md5sum : 78%- ecc md5sum : 79%- ecc md5sum : 80%- ecc md5sum : 81%- ecc md5sum : 82%- ecc md5sum : 83%- ecc md5sum : 84%- ecc md5sum : 85%- ecc md5sum : 86%- ecc md5sum : 87%- ecc md5sum : 88%- ecc md5sum : 89%- ecc md5sum : 90%- ecc md5sum : 91%- ecc md5sum : 92%- ecc md5sum : 93%- ecc md5sum : 94%- ecc md5sum : 95%- ecc md5sum : 96%- ecc md5sum : 97%- ecc md5sum : 98%- ecc md5sum : 99%- ecc md5sum : 100%- ecc md5sum : 2c9545f3ec387a9ce8b50e152cf39c17 (good) +- ecc md5sum : 2c9545f3ec387a9ce8b50e152cf39c17 (good) diff --git a/regtest/database/RS01_crc_in_fingerprint b/regtest/database/RS01_crc_in_fingerprint index 081d0ab..057f06e 100644 --- a/regtest/database/RS01_crc_in_fingerprint +++ b/regtest/database/RS01_crc_in_fingerprint @@ -7,7 +7,7 @@ See the file "COPYING" for further information. rs01-tmp.iso: present, contains 21000 medium sectors. * CRC error, sector: 16 -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* suspicious image : all sectors present, but 1 CRC errors +* suspicious image : all sectors present, but 1 CRC errors - image md5sum : 0099c35944d2103817ad630e13cef4f3 rs01-master.ecc: created by dvdisaster-0.80 @@ -17,5 +17,5 @@ rs01-master.ecc: created by dvdisaster-0.80 * image md5sum : 9503f278d4550a9507a317664481adf8 (BAD) * fingerprint match: MISMATCH - .iso and .ecc don't belong together! - ecc blocks : 194560 (good) -- ecc md5sum : 0%- ecc md5sum : 1%- ecc md5sum : 2%- ecc md5sum : 3%- ecc md5sum : 4%- ecc md5sum : 5%- ecc md5sum : 6%- ecc md5sum : 7%- ecc md5sum : 8%- ecc md5sum : 9%- ecc md5sum : 10%- ecc md5sum : 11%- ecc md5sum : 12%- ecc md5sum : 13%- ecc md5sum : 14%- ecc md5sum : 15%- ecc md5sum : 16%- ecc md5sum : 17%- ecc md5sum : 18%- ecc md5sum : 19%- ecc md5sum : 20%- ecc md5sum : 21%- ecc md5sum : 22%- ecc md5sum : 23%- ecc md5sum : 24%- ecc md5sum : 25%- ecc md5sum : 26%- ecc md5sum : 27%- ecc md5sum : 28%- ecc md5sum : 29%- ecc md5sum : 30%- ecc md5sum : 31%- ecc md5sum : 32%- ecc md5sum : 33%- ecc md5sum : 34%- ecc md5sum : 35%- ecc md5sum : 36%- ecc md5sum : 37%- ecc md5sum : 38%- ecc md5sum : 39%- ecc md5sum : 40%- ecc md5sum : 41%- ecc md5sum : 42%- ecc md5sum : 43%- ecc md5sum : 44%- ecc md5sum : 45%- ecc md5sum : 46%- ecc md5sum : 47%- ecc md5sum : 48%- ecc md5sum : 49%- ecc md5sum : 50%- ecc md5sum : 51%- ecc md5sum : 52%- ecc md5sum : 53%- ecc md5sum : 54%- ecc md5sum : 55%- ecc md5sum : 56%- ecc md5sum : 57%- ecc md5sum : 58%- ecc md5sum : 59%- ecc md5sum : 60%- ecc md5sum : 61%- ecc md5sum : 62%- ecc md5sum : 63%- ecc md5sum : 64%- ecc md5sum : 65%- ecc md5sum : 66%- ecc md5sum : 67%- ecc md5sum : 68%- ecc md5sum : 69%- ecc md5sum : 70%- ecc md5sum : 71%- ecc md5sum : 72%- ecc md5sum : 73%- ecc md5sum : 74%- ecc md5sum : 75%- ecc md5sum : 76%- ecc md5sum : 77%- ecc md5sum : 78%- ecc md5sum : 79%- ecc md5sum : 80%- ecc md5sum : 81%- ecc md5sum : 82%- ecc md5sum : 83%- ecc md5sum : 84%- ecc md5sum : 85%- ecc md5sum : 86%- ecc md5sum : 87%- ecc md5sum : 88%- ecc md5sum : 89%- ecc md5sum : 90%- ecc md5sum : 91%- ecc md5sum : 92%- ecc md5sum : 93%- ecc md5sum : 94%- ecc md5sum : 95%- ecc md5sum : 96%- ecc md5sum : 97%- ecc md5sum : 98%- ecc md5sum : 99%- ecc md5sum : 100%- ecc md5sum : 2c9545f3ec387a9ce8b50e152cf39c17 (good) +- ecc md5sum : 2c9545f3ec387a9ce8b50e152cf39c17 (good) diff --git a/regtest/database/RS01_defective_image_no_ecc b/regtest/database/RS01_defective_image_no_ecc index e742402..63039c7 100644 --- a/regtest/database/RS01_defective_image_no_ecc +++ b/regtest/database/RS01_defective_image_no_ecc @@ -6,10 +6,10 @@ under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. rs01-tmp.iso: present, contains 21000 medium sectors. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%* missing sectors : 1000 - 1049 -- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%* missing sector : 11230 -- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%* missing sectors : 12450 - 12457 -- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* BAD image : 59 sectors missing +* missing sectors : 1000 - 1049 +* missing sector : 11230 +* missing sectors : 12450 - 12457 +* BAD image : 59 sectors missing no.ecc: not present diff --git a/regtest/database/RS01_defective_with_ecc b/regtest/database/RS01_defective_with_ecc index a2e50fd..45b0da4 100644 --- a/regtest/database/RS01_defective_with_ecc +++ b/regtest/database/RS01_defective_with_ecc @@ -6,11 +6,11 @@ under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. rs01-tmp.iso: present, contains 21000 medium sectors. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%* missing sectors : 1000 - 1049 -- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%* missing sector : 11230 -- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%* missing sectors : 12450 - 12457 -- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%* CRC error, sector: 13444 -- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* BAD image : 59 sectors missing, 1 CRC errors +* missing sectors : 1000 - 1049 +* missing sector : 11230 +* missing sectors : 12450 - 12457 +* CRC error, sector: 13444 +* BAD image : 59 sectors missing, 1 CRC errors rs01-master.ecc: created by dvdisaster-0.80 - method : RS01, 32 roots, 14.3% redundancy. @@ -19,5 +19,5 @@ rs01-master.ecc: created by dvdisaster-0.80 - image md5sum : 9503f278d4550a9507a317664481adf8 - fingerprint match: good - ecc blocks : 194560 (good) -- ecc md5sum : 0%- ecc md5sum : 1%- ecc md5sum : 2%- ecc md5sum : 3%- ecc md5sum : 4%- ecc md5sum : 5%- ecc md5sum : 6%- ecc md5sum : 7%- ecc md5sum : 8%- ecc md5sum : 9%- ecc md5sum : 10%- ecc md5sum : 11%- ecc md5sum : 12%- ecc md5sum : 13%- ecc md5sum : 14%- ecc md5sum : 15%- ecc md5sum : 16%- ecc md5sum : 17%- ecc md5sum : 18%- ecc md5sum : 19%- ecc md5sum : 20%- ecc md5sum : 21%- ecc md5sum : 22%- ecc md5sum : 23%- ecc md5sum : 24%- ecc md5sum : 25%- ecc md5sum : 26%- ecc md5sum : 27%- ecc md5sum : 28%- ecc md5sum : 29%- ecc md5sum : 30%- ecc md5sum : 31%- ecc md5sum : 32%- ecc md5sum : 33%- ecc md5sum : 34%- ecc md5sum : 35%- ecc md5sum : 36%- ecc md5sum : 37%- ecc md5sum : 38%- ecc md5sum : 39%- ecc md5sum : 40%- ecc md5sum : 41%- ecc md5sum : 42%- ecc md5sum : 43%- ecc md5sum : 44%- ecc md5sum : 45%- ecc md5sum : 46%- ecc md5sum : 47%- ecc md5sum : 48%- ecc md5sum : 49%- ecc md5sum : 50%- ecc md5sum : 51%- ecc md5sum : 52%- ecc md5sum : 53%- ecc md5sum : 54%- ecc md5sum : 55%- ecc md5sum : 56%- ecc md5sum : 57%- ecc md5sum : 58%- ecc md5sum : 59%- ecc md5sum : 60%- ecc md5sum : 61%- ecc md5sum : 62%- ecc md5sum : 63%- ecc md5sum : 64%- ecc md5sum : 65%- ecc md5sum : 66%- ecc md5sum : 67%- ecc md5sum : 68%- ecc md5sum : 69%- ecc md5sum : 70%- ecc md5sum : 71%- ecc md5sum : 72%- ecc md5sum : 73%- ecc md5sum : 74%- ecc md5sum : 75%- ecc md5sum : 76%- ecc md5sum : 77%- ecc md5sum : 78%- ecc md5sum : 79%- ecc md5sum : 80%- ecc md5sum : 81%- ecc md5sum : 82%- ecc md5sum : 83%- ecc md5sum : 84%- ecc md5sum : 85%- ecc md5sum : 86%- ecc md5sum : 87%- ecc md5sum : 88%- ecc md5sum : 89%- ecc md5sum : 90%- ecc md5sum : 91%- ecc md5sum : 92%- ecc md5sum : 93%- ecc md5sum : 94%- ecc md5sum : 95%- ecc md5sum : 96%- ecc md5sum : 97%- ecc md5sum : 98%- ecc md5sum : 99%- ecc md5sum : 100%- ecc md5sum : 2c9545f3ec387a9ce8b50e152cf39c17 (good) +- ecc md5sum : 2c9545f3ec387a9ce8b50e152cf39c17 (good) diff --git a/regtest/database/RS01_ecc_create b/regtest/database/RS01_ecc_create index a2e6f40..8ffc545 100644 --- a/regtest/database/RS01_ecc_create +++ b/regtest/database/RS01_ecc_create @@ -6,7 +6,6 @@ under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. Opening rs01-master.iso: 21000 medium sectors. -Scanning image sectors: 1%Scanning image sectors: 2%Scanning image sectors: 3%Scanning image sectors: 4%Scanning image sectors: 5%Scanning image sectors: 6%Scanning image sectors: 7%Scanning image sectors: 8%Scanning image sectors: 9%Scanning image sectors: 10%Scanning image sectors: 11%Scanning image sectors: 12%Scanning image sectors: 13%Scanning image sectors: 14%Scanning image sectors: 15%Scanning image sectors: 16%Scanning image sectors: 17%Scanning image sectors: 18%Scanning image sectors: 19%Scanning image sectors: 20%Scanning image sectors: 21%Scanning image sectors: 22%Scanning image sectors: 23%Scanning image sectors: 24%Scanning image sectors: 25%Scanning image sectors: 26%Scanning image sectors: 27%Scanning image sectors: 28%Scanning image sectors: 29%Scanning image sectors: 30%Scanning image sectors: 31%Scanning image sectors: 32%Scanning image sectors: 33%Scanning image sectors: 34%Scanning image sectors: 35%Scanning image sectors: 36%Scanning image sectors: 37%Scanning image sectors: 38%Scanning image sectors: 39%Scanning image sectors: 40%Scanning image sectors: 41%Scanning image sectors: 42%Scanning image sectors: 43%Scanning image sectors: 44%Scanning image sectors: 45%Scanning image sectors: 46%Scanning image sectors: 47%Scanning image sectors: 48%Scanning image sectors: 49%Scanning image sectors: 50%Scanning image sectors: 51%Scanning image sectors: 52%Scanning image sectors: 53%Scanning image sectors: 54%Scanning image sectors: 55%Scanning image sectors: 56%Scanning image sectors: 57%Scanning image sectors: 58%Scanning image sectors: 59%Scanning image sectors: 60%Scanning image sectors: 61%Scanning image sectors: 62%Scanning image sectors: 63%Scanning image sectors: 64%Scanning image sectors: 65%Scanning image sectors: 66%Scanning image sectors: 67%Scanning image sectors: 68%Scanning image sectors: 69%Scanning image sectors: 70%Scanning image sectors: 71%Scanning image sectors: 72%Scanning image sectors: 73%Scanning image sectors: 74%Scanning image sectors: 75%Scanning image sectors: 76%Scanning image sectors: 77%Scanning image sectors: 78%Scanning image sectors: 79%Scanning image sectors: 80%Scanning image sectors: 81%Scanning image sectors: 82%Scanning image sectors: 83%Scanning image sectors: 84%Scanning image sectors: 85%Scanning image sectors: 86%Scanning image sectors: 87%Scanning image sectors: 88%Scanning image sectors: 89%Scanning image sectors: 90%Scanning image sectors: 91%Scanning image sectors: 92%Scanning image sectors: 93%Scanning image sectors: 94%Scanning image sectors: 95%Scanning image sectors: 96%Scanning image sectors: 97%Scanning image sectors: 98%Scanning image sectors: 99%Scanning image sectors: 100%Encoding with Method RS01: 32 roots, 14.3% redundancy. -Ecc generation: 0.4%Ecc generation: 0.8%Ecc generation: 1.3%Ecc generation: 1.7%Ecc generation: 2.2%Ecc generation: 2.6%Ecc generation: 3.1%Ecc generation: 3.5%Ecc generation: 4.0%Ecc generation: 4.4%Ecc generation: 4.9%Ecc generation: 5.3%Ecc generation: 5.8%Ecc generation: 6.2%Ecc generation: 6.7%Ecc generation: 7.1%Ecc generation: 7.6%Ecc generation: 8.0%Ecc generation: 8.5%Ecc generation: 8.9%Ecc generation: 9.4%Ecc generation: 9.8%Ecc generation: 10.3%Ecc generation: 10.7%Ecc generation: 11.2%Ecc generation: 11.6%Ecc generation: 12.1%Ecc generation: 12.5%Ecc generation: 13.0%Ecc generation: 13.4%Ecc generation: 13.9%Ecc generation: 14.3%Ecc generation: 14.7%Ecc generation: 15.2%Ecc generation: 15.6%Ecc generation: 16.1%Ecc generation: 16.5%Ecc generation: 17.0%Ecc generation: 17.4%Ecc generation: 17.9%Ecc generation: 18.3%Ecc generation: 18.8%Ecc generation: 19.2%Ecc generation: 19.7%Ecc generation: 20.1%Ecc generation: 20.6%Ecc generation: 21.0%Ecc generation: 21.5%Ecc generation: 21.9%Ecc generation: 22.4%Ecc generation: 22.8%Ecc generation: 23.3%Ecc generation: 23.7%Ecc generation: 24.2%Ecc generation: 24.6%Ecc generation: 25.1%Ecc generation: 25.5%Ecc generation: 26.0%Ecc generation: 26.4%Ecc generation: 26.9%Ecc generation: 27.3%Ecc generation: 27.8%Ecc generation: 28.2%Ecc generation: 28.6%Ecc generation: 29.1%Ecc generation: 29.5%Ecc generation: 30.0%Ecc generation: 30.4%Ecc generation: 30.9%Ecc generation: 31.3%Ecc generation: 31.8%Ecc generation: 32.2%Ecc generation: 32.7%Ecc generation: 33.1%Ecc generation: 33.6%Ecc generation: 34.0%Ecc generation: 34.5%Ecc generation: 34.9%Ecc generation: 35.4%Ecc generation: 35.8%Ecc generation: 36.3%Ecc generation: 36.7%Ecc generation: 37.2%Ecc generation: 37.6%Ecc generation: 38.1%Ecc generation: 38.5%Ecc generation: 39.0%Ecc generation: 39.4%Ecc generation: 39.9%Ecc generation: 40.3%Ecc generation: 40.8%Ecc generation: 41.2%Ecc generation: 41.7%Ecc generation: 42.1%Ecc generation: 42.6%Ecc generation: 43.0%Ecc generation: 43.4%Ecc generation: 43.9%Ecc generation: 44.3%Ecc generation: 44.8%Ecc generation: 45.2%Ecc generation: 45.7%Ecc generation: 46.1%Ecc generation: 46.6%Ecc generation: 47.0%Ecc generation: 47.5%Ecc generation: 47.9%Ecc generation: 48.4%Ecc generation: 48.8%Ecc generation: 49.3%Ecc generation: 49.7%Ecc generation: 50.2%Ecc generation: 50.6%Ecc generation: 51.1%Ecc generation: 51.5%Ecc generation: 52.0%Ecc generation: 52.4%Ecc generation: 52.9%Ecc generation: 53.3%Ecc generation: 53.8%Ecc generation: 54.2%Ecc generation: 54.7%Ecc generation: 55.1%Ecc generation: 55.6%Ecc generation: 56.0%Ecc generation: 56.5%Ecc generation: 56.9%Ecc generation: 57.3%Ecc generation: 57.8%Ecc generation: 58.2%Ecc generation: 58.7%Ecc generation: 59.1%Ecc generation: 59.6%Ecc generation: 60.0%Ecc generation: 60.5%Ecc generation: 60.9%Ecc generation: 61.4%Ecc generation: 61.8%Ecc generation: 62.3%Ecc generation: 62.7%Ecc generation: 63.2%Ecc generation: 63.6%Ecc generation: 64.1%Ecc generation: 64.5%Ecc generation: 65.0%Ecc generation: 65.4%Ecc generation: 65.9%Ecc generation: 66.3%Ecc generation: 66.8%Ecc generation: 67.2%Ecc generation: 67.7%Ecc generation: 68.1%Ecc generation: 68.6%Ecc generation: 69.0%Ecc generation: 69.5%Ecc generation: 69.9%Ecc generation: 70.4%Ecc generation: 70.8%Ecc generation: 71.3%Ecc generation: 71.7%Ecc generation: 72.1%Ecc generation: 72.6%Ecc generation: 73.0%Ecc generation: 73.5%Ecc generation: 73.9%Ecc generation: 74.4%Ecc generation: 74.8%Ecc generation: 75.3%Ecc generation: 75.7%Ecc generation: 76.2%Ecc generation: 76.6%Ecc generation: 77.1%Ecc generation: 77.5%Ecc generation: 78.0%Ecc generation: 78.4%Ecc generation: 78.9%Ecc generation: 79.3%Ecc generation: 79.8%Ecc generation: 80.2%Ecc generation: 80.7%Ecc generation: 81.1%Ecc generation: 81.6%Ecc generation: 82.0%Ecc generation: 82.5%Ecc generation: 82.9%Ecc generation: 83.4%Ecc generation: 83.8%Ecc generation: 84.3%Ecc generation: 84.7%Ecc generation: 85.2%Ecc generation: 85.6%Ecc generation: 86.0%Ecc generation: 86.5%Ecc generation: 86.9%Ecc generation: 87.4%Ecc generation: 87.8%Ecc generation: 88.3%Ecc generation: 88.7%Ecc generation: 89.2%Ecc generation: 89.6%Ecc generation: 90.1%Ecc generation: 90.5%Ecc generation: 91.0%Ecc generation: 91.4%Ecc generation: 91.9%Ecc generation: 92.3%Ecc generation: 92.8%Ecc generation: 93.2%Ecc generation: 93.7%Ecc generation: 94.1%Ecc generation: 94.6%Ecc generation: 95.0%Ecc generation: 95.5%Ecc generation: 95.9%Ecc generation: 96.4%Ecc generation: 96.8%Ecc generation: 97.3%Ecc generation: 97.7%Ecc generation: 98.2%Ecc generation: 98.6%Ecc generation: 99.1%Ecc generation: 99.5%Ecc generation: 100.0%Ecc generation: 100.0% +Encoding with Method RS01: 32 roots, 14.3% redundancy. Error correction file "rs01-tmp.ecc" created. Make sure to keep this file on a reliable medium. diff --git a/regtest/database/RS01_ecc_create_after_partial_read b/regtest/database/RS01_ecc_create_after_partial_read index 2e20c20..860b359 100644 --- a/regtest/database/RS01_ecc_create_after_partial_read +++ b/regtest/database/RS01_ecc_create_after_partial_read @@ -4,17 +4,239 @@ This software comes with ABSOLUTELY NO WARRANTY. This is free software and you are welcome to redistribute it under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. +# *** OpenImageFromDevice(sim-cd) *** +# InquireDevice returned: Simulated CD drive 1.00 Device: sim-cd, Simulated CD drive 1.00 +# *** query_type(Simulated CD drive 1.00, 0) *** +# *** get_configuration(Simulated CD drive 1.00) *** +# 8 data len, 9 current +-> profile 9: CD-R +# trying READ DISC INFORMATION for size +# size returned is 32 +# trying READ DISC INFORMATION for real info +0000: 00 20 1e 00 00 00 00 00 00 00 00 00 00 00 00 00 . ...... ........ +0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........ +# status is 1e, disc type 0 +#CD: starting media probe +#CD: querying size of READ TOC/PMA/ATIP (for TOC) +#CD: size returned is 12 +#CD: querying real READ TOC/PMA/ATIP (for TOC) +0000: 00 0a 00 00 00 14 00 00 00 00 00 00 ........ .... +#CD: control is 0x14 +#CD: querying size of READ TOC/PMA/ATIP (for full TOC) +# Warning: Realigning length from 26 to 24 +#CD: size returned is 24 +#CD: querying real READ TOC/PMA/ATIP (for full TOC) +0000: 00 18 00 01 00 00 00 a0 00 00 00 00 00 00 00 00 ........ ........ +0010: 00 00 00 00 00 00 00 00 ........ +#CD: 1 sessions +#CD: CD medium detected, type: CD-R mode 1 +# query_type() returned. +# deciding reading strategy... Using READ CD. +GetImageFingerprint(16): read & cached + +ExamineUDF(Device: Simulated CD drive 1.00) + Examining the ISO file system... + Sector 16: + Volume descriptor type = 1 + Volume descriptor version = 1 + Standard identifier = CD001 + -> primary volume descriptor: + System identifier : | | + Volume identifier : |RANDOM IMAGE | + Volume space size : 21000 sectors + Volume set size : 1 + Volume sequence size : 1 + Logical block size : 2048 + Path table size : 10 bytes + L-Path table location : 19 + Opt L-Path table location : 0 + M-Path table location : 20 + Opt M-Path table location : 0 + Volume creation date/time : 16-07-2006 10:35:46.23 + Volume modification d/t : 16-07-2006 10:35:46.23 + Volume expiration d/t : 16-07-2106 10:35:46.23 + Volume effective d/t : 16-07-2006 10:35:46.23 + File structure version : 1 + Sector 17: + Volume descriptor type = 2 + Volume descriptor version = 1 + Standard identifier = CD001 + -> supplementary volume descriptor: *skipped* + Sector 18: + Volume descriptor type = 255 + Volume descriptor version = 1 + Standard identifier = CD001 + -> volume descriptor set terminator; + end of ISO file system parsing. + Examining the UDF file system... + not yet implemented. + +# *** read_capacity(Simulated CD drive 1.00) *** + -> 20999 +ExamineECC() started +...trying RS01 +...trying RS02 +RS02Recognize: medium sim-cd +try_sector: trying sector 21000 +try_sector: read error, trying next header +try_sector: trying sector 20850 +try_sector: no cookie, skipping current modulo +RS02Recognize: skipping exhaustive RS02 search +...trying RS03 +RS03RecognizeImage: medium sim-cd +FindRS03HeaderInImage: medium sim-cd +RS03RecognizeImage: skipping exhaustive RS03 search +...no augmented image detected. +# Calling query_size() +# *** query_size(Simulated CD drive 1.00) *** +Medium size could NOT be determined from ECC header. +Medium size obtained from ISO/UDF file system: 21000 sectors +# returned: 21000 sectors Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. +GetImageFingerprint(16): cached Completing image rs01-tmp.iso. Only missing sectors will be read. -Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx) -501 sectors read. -Opening rs01-tmp.iso: 21000 medium sectors. -Scanning image sectors: 1%Scanning image sectors: 2%Scanning image sectors: 3%Scanning image sectors: 4%Scanning image sectors: 5%Scanning image sectors: 6%Scanning image sectors: 7%Scanning image sectors: 8%Scanning image sectors: 9%Scanning image sectors: 10%Scanning image sectors: 11%Scanning image sectors: 12%Scanning image sectors: 13%Scanning image sectors: 14%Scanning image sectors: 15%Scanning image sectors: 16%Scanning image sectors: 17%Scanning image sectors: 18%Scanning image sectors: 19%Scanning image sectors: 20%Scanning image sectors: 21%Scanning image sectors: 22%Scanning image sectors: 23%Scanning image sectors: 24%Scanning image sectors: 25%Scanning image sectors: 26%Scanning image sectors: 27%Scanning image sectors: 28%Scanning image sectors: 29%Scanning image sectors: 30%Scanning image sectors: 31%Scanning image sectors: 32%Scanning image sectors: 33%Scanning image sectors: 34%Scanning image sectors: 35%Scanning image sectors: 36%Scanning image sectors: 37%Scanning image sectors: 38%Scanning image sectors: 39%Scanning image sectors: 40%Scanning image sectors: 41%Scanning image sectors: 42%Scanning image sectors: 43%Scanning image sectors: 44%Scanning image sectors: 45%Scanning image sectors: 46%Scanning image sectors: 47%Scanning image sectors: 48%Scanning image sectors: 49%Scanning image sectors: 50%Scanning image sectors: 51%Scanning image sectors: 52%Scanning image sectors: 53%Scanning image sectors: 54%Scanning image sectors: 55%Scanning image sectors: 56%Scanning image sectors: 57%Scanning image sectors: 58%Scanning image sectors: 59%Scanning image sectors: 60%Scanning image sectors: 61%Scanning image sectors: 62%Scanning image sectors: 63%Scanning image sectors: 64%Scanning image sectors: 65%Scanning image sectors: 66%Scanning image sectors: 67%Scanning image sectors: 68%Scanning image sectors: 69%Scanning image sectors: 70%Scanning image sectors: 71%Scanning image sectors: 72%Scanning image sectors: 73%Scanning image sectors: 74%Scanning image sectors: 75%Scanning image sectors: 76%Scanning image sectors: 77%Scanning image sectors: 78%Scanning image sectors: 79%Scanning image sectors: 80%Scanning image sectors: 81%Scanning image sectors: 82%Scanning image sectors: 83%Scanning image sectors: 84%Scanning image sectors: 85%Scanning image sectors: 86%Scanning image sectors: 87%Scanning image sectors: 88%Scanning image sectors: 89%Scanning image sectors: 90%Scanning image sectors: 91%Scanning image sectors: 92%Scanning image sectors: 93%Scanning image sectors: 94%Scanning image sectors: 95%Scanning image sectors: 96%Scanning image sectors: 97%Scanning image sectors: 98%Scanning image sectors: 99%Scanning image sectors: 100%Encoding with Method RS01: 32 roots, 14.3% redundancy. -Ecc generation: 0.4%Ecc generation: 0.8%Ecc generation: 1.3%Ecc generation: 1.7%Ecc generation: 2.2%Ecc generation: 2.6%Ecc generation: 3.1%Ecc generation: 3.5%Ecc generation: 4.0%Ecc generation: 4.4%Ecc generation: 4.9%Ecc generation: 5.3%Ecc generation: 5.8%Ecc generation: 6.2%Ecc generation: 6.7%Ecc generation: 7.1%Ecc generation: 7.6%Ecc generation: 8.0%Ecc generation: 8.5%Ecc generation: 8.9%Ecc generation: 9.4%Ecc generation: 9.8%Ecc generation: 10.3%Ecc generation: 10.7%Ecc generation: 11.2%Ecc generation: 11.6%Ecc generation: 12.1%Ecc generation: 12.5%Ecc generation: 13.0%Ecc generation: 13.4%Ecc generation: 13.9%Ecc generation: 14.3%Ecc generation: 14.7%Ecc generation: 15.2%Ecc generation: 15.6%Ecc generation: 16.1%Ecc generation: 16.5%Ecc generation: 17.0%Ecc generation: 17.4%Ecc generation: 17.9%Ecc generation: 18.3%Ecc generation: 18.8%Ecc generation: 19.2%Ecc generation: 19.7%Ecc generation: 20.1%Ecc generation: 20.6%Ecc generation: 21.0%Ecc generation: 21.5%Ecc generation: 21.9%Ecc generation: 22.4%Ecc generation: 22.8%Ecc generation: 23.3%Ecc generation: 23.7%Ecc generation: 24.2%Ecc generation: 24.6%Ecc generation: 25.1%Ecc generation: 25.5%Ecc generation: 26.0%Ecc generation: 26.4%Ecc generation: 26.9%Ecc generation: 27.3%Ecc generation: 27.8%Ecc generation: 28.2%Ecc generation: 28.6%Ecc generation: 29.1%Ecc generation: 29.5%Ecc generation: 30.0%Ecc generation: 30.4%Ecc generation: 30.9%Ecc generation: 31.3%Ecc generation: 31.8%Ecc generation: 32.2%Ecc generation: 32.7%Ecc generation: 33.1%Ecc generation: 33.6%Ecc generation: 34.0%Ecc generation: 34.5%Ecc generation: 34.9%Ecc generation: 35.4%Ecc generation: 35.8%Ecc generation: 36.3%Ecc generation: 36.7%Ecc generation: 37.2%Ecc generation: 37.6%Ecc generation: 38.1%Ecc generation: 38.5%Ecc generation: 39.0%Ecc generation: 39.4%Ecc generation: 39.9%Ecc generation: 40.3%Ecc generation: 40.8%Ecc generation: 41.2%Ecc generation: 41.7%Ecc generation: 42.1%Ecc generation: 42.6%Ecc generation: 43.0%Ecc generation: 43.4%Ecc generation: 43.9%Ecc generation: 44.3%Ecc generation: 44.8%Ecc generation: 45.2%Ecc generation: 45.7%Ecc generation: 46.1%Ecc generation: 46.6%Ecc generation: 47.0%Ecc generation: 47.5%Ecc generation: 47.9%Ecc generation: 48.4%Ecc generation: 48.8%Ecc generation: 49.3%Ecc generation: 49.7%Ecc generation: 50.2%Ecc generation: 50.6%Ecc generation: 51.1%Ecc generation: 51.5%Ecc generation: 52.0%Ecc generation: 52.4%Ecc generation: 52.9%Ecc generation: 53.3%Ecc generation: 53.8%Ecc generation: 54.2%Ecc generation: 54.7%Ecc generation: 55.1%Ecc generation: 55.6%Ecc generation: 56.0%Ecc generation: 56.5%Ecc generation: 56.9%Ecc generation: 57.3%Ecc generation: 57.8%Ecc generation: 58.2%Ecc generation: 58.7%Ecc generation: 59.1%Ecc generation: 59.6%Ecc generation: 60.0%Ecc generation: 60.5%Ecc generation: 60.9%Ecc generation: 61.4%Ecc generation: 61.8%Ecc generation: 62.3%Ecc generation: 62.7%Ecc generation: 63.2%Ecc generation: 63.6%Ecc generation: 64.1%Ecc generation: 64.5%Ecc generation: 65.0%Ecc generation: 65.4%Ecc generation: 65.9%Ecc generation: 66.3%Ecc generation: 66.8%Ecc generation: 67.2%Ecc generation: 67.7%Ecc generation: 68.1%Ecc generation: 68.6%Ecc generation: 69.0%Ecc generation: 69.5%Ecc generation: 69.9%Ecc generation: 70.4%Ecc generation: 70.8%Ecc generation: 71.3%Ecc generation: 71.7%Ecc generation: 72.1%Ecc generation: 72.6%Ecc generation: 73.0%Ecc generation: 73.5%Ecc generation: 73.9%Ecc generation: 74.4%Ecc generation: 74.8%Ecc generation: 75.3%Ecc generation: 75.7%Ecc generation: 76.2%Ecc generation: 76.6%Ecc generation: 77.1%Ecc generation: 77.5%Ecc generation: 78.0%Ecc generation: 78.4%Ecc generation: 78.9%Ecc generation: 79.3%Ecc generation: 79.8%Ecc generation: 80.2%Ecc generation: 80.7%Ecc generation: 81.1%Ecc generation: 81.6%Ecc generation: 82.0%Ecc generation: 82.5%Ecc generation: 82.9%Ecc generation: 83.4%Ecc generation: 83.8%Ecc generation: 84.3%Ecc generation: 84.7%Ecc generation: 85.2%Ecc generation: 85.6%Ecc generation: 86.0%Ecc generation: 86.5%Ecc generation: 86.9%Ecc generation: 87.4%Ecc generation: 87.8%Ecc generation: 88.3%Ecc generation: 88.7%Ecc generation: 89.2%Ecc generation: 89.6%Ecc generation: 90.1%Ecc generation: 90.5%Ecc generation: 91.0%Ecc generation: 91.4%Ecc generation: 91.9%Ecc generation: 92.3%Ecc generation: 92.8%Ecc generation: 93.2%Ecc generation: 93.7%Ecc generation: 94.1%Ecc generation: 94.6%Ecc generation: 95.0%Ecc generation: 95.5%Ecc generation: 95.9%Ecc generation: 96.4%Ecc generation: 96.8%Ecc generation: 97.3%Ecc generation: 97.7%Ecc generation: 98.2%Ecc generation: 98.6%Ecc generation: 99.1%Ecc generation: 99.5%Ecc generation: 100.0%Ecc generation: 100.0% +501 sectors read. +CrcBuf contents, image path none (medium): + crcSize: 21000, dataSectors: 21000, coveredSectors: 21000, allSectors: 21000 + md5State: invalid + fp sector: 16; 15c0fd35a0cfa0f83b9ccbd8604c2592 + missing crcs: 20499 + +Opening rs01-tmp.iso +ExamineUDF(File: rs01-tmp.iso) + Examining the ISO file system... + Sector 16: + Volume descriptor type = 1 + Volume descriptor version = 1 + Standard identifier = CD001 + -> primary volume descriptor: + System identifier : | | + Volume identifier : |RANDOM IMAGE | + Volume space size : 21000 sectors + Volume set size : 1 + Volume sequence size : 1 + Logical block size : 2048 + Path table size : 10 bytes + L-Path table location : 19 + Opt L-Path table location : 0 + M-Path table location : 20 + Opt M-Path table location : 0 + Volume creation date/time : 16-07-2006 10:35:46.23 + Volume modification d/t : 16-07-2006 10:35:46.23 + Volume expiration d/t : 16-07-2106 10:35:46.23 + Volume effective d/t : 16-07-2006 10:35:46.23 + File structure version : 1 + Sector 17: + Volume descriptor type = 2 + Volume descriptor version = 1 + Standard identifier = CD001 + -> supplementary volume descriptor: *skipped* + Sector 18: + Volume descriptor type = 255 + Volume descriptor version = 1 + Standard identifier = CD001 + -> volume descriptor set terminator; + end of ISO file system parsing. + Examining the UDF file system... + not yet implemented. + +ExamineECC() started +...trying RS01 +...trying RS02 +RS02Recognize: file rs01-tmp.iso +try_sector: trying sector 21000 +try_sector: read error, trying next header +try_sector: trying sector 20850 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 4611686018427387904 +FindHeaderInMedium: Trying modulo 2305843009213693952 +FindHeaderInMedium: Trying modulo 1152921504606846976 +FindHeaderInMedium: Trying modulo 576460752303423488 +FindHeaderInMedium: Trying modulo 288230376151711744 +FindHeaderInMedium: Trying modulo 144115188075855872 +FindHeaderInMedium: Trying modulo 72057594037927936 +FindHeaderInMedium: Trying modulo 36028797018963968 +FindHeaderInMedium: Trying modulo 18014398509481984 +FindHeaderInMedium: Trying modulo 9007199254740992 +FindHeaderInMedium: Trying modulo 4503599627370496 +FindHeaderInMedium: Trying modulo 2251799813685248 +FindHeaderInMedium: Trying modulo 1125899906842624 +FindHeaderInMedium: Trying modulo 562949953421312 +FindHeaderInMedium: Trying modulo 281474976710656 +FindHeaderInMedium: Trying modulo 140737488355328 +FindHeaderInMedium: Trying modulo 70368744177664 +FindHeaderInMedium: Trying modulo 35184372088832 +FindHeaderInMedium: Trying modulo 17592186044416 +FindHeaderInMedium: Trying modulo 8796093022208 +FindHeaderInMedium: Trying modulo 4398046511104 +FindHeaderInMedium: Trying modulo 2199023255552 +FindHeaderInMedium: Trying modulo 1099511627776 +FindHeaderInMedium: Trying modulo 549755813888 +FindHeaderInMedium: Trying modulo 274877906944 +FindHeaderInMedium: Trying modulo 137438953472 +FindHeaderInMedium: Trying modulo 68719476736 +FindHeaderInMedium: Trying modulo 34359738368 +FindHeaderInMedium: Trying modulo 17179869184 +FindHeaderInMedium: Trying modulo 8589934592 +FindHeaderInMedium: Trying modulo 4294967296 +FindHeaderInMedium: Trying modulo 2147483648 +FindHeaderInMedium: Trying modulo 1073741824 +FindHeaderInMedium: Trying modulo 536870912 +FindHeaderInMedium: Trying modulo 268435456 +FindHeaderInMedium: Trying modulo 134217728 +FindHeaderInMedium: Trying modulo 67108864 +FindHeaderInMedium: Trying modulo 33554432 +FindHeaderInMedium: Trying modulo 16777216 +FindHeaderInMedium: Trying modulo 8388608 +FindHeaderInMedium: Trying modulo 4194304 +FindHeaderInMedium: Trying modulo 2097152 +FindHeaderInMedium: Trying modulo 1048576 +FindHeaderInMedium: Trying modulo 524288 +FindHeaderInMedium: Trying modulo 262144 +FindHeaderInMedium: Trying modulo 131072 +FindHeaderInMedium: Trying modulo 65536 +FindHeaderInMedium: Trying modulo 32768 +FindHeaderInMedium: Trying modulo 16384 +try_sector: trying sector 16384 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 8192 +Sector 16384 cached; skipping modulo +FindHeaderInMedium: Trying modulo 4096 +try_sector: trying sector 20480 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 2048 +Sector 20480 cached; skipping modulo +FindHeaderInMedium: Trying modulo 1024 +Sector 20480 cached; skipping modulo +FindHeaderInMedium: Trying modulo 512 +try_sector: trying sector 20992 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 256 +Sector 20992 cached; skipping modulo +FindHeaderInMedium: Trying modulo 128 +Sector 20992 cached; skipping modulo +FindHeaderInMedium: Trying modulo 64 +Sector 20992 cached; skipping modulo +FindHeaderInMedium: Trying modulo 32 +Sector 20992 cached; skipping modulo +...trying RS03 +RS03RecognizeImage: file rs01-tmp.iso +FindRS03HeaderInImage: file rs01-tmp.iso +RS03RecognizeImage: No EH, entering exhaustive search +.. trying layer size 1409 +Scanning layers for signatures. +- layer slice 0 +** All layers tested -> no RS03 data found +...no augmented image detected. +GetImageFingerprint(16): read & cached +: 21000 medium sectors. +CrcBufValid: NOT complete +FreeCrcBuf - buffer cleared +Encoding with Method RS01: 32 roots, 14.3% redundancy. Error correction file "rs01-tmp.ecc" created. Make sure to keep this file on a reliable medium. diff --git a/regtest/database/RS01_ecc_create_after_read b/regtest/database/RS01_ecc_create_after_read index 808fce3..68bd4c0 100644 --- a/regtest/database/RS01_ecc_create_after_read +++ b/regtest/database/RS01_ecc_create_after_read @@ -4,17 +4,239 @@ This software comes with ABSOLUTELY NO WARRANTY. This is free software and you are welcome to redistribute it under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. +# *** OpenImageFromDevice(sim-cd) *** +# InquireDevice returned: Simulated CD drive 1.00 Device: sim-cd, Simulated CD drive 1.00 +# *** query_type(Simulated CD drive 1.00, 0) *** +# *** get_configuration(Simulated CD drive 1.00) *** +# 8 data len, 9 current +-> profile 9: CD-R +# trying READ DISC INFORMATION for size +# size returned is 32 +# trying READ DISC INFORMATION for real info +0000: 00 20 1e 00 00 00 00 00 00 00 00 00 00 00 00 00 . ...... ........ +0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........ +# status is 1e, disc type 0 +#CD: starting media probe +#CD: querying size of READ TOC/PMA/ATIP (for TOC) +#CD: size returned is 12 +#CD: querying real READ TOC/PMA/ATIP (for TOC) +0000: 00 0a 00 00 00 14 00 00 00 00 00 00 ........ .... +#CD: control is 0x14 +#CD: querying size of READ TOC/PMA/ATIP (for full TOC) +# Warning: Realigning length from 26 to 24 +#CD: size returned is 24 +#CD: querying real READ TOC/PMA/ATIP (for full TOC) +0000: 00 18 00 01 00 00 00 a0 00 00 00 00 00 00 00 00 ........ ........ +0010: 00 00 00 00 00 00 00 00 ........ +#CD: 1 sessions +#CD: CD medium detected, type: CD-R mode 1 +# query_type() returned. +# deciding reading strategy... Using READ CD. +GetImageFingerprint(16): read & cached + +ExamineUDF(Device: Simulated CD drive 1.00) + Examining the ISO file system... + Sector 16: + Volume descriptor type = 1 + Volume descriptor version = 1 + Standard identifier = CD001 + -> primary volume descriptor: + System identifier : | | + Volume identifier : |RANDOM IMAGE | + Volume space size : 21000 sectors + Volume set size : 1 + Volume sequence size : 1 + Logical block size : 2048 + Path table size : 10 bytes + L-Path table location : 19 + Opt L-Path table location : 0 + M-Path table location : 20 + Opt M-Path table location : 0 + Volume creation date/time : 16-07-2006 10:35:46.23 + Volume modification d/t : 16-07-2006 10:35:46.23 + Volume expiration d/t : 16-07-2106 10:35:46.23 + Volume effective d/t : 16-07-2006 10:35:46.23 + File structure version : 1 + Sector 17: + Volume descriptor type = 2 + Volume descriptor version = 1 + Standard identifier = CD001 + -> supplementary volume descriptor: *skipped* + Sector 18: + Volume descriptor type = 255 + Volume descriptor version = 1 + Standard identifier = CD001 + -> volume descriptor set terminator; + end of ISO file system parsing. + Examining the UDF file system... + not yet implemented. + +# *** read_capacity(Simulated CD drive 1.00) *** + -> 20999 +ExamineECC() started +...trying RS01 +...trying RS02 +RS02Recognize: medium sim-cd +try_sector: trying sector 21000 +try_sector: read error, trying next header +try_sector: trying sector 20850 +try_sector: no cookie, skipping current modulo +RS02Recognize: skipping exhaustive RS02 search +...trying RS03 +RS03RecognizeImage: medium sim-cd +FindRS03HeaderInImage: medium sim-cd +RS03RecognizeImage: skipping exhaustive RS03 search +...no augmented image detected. +# Calling query_size() +# *** query_size(Simulated CD drive 1.00) *** +Medium size could NOT be determined from ECC header. +Medium size obtained from ISO/UDF file system: 21000 sectors +# returned: 21000 sectors Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Creating new rs01-tmp.iso image. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) -All sectors successfully read. -Opening rs01-tmp.iso: 21000 medium sectors. -Scanning image sectors: 1%Scanning image sectors: 2%Scanning image sectors: 3%Scanning image sectors: 4%Scanning image sectors: 5%Scanning image sectors: 6%Scanning image sectors: 7%Scanning image sectors: 8%Scanning image sectors: 9%Scanning image sectors: 10%Scanning image sectors: 11%Scanning image sectors: 12%Scanning image sectors: 13%Scanning image sectors: 14%Scanning image sectors: 15%Scanning image sectors: 16%Scanning image sectors: 17%Scanning image sectors: 18%Scanning image sectors: 19%Scanning image sectors: 20%Scanning image sectors: 21%Scanning image sectors: 22%Scanning image sectors: 23%Scanning image sectors: 24%Scanning image sectors: 25%Scanning image sectors: 26%Scanning image sectors: 27%Scanning image sectors: 28%Scanning image sectors: 29%Scanning image sectors: 30%Scanning image sectors: 31%Scanning image sectors: 32%Scanning image sectors: 33%Scanning image sectors: 34%Scanning image sectors: 35%Scanning image sectors: 36%Scanning image sectors: 37%Scanning image sectors: 38%Scanning image sectors: 39%Scanning image sectors: 40%Scanning image sectors: 41%Scanning image sectors: 42%Scanning image sectors: 43%Scanning image sectors: 44%Scanning image sectors: 45%Scanning image sectors: 46%Scanning image sectors: 47%Scanning image sectors: 48%Scanning image sectors: 49%Scanning image sectors: 50%Scanning image sectors: 51%Scanning image sectors: 52%Scanning image sectors: 53%Scanning image sectors: 54%Scanning image sectors: 55%Scanning image sectors: 56%Scanning image sectors: 57%Scanning image sectors: 58%Scanning image sectors: 59%Scanning image sectors: 60%Scanning image sectors: 61%Scanning image sectors: 62%Scanning image sectors: 63%Scanning image sectors: 64%Scanning image sectors: 65%Scanning image sectors: 66%Scanning image sectors: 67%Scanning image sectors: 68%Scanning image sectors: 69%Scanning image sectors: 70%Scanning image sectors: 71%Scanning image sectors: 72%Scanning image sectors: 73%Scanning image sectors: 74%Scanning image sectors: 75%Scanning image sectors: 76%Scanning image sectors: 77%Scanning image sectors: 78%Scanning image sectors: 79%Scanning image sectors: 80%Scanning image sectors: 81%Scanning image sectors: 82%Scanning image sectors: 83%Scanning image sectors: 84%Scanning image sectors: 85%Scanning image sectors: 86%Scanning image sectors: 87%Scanning image sectors: 88%Scanning image sectors: 89%Scanning image sectors: 90%Scanning image sectors: 91%Scanning image sectors: 92%Scanning image sectors: 93%Scanning image sectors: 94%Scanning image sectors: 95%Scanning image sectors: 96%Scanning image sectors: 97%Scanning image sectors: 98%Scanning image sectors: 99%Scanning image sectors: 100%Encoding with Method RS01: 32 roots, 14.3% redundancy. -Ecc generation: 0.4%Ecc generation: 0.8%Ecc generation: 1.3%Ecc generation: 1.7%Ecc generation: 2.2%Ecc generation: 2.6%Ecc generation: 3.1%Ecc generation: 3.5%Ecc generation: 4.0%Ecc generation: 4.4%Ecc generation: 4.9%Ecc generation: 5.3%Ecc generation: 5.8%Ecc generation: 6.2%Ecc generation: 6.7%Ecc generation: 7.1%Ecc generation: 7.6%Ecc generation: 8.0%Ecc generation: 8.5%Ecc generation: 8.9%Ecc generation: 9.4%Ecc generation: 9.8%Ecc generation: 10.3%Ecc generation: 10.7%Ecc generation: 11.2%Ecc generation: 11.6%Ecc generation: 12.1%Ecc generation: 12.5%Ecc generation: 13.0%Ecc generation: 13.4%Ecc generation: 13.9%Ecc generation: 14.3%Ecc generation: 14.7%Ecc generation: 15.2%Ecc generation: 15.6%Ecc generation: 16.1%Ecc generation: 16.5%Ecc generation: 17.0%Ecc generation: 17.4%Ecc generation: 17.9%Ecc generation: 18.3%Ecc generation: 18.8%Ecc generation: 19.2%Ecc generation: 19.7%Ecc generation: 20.1%Ecc generation: 20.6%Ecc generation: 21.0%Ecc generation: 21.5%Ecc generation: 21.9%Ecc generation: 22.4%Ecc generation: 22.8%Ecc generation: 23.3%Ecc generation: 23.7%Ecc generation: 24.2%Ecc generation: 24.6%Ecc generation: 25.1%Ecc generation: 25.5%Ecc generation: 26.0%Ecc generation: 26.4%Ecc generation: 26.9%Ecc generation: 27.3%Ecc generation: 27.8%Ecc generation: 28.2%Ecc generation: 28.6%Ecc generation: 29.1%Ecc generation: 29.5%Ecc generation: 30.0%Ecc generation: 30.4%Ecc generation: 30.9%Ecc generation: 31.3%Ecc generation: 31.8%Ecc generation: 32.2%Ecc generation: 32.7%Ecc generation: 33.1%Ecc generation: 33.6%Ecc generation: 34.0%Ecc generation: 34.5%Ecc generation: 34.9%Ecc generation: 35.4%Ecc generation: 35.8%Ecc generation: 36.3%Ecc generation: 36.7%Ecc generation: 37.2%Ecc generation: 37.6%Ecc generation: 38.1%Ecc generation: 38.5%Ecc generation: 39.0%Ecc generation: 39.4%Ecc generation: 39.9%Ecc generation: 40.3%Ecc generation: 40.8%Ecc generation: 41.2%Ecc generation: 41.7%Ecc generation: 42.1%Ecc generation: 42.6%Ecc generation: 43.0%Ecc generation: 43.4%Ecc generation: 43.9%Ecc generation: 44.3%Ecc generation: 44.8%Ecc generation: 45.2%Ecc generation: 45.7%Ecc generation: 46.1%Ecc generation: 46.6%Ecc generation: 47.0%Ecc generation: 47.5%Ecc generation: 47.9%Ecc generation: 48.4%Ecc generation: 48.8%Ecc generation: 49.3%Ecc generation: 49.7%Ecc generation: 50.2%Ecc generation: 50.6%Ecc generation: 51.1%Ecc generation: 51.5%Ecc generation: 52.0%Ecc generation: 52.4%Ecc generation: 52.9%Ecc generation: 53.3%Ecc generation: 53.8%Ecc generation: 54.2%Ecc generation: 54.7%Ecc generation: 55.1%Ecc generation: 55.6%Ecc generation: 56.0%Ecc generation: 56.5%Ecc generation: 56.9%Ecc generation: 57.3%Ecc generation: 57.8%Ecc generation: 58.2%Ecc generation: 58.7%Ecc generation: 59.1%Ecc generation: 59.6%Ecc generation: 60.0%Ecc generation: 60.5%Ecc generation: 60.9%Ecc generation: 61.4%Ecc generation: 61.8%Ecc generation: 62.3%Ecc generation: 62.7%Ecc generation: 63.2%Ecc generation: 63.6%Ecc generation: 64.1%Ecc generation: 64.5%Ecc generation: 65.0%Ecc generation: 65.4%Ecc generation: 65.9%Ecc generation: 66.3%Ecc generation: 66.8%Ecc generation: 67.2%Ecc generation: 67.7%Ecc generation: 68.1%Ecc generation: 68.6%Ecc generation: 69.0%Ecc generation: 69.5%Ecc generation: 69.9%Ecc generation: 70.4%Ecc generation: 70.8%Ecc generation: 71.3%Ecc generation: 71.7%Ecc generation: 72.1%Ecc generation: 72.6%Ecc generation: 73.0%Ecc generation: 73.5%Ecc generation: 73.9%Ecc generation: 74.4%Ecc generation: 74.8%Ecc generation: 75.3%Ecc generation: 75.7%Ecc generation: 76.2%Ecc generation: 76.6%Ecc generation: 77.1%Ecc generation: 77.5%Ecc generation: 78.0%Ecc generation: 78.4%Ecc generation: 78.9%Ecc generation: 79.3%Ecc generation: 79.8%Ecc generation: 80.2%Ecc generation: 80.7%Ecc generation: 81.1%Ecc generation: 81.6%Ecc generation: 82.0%Ecc generation: 82.5%Ecc generation: 82.9%Ecc generation: 83.4%Ecc generation: 83.8%Ecc generation: 84.3%Ecc generation: 84.7%Ecc generation: 85.2%Ecc generation: 85.6%Ecc generation: 86.0%Ecc generation: 86.5%Ecc generation: 86.9%Ecc generation: 87.4%Ecc generation: 87.8%Ecc generation: 88.3%Ecc generation: 88.7%Ecc generation: 89.2%Ecc generation: 89.6%Ecc generation: 90.1%Ecc generation: 90.5%Ecc generation: 91.0%Ecc generation: 91.4%Ecc generation: 91.9%Ecc generation: 92.3%Ecc generation: 92.8%Ecc generation: 93.2%Ecc generation: 93.7%Ecc generation: 94.1%Ecc generation: 94.6%Ecc generation: 95.0%Ecc generation: 95.5%Ecc generation: 95.9%Ecc generation: 96.4%Ecc generation: 96.8%Ecc generation: 97.3%Ecc generation: 97.7%Ecc generation: 98.2%Ecc generation: 98.6%Ecc generation: 99.1%Ecc generation: 99.5%Ecc generation: 100.0%Ecc generation: 100.0% +All sectors successfully read. +CrcBuf contents, image path none (medium): + crcSize: 21000, dataSectors: 21000, coveredSectors: 21000, allSectors: 21000 + md5State: data_complete image_complete + data: 9503f278d4550a9507a317664481adf8 + full: 9503f278d4550a9507a317664481adf8 + fp sector: 16; 15c0fd35a0cfa0f83b9ccbd8604c2592 + missing crcs: 0 + +Opening rs01-tmp.iso +ExamineUDF(File: rs01-tmp.iso) + Examining the ISO file system... + Sector 16: + Volume descriptor type = 1 + Volume descriptor version = 1 + Standard identifier = CD001 + -> primary volume descriptor: + System identifier : | | + Volume identifier : |RANDOM IMAGE | + Volume space size : 21000 sectors + Volume set size : 1 + Volume sequence size : 1 + Logical block size : 2048 + Path table size : 10 bytes + L-Path table location : 19 + Opt L-Path table location : 0 + M-Path table location : 20 + Opt M-Path table location : 0 + Volume creation date/time : 16-07-2006 10:35:46.23 + Volume modification d/t : 16-07-2006 10:35:46.23 + Volume expiration d/t : 16-07-2106 10:35:46.23 + Volume effective d/t : 16-07-2006 10:35:46.23 + File structure version : 1 + Sector 17: + Volume descriptor type = 2 + Volume descriptor version = 1 + Standard identifier = CD001 + -> supplementary volume descriptor: *skipped* + Sector 18: + Volume descriptor type = 255 + Volume descriptor version = 1 + Standard identifier = CD001 + -> volume descriptor set terminator; + end of ISO file system parsing. + Examining the UDF file system... + not yet implemented. + +ExamineECC() started +...trying RS01 +...trying RS02 +RS02Recognize: file rs01-tmp.iso +try_sector: trying sector 21000 +try_sector: read error, trying next header +try_sector: trying sector 20850 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 4611686018427387904 +FindHeaderInMedium: Trying modulo 2305843009213693952 +FindHeaderInMedium: Trying modulo 1152921504606846976 +FindHeaderInMedium: Trying modulo 576460752303423488 +FindHeaderInMedium: Trying modulo 288230376151711744 +FindHeaderInMedium: Trying modulo 144115188075855872 +FindHeaderInMedium: Trying modulo 72057594037927936 +FindHeaderInMedium: Trying modulo 36028797018963968 +FindHeaderInMedium: Trying modulo 18014398509481984 +FindHeaderInMedium: Trying modulo 9007199254740992 +FindHeaderInMedium: Trying modulo 4503599627370496 +FindHeaderInMedium: Trying modulo 2251799813685248 +FindHeaderInMedium: Trying modulo 1125899906842624 +FindHeaderInMedium: Trying modulo 562949953421312 +FindHeaderInMedium: Trying modulo 281474976710656 +FindHeaderInMedium: Trying modulo 140737488355328 +FindHeaderInMedium: Trying modulo 70368744177664 +FindHeaderInMedium: Trying modulo 35184372088832 +FindHeaderInMedium: Trying modulo 17592186044416 +FindHeaderInMedium: Trying modulo 8796093022208 +FindHeaderInMedium: Trying modulo 4398046511104 +FindHeaderInMedium: Trying modulo 2199023255552 +FindHeaderInMedium: Trying modulo 1099511627776 +FindHeaderInMedium: Trying modulo 549755813888 +FindHeaderInMedium: Trying modulo 274877906944 +FindHeaderInMedium: Trying modulo 137438953472 +FindHeaderInMedium: Trying modulo 68719476736 +FindHeaderInMedium: Trying modulo 34359738368 +FindHeaderInMedium: Trying modulo 17179869184 +FindHeaderInMedium: Trying modulo 8589934592 +FindHeaderInMedium: Trying modulo 4294967296 +FindHeaderInMedium: Trying modulo 2147483648 +FindHeaderInMedium: Trying modulo 1073741824 +FindHeaderInMedium: Trying modulo 536870912 +FindHeaderInMedium: Trying modulo 268435456 +FindHeaderInMedium: Trying modulo 134217728 +FindHeaderInMedium: Trying modulo 67108864 +FindHeaderInMedium: Trying modulo 33554432 +FindHeaderInMedium: Trying modulo 16777216 +FindHeaderInMedium: Trying modulo 8388608 +FindHeaderInMedium: Trying modulo 4194304 +FindHeaderInMedium: Trying modulo 2097152 +FindHeaderInMedium: Trying modulo 1048576 +FindHeaderInMedium: Trying modulo 524288 +FindHeaderInMedium: Trying modulo 262144 +FindHeaderInMedium: Trying modulo 131072 +FindHeaderInMedium: Trying modulo 65536 +FindHeaderInMedium: Trying modulo 32768 +FindHeaderInMedium: Trying modulo 16384 +try_sector: trying sector 16384 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 8192 +Sector 16384 cached; skipping modulo +FindHeaderInMedium: Trying modulo 4096 +try_sector: trying sector 20480 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 2048 +Sector 20480 cached; skipping modulo +FindHeaderInMedium: Trying modulo 1024 +Sector 20480 cached; skipping modulo +FindHeaderInMedium: Trying modulo 512 +try_sector: trying sector 20992 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 256 +Sector 20992 cached; skipping modulo +FindHeaderInMedium: Trying modulo 128 +Sector 20992 cached; skipping modulo +FindHeaderInMedium: Trying modulo 64 +Sector 20992 cached; skipping modulo +FindHeaderInMedium: Trying modulo 32 +Sector 20992 cached; skipping modulo +...trying RS03 +RS03RecognizeImage: file rs01-tmp.iso +FindRS03HeaderInImage: file rs01-tmp.iso +RS03RecognizeImage: No EH, entering exhaustive search +.. trying layer size 1409 +Scanning layers for signatures. +- layer slice 0 +** All layers tested -> no RS03 data found +...no augmented image detected. +GetImageFingerprint(16): read & cached +: 21000 medium sectors. +CrcBufValid: buffer VALID +Encoding with Method RS01: 32 roots, 14.3% redundancy. Error correction file "rs01-tmp.ecc" created. Make sure to keep this file on a reliable medium. diff --git a/regtest/database/RS01_ecc_create_plus56 b/regtest/database/RS01_ecc_create_plus56 index 53ddea1..e5aac7a 100644 --- a/regtest/database/RS01_ecc_create_plus56 +++ b/regtest/database/RS01_ecc_create_plus56 @@ -6,7 +6,6 @@ under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. Opening rs01-plus56_bytes.iso: 21000 medium sectors and 56 bytes. -Scanning image sectors: 1%Scanning image sectors: 2%Scanning image sectors: 3%Scanning image sectors: 4%Scanning image sectors: 5%Scanning image sectors: 6%Scanning image sectors: 7%Scanning image sectors: 8%Scanning image sectors: 9%Scanning image sectors: 10%Scanning image sectors: 11%Scanning image sectors: 12%Scanning image sectors: 13%Scanning image sectors: 14%Scanning image sectors: 15%Scanning image sectors: 16%Scanning image sectors: 17%Scanning image sectors: 18%Scanning image sectors: 19%Scanning image sectors: 20%Scanning image sectors: 21%Scanning image sectors: 22%Scanning image sectors: 23%Scanning image sectors: 24%Scanning image sectors: 25%Scanning image sectors: 26%Scanning image sectors: 27%Scanning image sectors: 28%Scanning image sectors: 29%Scanning image sectors: 30%Scanning image sectors: 31%Scanning image sectors: 32%Scanning image sectors: 33%Scanning image sectors: 34%Scanning image sectors: 35%Scanning image sectors: 36%Scanning image sectors: 37%Scanning image sectors: 38%Scanning image sectors: 39%Scanning image sectors: 40%Scanning image sectors: 41%Scanning image sectors: 42%Scanning image sectors: 43%Scanning image sectors: 44%Scanning image sectors: 45%Scanning image sectors: 46%Scanning image sectors: 47%Scanning image sectors: 48%Scanning image sectors: 49%Scanning image sectors: 50%Scanning image sectors: 51%Scanning image sectors: 52%Scanning image sectors: 53%Scanning image sectors: 54%Scanning image sectors: 55%Scanning image sectors: 56%Scanning image sectors: 57%Scanning image sectors: 58%Scanning image sectors: 59%Scanning image sectors: 60%Scanning image sectors: 61%Scanning image sectors: 62%Scanning image sectors: 63%Scanning image sectors: 64%Scanning image sectors: 65%Scanning image sectors: 66%Scanning image sectors: 67%Scanning image sectors: 68%Scanning image sectors: 69%Scanning image sectors: 70%Scanning image sectors: 71%Scanning image sectors: 72%Scanning image sectors: 73%Scanning image sectors: 74%Scanning image sectors: 75%Scanning image sectors: 76%Scanning image sectors: 77%Scanning image sectors: 78%Scanning image sectors: 79%Scanning image sectors: 80%Scanning image sectors: 81%Scanning image sectors: 82%Scanning image sectors: 83%Scanning image sectors: 84%Scanning image sectors: 85%Scanning image sectors: 86%Scanning image sectors: 87%Scanning image sectors: 88%Scanning image sectors: 89%Scanning image sectors: 90%Scanning image sectors: 91%Scanning image sectors: 92%Scanning image sectors: 93%Scanning image sectors: 94%Scanning image sectors: 95%Scanning image sectors: 96%Scanning image sectors: 97%Scanning image sectors: 98%Scanning image sectors: 99%Scanning image sectors: 100%Encoding with Method RS01: 32 roots, 14.3% redundancy. -Ecc generation: 0.4%Ecc generation: 0.8%Ecc generation: 1.3%Ecc generation: 1.7%Ecc generation: 2.2%Ecc generation: 2.6%Ecc generation: 3.1%Ecc generation: 3.5%Ecc generation: 4.0%Ecc generation: 4.4%Ecc generation: 4.9%Ecc generation: 5.3%Ecc generation: 5.8%Ecc generation: 6.2%Ecc generation: 6.7%Ecc generation: 7.1%Ecc generation: 7.6%Ecc generation: 8.0%Ecc generation: 8.5%Ecc generation: 8.9%Ecc generation: 9.4%Ecc generation: 9.8%Ecc generation: 10.3%Ecc generation: 10.7%Ecc generation: 11.2%Ecc generation: 11.6%Ecc generation: 12.1%Ecc generation: 12.5%Ecc generation: 13.0%Ecc generation: 13.4%Ecc generation: 13.9%Ecc generation: 14.3%Ecc generation: 14.7%Ecc generation: 15.2%Ecc generation: 15.6%Ecc generation: 16.1%Ecc generation: 16.5%Ecc generation: 17.0%Ecc generation: 17.4%Ecc generation: 17.9%Ecc generation: 18.3%Ecc generation: 18.8%Ecc generation: 19.2%Ecc generation: 19.7%Ecc generation: 20.1%Ecc generation: 20.6%Ecc generation: 21.0%Ecc generation: 21.5%Ecc generation: 21.9%Ecc generation: 22.4%Ecc generation: 22.8%Ecc generation: 23.3%Ecc generation: 23.7%Ecc generation: 24.2%Ecc generation: 24.6%Ecc generation: 25.1%Ecc generation: 25.5%Ecc generation: 26.0%Ecc generation: 26.4%Ecc generation: 26.9%Ecc generation: 27.3%Ecc generation: 27.8%Ecc generation: 28.2%Ecc generation: 28.6%Ecc generation: 29.1%Ecc generation: 29.5%Ecc generation: 30.0%Ecc generation: 30.4%Ecc generation: 30.9%Ecc generation: 31.3%Ecc generation: 31.8%Ecc generation: 32.2%Ecc generation: 32.7%Ecc generation: 33.1%Ecc generation: 33.6%Ecc generation: 34.0%Ecc generation: 34.5%Ecc generation: 34.9%Ecc generation: 35.4%Ecc generation: 35.8%Ecc generation: 36.3%Ecc generation: 36.7%Ecc generation: 37.2%Ecc generation: 37.6%Ecc generation: 38.1%Ecc generation: 38.5%Ecc generation: 39.0%Ecc generation: 39.4%Ecc generation: 39.9%Ecc generation: 40.3%Ecc generation: 40.8%Ecc generation: 41.2%Ecc generation: 41.7%Ecc generation: 42.1%Ecc generation: 42.6%Ecc generation: 43.0%Ecc generation: 43.4%Ecc generation: 43.9%Ecc generation: 44.3%Ecc generation: 44.8%Ecc generation: 45.2%Ecc generation: 45.7%Ecc generation: 46.1%Ecc generation: 46.6%Ecc generation: 47.0%Ecc generation: 47.5%Ecc generation: 47.9%Ecc generation: 48.4%Ecc generation: 48.8%Ecc generation: 49.3%Ecc generation: 49.7%Ecc generation: 50.2%Ecc generation: 50.6%Ecc generation: 51.1%Ecc generation: 51.5%Ecc generation: 52.0%Ecc generation: 52.4%Ecc generation: 52.9%Ecc generation: 53.3%Ecc generation: 53.8%Ecc generation: 54.2%Ecc generation: 54.7%Ecc generation: 55.1%Ecc generation: 55.6%Ecc generation: 56.0%Ecc generation: 56.5%Ecc generation: 56.9%Ecc generation: 57.3%Ecc generation: 57.8%Ecc generation: 58.2%Ecc generation: 58.7%Ecc generation: 59.1%Ecc generation: 59.6%Ecc generation: 60.0%Ecc generation: 60.5%Ecc generation: 60.9%Ecc generation: 61.4%Ecc generation: 61.8%Ecc generation: 62.3%Ecc generation: 62.7%Ecc generation: 63.2%Ecc generation: 63.6%Ecc generation: 64.1%Ecc generation: 64.5%Ecc generation: 65.0%Ecc generation: 65.4%Ecc generation: 65.9%Ecc generation: 66.3%Ecc generation: 66.8%Ecc generation: 67.2%Ecc generation: 67.7%Ecc generation: 68.1%Ecc generation: 68.6%Ecc generation: 69.0%Ecc generation: 69.5%Ecc generation: 69.9%Ecc generation: 70.4%Ecc generation: 70.8%Ecc generation: 71.3%Ecc generation: 71.7%Ecc generation: 72.1%Ecc generation: 72.6%Ecc generation: 73.0%Ecc generation: 73.5%Ecc generation: 73.9%Ecc generation: 74.4%Ecc generation: 74.8%Ecc generation: 75.3%Ecc generation: 75.7%Ecc generation: 76.2%Ecc generation: 76.6%Ecc generation: 77.1%Ecc generation: 77.5%Ecc generation: 78.0%Ecc generation: 78.4%Ecc generation: 78.9%Ecc generation: 79.3%Ecc generation: 79.8%Ecc generation: 80.2%Ecc generation: 80.7%Ecc generation: 81.1%Ecc generation: 81.6%Ecc generation: 82.0%Ecc generation: 82.5%Ecc generation: 82.9%Ecc generation: 83.4%Ecc generation: 83.8%Ecc generation: 84.3%Ecc generation: 84.7%Ecc generation: 85.2%Ecc generation: 85.6%Ecc generation: 86.0%Ecc generation: 86.5%Ecc generation: 86.9%Ecc generation: 87.4%Ecc generation: 87.8%Ecc generation: 88.3%Ecc generation: 88.7%Ecc generation: 89.2%Ecc generation: 89.6%Ecc generation: 90.1%Ecc generation: 90.5%Ecc generation: 91.0%Ecc generation: 91.4%Ecc generation: 91.9%Ecc generation: 92.3%Ecc generation: 92.8%Ecc generation: 93.2%Ecc generation: 93.7%Ecc generation: 94.1%Ecc generation: 94.6%Ecc generation: 95.0%Ecc generation: 95.5%Ecc generation: 95.9%Ecc generation: 96.4%Ecc generation: 96.8%Ecc generation: 97.3%Ecc generation: 97.7%Ecc generation: 98.2%Ecc generation: 98.6%Ecc generation: 99.1%Ecc generation: 99.5%Ecc generation: 100.0%Ecc generation: 100.0% +Encoding with Method RS01: 32 roots, 14.3% redundancy. Error correction file "rs01-tmp.ecc" created. Make sure to keep this file on a reliable medium. diff --git a/regtest/database/RS01_ecc_header_crc_error b/regtest/database/RS01_ecc_header_crc_error index 56cf7e4..88c6981 100644 --- a/regtest/database/RS01_ecc_header_crc_error +++ b/regtest/database/RS01_ecc_header_crc_error @@ -6,7 +6,7 @@ under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. rs01-master.iso: present, contains 21000 medium sectors. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%- good image : all sectors present +- good image : all sectors present - image md5sum : 9503f278d4550a9507a317664481adf8 rs01-tmp.ecc: created by dvdisaster-0.80 @@ -16,5 +16,5 @@ rs01-tmp.ecc: created by dvdisaster-0.80 - image md5sum : 9503f278d4550a9507a317664481adf8 (good) * fingerprint match: MISMATCH - .iso and .ecc don't belong together! - ecc blocks : 194560 (good) -- ecc md5sum : 0%- ecc md5sum : 1%- ecc md5sum : 2%- ecc md5sum : 3%- ecc md5sum : 4%- ecc md5sum : 5%- ecc md5sum : 6%- ecc md5sum : 7%- ecc md5sum : 8%- ecc md5sum : 9%- ecc md5sum : 10%- ecc md5sum : 11%- ecc md5sum : 12%- ecc md5sum : 13%- ecc md5sum : 14%- ecc md5sum : 15%- ecc md5sum : 16%- ecc md5sum : 17%- ecc md5sum : 18%- ecc md5sum : 19%- ecc md5sum : 20%- ecc md5sum : 21%- ecc md5sum : 22%- ecc md5sum : 23%- ecc md5sum : 24%- ecc md5sum : 25%- ecc md5sum : 26%- ecc md5sum : 27%- ecc md5sum : 28%- ecc md5sum : 29%- ecc md5sum : 30%- ecc md5sum : 31%- ecc md5sum : 32%- ecc md5sum : 33%- ecc md5sum : 34%- ecc md5sum : 35%- ecc md5sum : 36%- ecc md5sum : 37%- ecc md5sum : 38%- ecc md5sum : 39%- ecc md5sum : 40%- ecc md5sum : 41%- ecc md5sum : 42%- ecc md5sum : 43%- ecc md5sum : 44%- ecc md5sum : 45%- ecc md5sum : 46%- ecc md5sum : 47%- ecc md5sum : 48%- ecc md5sum : 49%- ecc md5sum : 50%- ecc md5sum : 51%- ecc md5sum : 52%- ecc md5sum : 53%- ecc md5sum : 54%- ecc md5sum : 55%- ecc md5sum : 56%- ecc md5sum : 57%- ecc md5sum : 58%- ecc md5sum : 59%- ecc md5sum : 60%- ecc md5sum : 61%- ecc md5sum : 62%- ecc md5sum : 63%- ecc md5sum : 64%- ecc md5sum : 65%- ecc md5sum : 66%- ecc md5sum : 67%- ecc md5sum : 68%- ecc md5sum : 69%- ecc md5sum : 70%- ecc md5sum : 71%- ecc md5sum : 72%- ecc md5sum : 73%- ecc md5sum : 74%- ecc md5sum : 75%- ecc md5sum : 76%- ecc md5sum : 77%- ecc md5sum : 78%- ecc md5sum : 79%- ecc md5sum : 80%- ecc md5sum : 81%- ecc md5sum : 82%- ecc md5sum : 83%- ecc md5sum : 84%- ecc md5sum : 85%- ecc md5sum : 86%- ecc md5sum : 87%- ecc md5sum : 88%- ecc md5sum : 89%- ecc md5sum : 90%- ecc md5sum : 91%- ecc md5sum : 92%- ecc md5sum : 93%- ecc md5sum : 94%- ecc md5sum : 95%- ecc md5sum : 96%- ecc md5sum : 97%- ecc md5sum : 98%- ecc md5sum : 99%- ecc md5sum : 100%- ecc md5sum : 2c9545f3ec387a9ce8b50e152cf39c17 (good) +- ecc md5sum : 2c9545f3ec387a9ce8b50e152cf39c17 (good) diff --git a/regtest/database/RS01_ecc_missing_sectors b/regtest/database/RS01_ecc_missing_sectors index 585b7e1..7c425ca 100644 --- a/regtest/database/RS01_ecc_missing_sectors +++ b/regtest/database/RS01_ecc_missing_sectors @@ -6,7 +6,7 @@ under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. Opening rs01-tmp.iso: 21000 medium sectors. -Scanning image sectors: 1%Scanning image sectors: 2%Scanning image sectors: 3%Scanning image sectors: 4%Scanning image sectors: 5%Scanning image sectors: 6%Scanning image sectors: 7%Scanning image sectors: 8%Scanning image sectors: 9%Scanning image sectors: 10%Scanning image sectors: 11%Scanning image sectors: 12%Scanning image sectors: 13%Scanning image sectors: 14%Scanning image sectors: 15%Scanning image sectors: 16%Scanning image sectors: 17%Scanning image sectors: 18%Scanning image sectors: 19%Scanning image sectors: 20%Scanning image sectors: 21%Scanning image sectors: 22%Scanning image sectors: 23%Scanning image sectors: 24%Scanning image sectors: 25%Scanning image sectors: 26%Scanning image sectors: 27%Scanning image sectors: 28%Scanning image sectors: 29%Scanning image sectors: 30%Scanning image sectors: 31%Scanning image sectors: 32%Scanning image sectors: 33%Scanning image sectors: 34%Scanning image sectors: 35%Scanning image sectors: 36%Scanning image sectors: 37%Scanning image sectors: 38%Scanning image sectors: 39%Scanning image sectors: 40%Scanning image sectors: 41%Scanning image sectors: 42%Scanning image sectors: 43%Scanning image sectors: 44%Scanning image sectors: 45%Scanning image sectors: 46%Scanning image sectors: 47%Scanning image sectors: 48%Scanning image sectors: 49%Scanning image sectors: 50%Scanning image sectors: 51%Scanning image sectors: 52%Scanning image sectors: 53%Scanning image sectors: 54%Scanning image sectors: 55%Scanning image sectors: 56%Scanning image sectors: 57%Scanning image sectors: 58%Scanning image sectors: 59%Scanning image sectors: 60%Scanning image sectors: 61%Scanning image sectors: 62%Scanning image sectors: 63%Scanning image sectors: 64%Scanning image sectors: 65%Scanning image sectors: 66%Scanning image sectors: 67%Scanning image sectors: 68%Scanning image sectors: 69%Scanning image sectors: 70%Scanning image sectors: 71%Scanning image sectors: 72%Scanning image sectors: 73%Scanning image sectors: 74%Scanning image sectors: 75%Scanning image sectors: 76%Scanning image sectors: 77%Scanning image sectors: 78%Scanning image sectors: 79%Scanning image sectors: 80%Scanning image sectors: 81%Scanning image sectors: 82%Scanning image sectors: 83%Scanning image sectors: 84%Scanning image sectors: 85%Scanning image sectors: 86%Scanning image sectors: 87%Scanning image sectors: 88%Scanning image sectors: 89%Scanning image sectors: 90%Scanning image sectors: 91%Scanning image sectors: 92%Scanning image sectors: 93%Scanning image sectors: 94%Scanning image sectors: 95%Scanning image sectors: 96%Scanning image sectors: 97%Scanning image sectors: 98%Scanning image sectors: 99%Scanning image sectors: 100% + * * dvdisaster - can not continue: * diff --git a/regtest/database/RS01_ecc_no_write_perm b/regtest/database/RS01_ecc_no_write_perm index a2e6f40..8ffc545 100644 --- a/regtest/database/RS01_ecc_no_write_perm +++ b/regtest/database/RS01_ecc_no_write_perm @@ -6,7 +6,6 @@ under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. Opening rs01-master.iso: 21000 medium sectors. -Scanning image sectors: 1%Scanning image sectors: 2%Scanning image sectors: 3%Scanning image sectors: 4%Scanning image sectors: 5%Scanning image sectors: 6%Scanning image sectors: 7%Scanning image sectors: 8%Scanning image sectors: 9%Scanning image sectors: 10%Scanning image sectors: 11%Scanning image sectors: 12%Scanning image sectors: 13%Scanning image sectors: 14%Scanning image sectors: 15%Scanning image sectors: 16%Scanning image sectors: 17%Scanning image sectors: 18%Scanning image sectors: 19%Scanning image sectors: 20%Scanning image sectors: 21%Scanning image sectors: 22%Scanning image sectors: 23%Scanning image sectors: 24%Scanning image sectors: 25%Scanning image sectors: 26%Scanning image sectors: 27%Scanning image sectors: 28%Scanning image sectors: 29%Scanning image sectors: 30%Scanning image sectors: 31%Scanning image sectors: 32%Scanning image sectors: 33%Scanning image sectors: 34%Scanning image sectors: 35%Scanning image sectors: 36%Scanning image sectors: 37%Scanning image sectors: 38%Scanning image sectors: 39%Scanning image sectors: 40%Scanning image sectors: 41%Scanning image sectors: 42%Scanning image sectors: 43%Scanning image sectors: 44%Scanning image sectors: 45%Scanning image sectors: 46%Scanning image sectors: 47%Scanning image sectors: 48%Scanning image sectors: 49%Scanning image sectors: 50%Scanning image sectors: 51%Scanning image sectors: 52%Scanning image sectors: 53%Scanning image sectors: 54%Scanning image sectors: 55%Scanning image sectors: 56%Scanning image sectors: 57%Scanning image sectors: 58%Scanning image sectors: 59%Scanning image sectors: 60%Scanning image sectors: 61%Scanning image sectors: 62%Scanning image sectors: 63%Scanning image sectors: 64%Scanning image sectors: 65%Scanning image sectors: 66%Scanning image sectors: 67%Scanning image sectors: 68%Scanning image sectors: 69%Scanning image sectors: 70%Scanning image sectors: 71%Scanning image sectors: 72%Scanning image sectors: 73%Scanning image sectors: 74%Scanning image sectors: 75%Scanning image sectors: 76%Scanning image sectors: 77%Scanning image sectors: 78%Scanning image sectors: 79%Scanning image sectors: 80%Scanning image sectors: 81%Scanning image sectors: 82%Scanning image sectors: 83%Scanning image sectors: 84%Scanning image sectors: 85%Scanning image sectors: 86%Scanning image sectors: 87%Scanning image sectors: 88%Scanning image sectors: 89%Scanning image sectors: 90%Scanning image sectors: 91%Scanning image sectors: 92%Scanning image sectors: 93%Scanning image sectors: 94%Scanning image sectors: 95%Scanning image sectors: 96%Scanning image sectors: 97%Scanning image sectors: 98%Scanning image sectors: 99%Scanning image sectors: 100%Encoding with Method RS01: 32 roots, 14.3% redundancy. -Ecc generation: 0.4%Ecc generation: 0.8%Ecc generation: 1.3%Ecc generation: 1.7%Ecc generation: 2.2%Ecc generation: 2.6%Ecc generation: 3.1%Ecc generation: 3.5%Ecc generation: 4.0%Ecc generation: 4.4%Ecc generation: 4.9%Ecc generation: 5.3%Ecc generation: 5.8%Ecc generation: 6.2%Ecc generation: 6.7%Ecc generation: 7.1%Ecc generation: 7.6%Ecc generation: 8.0%Ecc generation: 8.5%Ecc generation: 8.9%Ecc generation: 9.4%Ecc generation: 9.8%Ecc generation: 10.3%Ecc generation: 10.7%Ecc generation: 11.2%Ecc generation: 11.6%Ecc generation: 12.1%Ecc generation: 12.5%Ecc generation: 13.0%Ecc generation: 13.4%Ecc generation: 13.9%Ecc generation: 14.3%Ecc generation: 14.7%Ecc generation: 15.2%Ecc generation: 15.6%Ecc generation: 16.1%Ecc generation: 16.5%Ecc generation: 17.0%Ecc generation: 17.4%Ecc generation: 17.9%Ecc generation: 18.3%Ecc generation: 18.8%Ecc generation: 19.2%Ecc generation: 19.7%Ecc generation: 20.1%Ecc generation: 20.6%Ecc generation: 21.0%Ecc generation: 21.5%Ecc generation: 21.9%Ecc generation: 22.4%Ecc generation: 22.8%Ecc generation: 23.3%Ecc generation: 23.7%Ecc generation: 24.2%Ecc generation: 24.6%Ecc generation: 25.1%Ecc generation: 25.5%Ecc generation: 26.0%Ecc generation: 26.4%Ecc generation: 26.9%Ecc generation: 27.3%Ecc generation: 27.8%Ecc generation: 28.2%Ecc generation: 28.6%Ecc generation: 29.1%Ecc generation: 29.5%Ecc generation: 30.0%Ecc generation: 30.4%Ecc generation: 30.9%Ecc generation: 31.3%Ecc generation: 31.8%Ecc generation: 32.2%Ecc generation: 32.7%Ecc generation: 33.1%Ecc generation: 33.6%Ecc generation: 34.0%Ecc generation: 34.5%Ecc generation: 34.9%Ecc generation: 35.4%Ecc generation: 35.8%Ecc generation: 36.3%Ecc generation: 36.7%Ecc generation: 37.2%Ecc generation: 37.6%Ecc generation: 38.1%Ecc generation: 38.5%Ecc generation: 39.0%Ecc generation: 39.4%Ecc generation: 39.9%Ecc generation: 40.3%Ecc generation: 40.8%Ecc generation: 41.2%Ecc generation: 41.7%Ecc generation: 42.1%Ecc generation: 42.6%Ecc generation: 43.0%Ecc generation: 43.4%Ecc generation: 43.9%Ecc generation: 44.3%Ecc generation: 44.8%Ecc generation: 45.2%Ecc generation: 45.7%Ecc generation: 46.1%Ecc generation: 46.6%Ecc generation: 47.0%Ecc generation: 47.5%Ecc generation: 47.9%Ecc generation: 48.4%Ecc generation: 48.8%Ecc generation: 49.3%Ecc generation: 49.7%Ecc generation: 50.2%Ecc generation: 50.6%Ecc generation: 51.1%Ecc generation: 51.5%Ecc generation: 52.0%Ecc generation: 52.4%Ecc generation: 52.9%Ecc generation: 53.3%Ecc generation: 53.8%Ecc generation: 54.2%Ecc generation: 54.7%Ecc generation: 55.1%Ecc generation: 55.6%Ecc generation: 56.0%Ecc generation: 56.5%Ecc generation: 56.9%Ecc generation: 57.3%Ecc generation: 57.8%Ecc generation: 58.2%Ecc generation: 58.7%Ecc generation: 59.1%Ecc generation: 59.6%Ecc generation: 60.0%Ecc generation: 60.5%Ecc generation: 60.9%Ecc generation: 61.4%Ecc generation: 61.8%Ecc generation: 62.3%Ecc generation: 62.7%Ecc generation: 63.2%Ecc generation: 63.6%Ecc generation: 64.1%Ecc generation: 64.5%Ecc generation: 65.0%Ecc generation: 65.4%Ecc generation: 65.9%Ecc generation: 66.3%Ecc generation: 66.8%Ecc generation: 67.2%Ecc generation: 67.7%Ecc generation: 68.1%Ecc generation: 68.6%Ecc generation: 69.0%Ecc generation: 69.5%Ecc generation: 69.9%Ecc generation: 70.4%Ecc generation: 70.8%Ecc generation: 71.3%Ecc generation: 71.7%Ecc generation: 72.1%Ecc generation: 72.6%Ecc generation: 73.0%Ecc generation: 73.5%Ecc generation: 73.9%Ecc generation: 74.4%Ecc generation: 74.8%Ecc generation: 75.3%Ecc generation: 75.7%Ecc generation: 76.2%Ecc generation: 76.6%Ecc generation: 77.1%Ecc generation: 77.5%Ecc generation: 78.0%Ecc generation: 78.4%Ecc generation: 78.9%Ecc generation: 79.3%Ecc generation: 79.8%Ecc generation: 80.2%Ecc generation: 80.7%Ecc generation: 81.1%Ecc generation: 81.6%Ecc generation: 82.0%Ecc generation: 82.5%Ecc generation: 82.9%Ecc generation: 83.4%Ecc generation: 83.8%Ecc generation: 84.3%Ecc generation: 84.7%Ecc generation: 85.2%Ecc generation: 85.6%Ecc generation: 86.0%Ecc generation: 86.5%Ecc generation: 86.9%Ecc generation: 87.4%Ecc generation: 87.8%Ecc generation: 88.3%Ecc generation: 88.7%Ecc generation: 89.2%Ecc generation: 89.6%Ecc generation: 90.1%Ecc generation: 90.5%Ecc generation: 91.0%Ecc generation: 91.4%Ecc generation: 91.9%Ecc generation: 92.3%Ecc generation: 92.8%Ecc generation: 93.2%Ecc generation: 93.7%Ecc generation: 94.1%Ecc generation: 94.6%Ecc generation: 95.0%Ecc generation: 95.5%Ecc generation: 95.9%Ecc generation: 96.4%Ecc generation: 96.8%Ecc generation: 97.3%Ecc generation: 97.7%Ecc generation: 98.2%Ecc generation: 98.6%Ecc generation: 99.1%Ecc generation: 99.5%Ecc generation: 100.0%Ecc generation: 100.0% +Encoding with Method RS01: 32 roots, 14.3% redundancy. Error correction file "rs01-tmp.ecc" created. Make sure to keep this file on a reliable medium. diff --git a/regtest/database/RS01_ecc_plus56_bytes b/regtest/database/RS01_ecc_plus56_bytes index b98e300..280b2d7 100644 --- a/regtest/database/RS01_ecc_plus56_bytes +++ b/regtest/database/RS01_ecc_plus56_bytes @@ -13,5 +13,5 @@ rs01-plus56_bytes.ecc: created by dvdisaster-0.80 - medium sectors : 21000 sectors + 56 bytes - image md5sum : 5682971ebd79a980cc31de3a21cde3d1 - ecc blocks : 194560 (good) -- ecc md5sum : 0%- ecc md5sum : 1%- ecc md5sum : 2%- ecc md5sum : 3%- ecc md5sum : 4%- ecc md5sum : 5%- ecc md5sum : 6%- ecc md5sum : 7%- ecc md5sum : 8%- ecc md5sum : 9%- ecc md5sum : 10%- ecc md5sum : 11%- ecc md5sum : 12%- ecc md5sum : 13%- ecc md5sum : 14%- ecc md5sum : 15%- ecc md5sum : 16%- ecc md5sum : 17%- ecc md5sum : 18%- ecc md5sum : 19%- ecc md5sum : 20%- ecc md5sum : 21%- ecc md5sum : 22%- ecc md5sum : 23%- ecc md5sum : 24%- ecc md5sum : 25%- ecc md5sum : 26%- ecc md5sum : 27%- ecc md5sum : 28%- ecc md5sum : 29%- ecc md5sum : 30%- ecc md5sum : 31%- ecc md5sum : 32%- ecc md5sum : 33%- ecc md5sum : 34%- ecc md5sum : 35%- ecc md5sum : 36%- ecc md5sum : 37%- ecc md5sum : 38%- ecc md5sum : 39%- ecc md5sum : 40%- ecc md5sum : 41%- ecc md5sum : 42%- ecc md5sum : 43%- ecc md5sum : 44%- ecc md5sum : 45%- ecc md5sum : 46%- ecc md5sum : 47%- ecc md5sum : 48%- ecc md5sum : 49%- ecc md5sum : 50%- ecc md5sum : 51%- ecc md5sum : 52%- ecc md5sum : 53%- ecc md5sum : 54%- ecc md5sum : 55%- ecc md5sum : 56%- ecc md5sum : 57%- ecc md5sum : 58%- ecc md5sum : 59%- ecc md5sum : 60%- ecc md5sum : 61%- ecc md5sum : 62%- ecc md5sum : 63%- ecc md5sum : 64%- ecc md5sum : 65%- ecc md5sum : 66%- ecc md5sum : 67%- ecc md5sum : 68%- ecc md5sum : 69%- ecc md5sum : 70%- ecc md5sum : 71%- ecc md5sum : 72%- ecc md5sum : 73%- ecc md5sum : 74%- ecc md5sum : 75%- ecc md5sum : 76%- ecc md5sum : 77%- ecc md5sum : 78%- ecc md5sum : 79%- ecc md5sum : 80%- ecc md5sum : 81%- ecc md5sum : 82%- ecc md5sum : 83%- ecc md5sum : 84%- ecc md5sum : 85%- ecc md5sum : 86%- ecc md5sum : 87%- ecc md5sum : 88%- ecc md5sum : 89%- ecc md5sum : 90%- ecc md5sum : 91%- ecc md5sum : 92%- ecc md5sum : 93%- ecc md5sum : 94%- ecc md5sum : 95%- ecc md5sum : 96%- ecc md5sum : 97%- ecc md5sum : 98%- ecc md5sum : 99%- ecc md5sum : 100%- ecc md5sum : 7d9fc305cb58bcfb371a1cc8f79b89c9 (good) +- ecc md5sum : 7d9fc305cb58bcfb371a1cc8f79b89c9 (good) diff --git a/regtest/database/RS01_ecc_recreate_after_read_rs01 b/regtest/database/RS01_ecc_recreate_after_read_rs01 index 51bceae..75d9ba1 100644 --- a/regtest/database/RS01_ecc_recreate_after_read_rs01 +++ b/regtest/database/RS01_ecc_recreate_after_read_rs01 @@ -4,18 +4,241 @@ This software comes with ABSOLUTELY NO WARRANTY. This is free software and you are welcome to redistribute it under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. +# *** OpenImageFromDevice(sim-cd) *** +# InquireDevice returned: Simulated CD drive 1.00 Device: sim-cd, Simulated CD drive 1.00 +# *** query_type(Simulated CD drive 1.00, 0) *** +# *** get_configuration(Simulated CD drive 1.00) *** +# 8 data len, 9 current +-> profile 9: CD-R +# trying READ DISC INFORMATION for size +# size returned is 32 +# trying READ DISC INFORMATION for real info +0000: 00 20 1e 00 00 00 00 00 00 00 00 00 00 00 00 00 . ...... ........ +0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........ +# status is 1e, disc type 0 +#CD: starting media probe +#CD: querying size of READ TOC/PMA/ATIP (for TOC) +#CD: size returned is 12 +#CD: querying real READ TOC/PMA/ATIP (for TOC) +0000: 00 0a 00 00 00 14 00 00 00 00 00 00 ........ .... +#CD: control is 0x14 +#CD: querying size of READ TOC/PMA/ATIP (for full TOC) +# Warning: Realigning length from 26 to 24 +#CD: size returned is 24 +#CD: querying real READ TOC/PMA/ATIP (for full TOC) +0000: 00 18 00 01 00 00 00 a0 00 00 00 00 00 00 00 00 ........ ........ +0010: 00 00 00 00 00 00 00 00 ........ +#CD: 1 sessions +#CD: CD medium detected, type: CD-R mode 1 +# query_type() returned. +# deciding reading strategy... Using READ CD. +GetImageFingerprint(16): read & cached + +ExamineUDF(Device: Simulated CD drive 1.00) + Examining the ISO file system... + Sector 16: + Volume descriptor type = 1 + Volume descriptor version = 1 + Standard identifier = CD001 + -> primary volume descriptor: + System identifier : | | + Volume identifier : |RANDOM IMAGE | + Volume space size : 21000 sectors + Volume set size : 1 + Volume sequence size : 1 + Logical block size : 2048 + Path table size : 10 bytes + L-Path table location : 19 + Opt L-Path table location : 0 + M-Path table location : 20 + Opt M-Path table location : 0 + Volume creation date/time : 16-07-2006 10:35:46.23 + Volume modification d/t : 16-07-2006 10:35:46.23 + Volume expiration d/t : 16-07-2106 10:35:46.23 + Volume effective d/t : 16-07-2006 10:35:46.23 + File structure version : 1 + Sector 17: + Volume descriptor type = 2 + Volume descriptor version = 1 + Standard identifier = CD001 + -> supplementary volume descriptor: *skipped* + Sector 18: + Volume descriptor type = 255 + Volume descriptor version = 1 + Standard identifier = CD001 + -> volume descriptor set terminator; + end of ISO file system parsing. + Examining the UDF file system... + not yet implemented. + +# *** read_capacity(Simulated CD drive 1.00) *** + -> 20999 +ExamineECC() started +...trying RS01 +...trying RS02 +RS02Recognize: medium sim-cd +try_sector: trying sector 21000 +try_sector: read error, trying next header +try_sector: trying sector 20850 +try_sector: no cookie, skipping current modulo +RS02Recognize: skipping exhaustive RS02 search +...trying RS03 +RS03RecognizeImage: medium sim-cd +FindRS03HeaderInImage: medium sim-cd +RS03RecognizeImage: skipping exhaustive RS03 search +...no augmented image detected. +# Calling query_size() +# *** query_size(Simulated CD drive 1.00) *** +Medium size could NOT be determined from ECC header. +Medium size obtained from ISO/UDF file system: 21000 sectors +# returned: 21000 sectors Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. +GetImageFingerprint(16): cached Creating new rs01-tmp.iso image. Reading CRC information from ecc data (RS01) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) -All sectors successfully read. Checksums match. -Opening rs01-tmp.iso: 21000 medium sectors. -Scanning image sectors: 1%Scanning image sectors: 2%Scanning image sectors: 3%Scanning image sectors: 4%Scanning image sectors: 5%Scanning image sectors: 6%Scanning image sectors: 7%Scanning image sectors: 8%Scanning image sectors: 9%Scanning image sectors: 10%Scanning image sectors: 11%Scanning image sectors: 12%Scanning image sectors: 13%Scanning image sectors: 14%Scanning image sectors: 15%Scanning image sectors: 16%Scanning image sectors: 17%Scanning image sectors: 18%Scanning image sectors: 19%Scanning image sectors: 20%Scanning image sectors: 21%Scanning image sectors: 22%Scanning image sectors: 23%Scanning image sectors: 24%Scanning image sectors: 25%Scanning image sectors: 26%Scanning image sectors: 27%Scanning image sectors: 28%Scanning image sectors: 29%Scanning image sectors: 30%Scanning image sectors: 31%Scanning image sectors: 32%Scanning image sectors: 33%Scanning image sectors: 34%Scanning image sectors: 35%Scanning image sectors: 36%Scanning image sectors: 37%Scanning image sectors: 38%Scanning image sectors: 39%Scanning image sectors: 40%Scanning image sectors: 41%Scanning image sectors: 42%Scanning image sectors: 43%Scanning image sectors: 44%Scanning image sectors: 45%Scanning image sectors: 46%Scanning image sectors: 47%Scanning image sectors: 48%Scanning image sectors: 49%Scanning image sectors: 50%Scanning image sectors: 51%Scanning image sectors: 52%Scanning image sectors: 53%Scanning image sectors: 54%Scanning image sectors: 55%Scanning image sectors: 56%Scanning image sectors: 57%Scanning image sectors: 58%Scanning image sectors: 59%Scanning image sectors: 60%Scanning image sectors: 61%Scanning image sectors: 62%Scanning image sectors: 63%Scanning image sectors: 64%Scanning image sectors: 65%Scanning image sectors: 66%Scanning image sectors: 67%Scanning image sectors: 68%Scanning image sectors: 69%Scanning image sectors: 70%Scanning image sectors: 71%Scanning image sectors: 72%Scanning image sectors: 73%Scanning image sectors: 74%Scanning image sectors: 75%Scanning image sectors: 76%Scanning image sectors: 77%Scanning image sectors: 78%Scanning image sectors: 79%Scanning image sectors: 80%Scanning image sectors: 81%Scanning image sectors: 82%Scanning image sectors: 83%Scanning image sectors: 84%Scanning image sectors: 85%Scanning image sectors: 86%Scanning image sectors: 87%Scanning image sectors: 88%Scanning image sectors: 89%Scanning image sectors: 90%Scanning image sectors: 91%Scanning image sectors: 92%Scanning image sectors: 93%Scanning image sectors: 94%Scanning image sectors: 95%Scanning image sectors: 96%Scanning image sectors: 97%Scanning image sectors: 98%Scanning image sectors: 99%Scanning image sectors: 100%Encoding with Method RS01: 32 roots, 14.3% redundancy. -Ecc generation: 0.4%Ecc generation: 0.8%Ecc generation: 1.3%Ecc generation: 1.7%Ecc generation: 2.2%Ecc generation: 2.6%Ecc generation: 3.1%Ecc generation: 3.5%Ecc generation: 4.0%Ecc generation: 4.4%Ecc generation: 4.9%Ecc generation: 5.3%Ecc generation: 5.8%Ecc generation: 6.2%Ecc generation: 6.7%Ecc generation: 7.1%Ecc generation: 7.6%Ecc generation: 8.0%Ecc generation: 8.5%Ecc generation: 8.9%Ecc generation: 9.4%Ecc generation: 9.8%Ecc generation: 10.3%Ecc generation: 10.7%Ecc generation: 11.2%Ecc generation: 11.6%Ecc generation: 12.1%Ecc generation: 12.5%Ecc generation: 13.0%Ecc generation: 13.4%Ecc generation: 13.9%Ecc generation: 14.3%Ecc generation: 14.7%Ecc generation: 15.2%Ecc generation: 15.6%Ecc generation: 16.1%Ecc generation: 16.5%Ecc generation: 17.0%Ecc generation: 17.4%Ecc generation: 17.9%Ecc generation: 18.3%Ecc generation: 18.8%Ecc generation: 19.2%Ecc generation: 19.7%Ecc generation: 20.1%Ecc generation: 20.6%Ecc generation: 21.0%Ecc generation: 21.5%Ecc generation: 21.9%Ecc generation: 22.4%Ecc generation: 22.8%Ecc generation: 23.3%Ecc generation: 23.7%Ecc generation: 24.2%Ecc generation: 24.6%Ecc generation: 25.1%Ecc generation: 25.5%Ecc generation: 26.0%Ecc generation: 26.4%Ecc generation: 26.9%Ecc generation: 27.3%Ecc generation: 27.8%Ecc generation: 28.2%Ecc generation: 28.6%Ecc generation: 29.1%Ecc generation: 29.5%Ecc generation: 30.0%Ecc generation: 30.4%Ecc generation: 30.9%Ecc generation: 31.3%Ecc generation: 31.8%Ecc generation: 32.2%Ecc generation: 32.7%Ecc generation: 33.1%Ecc generation: 33.6%Ecc generation: 34.0%Ecc generation: 34.5%Ecc generation: 34.9%Ecc generation: 35.4%Ecc generation: 35.8%Ecc generation: 36.3%Ecc generation: 36.7%Ecc generation: 37.2%Ecc generation: 37.6%Ecc generation: 38.1%Ecc generation: 38.5%Ecc generation: 39.0%Ecc generation: 39.4%Ecc generation: 39.9%Ecc generation: 40.3%Ecc generation: 40.8%Ecc generation: 41.2%Ecc generation: 41.7%Ecc generation: 42.1%Ecc generation: 42.6%Ecc generation: 43.0%Ecc generation: 43.4%Ecc generation: 43.9%Ecc generation: 44.3%Ecc generation: 44.8%Ecc generation: 45.2%Ecc generation: 45.7%Ecc generation: 46.1%Ecc generation: 46.6%Ecc generation: 47.0%Ecc generation: 47.5%Ecc generation: 47.9%Ecc generation: 48.4%Ecc generation: 48.8%Ecc generation: 49.3%Ecc generation: 49.7%Ecc generation: 50.2%Ecc generation: 50.6%Ecc generation: 51.1%Ecc generation: 51.5%Ecc generation: 52.0%Ecc generation: 52.4%Ecc generation: 52.9%Ecc generation: 53.3%Ecc generation: 53.8%Ecc generation: 54.2%Ecc generation: 54.7%Ecc generation: 55.1%Ecc generation: 55.6%Ecc generation: 56.0%Ecc generation: 56.5%Ecc generation: 56.9%Ecc generation: 57.3%Ecc generation: 57.8%Ecc generation: 58.2%Ecc generation: 58.7%Ecc generation: 59.1%Ecc generation: 59.6%Ecc generation: 60.0%Ecc generation: 60.5%Ecc generation: 60.9%Ecc generation: 61.4%Ecc generation: 61.8%Ecc generation: 62.3%Ecc generation: 62.7%Ecc generation: 63.2%Ecc generation: 63.6%Ecc generation: 64.1%Ecc generation: 64.5%Ecc generation: 65.0%Ecc generation: 65.4%Ecc generation: 65.9%Ecc generation: 66.3%Ecc generation: 66.8%Ecc generation: 67.2%Ecc generation: 67.7%Ecc generation: 68.1%Ecc generation: 68.6%Ecc generation: 69.0%Ecc generation: 69.5%Ecc generation: 69.9%Ecc generation: 70.4%Ecc generation: 70.8%Ecc generation: 71.3%Ecc generation: 71.7%Ecc generation: 72.1%Ecc generation: 72.6%Ecc generation: 73.0%Ecc generation: 73.5%Ecc generation: 73.9%Ecc generation: 74.4%Ecc generation: 74.8%Ecc generation: 75.3%Ecc generation: 75.7%Ecc generation: 76.2%Ecc generation: 76.6%Ecc generation: 77.1%Ecc generation: 77.5%Ecc generation: 78.0%Ecc generation: 78.4%Ecc generation: 78.9%Ecc generation: 79.3%Ecc generation: 79.8%Ecc generation: 80.2%Ecc generation: 80.7%Ecc generation: 81.1%Ecc generation: 81.6%Ecc generation: 82.0%Ecc generation: 82.5%Ecc generation: 82.9%Ecc generation: 83.4%Ecc generation: 83.8%Ecc generation: 84.3%Ecc generation: 84.7%Ecc generation: 85.2%Ecc generation: 85.6%Ecc generation: 86.0%Ecc generation: 86.5%Ecc generation: 86.9%Ecc generation: 87.4%Ecc generation: 87.8%Ecc generation: 88.3%Ecc generation: 88.7%Ecc generation: 89.2%Ecc generation: 89.6%Ecc generation: 90.1%Ecc generation: 90.5%Ecc generation: 91.0%Ecc generation: 91.4%Ecc generation: 91.9%Ecc generation: 92.3%Ecc generation: 92.8%Ecc generation: 93.2%Ecc generation: 93.7%Ecc generation: 94.1%Ecc generation: 94.6%Ecc generation: 95.0%Ecc generation: 95.5%Ecc generation: 95.9%Ecc generation: 96.4%Ecc generation: 96.8%Ecc generation: 97.3%Ecc generation: 97.7%Ecc generation: 98.2%Ecc generation: 98.6%Ecc generation: 99.1%Ecc generation: 99.5%Ecc generation: 100.0%Ecc generation: 100.0% +All sectors successfully read. Checksums match. +CrcBuf contents, image path none (medium): + crcSize: 21000, dataSectors: 21000, coveredSectors: 21000, allSectors: 21000 + md5State: data_complete image_complete + data: 9503f278d4550a9507a317664481adf8 + full: 9503f278d4550a9507a317664481adf8 + fp sector: 16; 15c0fd35a0cfa0f83b9ccbd8604c2592 + missing crcs: 0 + +Opening rs01-tmp.iso +ExamineUDF(File: rs01-tmp.iso) + Examining the ISO file system... + Sector 16: + Volume descriptor type = 1 + Volume descriptor version = 1 + Standard identifier = CD001 + -> primary volume descriptor: + System identifier : | | + Volume identifier : |RANDOM IMAGE | + Volume space size : 21000 sectors + Volume set size : 1 + Volume sequence size : 1 + Logical block size : 2048 + Path table size : 10 bytes + L-Path table location : 19 + Opt L-Path table location : 0 + M-Path table location : 20 + Opt M-Path table location : 0 + Volume creation date/time : 16-07-2006 10:35:46.23 + Volume modification d/t : 16-07-2006 10:35:46.23 + Volume expiration d/t : 16-07-2106 10:35:46.23 + Volume effective d/t : 16-07-2006 10:35:46.23 + File structure version : 1 + Sector 17: + Volume descriptor type = 2 + Volume descriptor version = 1 + Standard identifier = CD001 + -> supplementary volume descriptor: *skipped* + Sector 18: + Volume descriptor type = 255 + Volume descriptor version = 1 + Standard identifier = CD001 + -> volume descriptor set terminator; + end of ISO file system parsing. + Examining the UDF file system... + not yet implemented. + +ExamineECC() started +...trying RS01 +...trying RS02 +RS02Recognize: file rs01-tmp.iso +try_sector: trying sector 21000 +try_sector: read error, trying next header +try_sector: trying sector 20850 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 4611686018427387904 +FindHeaderInMedium: Trying modulo 2305843009213693952 +FindHeaderInMedium: Trying modulo 1152921504606846976 +FindHeaderInMedium: Trying modulo 576460752303423488 +FindHeaderInMedium: Trying modulo 288230376151711744 +FindHeaderInMedium: Trying modulo 144115188075855872 +FindHeaderInMedium: Trying modulo 72057594037927936 +FindHeaderInMedium: Trying modulo 36028797018963968 +FindHeaderInMedium: Trying modulo 18014398509481984 +FindHeaderInMedium: Trying modulo 9007199254740992 +FindHeaderInMedium: Trying modulo 4503599627370496 +FindHeaderInMedium: Trying modulo 2251799813685248 +FindHeaderInMedium: Trying modulo 1125899906842624 +FindHeaderInMedium: Trying modulo 562949953421312 +FindHeaderInMedium: Trying modulo 281474976710656 +FindHeaderInMedium: Trying modulo 140737488355328 +FindHeaderInMedium: Trying modulo 70368744177664 +FindHeaderInMedium: Trying modulo 35184372088832 +FindHeaderInMedium: Trying modulo 17592186044416 +FindHeaderInMedium: Trying modulo 8796093022208 +FindHeaderInMedium: Trying modulo 4398046511104 +FindHeaderInMedium: Trying modulo 2199023255552 +FindHeaderInMedium: Trying modulo 1099511627776 +FindHeaderInMedium: Trying modulo 549755813888 +FindHeaderInMedium: Trying modulo 274877906944 +FindHeaderInMedium: Trying modulo 137438953472 +FindHeaderInMedium: Trying modulo 68719476736 +FindHeaderInMedium: Trying modulo 34359738368 +FindHeaderInMedium: Trying modulo 17179869184 +FindHeaderInMedium: Trying modulo 8589934592 +FindHeaderInMedium: Trying modulo 4294967296 +FindHeaderInMedium: Trying modulo 2147483648 +FindHeaderInMedium: Trying modulo 1073741824 +FindHeaderInMedium: Trying modulo 536870912 +FindHeaderInMedium: Trying modulo 268435456 +FindHeaderInMedium: Trying modulo 134217728 +FindHeaderInMedium: Trying modulo 67108864 +FindHeaderInMedium: Trying modulo 33554432 +FindHeaderInMedium: Trying modulo 16777216 +FindHeaderInMedium: Trying modulo 8388608 +FindHeaderInMedium: Trying modulo 4194304 +FindHeaderInMedium: Trying modulo 2097152 +FindHeaderInMedium: Trying modulo 1048576 +FindHeaderInMedium: Trying modulo 524288 +FindHeaderInMedium: Trying modulo 262144 +FindHeaderInMedium: Trying modulo 131072 +FindHeaderInMedium: Trying modulo 65536 +FindHeaderInMedium: Trying modulo 32768 +FindHeaderInMedium: Trying modulo 16384 +try_sector: trying sector 16384 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 8192 +Sector 16384 cached; skipping modulo +FindHeaderInMedium: Trying modulo 4096 +try_sector: trying sector 20480 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 2048 +Sector 20480 cached; skipping modulo +FindHeaderInMedium: Trying modulo 1024 +Sector 20480 cached; skipping modulo +FindHeaderInMedium: Trying modulo 512 +try_sector: trying sector 20992 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 256 +Sector 20992 cached; skipping modulo +FindHeaderInMedium: Trying modulo 128 +Sector 20992 cached; skipping modulo +FindHeaderInMedium: Trying modulo 64 +Sector 20992 cached; skipping modulo +FindHeaderInMedium: Trying modulo 32 +Sector 20992 cached; skipping modulo +...trying RS03 +RS03RecognizeImage: file rs01-tmp.iso +FindRS03HeaderInImage: file rs01-tmp.iso +RS03RecognizeImage: No EH, entering exhaustive search +.. trying layer size 1409 +Scanning layers for signatures. +- layer slice 0 +** All layers tested -> no RS03 data found +...no augmented image detected. +GetImageFingerprint(16): read & cached +: 21000 medium sectors. +CrcBufValid: buffer VALID +Encoding with Method RS01: 32 roots, 14.3% redundancy. Error correction file "rs01-tmp.ecc" created. Make sure to keep this file on a reliable medium. diff --git a/regtest/database/RS01_ecc_recreate_after_read_rs02 b/regtest/database/RS01_ecc_recreate_after_read_rs02 index 1879e6d..f64e26e 100644 --- a/regtest/database/RS01_ecc_recreate_after_read_rs02 +++ b/regtest/database/RS01_ecc_recreate_after_read_rs02 @@ -4,18 +4,195 @@ This software comes with ABSOLUTELY NO WARRANTY. This is free software and you are welcome to redistribute it under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. +# *** OpenImageFromDevice(sim-cd) *** +# InquireDevice returned: Simulated CD drive 1.00 Device: sim-cd, Simulated CD drive 1.00 +# *** query_type(Simulated CD drive 1.00, 0) *** +# *** get_configuration(Simulated CD drive 1.00) *** +# 8 data len, 9 current +-> profile 9: CD-R +# trying READ DISC INFORMATION for size +# size returned is 32 +# trying READ DISC INFORMATION for real info +0000: 00 20 1e 00 00 00 00 00 00 00 00 00 00 00 00 00 . ...... ........ +0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........ +# status is 1e, disc type 0 +#CD: starting media probe +#CD: querying size of READ TOC/PMA/ATIP (for TOC) +#CD: size returned is 12 +#CD: querying real READ TOC/PMA/ATIP (for TOC) +0000: 00 0a 00 00 00 14 00 00 00 00 00 00 ........ .... +#CD: control is 0x14 +#CD: querying size of READ TOC/PMA/ATIP (for full TOC) +# Warning: Realigning length from 26 to 24 +#CD: size returned is 24 +#CD: querying real READ TOC/PMA/ATIP (for full TOC) +0000: 00 18 00 01 00 00 00 a0 00 00 00 00 00 00 00 00 ........ ........ +0010: 00 00 00 00 00 00 00 00 ........ +#CD: 1 sessions +#CD: CD medium detected, type: CD-R mode 1 +# query_type() returned. +# deciding reading strategy... Using READ CD. +GetImageFingerprint(16): read & cached + +ExamineUDF(Device: Simulated CD drive 1.00) + Examining the ISO file system... + Sector 16: + Volume descriptor type = 1 + Volume descriptor version = 1 + Standard identifier = CD001 + -> primary volume descriptor: + System identifier : | | + Volume identifier : |RANDOM IMAGE | + Volume space size : 21000 sectors + Volume set size : 1 + Volume sequence size : 1 + Logical block size : 2048 + Path table size : 10 bytes + L-Path table location : 19 + Opt L-Path table location : 0 + M-Path table location : 20 + Opt M-Path table location : 0 + Volume creation date/time : 16-07-2006 10:35:46.23 + Volume modification d/t : 16-07-2006 10:35:46.23 + Volume expiration d/t : 16-07-2106 10:35:46.23 + Volume effective d/t : 16-07-2006 10:35:46.23 + File structure version : 1 + Sector 17: + Volume descriptor type = 2 + Volume descriptor version = 1 + Standard identifier = CD001 + -> supplementary volume descriptor: *skipped* + Sector 18: + Volume descriptor type = 255 + Volume descriptor version = 1 + Standard identifier = CD001 + -> volume descriptor set terminator; + end of ISO file system parsing. + Examining the UDF file system... + not yet implemented. + +# *** read_capacity(Simulated CD drive 1.00) *** + -> 26919 +ExamineECC() started +...trying RS01 +...trying RS02 +RS02Recognize: medium sim-cd +try_sector: trying sector 21000 +try_sector: header at 21000: magic cookie found +try_sector: CRC okay +GetImageFingerprint(16): cached +try_sector: fingerprint okay, header good +Root sector search at +0 successful +...augmented image found +Expected size calculated from ecc header: 26920 +--> confirmed layout variant 1 +Calculated layout for RS02 image: +data sectors = 21000 +crc sectors = 42 +protected sectors = 21044 (incl. 2 hdr sectors) +reed solomon secs = 5830 (55 roots, 200 data) +header repeats = 23 (using modulo 256) +added sectors = 5920 +total image size = 26920 +medium capacity = n.a. + +Interleaving layout: +106 sectors per ecc layer +first layer sector with CRC data 14 (sector# 21002) + +# Calling query_size() +# *** query_size(Simulated CD drive 1.00) *** +Medium size obtained from ECC header: 26920 sectors +# returned: 26920 sectors Medium "Random Image": CD-R mode 1, 26920 sectors, Ecc, created 16-07-2006. Creating new rs01-tmp.iso image. -Reading CRC information from ecc data (RS02) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) -All sectors successfully read. Checksums match. +Reading CRC information from ecc data (RS02) ... RS02LayoutFromImage(): returning cached layout +done. +GOOD Data md5sum +GOOD CRC md5sum +GOOD ECC md5sum -Opening rs01-tmp.iso: 26920 medium sectors. -Scanning image sectors: 1%Scanning image sectors: 2%Scanning image sectors: 3%Scanning image sectors: 4%Scanning image sectors: 5%Scanning image sectors: 6%Scanning image sectors: 7%Scanning image sectors: 8%Scanning image sectors: 9%Scanning image sectors: 10%Scanning image sectors: 11%Scanning image sectors: 12%Scanning image sectors: 13%Scanning image sectors: 14%Scanning image sectors: 15%Scanning image sectors: 16%Scanning image sectors: 17%Scanning image sectors: 18%Scanning image sectors: 19%Scanning image sectors: 20%Scanning image sectors: 21%Scanning image sectors: 22%Scanning image sectors: 23%Scanning image sectors: 24%Scanning image sectors: 25%Scanning image sectors: 26%Scanning image sectors: 27%Scanning image sectors: 28%Scanning image sectors: 29%Scanning image sectors: 30%Scanning image sectors: 31%Scanning image sectors: 32%Scanning image sectors: 33%Scanning image sectors: 34%Scanning image sectors: 35%Scanning image sectors: 36%Scanning image sectors: 37%Scanning image sectors: 38%Scanning image sectors: 39%Scanning image sectors: 40%Scanning image sectors: 41%Scanning image sectors: 42%Scanning image sectors: 43%Scanning image sectors: 44%Scanning image sectors: 45%Scanning image sectors: 46%Scanning image sectors: 47%Scanning image sectors: 48%Scanning image sectors: 49%Scanning image sectors: 50%Scanning image sectors: 51%Scanning image sectors: 52%Scanning image sectors: 53%Scanning image sectors: 54%Scanning image sectors: 55%Scanning image sectors: 56%Scanning image sectors: 57%Scanning image sectors: 58%Scanning image sectors: 59%Scanning image sectors: 60%Scanning image sectors: 61%Scanning image sectors: 62%Scanning image sectors: 63%Scanning image sectors: 64%Scanning image sectors: 65%Scanning image sectors: 66%Scanning image sectors: 67%Scanning image sectors: 68%Scanning image sectors: 69%Scanning image sectors: 70%Scanning image sectors: 71%Scanning image sectors: 72%Scanning image sectors: 73%Scanning image sectors: 74%Scanning image sectors: 75%Scanning image sectors: 76%Scanning image sectors: 77%Scanning image sectors: 78%Scanning image sectors: 79%Scanning image sectors: 80%Scanning image sectors: 81%Scanning image sectors: 82%Scanning image sectors: 83%Scanning image sectors: 84%Scanning image sectors: 85%Scanning image sectors: 86%Scanning image sectors: 87%Scanning image sectors: 88%Scanning image sectors: 89%Scanning image sectors: 90%Scanning image sectors: 91%Scanning image sectors: 92%Scanning image sectors: 93%Scanning image sectors: 94%Scanning image sectors: 95%Scanning image sectors: 96%Scanning image sectors: 97%Scanning image sectors: 98%Scanning image sectors: 99%Scanning image sectors: 100%Encoding with Method RS01: 32 roots, 14.3% redundancy. -Ecc generation: 0.4%Ecc generation: 0.8%Ecc generation: 1.3%Ecc generation: 1.7%Ecc generation: 2.2%Ecc generation: 2.6%Ecc generation: 3.1%Ecc generation: 3.5%Ecc generation: 4.0%Ecc generation: 4.4%Ecc generation: 4.9%Ecc generation: 5.3%Ecc generation: 5.8%Ecc generation: 6.2%Ecc generation: 6.7%Ecc generation: 7.1%Ecc generation: 7.6%Ecc generation: 8.0%Ecc generation: 8.5%Ecc generation: 8.9%Ecc generation: 9.4%Ecc generation: 9.8%Ecc generation: 10.3%Ecc generation: 10.7%Ecc generation: 11.2%Ecc generation: 11.6%Ecc generation: 12.1%Ecc generation: 12.5%Ecc generation: 13.0%Ecc generation: 13.4%Ecc generation: 13.9%Ecc generation: 14.3%Ecc generation: 14.7%Ecc generation: 15.2%Ecc generation: 15.6%Ecc generation: 16.1%Ecc generation: 16.5%Ecc generation: 17.0%Ecc generation: 17.4%Ecc generation: 17.9%Ecc generation: 18.3%Ecc generation: 18.8%Ecc generation: 19.2%Ecc generation: 19.7%Ecc generation: 20.1%Ecc generation: 20.6%Ecc generation: 21.0%Ecc generation: 21.5%Ecc generation: 21.9%Ecc generation: 22.4%Ecc generation: 22.8%Ecc generation: 23.3%Ecc generation: 23.7%Ecc generation: 24.2%Ecc generation: 24.6%Ecc generation: 25.1%Ecc generation: 25.5%Ecc generation: 26.0%Ecc generation: 26.4%Ecc generation: 26.9%Ecc generation: 27.3%Ecc generation: 27.8%Ecc generation: 28.2%Ecc generation: 28.6%Ecc generation: 29.1%Ecc generation: 29.5%Ecc generation: 30.0%Ecc generation: 30.4%Ecc generation: 30.9%Ecc generation: 31.3%Ecc generation: 31.8%Ecc generation: 32.2%Ecc generation: 32.7%Ecc generation: 33.1%Ecc generation: 33.6%Ecc generation: 34.0%Ecc generation: 34.5%Ecc generation: 34.9%Ecc generation: 35.4%Ecc generation: 35.8%Ecc generation: 36.3%Ecc generation: 36.7%Ecc generation: 37.2%Ecc generation: 37.6%Ecc generation: 38.1%Ecc generation: 38.5%Ecc generation: 39.0%Ecc generation: 39.4%Ecc generation: 39.9%Ecc generation: 40.3%Ecc generation: 40.8%Ecc generation: 41.2%Ecc generation: 41.7%Ecc generation: 42.1%Ecc generation: 42.6%Ecc generation: 43.0%Ecc generation: 43.4%Ecc generation: 43.9%Ecc generation: 44.3%Ecc generation: 44.8%Ecc generation: 45.2%Ecc generation: 45.7%Ecc generation: 46.1%Ecc generation: 46.6%Ecc generation: 47.0%Ecc generation: 47.5%Ecc generation: 47.9%Ecc generation: 48.4%Ecc generation: 48.8%Ecc generation: 49.3%Ecc generation: 49.7%Ecc generation: 50.2%Ecc generation: 50.6%Ecc generation: 51.1%Ecc generation: 51.5%Ecc generation: 52.0%Ecc generation: 52.4%Ecc generation: 52.9%Ecc generation: 53.3%Ecc generation: 53.8%Ecc generation: 54.2%Ecc generation: 54.7%Ecc generation: 55.1%Ecc generation: 55.6%Ecc generation: 56.0%Ecc generation: 56.5%Ecc generation: 56.9%Ecc generation: 57.3%Ecc generation: 57.8%Ecc generation: 58.2%Ecc generation: 58.7%Ecc generation: 59.1%Ecc generation: 59.6%Ecc generation: 60.0%Ecc generation: 60.5%Ecc generation: 60.9%Ecc generation: 61.4%Ecc generation: 61.8%Ecc generation: 62.3%Ecc generation: 62.7%Ecc generation: 63.2%Ecc generation: 63.6%Ecc generation: 64.1%Ecc generation: 64.5%Ecc generation: 65.0%Ecc generation: 65.4%Ecc generation: 65.9%Ecc generation: 66.3%Ecc generation: 66.8%Ecc generation: 67.2%Ecc generation: 67.7%Ecc generation: 68.1%Ecc generation: 68.6%Ecc generation: 69.0%Ecc generation: 69.5%Ecc generation: 69.9%Ecc generation: 70.4%Ecc generation: 70.8%Ecc generation: 71.3%Ecc generation: 71.7%Ecc generation: 72.1%Ecc generation: 72.6%Ecc generation: 73.0%Ecc generation: 73.5%Ecc generation: 73.9%Ecc generation: 74.4%Ecc generation: 74.8%Ecc generation: 75.3%Ecc generation: 75.7%Ecc generation: 76.2%Ecc generation: 76.6%Ecc generation: 77.1%Ecc generation: 77.5%Ecc generation: 78.0%Ecc generation: 78.4%Ecc generation: 78.9%Ecc generation: 79.3%Ecc generation: 79.8%Ecc generation: 80.2%Ecc generation: 80.7%Ecc generation: 81.1%Ecc generation: 81.6%Ecc generation: 82.0%Ecc generation: 82.5%Ecc generation: 82.9%Ecc generation: 83.4%Ecc generation: 83.8%Ecc generation: 84.3%Ecc generation: 84.7%Ecc generation: 85.2%Ecc generation: 85.6%Ecc generation: 86.0%Ecc generation: 86.5%Ecc generation: 86.9%Ecc generation: 87.4%Ecc generation: 87.8%Ecc generation: 88.3%Ecc generation: 88.7%Ecc generation: 89.2%Ecc generation: 89.6%Ecc generation: 90.1%Ecc generation: 90.5%Ecc generation: 91.0%Ecc generation: 91.4%Ecc generation: 91.9%Ecc generation: 92.3%Ecc generation: 92.8%Ecc generation: 93.2%Ecc generation: 93.7%Ecc generation: 94.1%Ecc generation: 94.6%Ecc generation: 95.0%Ecc generation: 95.5%Ecc generation: 95.9%Ecc generation: 96.4%Ecc generation: 96.8%Ecc generation: 97.3%Ecc generation: 97.7%Ecc generation: 98.2%Ecc generation: 98.6%Ecc generation: 99.1%Ecc generation: 99.5%Ecc generation: 100.0%Ecc generation: 100.0% +All sectors successfully read. Checksums match. +CrcBuf contents, image path none (medium): + crcSize: 26920, dataSectors: 21000, coveredSectors: 21000, allSectors: 26920 + md5State: data_complete image_complete + data: 9503f278d4550a9507a317664481adf8 + full: 154a90eceef67415e8831447c58d8205 + fp sector: 16; 15c0fd35a0cfa0f83b9ccbd8604c2592 + missing crcs: 0 + +Opening rs01-tmp.iso +ExamineUDF(File: rs01-tmp.iso) + Examining the ISO file system... + Sector 16: + Volume descriptor type = 1 + Volume descriptor version = 1 + Standard identifier = CD001 + -> primary volume descriptor: + System identifier : | | + Volume identifier : |RANDOM IMAGE | + Volume space size : 21000 sectors + Volume set size : 1 + Volume sequence size : 1 + Logical block size : 2048 + Path table size : 10 bytes + L-Path table location : 19 + Opt L-Path table location : 0 + M-Path table location : 20 + Opt M-Path table location : 0 + Volume creation date/time : 16-07-2006 10:35:46.23 + Volume modification d/t : 16-07-2006 10:35:46.23 + Volume expiration d/t : 16-07-2106 10:35:46.23 + Volume effective d/t : 16-07-2006 10:35:46.23 + File structure version : 1 + Sector 17: + Volume descriptor type = 2 + Volume descriptor version = 1 + Standard identifier = CD001 + -> supplementary volume descriptor: *skipped* + Sector 18: + Volume descriptor type = 255 + Volume descriptor version = 1 + Standard identifier = CD001 + -> volume descriptor set terminator; + end of ISO file system parsing. + Examining the UDF file system... + not yet implemented. + +ExamineECC() started +...trying RS01 +...trying RS02 +RS02Recognize: file rs01-tmp.iso +try_sector: trying sector 21000 +try_sector: header at 21000: magic cookie found +try_sector: CRC okay +GetImageFingerprint(16): read & cached +try_sector: fingerprint okay, header good +Root sector search at +0 successful +...augmented image found +Expected size calculated from ecc header: 26920 +--> confirmed layout variant 1 +Calculated layout for RS02 image: +data sectors = 21000 +crc sectors = 42 +protected sectors = 21044 (incl. 2 hdr sectors) +reed solomon secs = 5830 (55 roots, 200 data) +header repeats = 23 (using modulo 256) +added sectors = 5920 +total image size = 26920 +medium capacity = n.a. + +Interleaving layout: +106 sectors per ecc layer +first layer sector with CRC data 14 (sector# 21002) + +GetImageFingerprint(16): cached +: 26920 medium sectors. +CrcBufValid: buffer VALID +Encoding with Method RS01: 32 roots, 14.3% redundancy. Error correction file "rs01-tmp.ecc" created. Make sure to keep this file on a reliable medium. diff --git a/regtest/database/RS01_ecc_recreate_after_read_rs03f b/regtest/database/RS01_ecc_recreate_after_read_rs03f index af57088..8de602a 100644 --- a/regtest/database/RS01_ecc_recreate_after_read_rs03f +++ b/regtest/database/RS01_ecc_recreate_after_read_rs03f @@ -4,18 +4,255 @@ This software comes with ABSOLUTELY NO WARRANTY. This is free software and you are welcome to redistribute it under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. +# *** OpenImageFromDevice(sim-cd) *** +# InquireDevice returned: Simulated CD drive 1.00 Device: sim-cd, Simulated CD drive 1.00 +# *** query_type(Simulated CD drive 1.00, 0) *** +# *** get_configuration(Simulated CD drive 1.00) *** +# 8 data len, 9 current +-> profile 9: CD-R +# trying READ DISC INFORMATION for size +# size returned is 32 +# trying READ DISC INFORMATION for real info +0000: 00 20 1e 00 00 00 00 00 00 00 00 00 00 00 00 00 . ...... ........ +0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........ +# status is 1e, disc type 0 +#CD: starting media probe +#CD: querying size of READ TOC/PMA/ATIP (for TOC) +#CD: size returned is 12 +#CD: querying real READ TOC/PMA/ATIP (for TOC) +0000: 00 0a 00 00 00 14 00 00 00 00 00 00 ........ .... +#CD: control is 0x14 +#CD: querying size of READ TOC/PMA/ATIP (for full TOC) +# Warning: Realigning length from 26 to 24 +#CD: size returned is 24 +#CD: querying real READ TOC/PMA/ATIP (for full TOC) +0000: 00 18 00 01 00 00 00 a0 00 00 00 00 00 00 00 00 ........ ........ +0010: 00 00 00 00 00 00 00 00 ........ +#CD: 1 sessions +#CD: CD medium detected, type: CD-R mode 1 +# query_type() returned. +# deciding reading strategy... Using READ CD. +GetImageFingerprint(16): read & cached + +ExamineUDF(Device: Simulated CD drive 1.00) + Examining the ISO file system... + Sector 16: + Volume descriptor type = 1 + Volume descriptor version = 1 + Standard identifier = CD001 + -> primary volume descriptor: + System identifier : | | + Volume identifier : |RANDOM IMAGE | + Volume space size : 21000 sectors + Volume set size : 1 + Volume sequence size : 1 + Logical block size : 2048 + Path table size : 10 bytes + L-Path table location : 19 + Opt L-Path table location : 0 + M-Path table location : 20 + Opt M-Path table location : 0 + Volume creation date/time : 16-07-2006 10:35:46.23 + Volume modification d/t : 16-07-2006 10:35:46.23 + Volume expiration d/t : 16-07-2106 10:35:46.23 + Volume effective d/t : 16-07-2006 10:35:46.23 + File structure version : 1 + Sector 17: + Volume descriptor type = 2 + Volume descriptor version = 1 + Standard identifier = CD001 + -> supplementary volume descriptor: *skipped* + Sector 18: + Volume descriptor type = 255 + Volume descriptor version = 1 + Standard identifier = CD001 + -> volume descriptor set terminator; + end of ISO file system parsing. + Examining the UDF file system... + not yet implemented. + +# *** read_capacity(Simulated CD drive 1.00) *** + -> 20999 +ExamineECC() started +...trying RS01 +...trying RS02 +RS02Recognize: medium sim-cd +try_sector: trying sector 21000 +try_sector: read error, trying next header +try_sector: trying sector 20850 +try_sector: no cookie, skipping current modulo +RS02Recognize: skipping exhaustive RS02 search +...trying RS03 +RS03RecognizeImage: medium sim-cd +FindRS03HeaderInImage: medium sim-cd +RS03RecognizeImage: skipping exhaustive RS03 search +...no augmented image detected. +# Calling query_size() +# *** query_size(Simulated CD drive 1.00) *** +Medium size could NOT be determined from ECC header. +Medium size obtained from ISO/UDF file system: 21000 sectors +# returned: 21000 sectors Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. +RS03RecognizeFile(): examining rs01-tmp.ecc +RS03RecognizeFile(): ecc header found +GetImageFingerprint(16): cached Creating new rs01-tmp.iso image. -Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) -All sectors successfully read. Checksums match. +Reading CRC information from ecc data (RS03) ... Calculated layout for RS03 file: +data sectors = 21000 +data padding = 0 +layer size = 86 +total sectors = 21776 +medium capacity = 0 +header position = 0 +first CRC sector = 2 +first ECC sector = 88 +ndata = 247 +nroots = 8 ( 3.2%) -Opening rs01-tmp.iso: 21000 medium sectors. -Scanning image sectors: 1%Scanning image sectors: 2%Scanning image sectors: 3%Scanning image sectors: 4%Scanning image sectors: 5%Scanning image sectors: 6%Scanning image sectors: 7%Scanning image sectors: 8%Scanning image sectors: 9%Scanning image sectors: 10%Scanning image sectors: 11%Scanning image sectors: 12%Scanning image sectors: 13%Scanning image sectors: 14%Scanning image sectors: 15%Scanning image sectors: 16%Scanning image sectors: 17%Scanning image sectors: 18%Scanning image sectors: 19%Scanning image sectors: 20%Scanning image sectors: 21%Scanning image sectors: 22%Scanning image sectors: 23%Scanning image sectors: 24%Scanning image sectors: 25%Scanning image sectors: 26%Scanning image sectors: 27%Scanning image sectors: 28%Scanning image sectors: 29%Scanning image sectors: 30%Scanning image sectors: 31%Scanning image sectors: 32%Scanning image sectors: 33%Scanning image sectors: 34%Scanning image sectors: 35%Scanning image sectors: 36%Scanning image sectors: 37%Scanning image sectors: 38%Scanning image sectors: 39%Scanning image sectors: 40%Scanning image sectors: 41%Scanning image sectors: 42%Scanning image sectors: 43%Scanning image sectors: 44%Scanning image sectors: 45%Scanning image sectors: 46%Scanning image sectors: 47%Scanning image sectors: 48%Scanning image sectors: 49%Scanning image sectors: 50%Scanning image sectors: 51%Scanning image sectors: 52%Scanning image sectors: 53%Scanning image sectors: 54%Scanning image sectors: 55%Scanning image sectors: 56%Scanning image sectors: 57%Scanning image sectors: 58%Scanning image sectors: 59%Scanning image sectors: 60%Scanning image sectors: 61%Scanning image sectors: 62%Scanning image sectors: 63%Scanning image sectors: 64%Scanning image sectors: 65%Scanning image sectors: 66%Scanning image sectors: 67%Scanning image sectors: 68%Scanning image sectors: 69%Scanning image sectors: 70%Scanning image sectors: 71%Scanning image sectors: 72%Scanning image sectors: 73%Scanning image sectors: 74%Scanning image sectors: 75%Scanning image sectors: 76%Scanning image sectors: 77%Scanning image sectors: 78%Scanning image sectors: 79%Scanning image sectors: 80%Scanning image sectors: 81%Scanning image sectors: 82%Scanning image sectors: 83%Scanning image sectors: 84%Scanning image sectors: 85%Scanning image sectors: 86%Scanning image sectors: 87%Scanning image sectors: 88%Scanning image sectors: 89%Scanning image sectors: 90%Scanning image sectors: 91%Scanning image sectors: 92%Scanning image sectors: 93%Scanning image sectors: 94%Scanning image sectors: 95%Scanning image sectors: 96%Scanning image sectors: 97%Scanning image sectors: 98%Scanning image sectors: 99%Scanning image sectors: 100%Encoding with Method RS01: 32 roots, 14.3% redundancy. -Ecc generation: 0.4%Ecc generation: 0.8%Ecc generation: 1.3%Ecc generation: 1.7%Ecc generation: 2.2%Ecc generation: 2.6%Ecc generation: 3.1%Ecc generation: 3.5%Ecc generation: 4.0%Ecc generation: 4.4%Ecc generation: 4.9%Ecc generation: 5.3%Ecc generation: 5.8%Ecc generation: 6.2%Ecc generation: 6.7%Ecc generation: 7.1%Ecc generation: 7.6%Ecc generation: 8.0%Ecc generation: 8.5%Ecc generation: 8.9%Ecc generation: 9.4%Ecc generation: 9.8%Ecc generation: 10.3%Ecc generation: 10.7%Ecc generation: 11.2%Ecc generation: 11.6%Ecc generation: 12.1%Ecc generation: 12.5%Ecc generation: 13.0%Ecc generation: 13.4%Ecc generation: 13.9%Ecc generation: 14.3%Ecc generation: 14.7%Ecc generation: 15.2%Ecc generation: 15.6%Ecc generation: 16.1%Ecc generation: 16.5%Ecc generation: 17.0%Ecc generation: 17.4%Ecc generation: 17.9%Ecc generation: 18.3%Ecc generation: 18.8%Ecc generation: 19.2%Ecc generation: 19.7%Ecc generation: 20.1%Ecc generation: 20.6%Ecc generation: 21.0%Ecc generation: 21.5%Ecc generation: 21.9%Ecc generation: 22.4%Ecc generation: 22.8%Ecc generation: 23.3%Ecc generation: 23.7%Ecc generation: 24.2%Ecc generation: 24.6%Ecc generation: 25.1%Ecc generation: 25.5%Ecc generation: 26.0%Ecc generation: 26.4%Ecc generation: 26.9%Ecc generation: 27.3%Ecc generation: 27.8%Ecc generation: 28.2%Ecc generation: 28.6%Ecc generation: 29.1%Ecc generation: 29.5%Ecc generation: 30.0%Ecc generation: 30.4%Ecc generation: 30.9%Ecc generation: 31.3%Ecc generation: 31.8%Ecc generation: 32.2%Ecc generation: 32.7%Ecc generation: 33.1%Ecc generation: 33.6%Ecc generation: 34.0%Ecc generation: 34.5%Ecc generation: 34.9%Ecc generation: 35.4%Ecc generation: 35.8%Ecc generation: 36.3%Ecc generation: 36.7%Ecc generation: 37.2%Ecc generation: 37.6%Ecc generation: 38.1%Ecc generation: 38.5%Ecc generation: 39.0%Ecc generation: 39.4%Ecc generation: 39.9%Ecc generation: 40.3%Ecc generation: 40.8%Ecc generation: 41.2%Ecc generation: 41.7%Ecc generation: 42.1%Ecc generation: 42.6%Ecc generation: 43.0%Ecc generation: 43.4%Ecc generation: 43.9%Ecc generation: 44.3%Ecc generation: 44.8%Ecc generation: 45.2%Ecc generation: 45.7%Ecc generation: 46.1%Ecc generation: 46.6%Ecc generation: 47.0%Ecc generation: 47.5%Ecc generation: 47.9%Ecc generation: 48.4%Ecc generation: 48.8%Ecc generation: 49.3%Ecc generation: 49.7%Ecc generation: 50.2%Ecc generation: 50.6%Ecc generation: 51.1%Ecc generation: 51.5%Ecc generation: 52.0%Ecc generation: 52.4%Ecc generation: 52.9%Ecc generation: 53.3%Ecc generation: 53.8%Ecc generation: 54.2%Ecc generation: 54.7%Ecc generation: 55.1%Ecc generation: 55.6%Ecc generation: 56.0%Ecc generation: 56.5%Ecc generation: 56.9%Ecc generation: 57.3%Ecc generation: 57.8%Ecc generation: 58.2%Ecc generation: 58.7%Ecc generation: 59.1%Ecc generation: 59.6%Ecc generation: 60.0%Ecc generation: 60.5%Ecc generation: 60.9%Ecc generation: 61.4%Ecc generation: 61.8%Ecc generation: 62.3%Ecc generation: 62.7%Ecc generation: 63.2%Ecc generation: 63.6%Ecc generation: 64.1%Ecc generation: 64.5%Ecc generation: 65.0%Ecc generation: 65.4%Ecc generation: 65.9%Ecc generation: 66.3%Ecc generation: 66.8%Ecc generation: 67.2%Ecc generation: 67.7%Ecc generation: 68.1%Ecc generation: 68.6%Ecc generation: 69.0%Ecc generation: 69.5%Ecc generation: 69.9%Ecc generation: 70.4%Ecc generation: 70.8%Ecc generation: 71.3%Ecc generation: 71.7%Ecc generation: 72.1%Ecc generation: 72.6%Ecc generation: 73.0%Ecc generation: 73.5%Ecc generation: 73.9%Ecc generation: 74.4%Ecc generation: 74.8%Ecc generation: 75.3%Ecc generation: 75.7%Ecc generation: 76.2%Ecc generation: 76.6%Ecc generation: 77.1%Ecc generation: 77.5%Ecc generation: 78.0%Ecc generation: 78.4%Ecc generation: 78.9%Ecc generation: 79.3%Ecc generation: 79.8%Ecc generation: 80.2%Ecc generation: 80.7%Ecc generation: 81.1%Ecc generation: 81.6%Ecc generation: 82.0%Ecc generation: 82.5%Ecc generation: 82.9%Ecc generation: 83.4%Ecc generation: 83.8%Ecc generation: 84.3%Ecc generation: 84.7%Ecc generation: 85.2%Ecc generation: 85.6%Ecc generation: 86.0%Ecc generation: 86.5%Ecc generation: 86.9%Ecc generation: 87.4%Ecc generation: 87.8%Ecc generation: 88.3%Ecc generation: 88.7%Ecc generation: 89.2%Ecc generation: 89.6%Ecc generation: 90.1%Ecc generation: 90.5%Ecc generation: 91.0%Ecc generation: 91.4%Ecc generation: 91.9%Ecc generation: 92.3%Ecc generation: 92.8%Ecc generation: 93.2%Ecc generation: 93.7%Ecc generation: 94.1%Ecc generation: 94.6%Ecc generation: 95.0%Ecc generation: 95.5%Ecc generation: 95.9%Ecc generation: 96.4%Ecc generation: 96.8%Ecc generation: 97.3%Ecc generation: 97.7%Ecc generation: 98.2%Ecc generation: 98.6%Ecc generation: 99.1%Ecc generation: 99.5%Ecc generation: 100.0%Ecc generation: 100.0% +done. + +All sectors successfully read. Checksums match. +CrcBuf contents, image path none (medium): + crcSize: 21000, dataSectors: 21000, coveredSectors: 21000, allSectors: 21000 + md5State: data_complete image_complete + data: 9503f278d4550a9507a317664481adf8 + full: 9503f278d4550a9507a317664481adf8 + fp sector: 16; 15c0fd35a0cfa0f83b9ccbd8604c2592 + missing crcs: 0 + +Opening rs01-tmp.iso +ExamineUDF(File: rs01-tmp.iso) + Examining the ISO file system... + Sector 16: + Volume descriptor type = 1 + Volume descriptor version = 1 + Standard identifier = CD001 + -> primary volume descriptor: + System identifier : | | + Volume identifier : |RANDOM IMAGE | + Volume space size : 21000 sectors + Volume set size : 1 + Volume sequence size : 1 + Logical block size : 2048 + Path table size : 10 bytes + L-Path table location : 19 + Opt L-Path table location : 0 + M-Path table location : 20 + Opt M-Path table location : 0 + Volume creation date/time : 16-07-2006 10:35:46.23 + Volume modification d/t : 16-07-2006 10:35:46.23 + Volume expiration d/t : 16-07-2106 10:35:46.23 + Volume effective d/t : 16-07-2006 10:35:46.23 + File structure version : 1 + Sector 17: + Volume descriptor type = 2 + Volume descriptor version = 1 + Standard identifier = CD001 + -> supplementary volume descriptor: *skipped* + Sector 18: + Volume descriptor type = 255 + Volume descriptor version = 1 + Standard identifier = CD001 + -> volume descriptor set terminator; + end of ISO file system parsing. + Examining the UDF file system... + not yet implemented. + +ExamineECC() started +...trying RS01 +...trying RS02 +RS02Recognize: file rs01-tmp.iso +try_sector: trying sector 21000 +try_sector: read error, trying next header +try_sector: trying sector 20850 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 4611686018427387904 +FindHeaderInMedium: Trying modulo 2305843009213693952 +FindHeaderInMedium: Trying modulo 1152921504606846976 +FindHeaderInMedium: Trying modulo 576460752303423488 +FindHeaderInMedium: Trying modulo 288230376151711744 +FindHeaderInMedium: Trying modulo 144115188075855872 +FindHeaderInMedium: Trying modulo 72057594037927936 +FindHeaderInMedium: Trying modulo 36028797018963968 +FindHeaderInMedium: Trying modulo 18014398509481984 +FindHeaderInMedium: Trying modulo 9007199254740992 +FindHeaderInMedium: Trying modulo 4503599627370496 +FindHeaderInMedium: Trying modulo 2251799813685248 +FindHeaderInMedium: Trying modulo 1125899906842624 +FindHeaderInMedium: Trying modulo 562949953421312 +FindHeaderInMedium: Trying modulo 281474976710656 +FindHeaderInMedium: Trying modulo 140737488355328 +FindHeaderInMedium: Trying modulo 70368744177664 +FindHeaderInMedium: Trying modulo 35184372088832 +FindHeaderInMedium: Trying modulo 17592186044416 +FindHeaderInMedium: Trying modulo 8796093022208 +FindHeaderInMedium: Trying modulo 4398046511104 +FindHeaderInMedium: Trying modulo 2199023255552 +FindHeaderInMedium: Trying modulo 1099511627776 +FindHeaderInMedium: Trying modulo 549755813888 +FindHeaderInMedium: Trying modulo 274877906944 +FindHeaderInMedium: Trying modulo 137438953472 +FindHeaderInMedium: Trying modulo 68719476736 +FindHeaderInMedium: Trying modulo 34359738368 +FindHeaderInMedium: Trying modulo 17179869184 +FindHeaderInMedium: Trying modulo 8589934592 +FindHeaderInMedium: Trying modulo 4294967296 +FindHeaderInMedium: Trying modulo 2147483648 +FindHeaderInMedium: Trying modulo 1073741824 +FindHeaderInMedium: Trying modulo 536870912 +FindHeaderInMedium: Trying modulo 268435456 +FindHeaderInMedium: Trying modulo 134217728 +FindHeaderInMedium: Trying modulo 67108864 +FindHeaderInMedium: Trying modulo 33554432 +FindHeaderInMedium: Trying modulo 16777216 +FindHeaderInMedium: Trying modulo 8388608 +FindHeaderInMedium: Trying modulo 4194304 +FindHeaderInMedium: Trying modulo 2097152 +FindHeaderInMedium: Trying modulo 1048576 +FindHeaderInMedium: Trying modulo 524288 +FindHeaderInMedium: Trying modulo 262144 +FindHeaderInMedium: Trying modulo 131072 +FindHeaderInMedium: Trying modulo 65536 +FindHeaderInMedium: Trying modulo 32768 +FindHeaderInMedium: Trying modulo 16384 +try_sector: trying sector 16384 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 8192 +Sector 16384 cached; skipping modulo +FindHeaderInMedium: Trying modulo 4096 +try_sector: trying sector 20480 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 2048 +Sector 20480 cached; skipping modulo +FindHeaderInMedium: Trying modulo 1024 +Sector 20480 cached; skipping modulo +FindHeaderInMedium: Trying modulo 512 +try_sector: trying sector 20992 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 256 +Sector 20992 cached; skipping modulo +FindHeaderInMedium: Trying modulo 128 +Sector 20992 cached; skipping modulo +FindHeaderInMedium: Trying modulo 64 +Sector 20992 cached; skipping modulo +FindHeaderInMedium: Trying modulo 32 +Sector 20992 cached; skipping modulo +...trying RS03 +RS03RecognizeImage: file rs01-tmp.iso +FindRS03HeaderInImage: file rs01-tmp.iso +RS03RecognizeImage: No EH, entering exhaustive search +.. trying layer size 1409 +Scanning layers for signatures. +- layer slice 0 +** All layers tested -> no RS03 data found +...no augmented image detected. +GetImageFingerprint(16): read & cached +: 21000 medium sectors. +CrcBufValid: buffer VALID +Encoding with Method RS01: 32 roots, 14.3% redundancy. Error correction file "rs01-tmp.ecc" created. Make sure to keep this file on a reliable medium. diff --git a/regtest/database/RS01_ecc_recreate_after_read_rs03i b/regtest/database/RS01_ecc_recreate_after_read_rs03i index 79aaaa5..e22cbf5 100644 --- a/regtest/database/RS01_ecc_recreate_after_read_rs03i +++ b/regtest/database/RS01_ecc_recreate_after_read_rs03i @@ -4,18 +4,248 @@ This software comes with ABSOLUTELY NO WARRANTY. This is free software and you are welcome to redistribute it under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. +# *** OpenImageFromDevice(sim-cd) *** +# InquireDevice returned: Simulated CD drive 1.00 Device: sim-cd, Simulated CD drive 1.00 +# *** query_type(Simulated CD drive 1.00, 0) *** +# *** get_configuration(Simulated CD drive 1.00) *** +# 8 data len, 9 current +-> profile 9: CD-R +# trying READ DISC INFORMATION for size +# size returned is 32 +# trying READ DISC INFORMATION for real info +0000: 00 20 1e 00 00 00 00 00 00 00 00 00 00 00 00 00 . ...... ........ +0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........ +# status is 1e, disc type 0 +#CD: starting media probe +#CD: querying size of READ TOC/PMA/ATIP (for TOC) +#CD: size returned is 12 +#CD: querying real READ TOC/PMA/ATIP (for TOC) +0000: 00 0a 00 00 00 14 00 00 00 00 00 00 ........ .... +#CD: control is 0x14 +#CD: querying size of READ TOC/PMA/ATIP (for full TOC) +# Warning: Realigning length from 26 to 24 +#CD: size returned is 24 +#CD: querying real READ TOC/PMA/ATIP (for full TOC) +0000: 00 18 00 01 00 00 00 a0 00 00 00 00 00 00 00 00 ........ ........ +0010: 00 00 00 00 00 00 00 00 ........ +#CD: 1 sessions +#CD: CD medium detected, type: CD-R mode 1 +# query_type() returned. +# deciding reading strategy... Using READ CD. +GetImageFingerprint(16): read & cached + +ExamineUDF(Device: Simulated CD drive 1.00) + Examining the ISO file system... + Sector 16: + Volume descriptor type = 1 + Volume descriptor version = 1 + Standard identifier = CD001 + -> primary volume descriptor: + System identifier : | | + Volume identifier : |RANDOM IMAGE | + Volume space size : 21000 sectors + Volume set size : 1 + Volume sequence size : 1 + Logical block size : 2048 + Path table size : 10 bytes + L-Path table location : 19 + Opt L-Path table location : 0 + M-Path table location : 20 + Opt M-Path table location : 0 + Volume creation date/time : 16-07-2006 10:35:46.23 + Volume modification d/t : 16-07-2006 10:35:46.23 + Volume expiration d/t : 16-07-2106 10:35:46.23 + Volume effective d/t : 16-07-2006 10:35:46.23 + File structure version : 1 + Sector 17: + Volume descriptor type = 2 + Volume descriptor version = 1 + Standard identifier = CD001 + -> supplementary volume descriptor: *skipped* + Sector 18: + Volume descriptor type = 255 + Volume descriptor version = 1 + Standard identifier = CD001 + -> volume descriptor set terminator; + end of ISO file system parsing. + Examining the UDF file system... + not yet implemented. + +# *** read_capacity(Simulated CD drive 1.00) *** + -> 26774 +ExamineECC() started +...trying RS01 +...trying RS02 +RS02Recognize: medium sim-cd +try_sector: trying sector 21000 +try_sector: no cookie, skipping current modulo +try_sector: trying sector 20850 +try_sector: no cookie, skipping current modulo +RS02Recognize: skipping exhaustive RS02 search +...trying RS03 +RS03RecognizeImage: medium sim-cd +FindRS03HeaderInImage: medium sim-cd +FindRS03HeaderInImage(): Header found at pos +0 +...augmented image found +# Calling query_size() +# *** query_size(Simulated CD drive 1.00) *** +Medium size obtained from ECC header: 26775 sectors +# returned: 26775 sectors Medium "Random Image": CD-R mode 1, 26775 sectors, Ecc, created 16-07-2006. Creating new rs01-tmp.iso image. -Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) -All sectors successfully read. Checksums match. +Reading CRC information from ecc data (RS03) ... Calculated layout for RS03 image: +data sectors = 21000 +data padding = 103 +layer size = 105 +total sectors = 26775 +medium capacity = 0 +header position = 21000 +first CRC sector = 21105 +first ECC sector = 21210 +ndata = 202 +nroots = 53 (26.2%) -Opening rs01-tmp.iso: 26775 medium sectors. -Scanning image sectors: 1%Scanning image sectors: 2%Scanning image sectors: 3%Scanning image sectors: 4%Scanning image sectors: 5%Scanning image sectors: 6%Scanning image sectors: 7%Scanning image sectors: 8%Scanning image sectors: 9%Scanning image sectors: 10%Scanning image sectors: 11%Scanning image sectors: 12%Scanning image sectors: 13%Scanning image sectors: 14%Scanning image sectors: 15%Scanning image sectors: 16%Scanning image sectors: 17%Scanning image sectors: 18%Scanning image sectors: 19%Scanning image sectors: 20%Scanning image sectors: 21%Scanning image sectors: 22%Scanning image sectors: 23%Scanning image sectors: 24%Scanning image sectors: 25%Scanning image sectors: 26%Scanning image sectors: 27%Scanning image sectors: 28%Scanning image sectors: 29%Scanning image sectors: 30%Scanning image sectors: 31%Scanning image sectors: 32%Scanning image sectors: 33%Scanning image sectors: 34%Scanning image sectors: 35%Scanning image sectors: 36%Scanning image sectors: 37%Scanning image sectors: 38%Scanning image sectors: 39%Scanning image sectors: 40%Scanning image sectors: 41%Scanning image sectors: 42%Scanning image sectors: 43%Scanning image sectors: 44%Scanning image sectors: 45%Scanning image sectors: 46%Scanning image sectors: 47%Scanning image sectors: 48%Scanning image sectors: 49%Scanning image sectors: 50%Scanning image sectors: 51%Scanning image sectors: 52%Scanning image sectors: 53%Scanning image sectors: 54%Scanning image sectors: 55%Scanning image sectors: 56%Scanning image sectors: 57%Scanning image sectors: 58%Scanning image sectors: 59%Scanning image sectors: 60%Scanning image sectors: 61%Scanning image sectors: 62%Scanning image sectors: 63%Scanning image sectors: 64%Scanning image sectors: 65%Scanning image sectors: 66%Scanning image sectors: 67%Scanning image sectors: 68%Scanning image sectors: 69%Scanning image sectors: 70%Scanning image sectors: 71%Scanning image sectors: 72%Scanning image sectors: 73%Scanning image sectors: 74%Scanning image sectors: 75%Scanning image sectors: 76%Scanning image sectors: 77%Scanning image sectors: 78%Scanning image sectors: 79%Scanning image sectors: 80%Scanning image sectors: 81%Scanning image sectors: 82%Scanning image sectors: 83%Scanning image sectors: 84%Scanning image sectors: 85%Scanning image sectors: 86%Scanning image sectors: 87%Scanning image sectors: 88%Scanning image sectors: 89%Scanning image sectors: 90%Scanning image sectors: 91%Scanning image sectors: 92%Scanning image sectors: 93%Scanning image sectors: 94%Scanning image sectors: 95%Scanning image sectors: 96%Scanning image sectors: 97%Scanning image sectors: 98%Scanning image sectors: 99%Scanning image sectors: 100%Encoding with Method RS01: 32 roots, 14.3% redundancy. -Ecc generation: 0.4%Ecc generation: 0.8%Ecc generation: 1.3%Ecc generation: 1.7%Ecc generation: 2.2%Ecc generation: 2.6%Ecc generation: 3.1%Ecc generation: 3.5%Ecc generation: 4.0%Ecc generation: 4.4%Ecc generation: 4.9%Ecc generation: 5.3%Ecc generation: 5.8%Ecc generation: 6.2%Ecc generation: 6.7%Ecc generation: 7.1%Ecc generation: 7.6%Ecc generation: 8.0%Ecc generation: 8.5%Ecc generation: 8.9%Ecc generation: 9.4%Ecc generation: 9.8%Ecc generation: 10.3%Ecc generation: 10.7%Ecc generation: 11.2%Ecc generation: 11.6%Ecc generation: 12.1%Ecc generation: 12.5%Ecc generation: 13.0%Ecc generation: 13.4%Ecc generation: 13.9%Ecc generation: 14.3%Ecc generation: 14.7%Ecc generation: 15.2%Ecc generation: 15.6%Ecc generation: 16.1%Ecc generation: 16.5%Ecc generation: 17.0%Ecc generation: 17.4%Ecc generation: 17.9%Ecc generation: 18.3%Ecc generation: 18.8%Ecc generation: 19.2%Ecc generation: 19.7%Ecc generation: 20.1%Ecc generation: 20.6%Ecc generation: 21.0%Ecc generation: 21.5%Ecc generation: 21.9%Ecc generation: 22.4%Ecc generation: 22.8%Ecc generation: 23.3%Ecc generation: 23.7%Ecc generation: 24.2%Ecc generation: 24.6%Ecc generation: 25.1%Ecc generation: 25.5%Ecc generation: 26.0%Ecc generation: 26.4%Ecc generation: 26.9%Ecc generation: 27.3%Ecc generation: 27.8%Ecc generation: 28.2%Ecc generation: 28.6%Ecc generation: 29.1%Ecc generation: 29.5%Ecc generation: 30.0%Ecc generation: 30.4%Ecc generation: 30.9%Ecc generation: 31.3%Ecc generation: 31.8%Ecc generation: 32.2%Ecc generation: 32.7%Ecc generation: 33.1%Ecc generation: 33.6%Ecc generation: 34.0%Ecc generation: 34.5%Ecc generation: 34.9%Ecc generation: 35.4%Ecc generation: 35.8%Ecc generation: 36.3%Ecc generation: 36.7%Ecc generation: 37.2%Ecc generation: 37.6%Ecc generation: 38.1%Ecc generation: 38.5%Ecc generation: 39.0%Ecc generation: 39.4%Ecc generation: 39.9%Ecc generation: 40.3%Ecc generation: 40.8%Ecc generation: 41.2%Ecc generation: 41.7%Ecc generation: 42.1%Ecc generation: 42.6%Ecc generation: 43.0%Ecc generation: 43.4%Ecc generation: 43.9%Ecc generation: 44.3%Ecc generation: 44.8%Ecc generation: 45.2%Ecc generation: 45.7%Ecc generation: 46.1%Ecc generation: 46.6%Ecc generation: 47.0%Ecc generation: 47.5%Ecc generation: 47.9%Ecc generation: 48.4%Ecc generation: 48.8%Ecc generation: 49.3%Ecc generation: 49.7%Ecc generation: 50.2%Ecc generation: 50.6%Ecc generation: 51.1%Ecc generation: 51.5%Ecc generation: 52.0%Ecc generation: 52.4%Ecc generation: 52.9%Ecc generation: 53.3%Ecc generation: 53.8%Ecc generation: 54.2%Ecc generation: 54.7%Ecc generation: 55.1%Ecc generation: 55.6%Ecc generation: 56.0%Ecc generation: 56.5%Ecc generation: 56.9%Ecc generation: 57.3%Ecc generation: 57.8%Ecc generation: 58.2%Ecc generation: 58.7%Ecc generation: 59.1%Ecc generation: 59.6%Ecc generation: 60.0%Ecc generation: 60.5%Ecc generation: 60.9%Ecc generation: 61.4%Ecc generation: 61.8%Ecc generation: 62.3%Ecc generation: 62.7%Ecc generation: 63.2%Ecc generation: 63.6%Ecc generation: 64.1%Ecc generation: 64.5%Ecc generation: 65.0%Ecc generation: 65.4%Ecc generation: 65.9%Ecc generation: 66.3%Ecc generation: 66.8%Ecc generation: 67.2%Ecc generation: 67.7%Ecc generation: 68.1%Ecc generation: 68.6%Ecc generation: 69.0%Ecc generation: 69.5%Ecc generation: 69.9%Ecc generation: 70.4%Ecc generation: 70.8%Ecc generation: 71.3%Ecc generation: 71.7%Ecc generation: 72.1%Ecc generation: 72.6%Ecc generation: 73.0%Ecc generation: 73.5%Ecc generation: 73.9%Ecc generation: 74.4%Ecc generation: 74.8%Ecc generation: 75.3%Ecc generation: 75.7%Ecc generation: 76.2%Ecc generation: 76.6%Ecc generation: 77.1%Ecc generation: 77.5%Ecc generation: 78.0%Ecc generation: 78.4%Ecc generation: 78.9%Ecc generation: 79.3%Ecc generation: 79.8%Ecc generation: 80.2%Ecc generation: 80.7%Ecc generation: 81.1%Ecc generation: 81.6%Ecc generation: 82.0%Ecc generation: 82.5%Ecc generation: 82.9%Ecc generation: 83.4%Ecc generation: 83.8%Ecc generation: 84.3%Ecc generation: 84.7%Ecc generation: 85.2%Ecc generation: 85.6%Ecc generation: 86.0%Ecc generation: 86.5%Ecc generation: 86.9%Ecc generation: 87.4%Ecc generation: 87.8%Ecc generation: 88.3%Ecc generation: 88.7%Ecc generation: 89.2%Ecc generation: 89.6%Ecc generation: 90.1%Ecc generation: 90.5%Ecc generation: 91.0%Ecc generation: 91.4%Ecc generation: 91.9%Ecc generation: 92.3%Ecc generation: 92.8%Ecc generation: 93.2%Ecc generation: 93.7%Ecc generation: 94.1%Ecc generation: 94.6%Ecc generation: 95.0%Ecc generation: 95.5%Ecc generation: 95.9%Ecc generation: 96.4%Ecc generation: 96.8%Ecc generation: 97.3%Ecc generation: 97.7%Ecc generation: 98.2%Ecc generation: 98.6%Ecc generation: 99.1%Ecc generation: 99.5%Ecc generation: 100.0%Ecc generation: 100.0% +done. + +All sectors successfully read. Checksums match. +CrcBuf contents, image path none (medium): + crcSize: 26775, dataSectors: 21000, coveredSectors: 21105, allSectors: 26775 + md5State: data_complete image_complete + data: 9503f278d4550a9507a317664481adf8 + full: e76e7eab84bf162bf6725df80f2a1c1b + fp sector: 16; 15c0fd35a0cfa0f83b9ccbd8604c2592 + missing crcs: 0 + +Opening rs01-tmp.iso +ExamineUDF(File: rs01-tmp.iso) + Examining the ISO file system... + Sector 16: + Volume descriptor type = 1 + Volume descriptor version = 1 + Standard identifier = CD001 + -> primary volume descriptor: + System identifier : | | + Volume identifier : |RANDOM IMAGE | + Volume space size : 21000 sectors + Volume set size : 1 + Volume sequence size : 1 + Logical block size : 2048 + Path table size : 10 bytes + L-Path table location : 19 + Opt L-Path table location : 0 + M-Path table location : 20 + Opt M-Path table location : 0 + Volume creation date/time : 16-07-2006 10:35:46.23 + Volume modification d/t : 16-07-2006 10:35:46.23 + Volume expiration d/t : 16-07-2106 10:35:46.23 + Volume effective d/t : 16-07-2006 10:35:46.23 + File structure version : 1 + Sector 17: + Volume descriptor type = 2 + Volume descriptor version = 1 + Standard identifier = CD001 + -> supplementary volume descriptor: *skipped* + Sector 18: + Volume descriptor type = 255 + Volume descriptor version = 1 + Standard identifier = CD001 + -> volume descriptor set terminator; + end of ISO file system parsing. + Examining the UDF file system... + not yet implemented. + +ExamineECC() started +...trying RS01 +...trying RS02 +RS02Recognize: file rs01-tmp.iso +try_sector: trying sector 21000 +try_sector: no cookie, skipping current modulo +try_sector: trying sector 20850 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 4611686018427387904 +FindHeaderInMedium: Trying modulo 2305843009213693952 +FindHeaderInMedium: Trying modulo 1152921504606846976 +FindHeaderInMedium: Trying modulo 576460752303423488 +FindHeaderInMedium: Trying modulo 288230376151711744 +FindHeaderInMedium: Trying modulo 144115188075855872 +FindHeaderInMedium: Trying modulo 72057594037927936 +FindHeaderInMedium: Trying modulo 36028797018963968 +FindHeaderInMedium: Trying modulo 18014398509481984 +FindHeaderInMedium: Trying modulo 9007199254740992 +FindHeaderInMedium: Trying modulo 4503599627370496 +FindHeaderInMedium: Trying modulo 2251799813685248 +FindHeaderInMedium: Trying modulo 1125899906842624 +FindHeaderInMedium: Trying modulo 562949953421312 +FindHeaderInMedium: Trying modulo 281474976710656 +FindHeaderInMedium: Trying modulo 140737488355328 +FindHeaderInMedium: Trying modulo 70368744177664 +FindHeaderInMedium: Trying modulo 35184372088832 +FindHeaderInMedium: Trying modulo 17592186044416 +FindHeaderInMedium: Trying modulo 8796093022208 +FindHeaderInMedium: Trying modulo 4398046511104 +FindHeaderInMedium: Trying modulo 2199023255552 +FindHeaderInMedium: Trying modulo 1099511627776 +FindHeaderInMedium: Trying modulo 549755813888 +FindHeaderInMedium: Trying modulo 274877906944 +FindHeaderInMedium: Trying modulo 137438953472 +FindHeaderInMedium: Trying modulo 68719476736 +FindHeaderInMedium: Trying modulo 34359738368 +FindHeaderInMedium: Trying modulo 17179869184 +FindHeaderInMedium: Trying modulo 8589934592 +FindHeaderInMedium: Trying modulo 4294967296 +FindHeaderInMedium: Trying modulo 2147483648 +FindHeaderInMedium: Trying modulo 1073741824 +FindHeaderInMedium: Trying modulo 536870912 +FindHeaderInMedium: Trying modulo 268435456 +FindHeaderInMedium: Trying modulo 134217728 +FindHeaderInMedium: Trying modulo 67108864 +FindHeaderInMedium: Trying modulo 33554432 +FindHeaderInMedium: Trying modulo 16777216 +FindHeaderInMedium: Trying modulo 8388608 +FindHeaderInMedium: Trying modulo 4194304 +FindHeaderInMedium: Trying modulo 2097152 +FindHeaderInMedium: Trying modulo 1048576 +FindHeaderInMedium: Trying modulo 524288 +FindHeaderInMedium: Trying modulo 262144 +FindHeaderInMedium: Trying modulo 131072 +FindHeaderInMedium: Trying modulo 65536 +FindHeaderInMedium: Trying modulo 32768 +FindHeaderInMedium: Trying modulo 16384 +try_sector: trying sector 16384 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 8192 +try_sector: trying sector 24576 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 4096 +Sector 24576 cached; skipping modulo +FindHeaderInMedium: Trying modulo 2048 +try_sector: trying sector 26624 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 1024 +Sector 26624 cached; skipping modulo +FindHeaderInMedium: Trying modulo 512 +Sector 26624 cached; skipping modulo +FindHeaderInMedium: Trying modulo 256 +Sector 26624 cached; skipping modulo +FindHeaderInMedium: Trying modulo 128 +try_sector: trying sector 26752 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 64 +Sector 26752 cached; skipping modulo +FindHeaderInMedium: Trying modulo 32 +Sector 26752 cached; skipping modulo +...trying RS03 +RS03RecognizeImage: file rs01-tmp.iso +FindRS03HeaderInImage: file rs01-tmp.iso +FindRS03HeaderInImage(): Header found at pos +0 +...augmented image found +GetImageFingerprint(16): read & cached +: 26775 medium sectors. +CrcBufValid: buffer VALID +Encoding with Method RS01: 32 roots, 14.3% redundancy. Error correction file "rs01-tmp.ecc" created. Make sure to keep this file on a reliable medium. diff --git a/regtest/database/RS01_fix_additional_sector b/regtest/database/RS01_fix_additional_sector index 9d81362..68f1f74 100644 --- a/regtest/database/RS01_fix_additional_sector +++ b/regtest/database/RS01_fix_additional_sector @@ -11,5 +11,4 @@ Fix mode(RS01): Repairable sectors will be fixed in the image. * Warning: Image file is 1 sectors longer than expected. * Assuming this is a TAO mode medium. * 1 sectors will be removed from the image end. -Ecc progress: 1.0%Ecc progress: 2.1%Ecc progress: 3.1%Ecc progress: 4.2%Ecc progress: 5.2%Ecc progress: 6.3%Ecc progress: 7.3%Ecc progress: 8.4%Ecc progress: 9.4%Ecc progress: 10.5%Ecc progress: 11.5%Ecc progress: 12.6%Ecc progress: 13.6%Ecc progress: 14.7%Ecc progress: 15.7%Ecc progress: 16.8%Ecc progress: 17.8%Ecc progress: 18.9%Ecc progress: 20.0%Ecc progress: 21.0%Ecc progress: 22.1%Ecc progress: 23.1%Ecc progress: 24.2%Ecc progress: 25.2%Ecc progress: 26.3%Ecc progress: 27.3%Ecc progress: 28.4%Ecc progress: 29.4%Ecc progress: 30.5%Ecc progress: 31.5%Ecc progress: 32.6%Ecc progress: 33.6%Ecc progress: 34.7%Ecc progress: 35.7%Ecc progress: 36.8%Ecc progress: 37.8%Ecc progress: 38.9%Ecc progress: 40.0%Ecc progress: 41.0%Ecc progress: 42.1%Ecc progress: 43.1%Ecc progress: 44.2%Ecc progress: 45.2%Ecc progress: 46.3%Ecc progress: 47.3%Ecc progress: 48.4%Ecc progress: 49.4%Ecc progress: 50.5%Ecc progress: 51.5%Ecc progress: 52.6%Ecc progress: 53.6%Ecc progress: 54.7%Ecc progress: 55.7%Ecc progress: 56.8%Ecc progress: 57.8%Ecc progress: 58.9%Ecc progress: 60.0%Ecc progress: 61.0%Ecc progress: 62.1%Ecc progress: 63.1%Ecc progress: 64.2%Ecc progress: 65.2%Ecc progress: 66.3%Ecc progress: 67.3%Ecc progress: 68.4%Ecc progress: 69.4%Ecc progress: 70.5%Ecc progress: 71.5%Ecc progress: 72.6%Ecc progress: 73.6%Ecc progress: 74.7%Ecc progress: 75.7%Ecc progress: 76.8%Ecc progress: 77.8%Ecc progress: 78.9%Ecc progress: 80.0%Ecc progress: 81.0%Ecc progress: 82.1%Ecc progress: 83.1%Ecc progress: 84.2%Ecc progress: 85.2%Ecc progress: 86.3%Ecc progress: 87.3%Ecc progress: 88.4%Ecc progress: 89.4%Ecc progress: 90.5%Ecc progress: 91.5%Ecc progress: 92.6%Ecc progress: 93.6%Ecc progress: 94.7%Ecc progress: 95.7%Ecc progress: 96.8%Ecc progress: 97.8%Ecc progress: 98.9%Ecc progress: 100.0%Ecc progress: 100.0% Good! All sectors are already present. diff --git a/regtest/database/RS01_fix_crc_errors b/regtest/database/RS01_fix_crc_errors index d78bf09..92a0d60 100644 --- a/regtest/database/RS01_fix_crc_errors +++ b/regtest/database/RS01_fix_crc_errors @@ -13,16 +13,15 @@ CRC error in sector 190 -> Error located in sector 0 at byte 1 (value 01 '.', expected 00 '.') -> Error located in sector 190 at byte 200 (value 8f '.', expected ac '.') 2 repaired sectors: 0 190 -Ecc progress: 1.0%Ecc progress: 2.1%Ecc progress: 3.1%Ecc progress: 4.2%CRC error in sector 20999 +CRC error in sector 20999 -> Error located in sector 20999 at byte 500 (value 5b '[', expected 2e '.') 1 repaired sectors: 20999 -Ecc progress: 5.2%Ecc progress: 6.3%Ecc progress: 7.3%Ecc progress: 8.4%Ecc progress: 9.4%Ecc progress: 10.5%Ecc progress: 11.5%Ecc progress: 12.6%Ecc progress: 13.6%Ecc progress: 14.7%Ecc progress: 15.7%Ecc progress: 16.8%Ecc progress: 17.8%Ecc progress: 18.9%Ecc progress: 20.0%Ecc progress: 21.0%Ecc progress: 22.1%Ecc progress: 23.1%Ecc progress: 24.2%Ecc progress: 25.2%Ecc progress: 26.3%Ecc progress: 27.3%Ecc progress: 28.4%Ecc progress: 29.4%Ecc progress: 30.5%Ecc progress: 31.5%Ecc progress: 32.6%Ecc progress: 33.6%Ecc progress: 34.7%Ecc progress: 35.7%Ecc progress: 36.8%Ecc progress: 37.8%Ecc progress: 38.9%Ecc progress: 40.0%Ecc progress: 41.0%Ecc progress: 42.1%Ecc progress: 43.1%Ecc progress: 44.2%Ecc progress: 45.2%Ecc progress: 46.3%Ecc progress: 47.3%Ecc progress: 48.4%Ecc progress: 49.4%Ecc progress: 50.5%Ecc progress: 51.5%Ecc progress: 52.6%Ecc progress: 53.6%Ecc progress: 54.7%Ecc progress: 55.7%Ecc progress: 56.8%Ecc progress: 57.8%Ecc progress: 58.9%Ecc progress: 60.0%Ecc progress: 61.0%Ecc progress: 62.1%Ecc progress: 63.1%CRC error in sector 1200 +CRC error in sector 1200 -> Error located in sector 1200 at byte 100 (value 01 '.', expected f0 '.') 1 repaired sectors: 1200 -Ecc progress: 64.2%CRC error in sector 1201 +CRC error in sector 1201 -> Error located in sector 1201 at byte 100 (value 01 '.', expected 84 '.') 1 repaired sectors: 1201 -Ecc progress: 65.2%Ecc progress: 66.3%Ecc progress: 67.3%Ecc progress: 68.4%Ecc progress: 69.4%Ecc progress: 70.5%Ecc progress: 71.5%Ecc progress: 72.6%Ecc progress: 73.6%Ecc progress: 74.7%Ecc progress: 75.7%Ecc progress: 76.8%Ecc progress: 77.8%Ecc progress: 78.9%Ecc progress: 80.0%Ecc progress: 81.0%Ecc progress: 82.1%Ecc progress: 83.1%Ecc progress: 84.2%Ecc progress: 85.2%Ecc progress: 86.3%Ecc progress: 87.3%Ecc progress: 88.4%Ecc progress: 89.4%Ecc progress: 90.5%Ecc progress: 91.5%Ecc progress: 92.6%Ecc progress: 93.6%Ecc progress: 94.7%Ecc progress: 95.7%Ecc progress: 96.8%Ecc progress: 97.8%Ecc progress: 98.9%Ecc progress: 100.0%Ecc progress: 100.0% Repaired sectors: 5 Good! All sectors are repaired. Erasure counts per ecc block: avg = 1.2; worst = 2. diff --git a/regtest/database/RS01_fix_good b/regtest/database/RS01_fix_good index 0d30b04..e30f3af 100644 --- a/regtest/database/RS01_fix_good +++ b/regtest/database/RS01_fix_good @@ -8,5 +8,4 @@ See the file "COPYING" for further information. Opening rs01-tmp.iso: 21000 medium sectors. Fix mode(RS01): Repairable sectors will be fixed in the image. -Ecc progress: 1.0%Ecc progress: 2.1%Ecc progress: 3.1%Ecc progress: 4.2%Ecc progress: 5.2%Ecc progress: 6.3%Ecc progress: 7.3%Ecc progress: 8.4%Ecc progress: 9.4%Ecc progress: 10.5%Ecc progress: 11.5%Ecc progress: 12.6%Ecc progress: 13.6%Ecc progress: 14.7%Ecc progress: 15.7%Ecc progress: 16.8%Ecc progress: 17.8%Ecc progress: 18.9%Ecc progress: 20.0%Ecc progress: 21.0%Ecc progress: 22.1%Ecc progress: 23.1%Ecc progress: 24.2%Ecc progress: 25.2%Ecc progress: 26.3%Ecc progress: 27.3%Ecc progress: 28.4%Ecc progress: 29.4%Ecc progress: 30.5%Ecc progress: 31.5%Ecc progress: 32.6%Ecc progress: 33.6%Ecc progress: 34.7%Ecc progress: 35.7%Ecc progress: 36.8%Ecc progress: 37.8%Ecc progress: 38.9%Ecc progress: 40.0%Ecc progress: 41.0%Ecc progress: 42.1%Ecc progress: 43.1%Ecc progress: 44.2%Ecc progress: 45.2%Ecc progress: 46.3%Ecc progress: 47.3%Ecc progress: 48.4%Ecc progress: 49.4%Ecc progress: 50.5%Ecc progress: 51.5%Ecc progress: 52.6%Ecc progress: 53.6%Ecc progress: 54.7%Ecc progress: 55.7%Ecc progress: 56.8%Ecc progress: 57.8%Ecc progress: 58.9%Ecc progress: 60.0%Ecc progress: 61.0%Ecc progress: 62.1%Ecc progress: 63.1%Ecc progress: 64.2%Ecc progress: 65.2%Ecc progress: 66.3%Ecc progress: 67.3%Ecc progress: 68.4%Ecc progress: 69.4%Ecc progress: 70.5%Ecc progress: 71.5%Ecc progress: 72.6%Ecc progress: 73.6%Ecc progress: 74.7%Ecc progress: 75.7%Ecc progress: 76.8%Ecc progress: 77.8%Ecc progress: 78.9%Ecc progress: 80.0%Ecc progress: 81.0%Ecc progress: 82.1%Ecc progress: 83.1%Ecc progress: 84.2%Ecc progress: 85.2%Ecc progress: 86.3%Ecc progress: 87.3%Ecc progress: 88.4%Ecc progress: 89.4%Ecc progress: 90.5%Ecc progress: 91.5%Ecc progress: 92.6%Ecc progress: 93.6%Ecc progress: 94.7%Ecc progress: 95.7%Ecc progress: 96.8%Ecc progress: 97.8%Ecc progress: 98.9%Ecc progress: 100.0%Ecc progress: 100.0% Good! All sectors are already present. diff --git a/regtest/database/RS01_fix_missing_sectors b/regtest/database/RS01_fix_missing_sectors index f003203..4e683b7 100644 --- a/regtest/database/RS01_fix_missing_sectors +++ b/regtest/database/RS01_fix_missing_sectors @@ -9,101 +9,100 @@ Opening rs01-tmp.iso: 21000 medium sectors. Fix mode(RS01): Repairable sectors will be fixed in the image. 3 repaired sectors: 0 190 2090 -Ecc progress: 1.0% 1 repaired sectors: 2091 -Ecc progress: 2.1% 2 repaired sectors: 192 2092 -Ecc progress: 3.1% 1 repaired sectors: 2093 -Ecc progress: 4.2% 2 repaired sectors: 2094 20999 -Ecc progress: 5.2% 2 repaired sectors: 2000 2095 -Ecc progress: 6.3% 2 repaired sectors: 2001 2096 -Ecc progress: 7.3% 2 repaired sectors: 2002 2097 -Ecc progress: 8.4% 2 repaired sectors: 2003 2098 -Ecc progress: 9.4% 2 repaired sectors: 2004 2099 -Ecc progress: 10.5% 2 repaired sectors: 2005 2100 -Ecc progress: 11.5% 2 repaired sectors: 2006 2101 -Ecc progress: 12.6% 2 repaired sectors: 2007 2102 -Ecc progress: 13.6% 2 repaired sectors: 2008 2103 -Ecc progress: 14.7% 2 repaired sectors: 2009 2104 -Ecc progress: 15.7% 2 repaired sectors: 2010 2105 -Ecc progress: 16.8% 2 repaired sectors: 2011 2106 -Ecc progress: 17.8% 2 repaired sectors: 2012 2107 -Ecc progress: 18.9% 2 repaired sectors: 2013 2108 -Ecc progress: 20.0% 2 repaired sectors: 2014 2109 -Ecc progress: 21.0% 3 repaired sectors: 590 2015 2110 -Ecc progress: 22.1% 3 repaired sectors: 591 2016 2111 -Ecc progress: 23.1% 3 repaired sectors: 592 2017 2112 -Ecc progress: 24.2% 3 repaired sectors: 593 2018 2113 -Ecc progress: 25.2% 3 repaired sectors: 594 2019 2114 -Ecc progress: 26.3% 3 repaired sectors: 595 2020 2115 -Ecc progress: 27.3% 3 repaired sectors: 596 2021 2116 -Ecc progress: 28.4% 3 repaired sectors: 597 2022 2117 -Ecc progress: 29.4% 3 repaired sectors: 598 2023 2118 -Ecc progress: 30.5% 3 repaired sectors: 599 2024 2119 -Ecc progress: 31.5% 3 repaired sectors: 600 2025 2120 -Ecc progress: 32.6% 3 repaired sectors: 601 2026 2121 -Ecc progress: 33.6% 3 repaired sectors: 602 2027 2122 -Ecc progress: 34.7% 3 repaired sectors: 603 2028 2123 -Ecc progress: 35.7% 3 repaired sectors: 604 2029 2124 -Ecc progress: 36.8% 3 repaired sectors: 605 2030 2125 -Ecc progress: 37.8% 3 repaired sectors: 606 2031 2126 -Ecc progress: 38.9% 3 repaired sectors: 607 2032 2127 -Ecc progress: 40.0% 3 repaired sectors: 608 2033 2128 -Ecc progress: 41.0% 3 repaired sectors: 609 2034 2129 -Ecc progress: 42.1% 3 repaired sectors: 610 2035 2130 -Ecc progress: 43.1% 3 repaired sectors: 611 2036 2131 -Ecc progress: 44.2% 3 repaired sectors: 612 2037 2132 -Ecc progress: 45.2% 3 repaired sectors: 613 2038 2133 -Ecc progress: 46.3% 3 repaired sectors: 614 2039 2134 -Ecc progress: 47.3% 3 repaired sectors: 615 2040 2135 -Ecc progress: 48.4% 3 repaired sectors: 616 2041 2136 -Ecc progress: 49.4% 3 repaired sectors: 617 2042 2137 -Ecc progress: 50.5% 3 repaired sectors: 618 2043 2138 -Ecc progress: 51.5% 3 repaired sectors: 619 2044 2139 -Ecc progress: 52.6% 2 repaired sectors: 620 2045 -Ecc progress: 53.6% 3 repaired sectors: 621 2046 2141 -Ecc progress: 54.7% 3 repaired sectors: 622 2047 2142 -Ecc progress: 55.7% 3 repaired sectors: 623 2048 2143 -Ecc progress: 56.8% 3 repaired sectors: 624 2049 2144 -Ecc progress: 57.8% 3 repaired sectors: 625 2050 2145 -Ecc progress: 58.9% 3 repaired sectors: 626 2051 2146 -Ecc progress: 60.0% 3 repaired sectors: 627 2052 2147 -Ecc progress: 61.0% 3 repaired sectors: 628 2053 2148 -Ecc progress: 62.1% 3 repaired sectors: 629 2054 2149 -Ecc progress: 63.1% 3 repaired sectors: 630 2055 2150 -Ecc progress: 64.2% 3 repaired sectors: 631 2056 2151 -Ecc progress: 65.2% 3 repaired sectors: 632 2057 2152 -Ecc progress: 66.3% 3 repaired sectors: 633 2058 2153 -Ecc progress: 67.3% 3 repaired sectors: 634 2059 2154 -Ecc progress: 68.4% 3 repaired sectors: 635 2060 2155 -Ecc progress: 69.4% 3 repaired sectors: 636 2061 2156 -Ecc progress: 70.5% 3 repaired sectors: 637 2062 2157 -Ecc progress: 71.5% 3 repaired sectors: 638 2063 2158 -Ecc progress: 72.6% 3 repaired sectors: 639 2064 2159 -Ecc progress: 73.6% 3 repaired sectors: 640 2065 2160 -Ecc progress: 74.7% 3 repaired sectors: 641 2066 2161 -Ecc progress: 75.7% 3 repaired sectors: 642 2067 2162 -Ecc progress: 76.8% 3 repaired sectors: 643 2068 2163 -Ecc progress: 77.8% 3 repaired sectors: 644 2069 2164 -Ecc progress: 78.9% 3 repaired sectors: 645 2070 2165 -Ecc progress: 80.0% 3 repaired sectors: 646 2071 2166 -Ecc progress: 81.0% 3 repaired sectors: 647 2072 2167 -Ecc progress: 82.1% 3 repaired sectors: 648 2073 2168 -Ecc progress: 83.1% 3 repaired sectors: 649 2074 2169 -Ecc progress: 84.2% 2 repaired sectors: 2075 2170 -Ecc progress: 85.2% 2 repaired sectors: 2076 2171 -Ecc progress: 86.3% 2 repaired sectors: 2077 2172 -Ecc progress: 87.3% 2 repaired sectors: 2078 2173 -Ecc progress: 88.4% 2 repaired sectors: 2079 2174 -Ecc progress: 89.4% 2 repaired sectors: 2080 2175 -Ecc progress: 90.5% 2 repaired sectors: 2081 2176 -Ecc progress: 91.5% 1 repaired sectors: 2082 -Ecc progress: 92.6% 1 repaired sectors: 2083 -Ecc progress: 93.6% 1 repaired sectors: 2084 -Ecc progress: 94.7% 1 repaired sectors: 2085 -Ecc progress: 95.7% 1 repaired sectors: 2086 -Ecc progress: 96.8% 1 repaired sectors: 2087 -Ecc progress: 97.8% 1 repaired sectors: 2088 -Ecc progress: 98.9% 1 repaired sectors: 2089 -Ecc progress: 100.0%Ecc progress: 100.0% + 1 repaired sectors: 2091 + 2 repaired sectors: 192 2092 + 1 repaired sectors: 2093 + 2 repaired sectors: 2094 20999 + 2 repaired sectors: 2000 2095 + 2 repaired sectors: 2001 2096 + 2 repaired sectors: 2002 2097 + 2 repaired sectors: 2003 2098 + 2 repaired sectors: 2004 2099 + 2 repaired sectors: 2005 2100 + 2 repaired sectors: 2006 2101 + 2 repaired sectors: 2007 2102 + 2 repaired sectors: 2008 2103 + 2 repaired sectors: 2009 2104 + 2 repaired sectors: 2010 2105 + 2 repaired sectors: 2011 2106 + 2 repaired sectors: 2012 2107 + 2 repaired sectors: 2013 2108 + 2 repaired sectors: 2014 2109 + 3 repaired sectors: 590 2015 2110 + 3 repaired sectors: 591 2016 2111 + 3 repaired sectors: 592 2017 2112 + 3 repaired sectors: 593 2018 2113 + 3 repaired sectors: 594 2019 2114 + 3 repaired sectors: 595 2020 2115 + 3 repaired sectors: 596 2021 2116 + 3 repaired sectors: 597 2022 2117 + 3 repaired sectors: 598 2023 2118 + 3 repaired sectors: 599 2024 2119 + 3 repaired sectors: 600 2025 2120 + 3 repaired sectors: 601 2026 2121 + 3 repaired sectors: 602 2027 2122 + 3 repaired sectors: 603 2028 2123 + 3 repaired sectors: 604 2029 2124 + 3 repaired sectors: 605 2030 2125 + 3 repaired sectors: 606 2031 2126 + 3 repaired sectors: 607 2032 2127 + 3 repaired sectors: 608 2033 2128 + 3 repaired sectors: 609 2034 2129 + 3 repaired sectors: 610 2035 2130 + 3 repaired sectors: 611 2036 2131 + 3 repaired sectors: 612 2037 2132 + 3 repaired sectors: 613 2038 2133 + 3 repaired sectors: 614 2039 2134 + 3 repaired sectors: 615 2040 2135 + 3 repaired sectors: 616 2041 2136 + 3 repaired sectors: 617 2042 2137 + 3 repaired sectors: 618 2043 2138 + 3 repaired sectors: 619 2044 2139 + 2 repaired sectors: 620 2045 + 3 repaired sectors: 621 2046 2141 + 3 repaired sectors: 622 2047 2142 + 3 repaired sectors: 623 2048 2143 + 3 repaired sectors: 624 2049 2144 + 3 repaired sectors: 625 2050 2145 + 3 repaired sectors: 626 2051 2146 + 3 repaired sectors: 627 2052 2147 + 3 repaired sectors: 628 2053 2148 + 3 repaired sectors: 629 2054 2149 + 3 repaired sectors: 630 2055 2150 + 3 repaired sectors: 631 2056 2151 + 3 repaired sectors: 632 2057 2152 + 3 repaired sectors: 633 2058 2153 + 3 repaired sectors: 634 2059 2154 + 3 repaired sectors: 635 2060 2155 + 3 repaired sectors: 636 2061 2156 + 3 repaired sectors: 637 2062 2157 + 3 repaired sectors: 638 2063 2158 + 3 repaired sectors: 639 2064 2159 + 3 repaired sectors: 640 2065 2160 + 3 repaired sectors: 641 2066 2161 + 3 repaired sectors: 642 2067 2162 + 3 repaired sectors: 643 2068 2163 + 3 repaired sectors: 644 2069 2164 + 3 repaired sectors: 645 2070 2165 + 3 repaired sectors: 646 2071 2166 + 3 repaired sectors: 647 2072 2167 + 3 repaired sectors: 648 2073 2168 + 3 repaired sectors: 649 2074 2169 + 2 repaired sectors: 2075 2170 + 2 repaired sectors: 2076 2171 + 2 repaired sectors: 2077 2172 + 2 repaired sectors: 2078 2173 + 2 repaired sectors: 2079 2174 + 2 repaired sectors: 2080 2175 + 2 repaired sectors: 2081 2176 + 1 repaired sectors: 2082 + 1 repaired sectors: 2083 + 1 repaired sectors: 2084 + 1 repaired sectors: 2085 + 1 repaired sectors: 2086 + 1 repaired sectors: 2087 + 1 repaired sectors: 2088 + 1 repaired sectors: 2089 Repaired sectors: 240 Good! All sectors are repaired. Erasure counts per ecc block: avg = 2.5; worst = 3. diff --git a/regtest/database/RS01_fix_no_read_perm_ecc b/regtest/database/RS01_fix_no_read_perm_ecc index 2c606b9..e7e302a 100644 --- a/regtest/database/RS01_fix_no_read_perm_ecc +++ b/regtest/database/RS01_fix_no_read_perm_ecc @@ -11,7 +11,6 @@ Opening rs01-tmp.iso: 21000 medium sectors. * dvdisaster - can not continue: * -No error correction file present. -No error correction data recognized in image. +Permission denied on ecc file (perhaps not writeable?). diff --git a/regtest/database/RS01_fix_plus17_truncate b/regtest/database/RS01_fix_plus17_truncate index f701ab6..9314554 100644 --- a/regtest/database/RS01_fix_plus17_truncate +++ b/regtest/database/RS01_fix_plus17_truncate @@ -9,5 +9,4 @@ Opening rs01-tmp.iso: 21017 medium sectors. Fix mode(RS01): Repairable sectors will be fixed in the image. Image has been truncated by 17 sectors. -Ecc progress: 1.0%Ecc progress: 2.1%Ecc progress: 3.1%Ecc progress: 4.2%Ecc progress: 5.2%Ecc progress: 6.3%Ecc progress: 7.3%Ecc progress: 8.4%Ecc progress: 9.4%Ecc progress: 10.5%Ecc progress: 11.5%Ecc progress: 12.6%Ecc progress: 13.6%Ecc progress: 14.7%Ecc progress: 15.7%Ecc progress: 16.8%Ecc progress: 17.8%Ecc progress: 18.9%Ecc progress: 20.0%Ecc progress: 21.0%Ecc progress: 22.1%Ecc progress: 23.1%Ecc progress: 24.2%Ecc progress: 25.2%Ecc progress: 26.3%Ecc progress: 27.3%Ecc progress: 28.4%Ecc progress: 29.4%Ecc progress: 30.5%Ecc progress: 31.5%Ecc progress: 32.6%Ecc progress: 33.6%Ecc progress: 34.7%Ecc progress: 35.7%Ecc progress: 36.8%Ecc progress: 37.8%Ecc progress: 38.9%Ecc progress: 40.0%Ecc progress: 41.0%Ecc progress: 42.1%Ecc progress: 43.1%Ecc progress: 44.2%Ecc progress: 45.2%Ecc progress: 46.3%Ecc progress: 47.3%Ecc progress: 48.4%Ecc progress: 49.4%Ecc progress: 50.5%Ecc progress: 51.5%Ecc progress: 52.6%Ecc progress: 53.6%Ecc progress: 54.7%Ecc progress: 55.7%Ecc progress: 56.8%Ecc progress: 57.8%Ecc progress: 58.9%Ecc progress: 60.0%Ecc progress: 61.0%Ecc progress: 62.1%Ecc progress: 63.1%Ecc progress: 64.2%Ecc progress: 65.2%Ecc progress: 66.3%Ecc progress: 67.3%Ecc progress: 68.4%Ecc progress: 69.4%Ecc progress: 70.5%Ecc progress: 71.5%Ecc progress: 72.6%Ecc progress: 73.6%Ecc progress: 74.7%Ecc progress: 75.7%Ecc progress: 76.8%Ecc progress: 77.8%Ecc progress: 78.9%Ecc progress: 80.0%Ecc progress: 81.0%Ecc progress: 82.1%Ecc progress: 83.1%Ecc progress: 84.2%Ecc progress: 85.2%Ecc progress: 86.3%Ecc progress: 87.3%Ecc progress: 88.4%Ecc progress: 89.4%Ecc progress: 90.5%Ecc progress: 91.5%Ecc progress: 92.6%Ecc progress: 93.6%Ecc progress: 94.7%Ecc progress: 95.7%Ecc progress: 96.8%Ecc progress: 97.8%Ecc progress: 98.9%Ecc progress: 100.0%Ecc progress: 100.0% Good! All sectors are already present. diff --git a/regtest/database/RS01_fix_plus56 b/regtest/database/RS01_fix_plus56 index baa6592..167f02f 100644 --- a/regtest/database/RS01_fix_plus56 +++ b/regtest/database/RS01_fix_plus56 @@ -8,10 +8,9 @@ See the file "COPYING" for further information. Opening rs01-tmp.iso: 21000 medium sectors and 56 bytes. Fix mode(RS01): Repairable sectors will be fixed in the image. -Ecc progress: 1.0%Ecc progress: 2.1%Ecc progress: 3.1%Ecc progress: 4.2%Ecc progress: 5.2%CRC error in sector 21000 +CRC error in sector 21000 -> Error located in sector 21000 at byte 28 (value 5a 'Z', expected 00 '.') 1 repaired sectors: 21000 -Ecc progress: 6.3%Ecc progress: 7.3%Ecc progress: 8.4%Ecc progress: 9.4%Ecc progress: 10.5%Ecc progress: 11.5%Ecc progress: 12.6%Ecc progress: 13.6%Ecc progress: 14.7%Ecc progress: 15.7%Ecc progress: 16.8%Ecc progress: 17.8%Ecc progress: 18.9%Ecc progress: 20.0%Ecc progress: 21.0%Ecc progress: 22.1%Ecc progress: 23.1%Ecc progress: 24.2%Ecc progress: 25.2%Ecc progress: 26.3%Ecc progress: 27.3%Ecc progress: 28.4%Ecc progress: 29.4%Ecc progress: 30.5%Ecc progress: 31.5%Ecc progress: 32.6%Ecc progress: 33.6%Ecc progress: 34.7%Ecc progress: 35.7%Ecc progress: 36.8%Ecc progress: 37.8%Ecc progress: 38.9%Ecc progress: 40.0%Ecc progress: 41.0%Ecc progress: 42.1%Ecc progress: 43.1%Ecc progress: 44.2%Ecc progress: 45.2%Ecc progress: 46.3%Ecc progress: 47.3%Ecc progress: 48.4%Ecc progress: 49.4%Ecc progress: 50.5%Ecc progress: 51.5%Ecc progress: 52.6%Ecc progress: 53.6%Ecc progress: 54.7%Ecc progress: 55.7%Ecc progress: 56.8%Ecc progress: 57.8%Ecc progress: 58.9%Ecc progress: 60.0%Ecc progress: 61.0%Ecc progress: 62.1%Ecc progress: 63.1%Ecc progress: 64.2%Ecc progress: 65.2%Ecc progress: 66.3%Ecc progress: 67.3%Ecc progress: 68.4%Ecc progress: 69.4%Ecc progress: 70.5%Ecc progress: 71.5%Ecc progress: 72.6%Ecc progress: 73.6%Ecc progress: 74.7%Ecc progress: 75.7%Ecc progress: 76.8%Ecc progress: 77.8%Ecc progress: 78.9%Ecc progress: 80.0%Ecc progress: 81.0%Ecc progress: 82.1%Ecc progress: 83.1%Ecc progress: 84.2%Ecc progress: 85.2%Ecc progress: 86.3%Ecc progress: 87.3%Ecc progress: 88.4%Ecc progress: 89.4%Ecc progress: 90.5%Ecc progress: 91.5%Ecc progress: 92.6%Ecc progress: 93.6%Ecc progress: 94.7%Ecc progress: 95.7%Ecc progress: 96.8%Ecc progress: 97.8%Ecc progress: 98.9%Ecc progress: 100.0%Ecc progress: 100.0% Repaired sectors: 1 Good! All sectors are repaired. Erasure counts per ecc block: avg = 1.0; worst = 1. diff --git a/regtest/database/RS01_fix_plus56_bytes b/regtest/database/RS01_fix_plus56_bytes index 928c5f9..d207313 100644 --- a/regtest/database/RS01_fix_plus56_bytes +++ b/regtest/database/RS01_fix_plus56_bytes @@ -8,5 +8,4 @@ See the file "COPYING" for further information. Opening rs01-tmp.iso: 21000 medium sectors and 56 bytes. Fix mode(RS01): Repairable sectors will be fixed in the image. -Ecc progress: 1.0%Ecc progress: 2.1%Ecc progress: 3.1%Ecc progress: 4.2%Ecc progress: 5.2%Ecc progress: 6.3%Ecc progress: 7.3%Ecc progress: 8.4%Ecc progress: 9.4%Ecc progress: 10.5%Ecc progress: 11.5%Ecc progress: 12.6%Ecc progress: 13.6%Ecc progress: 14.7%Ecc progress: 15.7%Ecc progress: 16.8%Ecc progress: 17.8%Ecc progress: 18.9%Ecc progress: 20.0%Ecc progress: 21.0%Ecc progress: 22.1%Ecc progress: 23.1%Ecc progress: 24.2%Ecc progress: 25.2%Ecc progress: 26.3%Ecc progress: 27.3%Ecc progress: 28.4%Ecc progress: 29.4%Ecc progress: 30.5%Ecc progress: 31.5%Ecc progress: 32.6%Ecc progress: 33.6%Ecc progress: 34.7%Ecc progress: 35.7%Ecc progress: 36.8%Ecc progress: 37.8%Ecc progress: 38.9%Ecc progress: 40.0%Ecc progress: 41.0%Ecc progress: 42.1%Ecc progress: 43.1%Ecc progress: 44.2%Ecc progress: 45.2%Ecc progress: 46.3%Ecc progress: 47.3%Ecc progress: 48.4%Ecc progress: 49.4%Ecc progress: 50.5%Ecc progress: 51.5%Ecc progress: 52.6%Ecc progress: 53.6%Ecc progress: 54.7%Ecc progress: 55.7%Ecc progress: 56.8%Ecc progress: 57.8%Ecc progress: 58.9%Ecc progress: 60.0%Ecc progress: 61.0%Ecc progress: 62.1%Ecc progress: 63.1%Ecc progress: 64.2%Ecc progress: 65.2%Ecc progress: 66.3%Ecc progress: 67.3%Ecc progress: 68.4%Ecc progress: 69.4%Ecc progress: 70.5%Ecc progress: 71.5%Ecc progress: 72.6%Ecc progress: 73.6%Ecc progress: 74.7%Ecc progress: 75.7%Ecc progress: 76.8%Ecc progress: 77.8%Ecc progress: 78.9%Ecc progress: 80.0%Ecc progress: 81.0%Ecc progress: 82.1%Ecc progress: 83.1%Ecc progress: 84.2%Ecc progress: 85.2%Ecc progress: 86.3%Ecc progress: 87.3%Ecc progress: 88.4%Ecc progress: 89.4%Ecc progress: 90.5%Ecc progress: 91.5%Ecc progress: 92.6%Ecc progress: 93.6%Ecc progress: 94.7%Ecc progress: 95.7%Ecc progress: 96.8%Ecc progress: 97.8%Ecc progress: 98.9%Ecc progress: 100.0%Ecc progress: 100.0% Good! All sectors are already present. diff --git a/regtest/database/RS01_fix_plus56_little_truncated b/regtest/database/RS01_fix_plus56_little_truncated index 1e725c7..f2de4c6 100644 --- a/regtest/database/RS01_fix_plus56_little_truncated +++ b/regtest/database/RS01_fix_plus56_little_truncated @@ -8,5 +8,4 @@ See the file "COPYING" for further information. Opening rs01-tmp.iso: 21000 medium sectors and 50 bytes. Fix mode(RS01): Repairable sectors will be fixed in the image. -Ecc progress: 1.0%Ecc progress: 2.1%Ecc progress: 3.1%Ecc progress: 4.2%Ecc progress: 5.2%Ecc progress: 6.3%Ecc progress: 7.3%Ecc progress: 8.4%Ecc progress: 9.4%Ecc progress: 10.5%Ecc progress: 11.5%Ecc progress: 12.6%Ecc progress: 13.6%Ecc progress: 14.7%Ecc progress: 15.7%Ecc progress: 16.8%Ecc progress: 17.8%Ecc progress: 18.9%Ecc progress: 20.0%Ecc progress: 21.0%Ecc progress: 22.1%Ecc progress: 23.1%Ecc progress: 24.2%Ecc progress: 25.2%Ecc progress: 26.3%Ecc progress: 27.3%Ecc progress: 28.4%Ecc progress: 29.4%Ecc progress: 30.5%Ecc progress: 31.5%Ecc progress: 32.6%Ecc progress: 33.6%Ecc progress: 34.7%Ecc progress: 35.7%Ecc progress: 36.8%Ecc progress: 37.8%Ecc progress: 38.9%Ecc progress: 40.0%Ecc progress: 41.0%Ecc progress: 42.1%Ecc progress: 43.1%Ecc progress: 44.2%Ecc progress: 45.2%Ecc progress: 46.3%Ecc progress: 47.3%Ecc progress: 48.4%Ecc progress: 49.4%Ecc progress: 50.5%Ecc progress: 51.5%Ecc progress: 52.6%Ecc progress: 53.6%Ecc progress: 54.7%Ecc progress: 55.7%Ecc progress: 56.8%Ecc progress: 57.8%Ecc progress: 58.9%Ecc progress: 60.0%Ecc progress: 61.0%Ecc progress: 62.1%Ecc progress: 63.1%Ecc progress: 64.2%Ecc progress: 65.2%Ecc progress: 66.3%Ecc progress: 67.3%Ecc progress: 68.4%Ecc progress: 69.4%Ecc progress: 70.5%Ecc progress: 71.5%Ecc progress: 72.6%Ecc progress: 73.6%Ecc progress: 74.7%Ecc progress: 75.7%Ecc progress: 76.8%Ecc progress: 77.8%Ecc progress: 78.9%Ecc progress: 80.0%Ecc progress: 81.0%Ecc progress: 82.1%Ecc progress: 83.1%Ecc progress: 84.2%Ecc progress: 85.2%Ecc progress: 86.3%Ecc progress: 87.3%Ecc progress: 88.4%Ecc progress: 89.4%Ecc progress: 90.5%Ecc progress: 91.5%Ecc progress: 92.6%Ecc progress: 93.6%Ecc progress: 94.7%Ecc progress: 95.7%Ecc progress: 96.8%Ecc progress: 97.8%Ecc progress: 98.9%Ecc progress: 100.0%Ecc progress: 100.0% Good! All sectors are already present. diff --git a/regtest/database/RS01_fix_plus56_plus17 b/regtest/database/RS01_fix_plus56_plus17 index beccafb..681234a 100644 --- a/regtest/database/RS01_fix_plus56_plus17 +++ b/regtest/database/RS01_fix_plus56_plus17 @@ -9,10 +9,9 @@ Opening rs01-tmp.iso: 21000 medium sectors and 73 bytes. Fix mode(RS01): Repairable sectors will be fixed in the image. Image has been truncated by 17 bytes. -Ecc progress: 1.0%Ecc progress: 2.1%Ecc progress: 3.1%Ecc progress: 4.2%Ecc progress: 5.2%CRC error in sector 21000 +CRC error in sector 21000 -> Error located in sector 21000 at byte 55 (value 5a 'Z', expected 00 '.') 1 repaired sectors: 21000 -Ecc progress: 6.3%Ecc progress: 7.3%Ecc progress: 8.4%Ecc progress: 9.4%Ecc progress: 10.5%Ecc progress: 11.5%Ecc progress: 12.6%Ecc progress: 13.6%Ecc progress: 14.7%Ecc progress: 15.7%Ecc progress: 16.8%Ecc progress: 17.8%Ecc progress: 18.9%Ecc progress: 20.0%Ecc progress: 21.0%Ecc progress: 22.1%Ecc progress: 23.1%Ecc progress: 24.2%Ecc progress: 25.2%Ecc progress: 26.3%Ecc progress: 27.3%Ecc progress: 28.4%Ecc progress: 29.4%Ecc progress: 30.5%Ecc progress: 31.5%Ecc progress: 32.6%Ecc progress: 33.6%Ecc progress: 34.7%Ecc progress: 35.7%Ecc progress: 36.8%Ecc progress: 37.8%Ecc progress: 38.9%Ecc progress: 40.0%Ecc progress: 41.0%Ecc progress: 42.1%Ecc progress: 43.1%Ecc progress: 44.2%Ecc progress: 45.2%Ecc progress: 46.3%Ecc progress: 47.3%Ecc progress: 48.4%Ecc progress: 49.4%Ecc progress: 50.5%Ecc progress: 51.5%Ecc progress: 52.6%Ecc progress: 53.6%Ecc progress: 54.7%Ecc progress: 55.7%Ecc progress: 56.8%Ecc progress: 57.8%Ecc progress: 58.9%Ecc progress: 60.0%Ecc progress: 61.0%Ecc progress: 62.1%Ecc progress: 63.1%Ecc progress: 64.2%Ecc progress: 65.2%Ecc progress: 66.3%Ecc progress: 67.3%Ecc progress: 68.4%Ecc progress: 69.4%Ecc progress: 70.5%Ecc progress: 71.5%Ecc progress: 72.6%Ecc progress: 73.6%Ecc progress: 74.7%Ecc progress: 75.7%Ecc progress: 76.8%Ecc progress: 77.8%Ecc progress: 78.9%Ecc progress: 80.0%Ecc progress: 81.0%Ecc progress: 82.1%Ecc progress: 83.1%Ecc progress: 84.2%Ecc progress: 85.2%Ecc progress: 86.3%Ecc progress: 87.3%Ecc progress: 88.4%Ecc progress: 89.4%Ecc progress: 90.5%Ecc progress: 91.5%Ecc progress: 92.6%Ecc progress: 93.6%Ecc progress: 94.7%Ecc progress: 95.7%Ecc progress: 96.8%Ecc progress: 97.8%Ecc progress: 98.9%Ecc progress: 100.0%Ecc progress: 100.0% Repaired sectors: 1 Good! All sectors are repaired. Erasure counts per ecc block: avg = 1.0; worst = 1. diff --git a/regtest/database/RS01_fix_plus56_plus17500 b/regtest/database/RS01_fix_plus56_plus17500 index 5a3359a..c2e0457 100644 --- a/regtest/database/RS01_fix_plus56_plus17500 +++ b/regtest/database/RS01_fix_plus56_plus17500 @@ -9,10 +9,9 @@ Opening rs01-tmp.iso: 21008 medium sectors and 1172 bytes. Fix mode(RS01): Repairable sectors will be fixed in the image. Image has been truncated by 8 sectors. -Ecc progress: 1.0%Ecc progress: 2.1%Ecc progress: 3.1%Ecc progress: 4.2%Ecc progress: 5.2%CRC error in sector 21000 +CRC error in sector 21000 -> Error located in sector 21000 at byte 55 (value 5a 'Z', expected 00 '.') 1 repaired sectors: 21000 -Ecc progress: 6.3%Ecc progress: 7.3%Ecc progress: 8.4%Ecc progress: 9.4%Ecc progress: 10.5%Ecc progress: 11.5%Ecc progress: 12.6%Ecc progress: 13.6%Ecc progress: 14.7%Ecc progress: 15.7%Ecc progress: 16.8%Ecc progress: 17.8%Ecc progress: 18.9%Ecc progress: 20.0%Ecc progress: 21.0%Ecc progress: 22.1%Ecc progress: 23.1%Ecc progress: 24.2%Ecc progress: 25.2%Ecc progress: 26.3%Ecc progress: 27.3%Ecc progress: 28.4%Ecc progress: 29.4%Ecc progress: 30.5%Ecc progress: 31.5%Ecc progress: 32.6%Ecc progress: 33.6%Ecc progress: 34.7%Ecc progress: 35.7%Ecc progress: 36.8%Ecc progress: 37.8%Ecc progress: 38.9%Ecc progress: 40.0%Ecc progress: 41.0%Ecc progress: 42.1%Ecc progress: 43.1%Ecc progress: 44.2%Ecc progress: 45.2%Ecc progress: 46.3%Ecc progress: 47.3%Ecc progress: 48.4%Ecc progress: 49.4%Ecc progress: 50.5%Ecc progress: 51.5%Ecc progress: 52.6%Ecc progress: 53.6%Ecc progress: 54.7%Ecc progress: 55.7%Ecc progress: 56.8%Ecc progress: 57.8%Ecc progress: 58.9%Ecc progress: 60.0%Ecc progress: 61.0%Ecc progress: 62.1%Ecc progress: 63.1%Ecc progress: 64.2%Ecc progress: 65.2%Ecc progress: 66.3%Ecc progress: 67.3%Ecc progress: 68.4%Ecc progress: 69.4%Ecc progress: 70.5%Ecc progress: 71.5%Ecc progress: 72.6%Ecc progress: 73.6%Ecc progress: 74.7%Ecc progress: 75.7%Ecc progress: 76.8%Ecc progress: 77.8%Ecc progress: 78.9%Ecc progress: 80.0%Ecc progress: 81.0%Ecc progress: 82.1%Ecc progress: 83.1%Ecc progress: 84.2%Ecc progress: 85.2%Ecc progress: 86.3%Ecc progress: 87.3%Ecc progress: 88.4%Ecc progress: 89.4%Ecc progress: 90.5%Ecc progress: 91.5%Ecc progress: 92.6%Ecc progress: 93.6%Ecc progress: 94.7%Ecc progress: 95.7%Ecc progress: 96.8%Ecc progress: 97.8%Ecc progress: 98.9%Ecc progress: 100.0%Ecc progress: 100.0% Repaired sectors: 1 Good! All sectors are repaired. Erasure counts per ecc block: avg = 1.0; worst = 1. diff --git a/regtest/database/RS01_fix_plus56_plus1s b/regtest/database/RS01_fix_plus56_plus1s index 41cca75..9c25694 100644 --- a/regtest/database/RS01_fix_plus56_plus1s +++ b/regtest/database/RS01_fix_plus56_plus1s @@ -11,10 +11,9 @@ Fix mode(RS01): Repairable sectors will be fixed in the image. * Warning: Image file is 1 sectors longer than expected. * Assuming this is a TAO mode medium. * 1 sectors will be removed from the image end. -Ecc progress: 1.0%Ecc progress: 2.1%Ecc progress: 3.1%Ecc progress: 4.2%Ecc progress: 5.2%CRC error in sector 21000 +CRC error in sector 21000 -> Error located in sector 21000 at byte 55 (value 5a 'Z', expected 00 '.') 1 repaired sectors: 21000 -Ecc progress: 6.3%Ecc progress: 7.3%Ecc progress: 8.4%Ecc progress: 9.4%Ecc progress: 10.5%Ecc progress: 11.5%Ecc progress: 12.6%Ecc progress: 13.6%Ecc progress: 14.7%Ecc progress: 15.7%Ecc progress: 16.8%Ecc progress: 17.8%Ecc progress: 18.9%Ecc progress: 20.0%Ecc progress: 21.0%Ecc progress: 22.1%Ecc progress: 23.1%Ecc progress: 24.2%Ecc progress: 25.2%Ecc progress: 26.3%Ecc progress: 27.3%Ecc progress: 28.4%Ecc progress: 29.4%Ecc progress: 30.5%Ecc progress: 31.5%Ecc progress: 32.6%Ecc progress: 33.6%Ecc progress: 34.7%Ecc progress: 35.7%Ecc progress: 36.8%Ecc progress: 37.8%Ecc progress: 38.9%Ecc progress: 40.0%Ecc progress: 41.0%Ecc progress: 42.1%Ecc progress: 43.1%Ecc progress: 44.2%Ecc progress: 45.2%Ecc progress: 46.3%Ecc progress: 47.3%Ecc progress: 48.4%Ecc progress: 49.4%Ecc progress: 50.5%Ecc progress: 51.5%Ecc progress: 52.6%Ecc progress: 53.6%Ecc progress: 54.7%Ecc progress: 55.7%Ecc progress: 56.8%Ecc progress: 57.8%Ecc progress: 58.9%Ecc progress: 60.0%Ecc progress: 61.0%Ecc progress: 62.1%Ecc progress: 63.1%Ecc progress: 64.2%Ecc progress: 65.2%Ecc progress: 66.3%Ecc progress: 67.3%Ecc progress: 68.4%Ecc progress: 69.4%Ecc progress: 70.5%Ecc progress: 71.5%Ecc progress: 72.6%Ecc progress: 73.6%Ecc progress: 74.7%Ecc progress: 75.7%Ecc progress: 76.8%Ecc progress: 77.8%Ecc progress: 78.9%Ecc progress: 80.0%Ecc progress: 81.0%Ecc progress: 82.1%Ecc progress: 83.1%Ecc progress: 84.2%Ecc progress: 85.2%Ecc progress: 86.3%Ecc progress: 87.3%Ecc progress: 88.4%Ecc progress: 89.4%Ecc progress: 90.5%Ecc progress: 91.5%Ecc progress: 92.6%Ecc progress: 93.6%Ecc progress: 94.7%Ecc progress: 95.7%Ecc progress: 96.8%Ecc progress: 97.8%Ecc progress: 98.9%Ecc progress: 100.0%Ecc progress: 100.0% Repaired sectors: 1 Good! All sectors are repaired. Erasure counts per ecc block: avg = 1.0; worst = 1. diff --git a/regtest/database/RS01_fix_plus56_plus2s b/regtest/database/RS01_fix_plus56_plus2s index aa8d853..dcfa4ea 100644 --- a/regtest/database/RS01_fix_plus56_plus2s +++ b/regtest/database/RS01_fix_plus56_plus2s @@ -11,10 +11,9 @@ Fix mode(RS01): Repairable sectors will be fixed in the image. * Warning: Image file is 2 sectors longer than expected. * Assuming this is a TAO mode medium. * 2 sectors will be removed from the image end. -Ecc progress: 1.0%Ecc progress: 2.1%Ecc progress: 3.1%Ecc progress: 4.2%Ecc progress: 5.2%CRC error in sector 21000 +CRC error in sector 21000 -> Error located in sector 21000 at byte 55 (value 5a 'Z', expected 00 '.') 1 repaired sectors: 21000 -Ecc progress: 6.3%Ecc progress: 7.3%Ecc progress: 8.4%Ecc progress: 9.4%Ecc progress: 10.5%Ecc progress: 11.5%Ecc progress: 12.6%Ecc progress: 13.6%Ecc progress: 14.7%Ecc progress: 15.7%Ecc progress: 16.8%Ecc progress: 17.8%Ecc progress: 18.9%Ecc progress: 20.0%Ecc progress: 21.0%Ecc progress: 22.1%Ecc progress: 23.1%Ecc progress: 24.2%Ecc progress: 25.2%Ecc progress: 26.3%Ecc progress: 27.3%Ecc progress: 28.4%Ecc progress: 29.4%Ecc progress: 30.5%Ecc progress: 31.5%Ecc progress: 32.6%Ecc progress: 33.6%Ecc progress: 34.7%Ecc progress: 35.7%Ecc progress: 36.8%Ecc progress: 37.8%Ecc progress: 38.9%Ecc progress: 40.0%Ecc progress: 41.0%Ecc progress: 42.1%Ecc progress: 43.1%Ecc progress: 44.2%Ecc progress: 45.2%Ecc progress: 46.3%Ecc progress: 47.3%Ecc progress: 48.4%Ecc progress: 49.4%Ecc progress: 50.5%Ecc progress: 51.5%Ecc progress: 52.6%Ecc progress: 53.6%Ecc progress: 54.7%Ecc progress: 55.7%Ecc progress: 56.8%Ecc progress: 57.8%Ecc progress: 58.9%Ecc progress: 60.0%Ecc progress: 61.0%Ecc progress: 62.1%Ecc progress: 63.1%Ecc progress: 64.2%Ecc progress: 65.2%Ecc progress: 66.3%Ecc progress: 67.3%Ecc progress: 68.4%Ecc progress: 69.4%Ecc progress: 70.5%Ecc progress: 71.5%Ecc progress: 72.6%Ecc progress: 73.6%Ecc progress: 74.7%Ecc progress: 75.7%Ecc progress: 76.8%Ecc progress: 77.8%Ecc progress: 78.9%Ecc progress: 80.0%Ecc progress: 81.0%Ecc progress: 82.1%Ecc progress: 83.1%Ecc progress: 84.2%Ecc progress: 85.2%Ecc progress: 86.3%Ecc progress: 87.3%Ecc progress: 88.4%Ecc progress: 89.4%Ecc progress: 90.5%Ecc progress: 91.5%Ecc progress: 92.6%Ecc progress: 93.6%Ecc progress: 94.7%Ecc progress: 95.7%Ecc progress: 96.8%Ecc progress: 97.8%Ecc progress: 98.9%Ecc progress: 100.0%Ecc progress: 100.0% Repaired sectors: 1 Good! All sectors are repaired. Erasure counts per ecc block: avg = 1.0; worst = 1. diff --git a/regtest/database/RS01_fix_plus56_truncated b/regtest/database/RS01_fix_plus56_truncated index 782e49a..8069475 100644 --- a/regtest/database/RS01_fix_plus56_truncated +++ b/regtest/database/RS01_fix_plus56_truncated @@ -11,35 +11,34 @@ Fix mode(RS01): Repairable sectors will be fixed in the image. * Warning: Image file appears to be truncated. * Consider completing it with another reading pass before going on. 1 repaired sectors: 20995 -Ecc progress: 1.0% 1 repaired sectors: 20996 -Ecc progress: 2.1% 1 repaired sectors: 20997 -Ecc progress: 3.1% 1 repaired sectors: 20998 -Ecc progress: 4.2% 1 repaired sectors: 20999 -Ecc progress: 5.2% 1 repaired sectors: 21000 -Ecc progress: 6.3%Ecc progress: 7.3%Ecc progress: 8.4%Ecc progress: 9.4%Ecc progress: 10.5%Ecc progress: 11.5%Ecc progress: 12.6%Ecc progress: 13.6%Ecc progress: 14.7%Ecc progress: 15.7%Ecc progress: 16.8%Ecc progress: 17.8%Ecc progress: 18.9%Ecc progress: 20.0%Ecc progress: 21.0%Ecc progress: 22.1%Ecc progress: 23.1%Ecc progress: 24.2%Ecc progress: 25.2%Ecc progress: 26.3%Ecc progress: 27.3%Ecc progress: 28.4%Ecc progress: 29.4%Ecc progress: 30.5%Ecc progress: 31.5%Ecc progress: 32.6%Ecc progress: 33.6%Ecc progress: 34.7%Ecc progress: 35.7%Ecc progress: 36.8%Ecc progress: 37.8%Ecc progress: 38.9%Ecc progress: 40.0%Ecc progress: 41.0%Ecc progress: 42.1%Ecc progress: 43.1%Ecc progress: 44.2%Ecc progress: 45.2%Ecc progress: 46.3%Ecc progress: 47.3%Ecc progress: 48.4%Ecc progress: 49.4%Ecc progress: 50.5%Ecc progress: 51.5%Ecc progress: 52.6%Ecc progress: 53.6%Ecc progress: 54.7%Ecc progress: 55.7%Ecc progress: 56.8%Ecc progress: 57.8%Ecc progress: 58.9%Ecc progress: 60.0%Ecc progress: 61.0%Ecc progress: 62.1%Ecc progress: 63.1%Ecc progress: 64.2%Ecc progress: 65.2%Ecc progress: 66.3%Ecc progress: 67.3%Ecc progress: 68.4%Ecc progress: 69.4%Ecc progress: 70.5%Ecc progress: 71.5%Ecc progress: 72.6%Ecc progress: 73.6%Ecc progress: 74.7%Ecc progress: 75.7% 1 repaired sectors: 20972 -Ecc progress: 76.8% 1 repaired sectors: 20973 -Ecc progress: 77.8% 1 repaired sectors: 20974 -Ecc progress: 78.9% 1 repaired sectors: 20975 -Ecc progress: 80.0% 1 repaired sectors: 20976 -Ecc progress: 81.0% 1 repaired sectors: 20977 -Ecc progress: 82.1% 1 repaired sectors: 20978 -Ecc progress: 83.1% 1 repaired sectors: 20979 -Ecc progress: 84.2% 1 repaired sectors: 20980 -Ecc progress: 85.2% 1 repaired sectors: 20981 -Ecc progress: 86.3% 1 repaired sectors: 20982 -Ecc progress: 87.3% 1 repaired sectors: 20983 -Ecc progress: 88.4% 1 repaired sectors: 20984 -Ecc progress: 89.4% 1 repaired sectors: 20985 -Ecc progress: 90.5% 1 repaired sectors: 20986 -Ecc progress: 91.5% 1 repaired sectors: 20987 -Ecc progress: 92.6% 1 repaired sectors: 20988 -Ecc progress: 93.6% 1 repaired sectors: 20989 -Ecc progress: 94.7% 1 repaired sectors: 20990 -Ecc progress: 95.7% 1 repaired sectors: 20991 -Ecc progress: 96.8% 1 repaired sectors: 20992 -Ecc progress: 97.8% 1 repaired sectors: 20993 -Ecc progress: 98.9% 1 repaired sectors: 20994 -Ecc progress: 100.0%Ecc progress: 100.0% + 1 repaired sectors: 20996 + 1 repaired sectors: 20997 + 1 repaired sectors: 20998 + 1 repaired sectors: 20999 + 1 repaired sectors: 21000 + 1 repaired sectors: 20972 + 1 repaired sectors: 20973 + 1 repaired sectors: 20974 + 1 repaired sectors: 20975 + 1 repaired sectors: 20976 + 1 repaired sectors: 20977 + 1 repaired sectors: 20978 + 1 repaired sectors: 20979 + 1 repaired sectors: 20980 + 1 repaired sectors: 20981 + 1 repaired sectors: 20982 + 1 repaired sectors: 20983 + 1 repaired sectors: 20984 + 1 repaired sectors: 20985 + 1 repaired sectors: 20986 + 1 repaired sectors: 20987 + 1 repaired sectors: 20988 + 1 repaired sectors: 20989 + 1 repaired sectors: 20990 + 1 repaired sectors: 20991 + 1 repaired sectors: 20992 + 1 repaired sectors: 20993 + 1 repaired sectors: 20994 Repaired sectors: 29 Good! All sectors are repaired. Erasure counts per ecc block: avg = 1.0; worst = 1. diff --git a/regtest/database/RS01_fix_truncated b/regtest/database/RS01_fix_truncated index 6a41697..b74bcad 100644 --- a/regtest/database/RS01_fix_truncated +++ b/regtest/database/RS01_fix_truncated @@ -11,101 +11,100 @@ Fix mode(RS01): Repairable sectors will be fixed in the image. * Warning: Image file appears to be truncated. * Consider completing it with another reading pass before going on. 3 repaired sectors: 20805 20900 20995 -Ecc progress: 1.0% 3 repaired sectors: 20806 20901 20996 -Ecc progress: 2.1% 3 repaired sectors: 20807 20902 20997 -Ecc progress: 3.1% 3 repaired sectors: 20808 20903 20998 -Ecc progress: 4.2% 3 repaired sectors: 20809 20904 20999 -Ecc progress: 5.2% 2 repaired sectors: 20810 20905 -Ecc progress: 6.3% 2 repaired sectors: 20811 20906 -Ecc progress: 7.3% 2 repaired sectors: 20812 20907 -Ecc progress: 8.4% 2 repaired sectors: 20813 20908 -Ecc progress: 9.4% 2 repaired sectors: 20814 20909 -Ecc progress: 10.5% 2 repaired sectors: 20815 20910 -Ecc progress: 11.5% 2 repaired sectors: 20816 20911 -Ecc progress: 12.6% 2 repaired sectors: 20817 20912 -Ecc progress: 13.6% 2 repaired sectors: 20818 20913 -Ecc progress: 14.7% 2 repaired sectors: 20819 20914 -Ecc progress: 15.7% 2 repaired sectors: 20820 20915 -Ecc progress: 16.8% 2 repaired sectors: 20821 20916 -Ecc progress: 17.8% 2 repaired sectors: 20822 20917 -Ecc progress: 18.9% 2 repaired sectors: 20823 20918 -Ecc progress: 20.0% 2 repaired sectors: 20824 20919 -Ecc progress: 21.0% 2 repaired sectors: 20825 20920 -Ecc progress: 22.1% 3 repaired sectors: 20731 20826 20921 -Ecc progress: 23.1% 3 repaired sectors: 20732 20827 20922 -Ecc progress: 24.2% 3 repaired sectors: 20733 20828 20923 -Ecc progress: 25.2% 3 repaired sectors: 20734 20829 20924 -Ecc progress: 26.3% 3 repaired sectors: 20735 20830 20925 -Ecc progress: 27.3% 3 repaired sectors: 20736 20831 20926 -Ecc progress: 28.4% 3 repaired sectors: 20737 20832 20927 -Ecc progress: 29.4% 3 repaired sectors: 20738 20833 20928 -Ecc progress: 30.5% 3 repaired sectors: 20739 20834 20929 -Ecc progress: 31.5% 3 repaired sectors: 20740 20835 20930 -Ecc progress: 32.6% 3 repaired sectors: 20741 20836 20931 -Ecc progress: 33.6% 3 repaired sectors: 20742 20837 20932 -Ecc progress: 34.7% 3 repaired sectors: 20743 20838 20933 -Ecc progress: 35.7% 3 repaired sectors: 20744 20839 20934 -Ecc progress: 36.8% 3 repaired sectors: 20745 20840 20935 -Ecc progress: 37.8% 3 repaired sectors: 20746 20841 20936 -Ecc progress: 38.9% 3 repaired sectors: 20747 20842 20937 -Ecc progress: 40.0% 3 repaired sectors: 20748 20843 20938 -Ecc progress: 41.0% 3 repaired sectors: 20749 20844 20939 -Ecc progress: 42.1% 3 repaired sectors: 20750 20845 20940 -Ecc progress: 43.1% 3 repaired sectors: 20751 20846 20941 -Ecc progress: 44.2% 3 repaired sectors: 20752 20847 20942 -Ecc progress: 45.2% 3 repaired sectors: 20753 20848 20943 -Ecc progress: 46.3% 3 repaired sectors: 20754 20849 20944 -Ecc progress: 47.3% 3 repaired sectors: 20755 20850 20945 -Ecc progress: 48.4% 3 repaired sectors: 20756 20851 20946 -Ecc progress: 49.4% 3 repaired sectors: 20757 20852 20947 -Ecc progress: 50.5% 3 repaired sectors: 20758 20853 20948 -Ecc progress: 51.5% 3 repaired sectors: 20759 20854 20949 -Ecc progress: 52.6% 3 repaired sectors: 20760 20855 20950 -Ecc progress: 53.6% 3 repaired sectors: 20761 20856 20951 -Ecc progress: 54.7% 3 repaired sectors: 20762 20857 20952 -Ecc progress: 55.7% 3 repaired sectors: 20763 20858 20953 -Ecc progress: 56.8% 3 repaired sectors: 20764 20859 20954 -Ecc progress: 57.8% 3 repaired sectors: 20765 20860 20955 -Ecc progress: 58.9% 3 repaired sectors: 20766 20861 20956 -Ecc progress: 60.0% 3 repaired sectors: 20767 20862 20957 -Ecc progress: 61.0% 3 repaired sectors: 20768 20863 20958 -Ecc progress: 62.1% 3 repaired sectors: 20769 20864 20959 -Ecc progress: 63.1% 3 repaired sectors: 20770 20865 20960 -Ecc progress: 64.2% 3 repaired sectors: 20771 20866 20961 -Ecc progress: 65.2% 3 repaired sectors: 20772 20867 20962 -Ecc progress: 66.3% 3 repaired sectors: 20773 20868 20963 -Ecc progress: 67.3% 3 repaired sectors: 20774 20869 20964 -Ecc progress: 68.4% 3 repaired sectors: 20775 20870 20965 -Ecc progress: 69.4% 3 repaired sectors: 20776 20871 20966 -Ecc progress: 70.5% 3 repaired sectors: 20777 20872 20967 -Ecc progress: 71.5% 3 repaired sectors: 20778 20873 20968 -Ecc progress: 72.6% 3 repaired sectors: 20779 20874 20969 -Ecc progress: 73.6% 3 repaired sectors: 20780 20875 20970 -Ecc progress: 74.7% 3 repaired sectors: 20781 20876 20971 -Ecc progress: 75.7% 3 repaired sectors: 20782 20877 20972 -Ecc progress: 76.8% 3 repaired sectors: 20783 20878 20973 -Ecc progress: 77.8% 3 repaired sectors: 20784 20879 20974 -Ecc progress: 78.9% 3 repaired sectors: 20785 20880 20975 -Ecc progress: 80.0% 3 repaired sectors: 20786 20881 20976 -Ecc progress: 81.0% 3 repaired sectors: 20787 20882 20977 -Ecc progress: 82.1% 3 repaired sectors: 20788 20883 20978 -Ecc progress: 83.1% 3 repaired sectors: 20789 20884 20979 -Ecc progress: 84.2% 3 repaired sectors: 20790 20885 20980 -Ecc progress: 85.2% 3 repaired sectors: 20791 20886 20981 -Ecc progress: 86.3% 3 repaired sectors: 20792 20887 20982 -Ecc progress: 87.3% 3 repaired sectors: 20793 20888 20983 -Ecc progress: 88.4% 3 repaired sectors: 20794 20889 20984 -Ecc progress: 89.4% 3 repaired sectors: 20795 20890 20985 -Ecc progress: 90.5% 3 repaired sectors: 20796 20891 20986 -Ecc progress: 91.5% 3 repaired sectors: 20797 20892 20987 -Ecc progress: 92.6% 3 repaired sectors: 20798 20893 20988 -Ecc progress: 93.6% 3 repaired sectors: 20799 20894 20989 -Ecc progress: 94.7% 3 repaired sectors: 20800 20895 20990 -Ecc progress: 95.7% 3 repaired sectors: 20801 20896 20991 -Ecc progress: 96.8% 3 repaired sectors: 20802 20897 20992 -Ecc progress: 97.8% 3 repaired sectors: 20803 20898 20993 -Ecc progress: 98.9% 3 repaired sectors: 20804 20899 20994 -Ecc progress: 100.0%Ecc progress: 100.0% + 3 repaired sectors: 20806 20901 20996 + 3 repaired sectors: 20807 20902 20997 + 3 repaired sectors: 20808 20903 20998 + 3 repaired sectors: 20809 20904 20999 + 2 repaired sectors: 20810 20905 + 2 repaired sectors: 20811 20906 + 2 repaired sectors: 20812 20907 + 2 repaired sectors: 20813 20908 + 2 repaired sectors: 20814 20909 + 2 repaired sectors: 20815 20910 + 2 repaired sectors: 20816 20911 + 2 repaired sectors: 20817 20912 + 2 repaired sectors: 20818 20913 + 2 repaired sectors: 20819 20914 + 2 repaired sectors: 20820 20915 + 2 repaired sectors: 20821 20916 + 2 repaired sectors: 20822 20917 + 2 repaired sectors: 20823 20918 + 2 repaired sectors: 20824 20919 + 2 repaired sectors: 20825 20920 + 3 repaired sectors: 20731 20826 20921 + 3 repaired sectors: 20732 20827 20922 + 3 repaired sectors: 20733 20828 20923 + 3 repaired sectors: 20734 20829 20924 + 3 repaired sectors: 20735 20830 20925 + 3 repaired sectors: 20736 20831 20926 + 3 repaired sectors: 20737 20832 20927 + 3 repaired sectors: 20738 20833 20928 + 3 repaired sectors: 20739 20834 20929 + 3 repaired sectors: 20740 20835 20930 + 3 repaired sectors: 20741 20836 20931 + 3 repaired sectors: 20742 20837 20932 + 3 repaired sectors: 20743 20838 20933 + 3 repaired sectors: 20744 20839 20934 + 3 repaired sectors: 20745 20840 20935 + 3 repaired sectors: 20746 20841 20936 + 3 repaired sectors: 20747 20842 20937 + 3 repaired sectors: 20748 20843 20938 + 3 repaired sectors: 20749 20844 20939 + 3 repaired sectors: 20750 20845 20940 + 3 repaired sectors: 20751 20846 20941 + 3 repaired sectors: 20752 20847 20942 + 3 repaired sectors: 20753 20848 20943 + 3 repaired sectors: 20754 20849 20944 + 3 repaired sectors: 20755 20850 20945 + 3 repaired sectors: 20756 20851 20946 + 3 repaired sectors: 20757 20852 20947 + 3 repaired sectors: 20758 20853 20948 + 3 repaired sectors: 20759 20854 20949 + 3 repaired sectors: 20760 20855 20950 + 3 repaired sectors: 20761 20856 20951 + 3 repaired sectors: 20762 20857 20952 + 3 repaired sectors: 20763 20858 20953 + 3 repaired sectors: 20764 20859 20954 + 3 repaired sectors: 20765 20860 20955 + 3 repaired sectors: 20766 20861 20956 + 3 repaired sectors: 20767 20862 20957 + 3 repaired sectors: 20768 20863 20958 + 3 repaired sectors: 20769 20864 20959 + 3 repaired sectors: 20770 20865 20960 + 3 repaired sectors: 20771 20866 20961 + 3 repaired sectors: 20772 20867 20962 + 3 repaired sectors: 20773 20868 20963 + 3 repaired sectors: 20774 20869 20964 + 3 repaired sectors: 20775 20870 20965 + 3 repaired sectors: 20776 20871 20966 + 3 repaired sectors: 20777 20872 20967 + 3 repaired sectors: 20778 20873 20968 + 3 repaired sectors: 20779 20874 20969 + 3 repaired sectors: 20780 20875 20970 + 3 repaired sectors: 20781 20876 20971 + 3 repaired sectors: 20782 20877 20972 + 3 repaired sectors: 20783 20878 20973 + 3 repaired sectors: 20784 20879 20974 + 3 repaired sectors: 20785 20880 20975 + 3 repaired sectors: 20786 20881 20976 + 3 repaired sectors: 20787 20882 20977 + 3 repaired sectors: 20788 20883 20978 + 3 repaired sectors: 20789 20884 20979 + 3 repaired sectors: 20790 20885 20980 + 3 repaired sectors: 20791 20886 20981 + 3 repaired sectors: 20792 20887 20982 + 3 repaired sectors: 20793 20888 20983 + 3 repaired sectors: 20794 20889 20984 + 3 repaired sectors: 20795 20890 20985 + 3 repaired sectors: 20796 20891 20986 + 3 repaired sectors: 20797 20892 20987 + 3 repaired sectors: 20798 20893 20988 + 3 repaired sectors: 20799 20894 20989 + 3 repaired sectors: 20800 20895 20990 + 3 repaired sectors: 20801 20896 20991 + 3 repaired sectors: 20802 20897 20992 + 3 repaired sectors: 20803 20898 20993 + 3 repaired sectors: 20804 20899 20994 Repaired sectors: 269 Good! All sectors are repaired. Erasure counts per ecc block: avg = 2.8; worst = 3. diff --git a/regtest/database/RS01_good b/regtest/database/RS01_good index 33ecde7..53a58f2 100644 --- a/regtest/database/RS01_good +++ b/regtest/database/RS01_good @@ -6,7 +6,7 @@ under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. rs01-master.iso: present, contains 21000 medium sectors. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%- good image : all sectors present +- good image : all sectors present - image md5sum : 9503f278d4550a9507a317664481adf8 rs01-master.ecc: created by dvdisaster-0.80 @@ -16,5 +16,5 @@ rs01-master.ecc: created by dvdisaster-0.80 - image md5sum : 9503f278d4550a9507a317664481adf8 (good) - fingerprint match: good - ecc blocks : 194560 (good) -- ecc md5sum : 0%- ecc md5sum : 1%- ecc md5sum : 2%- ecc md5sum : 3%- ecc md5sum : 4%- ecc md5sum : 5%- ecc md5sum : 6%- ecc md5sum : 7%- ecc md5sum : 8%- ecc md5sum : 9%- ecc md5sum : 10%- ecc md5sum : 11%- ecc md5sum : 12%- ecc md5sum : 13%- ecc md5sum : 14%- ecc md5sum : 15%- ecc md5sum : 16%- ecc md5sum : 17%- ecc md5sum : 18%- ecc md5sum : 19%- ecc md5sum : 20%- ecc md5sum : 21%- ecc md5sum : 22%- ecc md5sum : 23%- ecc md5sum : 24%- ecc md5sum : 25%- ecc md5sum : 26%- ecc md5sum : 27%- ecc md5sum : 28%- ecc md5sum : 29%- ecc md5sum : 30%- ecc md5sum : 31%- ecc md5sum : 32%- ecc md5sum : 33%- ecc md5sum : 34%- ecc md5sum : 35%- ecc md5sum : 36%- ecc md5sum : 37%- ecc md5sum : 38%- ecc md5sum : 39%- ecc md5sum : 40%- ecc md5sum : 41%- ecc md5sum : 42%- ecc md5sum : 43%- ecc md5sum : 44%- ecc md5sum : 45%- ecc md5sum : 46%- ecc md5sum : 47%- ecc md5sum : 48%- ecc md5sum : 49%- ecc md5sum : 50%- ecc md5sum : 51%- ecc md5sum : 52%- ecc md5sum : 53%- ecc md5sum : 54%- ecc md5sum : 55%- ecc md5sum : 56%- ecc md5sum : 57%- ecc md5sum : 58%- ecc md5sum : 59%- ecc md5sum : 60%- ecc md5sum : 61%- ecc md5sum : 62%- ecc md5sum : 63%- ecc md5sum : 64%- ecc md5sum : 65%- ecc md5sum : 66%- ecc md5sum : 67%- ecc md5sum : 68%- ecc md5sum : 69%- ecc md5sum : 70%- ecc md5sum : 71%- ecc md5sum : 72%- ecc md5sum : 73%- ecc md5sum : 74%- ecc md5sum : 75%- ecc md5sum : 76%- ecc md5sum : 77%- ecc md5sum : 78%- ecc md5sum : 79%- ecc md5sum : 80%- ecc md5sum : 81%- ecc md5sum : 82%- ecc md5sum : 83%- ecc md5sum : 84%- ecc md5sum : 85%- ecc md5sum : 86%- ecc md5sum : 87%- ecc md5sum : 88%- ecc md5sum : 89%- ecc md5sum : 90%- ecc md5sum : 91%- ecc md5sum : 92%- ecc md5sum : 93%- ecc md5sum : 94%- ecc md5sum : 95%- ecc md5sum : 96%- ecc md5sum : 97%- ecc md5sum : 98%- ecc md5sum : 99%- ecc md5sum : 100%- ecc md5sum : 2c9545f3ec387a9ce8b50e152cf39c17 (good) +- ecc md5sum : 2c9545f3ec387a9ce8b50e152cf39c17 (good) diff --git a/regtest/database/RS01_image_few_bytes_longer b/regtest/database/RS01_image_few_bytes_longer index 7325ecc..55e09e7 100644 --- a/regtest/database/RS01_image_few_bytes_longer +++ b/regtest/database/RS01_image_few_bytes_longer @@ -6,7 +6,7 @@ under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. rs01-tmp.iso: present, contains 21000 medium sectors and 57 bytes. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%- good image : all sectors present +- good image : all sectors present - image md5sum : 38a1370a507e8bbd31f6d83f63501986 rs01-plus56_bytes.ecc: created by dvdisaster-0.80 @@ -16,5 +16,5 @@ rs01-plus56_bytes.ecc: created by dvdisaster-0.80 * image md5sum : 5682971ebd79a980cc31de3a21cde3d1 (BAD) - fingerprint match: good - ecc blocks : 194560 (good) -- ecc md5sum : 0%- ecc md5sum : 1%- ecc md5sum : 2%- ecc md5sum : 3%- ecc md5sum : 4%- ecc md5sum : 5%- ecc md5sum : 6%- ecc md5sum : 7%- ecc md5sum : 8%- ecc md5sum : 9%- ecc md5sum : 10%- ecc md5sum : 11%- ecc md5sum : 12%- ecc md5sum : 13%- ecc md5sum : 14%- ecc md5sum : 15%- ecc md5sum : 16%- ecc md5sum : 17%- ecc md5sum : 18%- ecc md5sum : 19%- ecc md5sum : 20%- ecc md5sum : 21%- ecc md5sum : 22%- ecc md5sum : 23%- ecc md5sum : 24%- ecc md5sum : 25%- ecc md5sum : 26%- ecc md5sum : 27%- ecc md5sum : 28%- ecc md5sum : 29%- ecc md5sum : 30%- ecc md5sum : 31%- ecc md5sum : 32%- ecc md5sum : 33%- ecc md5sum : 34%- ecc md5sum : 35%- ecc md5sum : 36%- ecc md5sum : 37%- ecc md5sum : 38%- ecc md5sum : 39%- ecc md5sum : 40%- ecc md5sum : 41%- ecc md5sum : 42%- ecc md5sum : 43%- ecc md5sum : 44%- ecc md5sum : 45%- ecc md5sum : 46%- ecc md5sum : 47%- ecc md5sum : 48%- ecc md5sum : 49%- ecc md5sum : 50%- ecc md5sum : 51%- ecc md5sum : 52%- ecc md5sum : 53%- ecc md5sum : 54%- ecc md5sum : 55%- ecc md5sum : 56%- ecc md5sum : 57%- ecc md5sum : 58%- ecc md5sum : 59%- ecc md5sum : 60%- ecc md5sum : 61%- ecc md5sum : 62%- ecc md5sum : 63%- ecc md5sum : 64%- ecc md5sum : 65%- ecc md5sum : 66%- ecc md5sum : 67%- ecc md5sum : 68%- ecc md5sum : 69%- ecc md5sum : 70%- ecc md5sum : 71%- ecc md5sum : 72%- ecc md5sum : 73%- ecc md5sum : 74%- ecc md5sum : 75%- ecc md5sum : 76%- ecc md5sum : 77%- ecc md5sum : 78%- ecc md5sum : 79%- ecc md5sum : 80%- ecc md5sum : 81%- ecc md5sum : 82%- ecc md5sum : 83%- ecc md5sum : 84%- ecc md5sum : 85%- ecc md5sum : 86%- ecc md5sum : 87%- ecc md5sum : 88%- ecc md5sum : 89%- ecc md5sum : 90%- ecc md5sum : 91%- ecc md5sum : 92%- ecc md5sum : 93%- ecc md5sum : 94%- ecc md5sum : 95%- ecc md5sum : 96%- ecc md5sum : 97%- ecc md5sum : 98%- ecc md5sum : 99%- ecc md5sum : 100%- ecc md5sum : 7d9fc305cb58bcfb371a1cc8f79b89c9 (good) +- ecc md5sum : 7d9fc305cb58bcfb371a1cc8f79b89c9 (good) diff --git a/regtest/database/RS01_image_few_bytes_shorter b/regtest/database/RS01_image_few_bytes_shorter index 658ffe6..013b5c8 100644 --- a/regtest/database/RS01_image_few_bytes_shorter +++ b/regtest/database/RS01_image_few_bytes_shorter @@ -6,7 +6,7 @@ under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. rs01-tmp.iso: present, contains 21000 medium sectors and 55 bytes. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%- good image : all sectors present +- good image : all sectors present - image md5sum : 1e9b22792975b94943178579cddce2f7 rs01-plus56_bytes.ecc: created by dvdisaster-0.80 @@ -16,5 +16,5 @@ rs01-plus56_bytes.ecc: created by dvdisaster-0.80 * image md5sum : 5682971ebd79a980cc31de3a21cde3d1 (BAD) - fingerprint match: good - ecc blocks : 194560 (good) -- ecc md5sum : 0%- ecc md5sum : 1%- ecc md5sum : 2%- ecc md5sum : 3%- ecc md5sum : 4%- ecc md5sum : 5%- ecc md5sum : 6%- ecc md5sum : 7%- ecc md5sum : 8%- ecc md5sum : 9%- ecc md5sum : 10%- ecc md5sum : 11%- ecc md5sum : 12%- ecc md5sum : 13%- ecc md5sum : 14%- ecc md5sum : 15%- ecc md5sum : 16%- ecc md5sum : 17%- ecc md5sum : 18%- ecc md5sum : 19%- ecc md5sum : 20%- ecc md5sum : 21%- ecc md5sum : 22%- ecc md5sum : 23%- ecc md5sum : 24%- ecc md5sum : 25%- ecc md5sum : 26%- ecc md5sum : 27%- ecc md5sum : 28%- ecc md5sum : 29%- ecc md5sum : 30%- ecc md5sum : 31%- ecc md5sum : 32%- ecc md5sum : 33%- ecc md5sum : 34%- ecc md5sum : 35%- ecc md5sum : 36%- ecc md5sum : 37%- ecc md5sum : 38%- ecc md5sum : 39%- ecc md5sum : 40%- ecc md5sum : 41%- ecc md5sum : 42%- ecc md5sum : 43%- ecc md5sum : 44%- ecc md5sum : 45%- ecc md5sum : 46%- ecc md5sum : 47%- ecc md5sum : 48%- ecc md5sum : 49%- ecc md5sum : 50%- ecc md5sum : 51%- ecc md5sum : 52%- ecc md5sum : 53%- ecc md5sum : 54%- ecc md5sum : 55%- ecc md5sum : 56%- ecc md5sum : 57%- ecc md5sum : 58%- ecc md5sum : 59%- ecc md5sum : 60%- ecc md5sum : 61%- ecc md5sum : 62%- ecc md5sum : 63%- ecc md5sum : 64%- ecc md5sum : 65%- ecc md5sum : 66%- ecc md5sum : 67%- ecc md5sum : 68%- ecc md5sum : 69%- ecc md5sum : 70%- ecc md5sum : 71%- ecc md5sum : 72%- ecc md5sum : 73%- ecc md5sum : 74%- ecc md5sum : 75%- ecc md5sum : 76%- ecc md5sum : 77%- ecc md5sum : 78%- ecc md5sum : 79%- ecc md5sum : 80%- ecc md5sum : 81%- ecc md5sum : 82%- ecc md5sum : 83%- ecc md5sum : 84%- ecc md5sum : 85%- ecc md5sum : 86%- ecc md5sum : 87%- ecc md5sum : 88%- ecc md5sum : 89%- ecc md5sum : 90%- ecc md5sum : 91%- ecc md5sum : 92%- ecc md5sum : 93%- ecc md5sum : 94%- ecc md5sum : 95%- ecc md5sum : 96%- ecc md5sum : 97%- ecc md5sum : 98%- ecc md5sum : 99%- ecc md5sum : 100%- ecc md5sum : 7d9fc305cb58bcfb371a1cc8f79b89c9 (good) +- ecc md5sum : 7d9fc305cb58bcfb371a1cc8f79b89c9 (good) diff --git a/regtest/database/RS01_image_plus56_bytes b/regtest/database/RS01_image_plus56_bytes index 9ec775d..73afe3f 100644 --- a/regtest/database/RS01_image_plus56_bytes +++ b/regtest/database/RS01_image_plus56_bytes @@ -6,7 +6,7 @@ under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. rs01-plus56_bytes.iso: present, contains 21000 medium sectors and 56 bytes. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%- good image : all sectors present +- good image : all sectors present - image md5sum : 5682971ebd79a980cc31de3a21cde3d1 no.ecc: not present diff --git a/regtest/database/RS01_image_plus56b_normal_ecc b/regtest/database/RS01_image_plus56b_normal_ecc index 8abb302..2d30288 100644 --- a/regtest/database/RS01_image_plus56b_normal_ecc +++ b/regtest/database/RS01_image_plus56b_normal_ecc @@ -6,7 +6,7 @@ under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. rs01-plus56_bytes.iso: present, contains 21000 medium sectors and 56 bytes. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* image too long : 1 excess sectors +* image too long : 1 excess sectors rs01-master.ecc: created by dvdisaster-0.80 - method : RS01, 32 roots, 14.3% redundancy. @@ -15,5 +15,5 @@ rs01-master.ecc: created by dvdisaster-0.80 - image md5sum : 9503f278d4550a9507a317664481adf8 - fingerprint match: good - ecc blocks : 194560 (good) -- ecc md5sum : 0%- ecc md5sum : 1%- ecc md5sum : 2%- ecc md5sum : 3%- ecc md5sum : 4%- ecc md5sum : 5%- ecc md5sum : 6%- ecc md5sum : 7%- ecc md5sum : 8%- ecc md5sum : 9%- ecc md5sum : 10%- ecc md5sum : 11%- ecc md5sum : 12%- ecc md5sum : 13%- ecc md5sum : 14%- ecc md5sum : 15%- ecc md5sum : 16%- ecc md5sum : 17%- ecc md5sum : 18%- ecc md5sum : 19%- ecc md5sum : 20%- ecc md5sum : 21%- ecc md5sum : 22%- ecc md5sum : 23%- ecc md5sum : 24%- ecc md5sum : 25%- ecc md5sum : 26%- ecc md5sum : 27%- ecc md5sum : 28%- ecc md5sum : 29%- ecc md5sum : 30%- ecc md5sum : 31%- ecc md5sum : 32%- ecc md5sum : 33%- ecc md5sum : 34%- ecc md5sum : 35%- ecc md5sum : 36%- ecc md5sum : 37%- ecc md5sum : 38%- ecc md5sum : 39%- ecc md5sum : 40%- ecc md5sum : 41%- ecc md5sum : 42%- ecc md5sum : 43%- ecc md5sum : 44%- ecc md5sum : 45%- ecc md5sum : 46%- ecc md5sum : 47%- ecc md5sum : 48%- ecc md5sum : 49%- ecc md5sum : 50%- ecc md5sum : 51%- ecc md5sum : 52%- ecc md5sum : 53%- ecc md5sum : 54%- ecc md5sum : 55%- ecc md5sum : 56%- ecc md5sum : 57%- ecc md5sum : 58%- ecc md5sum : 59%- ecc md5sum : 60%- ecc md5sum : 61%- ecc md5sum : 62%- ecc md5sum : 63%- ecc md5sum : 64%- ecc md5sum : 65%- ecc md5sum : 66%- ecc md5sum : 67%- ecc md5sum : 68%- ecc md5sum : 69%- ecc md5sum : 70%- ecc md5sum : 71%- ecc md5sum : 72%- ecc md5sum : 73%- ecc md5sum : 74%- ecc md5sum : 75%- ecc md5sum : 76%- ecc md5sum : 77%- ecc md5sum : 78%- ecc md5sum : 79%- ecc md5sum : 80%- ecc md5sum : 81%- ecc md5sum : 82%- ecc md5sum : 83%- ecc md5sum : 84%- ecc md5sum : 85%- ecc md5sum : 86%- ecc md5sum : 87%- ecc md5sum : 88%- ecc md5sum : 89%- ecc md5sum : 90%- ecc md5sum : 91%- ecc md5sum : 92%- ecc md5sum : 93%- ecc md5sum : 94%- ecc md5sum : 95%- ecc md5sum : 96%- ecc md5sum : 97%- ecc md5sum : 98%- ecc md5sum : 99%- ecc md5sum : 100%- ecc md5sum : 2c9545f3ec387a9ce8b50e152cf39c17 (good) +- ecc md5sum : 2c9545f3ec387a9ce8b50e152cf39c17 (good) diff --git a/regtest/database/RS01_missing_ecc_header b/regtest/database/RS01_missing_ecc_header index 4fb7d22..f3f8bfa 100644 --- a/regtest/database/RS01_missing_ecc_header +++ b/regtest/database/RS01_missing_ecc_header @@ -6,7 +6,7 @@ under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. rs01-master.iso: present, contains 21000 medium sectors. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%- good image : all sectors present +- good image : all sectors present - image md5sum : 9503f278d4550a9507a317664481adf8 rs01-tmp.ecc: invalid diff --git a/regtest/database/RS01_missing_fingerprint b/regtest/database/RS01_missing_fingerprint index 14026c2..e0d6490 100644 --- a/regtest/database/RS01_missing_fingerprint +++ b/regtest/database/RS01_missing_fingerprint @@ -7,7 +7,7 @@ See the file "COPYING" for further information. rs01-tmp.iso: present, contains 21000 medium sectors. * missing sector : 16 -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* BAD image : 1 sectors missing +* BAD image : 1 sectors missing rs01-master.ecc: created by dvdisaster-0.80 - method : RS01, 32 roots, 14.3% redundancy. @@ -16,5 +16,5 @@ rs01-master.ecc: created by dvdisaster-0.80 - image md5sum : 9503f278d4550a9507a317664481adf8 * fingerprint match: NOT POSSIBLE - related sector is missing in image! - ecc blocks : 194560 (good) -- ecc md5sum : 0%- ecc md5sum : 1%- ecc md5sum : 2%- ecc md5sum : 3%- ecc md5sum : 4%- ecc md5sum : 5%- ecc md5sum : 6%- ecc md5sum : 7%- ecc md5sum : 8%- ecc md5sum : 9%- ecc md5sum : 10%- ecc md5sum : 11%- ecc md5sum : 12%- ecc md5sum : 13%- ecc md5sum : 14%- ecc md5sum : 15%- ecc md5sum : 16%- ecc md5sum : 17%- ecc md5sum : 18%- ecc md5sum : 19%- ecc md5sum : 20%- ecc md5sum : 21%- ecc md5sum : 22%- ecc md5sum : 23%- ecc md5sum : 24%- ecc md5sum : 25%- ecc md5sum : 26%- ecc md5sum : 27%- ecc md5sum : 28%- ecc md5sum : 29%- ecc md5sum : 30%- ecc md5sum : 31%- ecc md5sum : 32%- ecc md5sum : 33%- ecc md5sum : 34%- ecc md5sum : 35%- ecc md5sum : 36%- ecc md5sum : 37%- ecc md5sum : 38%- ecc md5sum : 39%- ecc md5sum : 40%- ecc md5sum : 41%- ecc md5sum : 42%- ecc md5sum : 43%- ecc md5sum : 44%- ecc md5sum : 45%- ecc md5sum : 46%- ecc md5sum : 47%- ecc md5sum : 48%- ecc md5sum : 49%- ecc md5sum : 50%- ecc md5sum : 51%- ecc md5sum : 52%- ecc md5sum : 53%- ecc md5sum : 54%- ecc md5sum : 55%- ecc md5sum : 56%- ecc md5sum : 57%- ecc md5sum : 58%- ecc md5sum : 59%- ecc md5sum : 60%- ecc md5sum : 61%- ecc md5sum : 62%- ecc md5sum : 63%- ecc md5sum : 64%- ecc md5sum : 65%- ecc md5sum : 66%- ecc md5sum : 67%- ecc md5sum : 68%- ecc md5sum : 69%- ecc md5sum : 70%- ecc md5sum : 71%- ecc md5sum : 72%- ecc md5sum : 73%- ecc md5sum : 74%- ecc md5sum : 75%- ecc md5sum : 76%- ecc md5sum : 77%- ecc md5sum : 78%- ecc md5sum : 79%- ecc md5sum : 80%- ecc md5sum : 81%- ecc md5sum : 82%- ecc md5sum : 83%- ecc md5sum : 84%- ecc md5sum : 85%- ecc md5sum : 86%- ecc md5sum : 87%- ecc md5sum : 88%- ecc md5sum : 89%- ecc md5sum : 90%- ecc md5sum : 91%- ecc md5sum : 92%- ecc md5sum : 93%- ecc md5sum : 94%- ecc md5sum : 95%- ecc md5sum : 96%- ecc md5sum : 97%- ecc md5sum : 98%- ecc md5sum : 99%- ecc md5sum : 100%- ecc md5sum : 2c9545f3ec387a9ce8b50e152cf39c17 (good) +- ecc md5sum : 2c9545f3ec387a9ce8b50e152cf39c17 (good) diff --git a/regtest/database/RS01_missing_sectors_with_ecc b/regtest/database/RS01_missing_sectors_with_ecc index a6b8cc8..aa91616 100644 --- a/regtest/database/RS01_missing_sectors_with_ecc +++ b/regtest/database/RS01_missing_sectors_with_ecc @@ -6,10 +6,10 @@ under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. rs01-tmp.iso: present, contains 21000 medium sectors. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%* missing sectors : 1000 - 1049 -- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%* missing sector : 11230 -- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%* missing sectors : 12450 - 12457 -- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* BAD image : 59 sectors missing +* missing sectors : 1000 - 1049 +* missing sector : 11230 +* missing sectors : 12450 - 12457 +* BAD image : 59 sectors missing rs01-master.ecc: created by dvdisaster-0.80 - method : RS01, 32 roots, 14.3% redundancy. @@ -18,5 +18,5 @@ rs01-master.ecc: created by dvdisaster-0.80 - image md5sum : 9503f278d4550a9507a317664481adf8 - fingerprint match: good - ecc blocks : 194560 (good) -- ecc md5sum : 0%- ecc md5sum : 1%- ecc md5sum : 2%- ecc md5sum : 3%- ecc md5sum : 4%- ecc md5sum : 5%- ecc md5sum : 6%- ecc md5sum : 7%- ecc md5sum : 8%- ecc md5sum : 9%- ecc md5sum : 10%- ecc md5sum : 11%- ecc md5sum : 12%- ecc md5sum : 13%- ecc md5sum : 14%- ecc md5sum : 15%- ecc md5sum : 16%- ecc md5sum : 17%- ecc md5sum : 18%- ecc md5sum : 19%- ecc md5sum : 20%- ecc md5sum : 21%- ecc md5sum : 22%- ecc md5sum : 23%- ecc md5sum : 24%- ecc md5sum : 25%- ecc md5sum : 26%- ecc md5sum : 27%- ecc md5sum : 28%- ecc md5sum : 29%- ecc md5sum : 30%- ecc md5sum : 31%- ecc md5sum : 32%- ecc md5sum : 33%- ecc md5sum : 34%- ecc md5sum : 35%- ecc md5sum : 36%- ecc md5sum : 37%- ecc md5sum : 38%- ecc md5sum : 39%- ecc md5sum : 40%- ecc md5sum : 41%- ecc md5sum : 42%- ecc md5sum : 43%- ecc md5sum : 44%- ecc md5sum : 45%- ecc md5sum : 46%- ecc md5sum : 47%- ecc md5sum : 48%- ecc md5sum : 49%- ecc md5sum : 50%- ecc md5sum : 51%- ecc md5sum : 52%- ecc md5sum : 53%- ecc md5sum : 54%- ecc md5sum : 55%- ecc md5sum : 56%- ecc md5sum : 57%- ecc md5sum : 58%- ecc md5sum : 59%- ecc md5sum : 60%- ecc md5sum : 61%- ecc md5sum : 62%- ecc md5sum : 63%- ecc md5sum : 64%- ecc md5sum : 65%- ecc md5sum : 66%- ecc md5sum : 67%- ecc md5sum : 68%- ecc md5sum : 69%- ecc md5sum : 70%- ecc md5sum : 71%- ecc md5sum : 72%- ecc md5sum : 73%- ecc md5sum : 74%- ecc md5sum : 75%- ecc md5sum : 76%- ecc md5sum : 77%- ecc md5sum : 78%- ecc md5sum : 79%- ecc md5sum : 80%- ecc md5sum : 81%- ecc md5sum : 82%- ecc md5sum : 83%- ecc md5sum : 84%- ecc md5sum : 85%- ecc md5sum : 86%- ecc md5sum : 87%- ecc md5sum : 88%- ecc md5sum : 89%- ecc md5sum : 90%- ecc md5sum : 91%- ecc md5sum : 92%- ecc md5sum : 93%- ecc md5sum : 94%- ecc md5sum : 95%- ecc md5sum : 96%- ecc md5sum : 97%- ecc md5sum : 98%- ecc md5sum : 99%- ecc md5sum : 100%- ecc md5sum : 2c9545f3ec387a9ce8b50e152cf39c17 (good) +- ecc md5sum : 2c9545f3ec387a9ce8b50e152cf39c17 (good) diff --git a/regtest/database/RS01_no_ecc b/regtest/database/RS01_no_ecc index f56fbe9..3c8e414 100644 --- a/regtest/database/RS01_no_ecc +++ b/regtest/database/RS01_no_ecc @@ -6,7 +6,7 @@ under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. rs01-master.iso: present, contains 21000 medium sectors. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%- good image : all sectors present +- good image : all sectors present - image md5sum : 9503f278d4550a9507a317664481adf8 no.ecc: not present diff --git a/regtest/database/RS01_no_image b/regtest/database/RS01_no_image index 5474682..27502e5 100644 --- a/regtest/database/RS01_no_image +++ b/regtest/database/RS01_no_image @@ -13,5 +13,5 @@ rs01-master.ecc: created by dvdisaster-0.80 - medium sectors : 21000 - image md5sum : 9503f278d4550a9507a317664481adf8 - ecc blocks : 194560 (good) -- ecc md5sum : 0%- ecc md5sum : 1%- ecc md5sum : 2%- ecc md5sum : 3%- ecc md5sum : 4%- ecc md5sum : 5%- ecc md5sum : 6%- ecc md5sum : 7%- ecc md5sum : 8%- ecc md5sum : 9%- ecc md5sum : 10%- ecc md5sum : 11%- ecc md5sum : 12%- ecc md5sum : 13%- ecc md5sum : 14%- ecc md5sum : 15%- ecc md5sum : 16%- ecc md5sum : 17%- ecc md5sum : 18%- ecc md5sum : 19%- ecc md5sum : 20%- ecc md5sum : 21%- ecc md5sum : 22%- ecc md5sum : 23%- ecc md5sum : 24%- ecc md5sum : 25%- ecc md5sum : 26%- ecc md5sum : 27%- ecc md5sum : 28%- ecc md5sum : 29%- ecc md5sum : 30%- ecc md5sum : 31%- ecc md5sum : 32%- ecc md5sum : 33%- ecc md5sum : 34%- ecc md5sum : 35%- ecc md5sum : 36%- ecc md5sum : 37%- ecc md5sum : 38%- ecc md5sum : 39%- ecc md5sum : 40%- ecc md5sum : 41%- ecc md5sum : 42%- ecc md5sum : 43%- ecc md5sum : 44%- ecc md5sum : 45%- ecc md5sum : 46%- ecc md5sum : 47%- ecc md5sum : 48%- ecc md5sum : 49%- ecc md5sum : 50%- ecc md5sum : 51%- ecc md5sum : 52%- ecc md5sum : 53%- ecc md5sum : 54%- ecc md5sum : 55%- ecc md5sum : 56%- ecc md5sum : 57%- ecc md5sum : 58%- ecc md5sum : 59%- ecc md5sum : 60%- ecc md5sum : 61%- ecc md5sum : 62%- ecc md5sum : 63%- ecc md5sum : 64%- ecc md5sum : 65%- ecc md5sum : 66%- ecc md5sum : 67%- ecc md5sum : 68%- ecc md5sum : 69%- ecc md5sum : 70%- ecc md5sum : 71%- ecc md5sum : 72%- ecc md5sum : 73%- ecc md5sum : 74%- ecc md5sum : 75%- ecc md5sum : 76%- ecc md5sum : 77%- ecc md5sum : 78%- ecc md5sum : 79%- ecc md5sum : 80%- ecc md5sum : 81%- ecc md5sum : 82%- ecc md5sum : 83%- ecc md5sum : 84%- ecc md5sum : 85%- ecc md5sum : 86%- ecc md5sum : 87%- ecc md5sum : 88%- ecc md5sum : 89%- ecc md5sum : 90%- ecc md5sum : 91%- ecc md5sum : 92%- ecc md5sum : 93%- ecc md5sum : 94%- ecc md5sum : 95%- ecc md5sum : 96%- ecc md5sum : 97%- ecc md5sum : 98%- ecc md5sum : 99%- ecc md5sum : 100%- ecc md5sum : 2c9545f3ec387a9ce8b50e152cf39c17 (good) +- ecc md5sum : 2c9545f3ec387a9ce8b50e152cf39c17 (good) diff --git a/regtest/database/RS01_normal_image_ecc_plus56b b/regtest/database/RS01_normal_image_ecc_plus56b index 5a2f88e..e0554c6 100644 --- a/regtest/database/RS01_normal_image_ecc_plus56b +++ b/regtest/database/RS01_normal_image_ecc_plus56b @@ -6,7 +6,7 @@ under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. rs01-master.iso: present, contains 21000 medium sectors. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* truncated image : 1 sectors too short +* truncated image : 1 sectors too short * BAD image : 1 sectors missing rs01-plus56_bytes.ecc: created by dvdisaster-0.80 @@ -16,5 +16,5 @@ rs01-plus56_bytes.ecc: created by dvdisaster-0.80 - image md5sum : 5682971ebd79a980cc31de3a21cde3d1 - fingerprint match: good - ecc blocks : 194560 (good) -- ecc md5sum : 0%- ecc md5sum : 1%- ecc md5sum : 2%- ecc md5sum : 3%- ecc md5sum : 4%- ecc md5sum : 5%- ecc md5sum : 6%- ecc md5sum : 7%- ecc md5sum : 8%- ecc md5sum : 9%- ecc md5sum : 10%- ecc md5sum : 11%- ecc md5sum : 12%- ecc md5sum : 13%- ecc md5sum : 14%- ecc md5sum : 15%- ecc md5sum : 16%- ecc md5sum : 17%- ecc md5sum : 18%- ecc md5sum : 19%- ecc md5sum : 20%- ecc md5sum : 21%- ecc md5sum : 22%- ecc md5sum : 23%- ecc md5sum : 24%- ecc md5sum : 25%- ecc md5sum : 26%- ecc md5sum : 27%- ecc md5sum : 28%- ecc md5sum : 29%- ecc md5sum : 30%- ecc md5sum : 31%- ecc md5sum : 32%- ecc md5sum : 33%- ecc md5sum : 34%- ecc md5sum : 35%- ecc md5sum : 36%- ecc md5sum : 37%- ecc md5sum : 38%- ecc md5sum : 39%- ecc md5sum : 40%- ecc md5sum : 41%- ecc md5sum : 42%- ecc md5sum : 43%- ecc md5sum : 44%- ecc md5sum : 45%- ecc md5sum : 46%- ecc md5sum : 47%- ecc md5sum : 48%- ecc md5sum : 49%- ecc md5sum : 50%- ecc md5sum : 51%- ecc md5sum : 52%- ecc md5sum : 53%- ecc md5sum : 54%- ecc md5sum : 55%- ecc md5sum : 56%- ecc md5sum : 57%- ecc md5sum : 58%- ecc md5sum : 59%- ecc md5sum : 60%- ecc md5sum : 61%- ecc md5sum : 62%- ecc md5sum : 63%- ecc md5sum : 64%- ecc md5sum : 65%- ecc md5sum : 66%- ecc md5sum : 67%- ecc md5sum : 68%- ecc md5sum : 69%- ecc md5sum : 70%- ecc md5sum : 71%- ecc md5sum : 72%- ecc md5sum : 73%- ecc md5sum : 74%- ecc md5sum : 75%- ecc md5sum : 76%- ecc md5sum : 77%- ecc md5sum : 78%- ecc md5sum : 79%- ecc md5sum : 80%- ecc md5sum : 81%- ecc md5sum : 82%- ecc md5sum : 83%- ecc md5sum : 84%- ecc md5sum : 85%- ecc md5sum : 86%- ecc md5sum : 87%- ecc md5sum : 88%- ecc md5sum : 89%- ecc md5sum : 90%- ecc md5sum : 91%- ecc md5sum : 92%- ecc md5sum : 93%- ecc md5sum : 94%- ecc md5sum : 95%- ecc md5sum : 96%- ecc md5sum : 97%- ecc md5sum : 98%- ecc md5sum : 99%- ecc md5sum : 100%- ecc md5sum : 7d9fc305cb58bcfb371a1cc8f79b89c9 (good) +- ecc md5sum : 7d9fc305cb58bcfb371a1cc8f79b89c9 (good) diff --git a/regtest/database/RS01_plus1 b/regtest/database/RS01_plus1 index 8d56ed2..a8206c8 100644 --- a/regtest/database/RS01_plus1 +++ b/regtest/database/RS01_plus1 @@ -6,7 +6,7 @@ under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. rs01-tmp.iso: present, contains 21001 medium sectors. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* image too long : 1 excess sectors +* image too long : 1 excess sectors rs01-master.ecc: created by dvdisaster-0.80 - method : RS01, 32 roots, 14.3% redundancy. @@ -15,5 +15,5 @@ rs01-master.ecc: created by dvdisaster-0.80 - image md5sum : 9503f278d4550a9507a317664481adf8 - fingerprint match: good - ecc blocks : 194560 (good) -- ecc md5sum : 0%- ecc md5sum : 1%- ecc md5sum : 2%- ecc md5sum : 3%- ecc md5sum : 4%- ecc md5sum : 5%- ecc md5sum : 6%- ecc md5sum : 7%- ecc md5sum : 8%- ecc md5sum : 9%- ecc md5sum : 10%- ecc md5sum : 11%- ecc md5sum : 12%- ecc md5sum : 13%- ecc md5sum : 14%- ecc md5sum : 15%- ecc md5sum : 16%- ecc md5sum : 17%- ecc md5sum : 18%- ecc md5sum : 19%- ecc md5sum : 20%- ecc md5sum : 21%- ecc md5sum : 22%- ecc md5sum : 23%- ecc md5sum : 24%- ecc md5sum : 25%- ecc md5sum : 26%- ecc md5sum : 27%- ecc md5sum : 28%- ecc md5sum : 29%- ecc md5sum : 30%- ecc md5sum : 31%- ecc md5sum : 32%- ecc md5sum : 33%- ecc md5sum : 34%- ecc md5sum : 35%- ecc md5sum : 36%- ecc md5sum : 37%- ecc md5sum : 38%- ecc md5sum : 39%- ecc md5sum : 40%- ecc md5sum : 41%- ecc md5sum : 42%- ecc md5sum : 43%- ecc md5sum : 44%- ecc md5sum : 45%- ecc md5sum : 46%- ecc md5sum : 47%- ecc md5sum : 48%- ecc md5sum : 49%- ecc md5sum : 50%- ecc md5sum : 51%- ecc md5sum : 52%- ecc md5sum : 53%- ecc md5sum : 54%- ecc md5sum : 55%- ecc md5sum : 56%- ecc md5sum : 57%- ecc md5sum : 58%- ecc md5sum : 59%- ecc md5sum : 60%- ecc md5sum : 61%- ecc md5sum : 62%- ecc md5sum : 63%- ecc md5sum : 64%- ecc md5sum : 65%- ecc md5sum : 66%- ecc md5sum : 67%- ecc md5sum : 68%- ecc md5sum : 69%- ecc md5sum : 70%- ecc md5sum : 71%- ecc md5sum : 72%- ecc md5sum : 73%- ecc md5sum : 74%- ecc md5sum : 75%- ecc md5sum : 76%- ecc md5sum : 77%- ecc md5sum : 78%- ecc md5sum : 79%- ecc md5sum : 80%- ecc md5sum : 81%- ecc md5sum : 82%- ecc md5sum : 83%- ecc md5sum : 84%- ecc md5sum : 85%- ecc md5sum : 86%- ecc md5sum : 87%- ecc md5sum : 88%- ecc md5sum : 89%- ecc md5sum : 90%- ecc md5sum : 91%- ecc md5sum : 92%- ecc md5sum : 93%- ecc md5sum : 94%- ecc md5sum : 95%- ecc md5sum : 96%- ecc md5sum : 97%- ecc md5sum : 98%- ecc md5sum : 99%- ecc md5sum : 100%- ecc md5sum : 2c9545f3ec387a9ce8b50e152cf39c17 (good) +- ecc md5sum : 2c9545f3ec387a9ce8b50e152cf39c17 (good) diff --git a/regtest/database/RS01_plus17 b/regtest/database/RS01_plus17 index 124551c..3390297 100644 --- a/regtest/database/RS01_plus17 +++ b/regtest/database/RS01_plus17 @@ -6,7 +6,7 @@ under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. rs01-tmp.iso: present, contains 21017 medium sectors. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* image too long : 17 excess sectors +* image too long : 17 excess sectors rs01-master.ecc: created by dvdisaster-0.80 - method : RS01, 32 roots, 14.3% redundancy. @@ -15,5 +15,5 @@ rs01-master.ecc: created by dvdisaster-0.80 - image md5sum : 9503f278d4550a9507a317664481adf8 - fingerprint match: good - ecc blocks : 194560 (good) -- ecc md5sum : 0%- ecc md5sum : 1%- ecc md5sum : 2%- ecc md5sum : 3%- ecc md5sum : 4%- ecc md5sum : 5%- ecc md5sum : 6%- ecc md5sum : 7%- ecc md5sum : 8%- ecc md5sum : 9%- ecc md5sum : 10%- ecc md5sum : 11%- ecc md5sum : 12%- ecc md5sum : 13%- ecc md5sum : 14%- ecc md5sum : 15%- ecc md5sum : 16%- ecc md5sum : 17%- ecc md5sum : 18%- ecc md5sum : 19%- ecc md5sum : 20%- ecc md5sum : 21%- ecc md5sum : 22%- ecc md5sum : 23%- ecc md5sum : 24%- ecc md5sum : 25%- ecc md5sum : 26%- ecc md5sum : 27%- ecc md5sum : 28%- ecc md5sum : 29%- ecc md5sum : 30%- ecc md5sum : 31%- ecc md5sum : 32%- ecc md5sum : 33%- ecc md5sum : 34%- ecc md5sum : 35%- ecc md5sum : 36%- ecc md5sum : 37%- ecc md5sum : 38%- ecc md5sum : 39%- ecc md5sum : 40%- ecc md5sum : 41%- ecc md5sum : 42%- ecc md5sum : 43%- ecc md5sum : 44%- ecc md5sum : 45%- ecc md5sum : 46%- ecc md5sum : 47%- ecc md5sum : 48%- ecc md5sum : 49%- ecc md5sum : 50%- ecc md5sum : 51%- ecc md5sum : 52%- ecc md5sum : 53%- ecc md5sum : 54%- ecc md5sum : 55%- ecc md5sum : 56%- ecc md5sum : 57%- ecc md5sum : 58%- ecc md5sum : 59%- ecc md5sum : 60%- ecc md5sum : 61%- ecc md5sum : 62%- ecc md5sum : 63%- ecc md5sum : 64%- ecc md5sum : 65%- ecc md5sum : 66%- ecc md5sum : 67%- ecc md5sum : 68%- ecc md5sum : 69%- ecc md5sum : 70%- ecc md5sum : 71%- ecc md5sum : 72%- ecc md5sum : 73%- ecc md5sum : 74%- ecc md5sum : 75%- ecc md5sum : 76%- ecc md5sum : 77%- ecc md5sum : 78%- ecc md5sum : 79%- ecc md5sum : 80%- ecc md5sum : 81%- ecc md5sum : 82%- ecc md5sum : 83%- ecc md5sum : 84%- ecc md5sum : 85%- ecc md5sum : 86%- ecc md5sum : 87%- ecc md5sum : 88%- ecc md5sum : 89%- ecc md5sum : 90%- ecc md5sum : 91%- ecc md5sum : 92%- ecc md5sum : 93%- ecc md5sum : 94%- ecc md5sum : 95%- ecc md5sum : 96%- ecc md5sum : 97%- ecc md5sum : 98%- ecc md5sum : 99%- ecc md5sum : 100%- ecc md5sum : 2c9545f3ec387a9ce8b50e152cf39c17 (good) +- ecc md5sum : 2c9545f3ec387a9ce8b50e152cf39c17 (good) diff --git a/regtest/database/RS01_plus56_bytes b/regtest/database/RS01_plus56_bytes index 248fb3e..26fb877 100644 --- a/regtest/database/RS01_plus56_bytes +++ b/regtest/database/RS01_plus56_bytes @@ -6,7 +6,7 @@ under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. rs01-plus56_bytes.iso: present, contains 21000 medium sectors and 56 bytes. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%- good image : all sectors present +- good image : all sectors present - image md5sum : 5682971ebd79a980cc31de3a21cde3d1 rs01-plus56_bytes.ecc: created by dvdisaster-0.80 @@ -16,5 +16,5 @@ rs01-plus56_bytes.ecc: created by dvdisaster-0.80 - image md5sum : 5682971ebd79a980cc31de3a21cde3d1 (good) - fingerprint match: good - ecc blocks : 194560 (good) -- ecc md5sum : 0%- ecc md5sum : 1%- ecc md5sum : 2%- ecc md5sum : 3%- ecc md5sum : 4%- ecc md5sum : 5%- ecc md5sum : 6%- ecc md5sum : 7%- ecc md5sum : 8%- ecc md5sum : 9%- ecc md5sum : 10%- ecc md5sum : 11%- ecc md5sum : 12%- ecc md5sum : 13%- ecc md5sum : 14%- ecc md5sum : 15%- ecc md5sum : 16%- ecc md5sum : 17%- ecc md5sum : 18%- ecc md5sum : 19%- ecc md5sum : 20%- ecc md5sum : 21%- ecc md5sum : 22%- ecc md5sum : 23%- ecc md5sum : 24%- ecc md5sum : 25%- ecc md5sum : 26%- ecc md5sum : 27%- ecc md5sum : 28%- ecc md5sum : 29%- ecc md5sum : 30%- ecc md5sum : 31%- ecc md5sum : 32%- ecc md5sum : 33%- ecc md5sum : 34%- ecc md5sum : 35%- ecc md5sum : 36%- ecc md5sum : 37%- ecc md5sum : 38%- ecc md5sum : 39%- ecc md5sum : 40%- ecc md5sum : 41%- ecc md5sum : 42%- ecc md5sum : 43%- ecc md5sum : 44%- ecc md5sum : 45%- ecc md5sum : 46%- ecc md5sum : 47%- ecc md5sum : 48%- ecc md5sum : 49%- ecc md5sum : 50%- ecc md5sum : 51%- ecc md5sum : 52%- ecc md5sum : 53%- ecc md5sum : 54%- ecc md5sum : 55%- ecc md5sum : 56%- ecc md5sum : 57%- ecc md5sum : 58%- ecc md5sum : 59%- ecc md5sum : 60%- ecc md5sum : 61%- ecc md5sum : 62%- ecc md5sum : 63%- ecc md5sum : 64%- ecc md5sum : 65%- ecc md5sum : 66%- ecc md5sum : 67%- ecc md5sum : 68%- ecc md5sum : 69%- ecc md5sum : 70%- ecc md5sum : 71%- ecc md5sum : 72%- ecc md5sum : 73%- ecc md5sum : 74%- ecc md5sum : 75%- ecc md5sum : 76%- ecc md5sum : 77%- ecc md5sum : 78%- ecc md5sum : 79%- ecc md5sum : 80%- ecc md5sum : 81%- ecc md5sum : 82%- ecc md5sum : 83%- ecc md5sum : 84%- ecc md5sum : 85%- ecc md5sum : 86%- ecc md5sum : 87%- ecc md5sum : 88%- ecc md5sum : 89%- ecc md5sum : 90%- ecc md5sum : 91%- ecc md5sum : 92%- ecc md5sum : 93%- ecc md5sum : 94%- ecc md5sum : 95%- ecc md5sum : 96%- ecc md5sum : 97%- ecc md5sum : 98%- ecc md5sum : 99%- ecc md5sum : 100%- ecc md5sum : 7d9fc305cb58bcfb371a1cc8f79b89c9 (good) +- ecc md5sum : 7d9fc305cb58bcfb371a1cc8f79b89c9 (good) diff --git a/regtest/database/RS01_read_crc_errors_with_ecc b/regtest/database/RS01_read_crc_errors_with_ecc index 872500e..1ae5aad 100644 --- a/regtest/database/RS01_read_crc_errors_with_ecc +++ b/regtest/database/RS01_read_crc_errors_with_ecc @@ -13,7 +13,7 @@ Creating new rs01-tmp.iso image. Reading CRC information from ecc data (RS01) ... done. * CRC error, sector: 0 * CRC error, sector: 1 -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx) * CRC error, sector: 7910 -Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) * CRC error, sector: 20999 +* CRC error, sector: 7910 +* CRC error, sector: 20999 4 CRC errors. diff --git a/regtest/database/RS01_read_defective_large_skip b/regtest/database/RS01_read_defective_large_skip index 5d86bb7..ac32abf 100644 --- a/regtest/database/RS01_read_defective_large_skip +++ b/regtest/database/RS01_read_defective_large_skip @@ -10,11 +10,11 @@ Using READ CD. Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Creating new rs01-tmp.iso image. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Sector 1600, try 1: Medium Error; Unrecovered read error. +Sector 1600, try 1: Medium Error; Unrecovered read error. Sector 1600: Medium Error; Unrecovered read error. Skipping 255 sectors. -Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Sector 6400, try 1: Medium Error; Unrecovered read error. +Sector 6400, try 1: Medium Error; Unrecovered read error. Sector 6400: Medium Error; Unrecovered read error. Skipping 255 sectors. -Read position: 30.5% (nn.nx)Sector 6656, try 1: Medium Error; Unrecovered read error. +Sector 6656, try 1: Medium Error; Unrecovered read error. Sector 6656: Medium Error; Unrecovered read error. Skipping 255 sectors. Sector 6912, try 1: Medium Error; Unrecovered read error. Sector 6912: Medium Error; Unrecovered read error. Skipping 255 sectors. @@ -42,5 +42,5 @@ Sector 9728, try 1: Medium Error; Unrecovered read error. Sector 9728: Medium Error; Unrecovered read error. Skipping 255 sectors. Sector 9984, try 1: Medium Error; Unrecovered read error. Sector 9984: Medium Error; Unrecovered read error. Skipping 255 sectors. -Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + 4096 unreadable sectors. diff --git a/regtest/database/RS01_read_defective_no_ecc b/regtest/database/RS01_read_defective_no_ecc index 4322768..d1b44ab 100644 --- a/regtest/database/RS01_read_defective_no_ecc +++ b/regtest/database/RS01_read_defective_no_ecc @@ -10,7 +10,7 @@ Using READ CD. Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Creating new rs01-tmp.iso image. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Sector 96, try 1: Medium Error; Unrecovered read error. +Sector 96, try 1: Medium Error; Unrecovered read error. Sector 96: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 112, try 1: Medium Error; Unrecovered read error. Sector 112: Medium Error; Unrecovered read error. Skipping 15 sectors. @@ -24,9 +24,9 @@ Sector 176, try 1: Medium Error; Unrecovered read error. Sector 176: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 192, try 1: Medium Error; Unrecovered read error. Sector 192: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Sector 752, try 1: Medium Error; Unrecovered read error. +Sector 752, try 1: Medium Error; Unrecovered read error. Sector 752: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Sector 2400, try 1: Medium Error; Unrecovered read error. +Sector 2400, try 1: Medium Error; Unrecovered read error. Sector 2400: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + 144 unreadable sectors. diff --git a/regtest/database/RS01_read_defective_no_ecc_again b/regtest/database/RS01_read_defective_no_ecc_again index 5975265..168a55a 100644 --- a/regtest/database/RS01_read_defective_no_ecc_again +++ b/regtest/database/RS01_read_defective_no_ecc_again @@ -219,11 +219,11 @@ Sector 199, try 1: Medium Error; Unrecovered read error. Sector 199: Medium Error; Unrecovered read error. Sector 200, try 1: Medium Error; Unrecovered read error. Sector 200: Medium Error; Unrecovered read error. -Read position: 1.0% (nn.nx)Sectors 752 - 767: Medium Error; Unrecovered read error. -Read position: 3.6% (nn.nx)Sector 766, try 1: Medium Error; Unrecovered read error. +Sectors 752 - 767: Medium Error; Unrecovered read error. +Sector 766, try 1: Medium Error; Unrecovered read error. Sector 766: Medium Error; Unrecovered read error. -Read position: 3.7% (nn.nx)Sectors 2400 - 2415: Medium Error; Unrecovered read error. +Sectors 2400 - 2415: Medium Error; Unrecovered read error. Sector 2410, try 1: Medium Error; Unrecovered read error. Sector 2410: Medium Error; Unrecovered read error. -Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx) + 41 sectors read; 103 unreadable sectors. diff --git a/regtest/database/RS01_read_longer_with_ecc b/regtest/database/RS01_read_longer_with_ecc index 53a7e48..e90819b 100644 --- a/regtest/database/RS01_read_longer_with_ecc +++ b/regtest/database/RS01_read_longer_with_ecc @@ -11,5 +11,5 @@ Medium "Random Image": CD-R mode 1, 21044 sectors, created 16-07-2006. Creating new rs01-tmp.iso image. Reading CRC information from ecc data (RS01) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read, but wrong image length (44 sectors difference) diff --git a/regtest/database/RS01_read_medium_with_dsm b/regtest/database/RS01_read_medium_with_dsm index 87b561b..bba7b89 100644 --- a/regtest/database/RS01_read_medium_with_dsm +++ b/regtest/database/RS01_read_medium_with_dsm @@ -10,7 +10,7 @@ Using READ CD. Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Creating new rs01-tmp.iso image. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)* Unrecoverable sector found! +* Unrecoverable sector found! * * Sector 4999 is marked unreadable on the medium. * @@ -23,5 +23,5 @@ Read position: 0.2% (nn.nx)Read position: 0.3% * error correction data for it. Sorry for the bad news. * ... more unrecoverable sectors found ... * further messages are suppressed unless the -v option is given. -Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. diff --git a/regtest/database/RS01_read_medium_with_dsm_in_image b/regtest/database/RS01_read_medium_with_dsm_in_image index 24512c7..2f656c8 100644 --- a/regtest/database/RS01_read_medium_with_dsm_in_image +++ b/regtest/database/RS01_read_medium_with_dsm_in_image @@ -29,5 +29,5 @@ Completing image rs01-tmp.iso. Only missing sectors will be read. * error correction data for it. Sorry for the bad news. * ... more unrecoverable sectors found ... * further messages are suppressed unless the -v option is given. -Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx) + 3 sectors read. diff --git a/regtest/database/RS01_read_medium_with_dsm_in_image2 b/regtest/database/RS01_read_medium_with_dsm_in_image2 index fbd1154..7c6b4fd 100644 --- a/regtest/database/RS01_read_medium_with_dsm_in_image2 +++ b/regtest/database/RS01_read_medium_with_dsm_in_image2 @@ -29,5 +29,5 @@ Completing image rs01-tmp.iso. Only missing sectors will be read. * error correction data for it. Sorry for the bad news. * ... more unrecoverable sectors found ... * further messages are suppressed unless the -v option is given. -Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx) + 3 sectors read. diff --git a/regtest/database/RS01_read_medium_with_dsm_in_image2_verbose b/regtest/database/RS01_read_medium_with_dsm_in_image2_verbose index 4cf394e..7613115 100644 --- a/regtest/database/RS01_read_medium_with_dsm_in_image2_verbose +++ b/regtest/database/RS01_read_medium_with_dsm_in_image2_verbose @@ -184,7 +184,7 @@ Completing image rs01-tmp.iso. Only missing sectors will be read. * Since the image was already created defective it can not be * repaired by dvdisaster. Also it will not be possible to create * error correction data for it. Sorry for the bad news. -Read position: 21.0% (nn.nx)* Unrecoverable sector found! +* Unrecoverable sector found! * * Sector 4411 is marked unreadable and seems to come * from a different medium. @@ -201,6 +201,10 @@ Read position: 21.0% (nn.nx)* Unrecoverable sector * Since the image was already created defective it can not be * repaired by dvdisaster. Also it will not be possible to create * error correction data for it. Sorry for the bad news. -Read position: 21.1% (nn.nx)CRC NOT created. 3 sectors read. +CrcBuf contents, image path none (medium): + crcSize: 21000, dataSectors: 21000, coveredSectors: 21000, allSectors: 21000 + md5State: invalid + fp sector: 16; 15c0fd35a0cfa0f83b9ccbd8604c2592 + missing crcs: 20997 diff --git a/regtest/database/RS01_read_medium_with_dsm_in_image_verbose b/regtest/database/RS01_read_medium_with_dsm_in_image_verbose index aa3b21c..999160c 100644 --- a/regtest/database/RS01_read_medium_with_dsm_in_image_verbose +++ b/regtest/database/RS01_read_medium_with_dsm_in_image_verbose @@ -184,7 +184,7 @@ Completing image rs01-tmp.iso. Only missing sectors will be read. * Since the image was already created defective it can not be * repaired by dvdisaster. Also it will not be possible to create * error correction data for it. Sorry for the bad news. -Read position: 21.0% (nn.nx)* Unrecoverable sector found! +* Unrecoverable sector found! * * Sector 4411 is marked unreadable and annotated to be * in a different location (4511). @@ -201,6 +201,10 @@ Read position: 21.0% (nn.nx)* Unrecoverable sector * Since the image was already created defective it can not be * repaired by dvdisaster. Also it will not be possible to create * error correction data for it. Sorry for the bad news. -Read position: 21.1% (nn.nx)CRC NOT created. 3 sectors read. +CrcBuf contents, image path none (medium): + crcSize: 21000, dataSectors: 21000, coveredSectors: 21000, allSectors: 21000 + md5State: invalid + fp sector: 16; 15c0fd35a0cfa0f83b9ccbd8604c2592 + missing crcs: 20997 diff --git a/regtest/database/RS01_read_medium_with_dsm_verbose b/regtest/database/RS01_read_medium_with_dsm_verbose index dfd83bf..42a2615 100644 --- a/regtest/database/RS01_read_medium_with_dsm_verbose +++ b/regtest/database/RS01_read_medium_with_dsm_verbose @@ -98,7 +98,7 @@ Medium size obtained from ISO/UDF file system: 21000 sectors Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Creating new rs01-tmp.iso image. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)* Unrecoverable sector found! +* Unrecoverable sector found! * * Sector 4999 is marked unreadable on the medium. * @@ -131,6 +131,12 @@ Read position: 0.2% (nn.nx)Read position: 0.3% * Since the medium was already created defective it can not be * repaired by dvdisaster. Also it will not be possible to create * error correction data for it. Sorry for the bad news. -Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx)CRC NOT created. All sectors successfully read. +CrcBuf contents, image path none (medium): + crcSize: 21000, dataSectors: 21000, coveredSectors: 21000, allSectors: 21000 + md5State: data_complete image_complete + data: 1c479ed0276128f79fd72f7b3d087441 + full: 1c479ed0276128f79fd72f7b3d087441 + fp sector: 16; 15c0fd35a0cfa0f83b9ccbd8604c2592 + missing crcs: 0 diff --git a/regtest/database/RS01_read_more_missing_at_end_with_ecc b/regtest/database/RS01_read_more_missing_at_end_with_ecc index 187f457..063ab7d 100644 --- a/regtest/database/RS01_read_more_missing_at_end_with_ecc +++ b/regtest/database/RS01_read_more_missing_at_end_with_ecc @@ -11,7 +11,7 @@ Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Creating new rs01-tmp.iso image. Reading CRC information from ecc data (RS01) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Sector 20944, try 1: Medium Error; Unrecovered read error. +Sector 20944, try 1: Medium Error; Unrecovered read error. Sector 20944: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 20960, try 1: Medium Error; Unrecovered read error. Sector 20960: Medium Error; Unrecovered read error. Skipping 15 sectors. diff --git a/regtest/database/RS01_read_multipass_ecc_partial_success b/regtest/database/RS01_read_multipass_ecc_partial_success new file mode 100644 index 0000000..5d2278f --- /dev/null +++ b/regtest/database/RS01_read_multipass_ecc_partial_success @@ -0,0 +1,1312 @@ +b04f62949acf495dad22ca96ba6d275d +ignore +This software comes with ABSOLUTELY NO WARRANTY. This +is free software and you are welcome to redistribute it +under the conditions of the GNU GENERAL PUBLIC LICENSE. +See the file "COPYING" for further information. + +Device: sim-cd, Simulated CD drive 1.00 +Using READ CD. +Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. + +Creating new rs01-tmp.iso image. +Reading CRC information from ecc data (RS01) ... done. +* CRC error, sector: 10000 +Sector 15792, try 1: Medium Error; Unrecovered read error. +Sector 15792: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15808, try 1: Medium Error; Unrecovered read error. +Sector 15808: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15824, try 1: Medium Error; Unrecovered read error. +Sector 15824: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15840, try 1: Medium Error; Unrecovered read error. +Sector 15840: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15856, try 1: Medium Error; Unrecovered read error. +Sector 15856: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15872, try 1: Medium Error; Unrecovered read error. +Sector 15872: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15888, try 1: Medium Error; Unrecovered read error. +Sector 15888: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15904, try 1: Medium Error; Unrecovered read error. +Sector 15904: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15920, try 1: Medium Error; Unrecovered read error. +Sector 15920: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15936, try 1: Medium Error; Unrecovered read error. +Sector 15936: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15952, try 1: Medium Error; Unrecovered read error. +Sector 15952: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15968, try 1: Medium Error; Unrecovered read error. +Sector 15968: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15984, try 1: Medium Error; Unrecovered read error. +Sector 15984: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16000, try 1: Medium Error; Unrecovered read error. +Sector 16000: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16016, try 1: Medium Error; Unrecovered read error. +Sector 16016: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16032, try 1: Medium Error; Unrecovered read error. +Sector 16032: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16048, try 1: Medium Error; Unrecovered read error. +Sector 16048: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16064, try 1: Medium Error; Unrecovered read error. +Sector 16064: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16080, try 1: Medium Error; Unrecovered read error. +Sector 16080: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16096, try 1: Medium Error; Unrecovered read error. +Sector 16096: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16112, try 1: Medium Error; Unrecovered read error. +Sector 16112: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16128, try 1: Medium Error; Unrecovered read error. +Sector 16128: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16144, try 1: Medium Error; Unrecovered read error. +Sector 16144: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16160, try 1: Medium Error; Unrecovered read error. +Sector 16160: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16176, try 1: Medium Error; Unrecovered read error. +Sector 16176: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16192, try 1: Medium Error; Unrecovered read error. +Sector 16192: Medium Error; Unrecovered read error. Skipping 15 sectors. + +Trying to complete image, reading pass 2 of 3. +Sectors 15792 - 15807: Medium Error; Unrecovered read error. +* CRC error, sector: 10000 +Sector 15800, try 1: Medium Error; Unrecovered read error. +Sector 15800: Medium Error; Unrecovered read error. +Sector 15801, try 1: Medium Error; Unrecovered read error. +Sector 15801: Medium Error; Unrecovered read error. +Sector 15802, try 1: Medium Error; Unrecovered read error. +Sector 15802: Medium Error; Unrecovered read error. +Sector 15803, try 1: Medium Error; Unrecovered read error. +Sector 15803: Medium Error; Unrecovered read error. +Sector 15804, try 1: Medium Error; Unrecovered read error. +Sector 15804: Medium Error; Unrecovered read error. +Sector 15805, try 1: Medium Error; Unrecovered read error. +Sector 15805: Medium Error; Unrecovered read error. +Sector 15806, try 1: Medium Error; Unrecovered read error. +Sector 15806: Medium Error; Unrecovered read error. +Sector 15807, try 1: Medium Error; Unrecovered read error. +Sector 15807: Medium Error; Unrecovered read error. +Sectors 15808 - 15823: Medium Error; Unrecovered read error. +Sector 15808, try 1: Medium Error; Unrecovered read error. +Sector 15808: Medium Error; Unrecovered read error. +Sector 15809, try 1: Medium Error; Unrecovered read error. +Sector 15809: Medium Error; Unrecovered read error. +Sector 15810, try 1: Medium Error; Unrecovered read error. +Sector 15810: Medium Error; Unrecovered read error. +Sector 15811, try 1: Medium Error; Unrecovered read error. +Sector 15811: Medium Error; Unrecovered read error. +Sector 15812, try 1: Medium Error; Unrecovered read error. +Sector 15812: Medium Error; Unrecovered read error. +Sector 15813, try 1: Medium Error; Unrecovered read error. +Sector 15813: Medium Error; Unrecovered read error. +Sector 15814, try 1: Medium Error; Unrecovered read error. +Sector 15814: Medium Error; Unrecovered read error. +Sector 15815, try 1: Medium Error; Unrecovered read error. +Sector 15815: Medium Error; Unrecovered read error. +Sector 15816, try 1: Medium Error; Unrecovered read error. +Sector 15816: Medium Error; Unrecovered read error. +Sector 15817, try 1: Medium Error; Unrecovered read error. +Sector 15817: Medium Error; Unrecovered read error. +Sector 15818, try 1: Medium Error; Unrecovered read error. +Sector 15818: Medium Error; Unrecovered read error. +Sector 15819, try 1: Medium Error; Unrecovered read error. +Sector 15819: Medium Error; Unrecovered read error. +Sector 15820, try 1: Medium Error; Unrecovered read error. +Sector 15820: Medium Error; Unrecovered read error. +Sector 15821, try 1: Medium Error; Unrecovered read error. +Sector 15821: Medium Error; Unrecovered read error. +Sector 15822, try 1: Medium Error; Unrecovered read error. +Sector 15822: Medium Error; Unrecovered read error. +Sector 15823, try 1: Medium Error; Unrecovered read error. +Sector 15823: Medium Error; Unrecovered read error. +Sectors 15824 - 15839: Medium Error; Unrecovered read error. +Sector 15824, try 1: Medium Error; Unrecovered read error. +Sector 15824: Medium Error; Unrecovered read error. +Sector 15825, try 1: Medium Error; Unrecovered read error. +Sector 15825: Medium Error; Unrecovered read error. +Sector 15826, try 1: Medium Error; Unrecovered read error. +Sector 15826: Medium Error; Unrecovered read error. +Sector 15827, try 1: Medium Error; Unrecovered read error. +Sector 15827: Medium Error; Unrecovered read error. +Sector 15828, try 1: Medium Error; Unrecovered read error. +Sector 15828: Medium Error; Unrecovered read error. +Sector 15829, try 1: Medium Error; Unrecovered read error. +Sector 15829: Medium Error; Unrecovered read error. +Sector 15830, try 1: Medium Error; Unrecovered read error. +Sector 15830: Medium Error; Unrecovered read error. +Sector 15831, try 1: Medium Error; Unrecovered read error. +Sector 15831: Medium Error; Unrecovered read error. +Sector 15832, try 1: Medium Error; Unrecovered read error. +Sector 15832: Medium Error; Unrecovered read error. +Sector 15833, try 1: Medium Error; Unrecovered read error. +Sector 15833: Medium Error; Unrecovered read error. +Sector 15834, try 1: Medium Error; Unrecovered read error. +Sector 15834: Medium Error; Unrecovered read error. +Sector 15835, try 1: Medium Error; Unrecovered read error. +Sector 15835: Medium Error; Unrecovered read error. +Sector 15836, try 1: Medium Error; Unrecovered read error. +Sector 15836: Medium Error; Unrecovered read error. +Sector 15837, try 1: Medium Error; Unrecovered read error. +Sector 15837: Medium Error; Unrecovered read error. +Sector 15838, try 1: Medium Error; Unrecovered read error. +Sector 15838: Medium Error; Unrecovered read error. +Sector 15839, try 1: Medium Error; Unrecovered read error. +Sector 15839: Medium Error; Unrecovered read error. +Sectors 15840 - 15855: Medium Error; Unrecovered read error. +Sector 15840, try 1: Medium Error; Unrecovered read error. +Sector 15840: Medium Error; Unrecovered read error. +Sector 15841, try 1: Medium Error; Unrecovered read error. +Sector 15841: Medium Error; Unrecovered read error. +Sector 15842, try 1: Medium Error; Unrecovered read error. +Sector 15842: Medium Error; Unrecovered read error. +Sector 15843, try 1: Medium Error; Unrecovered read error. +Sector 15843: Medium Error; Unrecovered read error. +Sector 15844, try 1: Medium Error; Unrecovered read error. +Sector 15844: Medium Error; Unrecovered read error. +Sector 15845, try 1: Medium Error; Unrecovered read error. +Sector 15845: Medium Error; Unrecovered read error. +Sector 15846, try 1: Medium Error; Unrecovered read error. +Sector 15846: Medium Error; Unrecovered read error. +Sector 15847, try 1: Medium Error; Unrecovered read error. +Sector 15847: Medium Error; Unrecovered read error. +Sector 15848, try 1: Medium Error; Unrecovered read error. +Sector 15848: Medium Error; Unrecovered read error. +Sector 15849, try 1: Medium Error; Unrecovered read error. +Sector 15849: Medium Error; Unrecovered read error. +Sector 15850, try 1: Medium Error; Unrecovered read error. +Sector 15850: Medium Error; Unrecovered read error. +Sector 15851, try 1: Medium Error; Unrecovered read error. +Sector 15851: Medium Error; Unrecovered read error. +Sector 15852, try 1: Medium Error; Unrecovered read error. +Sector 15852: Medium Error; Unrecovered read error. +Sector 15853, try 1: Medium Error; Unrecovered read error. +Sector 15853: Medium Error; Unrecovered read error. +Sector 15854, try 1: Medium Error; Unrecovered read error. +Sector 15854: Medium Error; Unrecovered read error. +Sector 15855, try 1: Medium Error; Unrecovered read error. +Sector 15855: Medium Error; Unrecovered read error. +Sectors 15856 - 15871: Medium Error; Unrecovered read error. +Sector 15856, try 1: Medium Error; Unrecovered read error. +Sector 15856: Medium Error; Unrecovered read error. +Sector 15857, try 1: Medium Error; Unrecovered read error. +Sector 15857: Medium Error; Unrecovered read error. +Sector 15858, try 1: Medium Error; Unrecovered read error. +Sector 15858: Medium Error; Unrecovered read error. +Sector 15859, try 1: Medium Error; Unrecovered read error. +Sector 15859: Medium Error; Unrecovered read error. +Sector 15860, try 1: Medium Error; Unrecovered read error. +Sector 15860: Medium Error; Unrecovered read error. +Sector 15861, try 1: Medium Error; Unrecovered read error. +Sector 15861: Medium Error; Unrecovered read error. +Sector 15862, try 1: Medium Error; Unrecovered read error. +Sector 15862: Medium Error; Unrecovered read error. +Sector 15863, try 1: Medium Error; Unrecovered read error. +Sector 15863: Medium Error; Unrecovered read error. +Sector 15864, try 1: Medium Error; Unrecovered read error. +Sector 15864: Medium Error; Unrecovered read error. +Sector 15865, try 1: Medium Error; Unrecovered read error. +Sector 15865: Medium Error; Unrecovered read error. +Sector 15866, try 1: Medium Error; Unrecovered read error. +Sector 15866: Medium Error; Unrecovered read error. +Sector 15867, try 1: Medium Error; Unrecovered read error. +Sector 15867: Medium Error; Unrecovered read error. +Sector 15868, try 1: Medium Error; Unrecovered read error. +Sector 15868: Medium Error; Unrecovered read error. +Sector 15869, try 1: Medium Error; Unrecovered read error. +Sector 15869: Medium Error; Unrecovered read error. +Sector 15870, try 1: Medium Error; Unrecovered read error. +Sector 15870: Medium Error; Unrecovered read error. +Sector 15871, try 1: Medium Error; Unrecovered read error. +Sector 15871: Medium Error; Unrecovered read error. +Sectors 15872 - 15887: Medium Error; Unrecovered read error. +Sector 15872, try 1: Medium Error; Unrecovered read error. +Sector 15872: Medium Error; Unrecovered read error. +Sector 15873, try 1: Medium Error; Unrecovered read error. +Sector 15873: Medium Error; Unrecovered read error. +Sector 15874, try 1: Medium Error; Unrecovered read error. +Sector 15874: Medium Error; Unrecovered read error. +Sector 15875, try 1: Medium Error; Unrecovered read error. +Sector 15875: Medium Error; Unrecovered read error. +Sector 15876, try 1: Medium Error; Unrecovered read error. +Sector 15876: Medium Error; Unrecovered read error. +Sector 15877, try 1: Medium Error; Unrecovered read error. +Sector 15877: Medium Error; Unrecovered read error. +Sector 15878, try 1: Medium Error; Unrecovered read error. +Sector 15878: Medium Error; Unrecovered read error. +Sector 15879, try 1: Medium Error; Unrecovered read error. +Sector 15879: Medium Error; Unrecovered read error. +Sector 15880, try 1: Medium Error; Unrecovered read error. +Sector 15880: Medium Error; Unrecovered read error. +Sector 15881, try 1: Medium Error; Unrecovered read error. +Sector 15881: Medium Error; Unrecovered read error. +Sector 15882, try 1: Medium Error; Unrecovered read error. +Sector 15882: Medium Error; Unrecovered read error. +Sector 15883, try 1: Medium Error; Unrecovered read error. +Sector 15883: Medium Error; Unrecovered read error. +Sector 15884, try 1: Medium Error; Unrecovered read error. +Sector 15884: Medium Error; Unrecovered read error. +Sector 15885, try 1: Medium Error; Unrecovered read error. +Sector 15885: Medium Error; Unrecovered read error. +Sector 15886, try 1: Medium Error; Unrecovered read error. +Sector 15886: Medium Error; Unrecovered read error. +Sector 15887, try 1: Medium Error; Unrecovered read error. +Sector 15887: Medium Error; Unrecovered read error. +Sectors 15888 - 15903: Medium Error; Unrecovered read error. +Sector 15888, try 1: Medium Error; Unrecovered read error. +Sector 15888: Medium Error; Unrecovered read error. +Sector 15889, try 1: Medium Error; Unrecovered read error. +Sector 15889: Medium Error; Unrecovered read error. +Sector 15890, try 1: Medium Error; Unrecovered read error. +Sector 15890: Medium Error; Unrecovered read error. +Sector 15891, try 1: Medium Error; Unrecovered read error. +Sector 15891: Medium Error; Unrecovered read error. +Sector 15892, try 1: Medium Error; Unrecovered read error. +Sector 15892: Medium Error; Unrecovered read error. +Sector 15893, try 1: Medium Error; Unrecovered read error. +Sector 15893: Medium Error; Unrecovered read error. +Sector 15894, try 1: Medium Error; Unrecovered read error. +Sector 15894: Medium Error; Unrecovered read error. +Sector 15895, try 1: Medium Error; Unrecovered read error. +Sector 15895: Medium Error; Unrecovered read error. +Sector 15896, try 1: Medium Error; Unrecovered read error. +Sector 15896: Medium Error; Unrecovered read error. +Sector 15897, try 1: Medium Error; Unrecovered read error. +Sector 15897: Medium Error; Unrecovered read error. +Sector 15898, try 1: Medium Error; Unrecovered read error. +Sector 15898: Medium Error; Unrecovered read error. +Sector 15899, try 1: Medium Error; Unrecovered read error. +Sector 15899: Medium Error; Unrecovered read error. +Sector 15900, try 1: Medium Error; Unrecovered read error. +Sector 15900: Medium Error; Unrecovered read error. +Sector 15901, try 1: Medium Error; Unrecovered read error. +Sector 15901: Medium Error; Unrecovered read error. +Sector 15902, try 1: Medium Error; Unrecovered read error. +Sector 15902: Medium Error; Unrecovered read error. +Sector 15903, try 1: Medium Error; Unrecovered read error. +Sector 15903: Medium Error; Unrecovered read error. +Sectors 15904 - 15919: Medium Error; Unrecovered read error. +Sector 15904, try 1: Medium Error; Unrecovered read error. +Sector 15904: Medium Error; Unrecovered read error. +Sector 15905, try 1: Medium Error; Unrecovered read error. +Sector 15905: Medium Error; Unrecovered read error. +Sector 15906, try 1: Medium Error; Unrecovered read error. +Sector 15906: Medium Error; Unrecovered read error. +Sector 15907, try 1: Medium Error; Unrecovered read error. +Sector 15907: Medium Error; Unrecovered read error. +Sector 15908, try 1: Medium Error; Unrecovered read error. +Sector 15908: Medium Error; Unrecovered read error. +Sector 15909, try 1: Medium Error; Unrecovered read error. +Sector 15909: Medium Error; Unrecovered read error. +Sector 15910, try 1: Medium Error; Unrecovered read error. +Sector 15910: Medium Error; Unrecovered read error. +Sector 15911, try 1: Medium Error; Unrecovered read error. +Sector 15911: Medium Error; Unrecovered read error. +Sector 15912, try 1: Medium Error; Unrecovered read error. +Sector 15912: Medium Error; Unrecovered read error. +Sector 15913, try 1: Medium Error; Unrecovered read error. +Sector 15913: Medium Error; Unrecovered read error. +Sector 15914, try 1: Medium Error; Unrecovered read error. +Sector 15914: Medium Error; Unrecovered read error. +Sector 15915, try 1: Medium Error; Unrecovered read error. +Sector 15915: Medium Error; Unrecovered read error. +Sector 15916, try 1: Medium Error; Unrecovered read error. +Sector 15916: Medium Error; Unrecovered read error. +Sector 15917, try 1: Medium Error; Unrecovered read error. +Sector 15917: Medium Error; Unrecovered read error. +Sector 15918, try 1: Medium Error; Unrecovered read error. +Sector 15918: Medium Error; Unrecovered read error. +Sector 15919, try 1: Medium Error; Unrecovered read error. +Sector 15919: Medium Error; Unrecovered read error. +Sectors 15920 - 15935: Medium Error; Unrecovered read error. +Sector 15920, try 1: Medium Error; Unrecovered read error. +Sector 15920: Medium Error; Unrecovered read error. +Sector 15921, try 1: Medium Error; Unrecovered read error. +Sector 15921: Medium Error; Unrecovered read error. +Sector 15922, try 1: Medium Error; Unrecovered read error. +Sector 15922: Medium Error; Unrecovered read error. +Sector 15923, try 1: Medium Error; Unrecovered read error. +Sector 15923: Medium Error; Unrecovered read error. +Sector 15924, try 1: Medium Error; Unrecovered read error. +Sector 15924: Medium Error; Unrecovered read error. +Sector 15925, try 1: Medium Error; Unrecovered read error. +Sector 15925: Medium Error; Unrecovered read error. +Sector 15926, try 1: Medium Error; Unrecovered read error. +Sector 15926: Medium Error; Unrecovered read error. +Sector 15927, try 1: Medium Error; Unrecovered read error. +Sector 15927: Medium Error; Unrecovered read error. +Sector 15928, try 1: Medium Error; Unrecovered read error. +Sector 15928: Medium Error; Unrecovered read error. +Sector 15929, try 1: Medium Error; Unrecovered read error. +Sector 15929: Medium Error; Unrecovered read error. +Sector 15930, try 1: Medium Error; Unrecovered read error. +Sector 15930: Medium Error; Unrecovered read error. +Sector 15931, try 1: Medium Error; Unrecovered read error. +Sector 15931: Medium Error; Unrecovered read error. +Sector 15932, try 1: Medium Error; Unrecovered read error. +Sector 15932: Medium Error; Unrecovered read error. +Sector 15933, try 1: Medium Error; Unrecovered read error. +Sector 15933: Medium Error; Unrecovered read error. +Sector 15934, try 1: Medium Error; Unrecovered read error. +Sector 15934: Medium Error; Unrecovered read error. +Sector 15935, try 1: Medium Error; Unrecovered read error. +Sector 15935: Medium Error; Unrecovered read error. +Sectors 15936 - 15951: Medium Error; Unrecovered read error. +Sector 15936, try 1: Medium Error; Unrecovered read error. +Sector 15936: Medium Error; Unrecovered read error. +Sector 15937, try 1: Medium Error; Unrecovered read error. +Sector 15937: Medium Error; Unrecovered read error. +Sector 15938, try 1: Medium Error; Unrecovered read error. +Sector 15938: Medium Error; Unrecovered read error. +Sector 15939, try 1: Medium Error; Unrecovered read error. +Sector 15939: Medium Error; Unrecovered read error. +Sector 15940, try 1: Medium Error; Unrecovered read error. +Sector 15940: Medium Error; Unrecovered read error. +Sector 15941, try 1: Medium Error; Unrecovered read error. +Sector 15941: Medium Error; Unrecovered read error. +Sector 15942, try 1: Medium Error; Unrecovered read error. +Sector 15942: Medium Error; Unrecovered read error. +Sector 15943, try 1: Medium Error; Unrecovered read error. +Sector 15943: Medium Error; Unrecovered read error. +Sector 15944, try 1: Medium Error; Unrecovered read error. +Sector 15944: Medium Error; Unrecovered read error. +Sector 15945, try 1: Medium Error; Unrecovered read error. +Sector 15945: Medium Error; Unrecovered read error. +Sector 15946, try 1: Medium Error; Unrecovered read error. +Sector 15946: Medium Error; Unrecovered read error. +Sector 15947, try 1: Medium Error; Unrecovered read error. +Sector 15947: Medium Error; Unrecovered read error. +Sector 15948, try 1: Medium Error; Unrecovered read error. +Sector 15948: Medium Error; Unrecovered read error. +Sector 15949, try 1: Medium Error; Unrecovered read error. +Sector 15949: Medium Error; Unrecovered read error. +Sector 15950, try 1: Medium Error; Unrecovered read error. +Sector 15950: Medium Error; Unrecovered read error. +Sector 15951, try 1: Medium Error; Unrecovered read error. +Sector 15951: Medium Error; Unrecovered read error. +Sectors 15952 - 15967: Medium Error; Unrecovered read error. +Sector 15952, try 1: Medium Error; Unrecovered read error. +Sector 15952: Medium Error; Unrecovered read error. +Sector 15953, try 1: Medium Error; Unrecovered read error. +Sector 15953: Medium Error; Unrecovered read error. +Sector 15954, try 1: Medium Error; Unrecovered read error. +Sector 15954: Medium Error; Unrecovered read error. +Sector 15955, try 1: Medium Error; Unrecovered read error. +Sector 15955: Medium Error; Unrecovered read error. +Sector 15956, try 1: Medium Error; Unrecovered read error. +Sector 15956: Medium Error; Unrecovered read error. +Sector 15957, try 1: Medium Error; Unrecovered read error. +Sector 15957: Medium Error; Unrecovered read error. +Sector 15958, try 1: Medium Error; Unrecovered read error. +Sector 15958: Medium Error; Unrecovered read error. +Sector 15959, try 1: Medium Error; Unrecovered read error. +Sector 15959: Medium Error; Unrecovered read error. +Sector 15960, try 1: Medium Error; Unrecovered read error. +Sector 15960: Medium Error; Unrecovered read error. +Sector 15961, try 1: Medium Error; Unrecovered read error. +Sector 15961: Medium Error; Unrecovered read error. +Sector 15962, try 1: Medium Error; Unrecovered read error. +Sector 15962: Medium Error; Unrecovered read error. +Sector 15963, try 1: Medium Error; Unrecovered read error. +Sector 15963: Medium Error; Unrecovered read error. +Sector 15964, try 1: Medium Error; Unrecovered read error. +Sector 15964: Medium Error; Unrecovered read error. +Sector 15965, try 1: Medium Error; Unrecovered read error. +Sector 15965: Medium Error; Unrecovered read error. +Sector 15966, try 1: Medium Error; Unrecovered read error. +Sector 15966: Medium Error; Unrecovered read error. +Sector 15967, try 1: Medium Error; Unrecovered read error. +Sector 15967: Medium Error; Unrecovered read error. +Sectors 15968 - 15983: Medium Error; Unrecovered read error. +Sector 15968, try 1: Medium Error; Unrecovered read error. +Sector 15968: Medium Error; Unrecovered read error. +Sector 15969, try 1: Medium Error; Unrecovered read error. +Sector 15969: Medium Error; Unrecovered read error. +Sector 15970, try 1: Medium Error; Unrecovered read error. +Sector 15970: Medium Error; Unrecovered read error. +Sector 15971, try 1: Medium Error; Unrecovered read error. +Sector 15971: Medium Error; Unrecovered read error. +Sector 15972, try 1: Medium Error; Unrecovered read error. +Sector 15972: Medium Error; Unrecovered read error. +Sector 15973, try 1: Medium Error; Unrecovered read error. +Sector 15973: Medium Error; Unrecovered read error. +Sector 15974, try 1: Medium Error; Unrecovered read error. +Sector 15974: Medium Error; Unrecovered read error. +Sector 15975, try 1: Medium Error; Unrecovered read error. +Sector 15975: Medium Error; Unrecovered read error. +Sector 15976, try 1: Medium Error; Unrecovered read error. +Sector 15976: Medium Error; Unrecovered read error. +Sector 15977, try 1: Medium Error; Unrecovered read error. +Sector 15977: Medium Error; Unrecovered read error. +Sector 15978, try 1: Medium Error; Unrecovered read error. +Sector 15978: Medium Error; Unrecovered read error. +Sector 15979, try 1: Medium Error; Unrecovered read error. +Sector 15979: Medium Error; Unrecovered read error. +Sector 15980, try 1: Medium Error; Unrecovered read error. +Sector 15980: Medium Error; Unrecovered read error. +Sector 15981, try 1: Medium Error; Unrecovered read error. +Sector 15981: Medium Error; Unrecovered read error. +Sector 15982, try 1: Medium Error; Unrecovered read error. +Sector 15982: Medium Error; Unrecovered read error. +Sector 15983, try 1: Medium Error; Unrecovered read error. +Sector 15983: Medium Error; Unrecovered read error. +Sectors 15984 - 15999: Medium Error; Unrecovered read error. +Sector 15984, try 1: Medium Error; Unrecovered read error. +Sector 15984: Medium Error; Unrecovered read error. +Sector 15985, try 1: Medium Error; Unrecovered read error. +Sector 15985: Medium Error; Unrecovered read error. +Sector 15986, try 1: Medium Error; Unrecovered read error. +Sector 15986: Medium Error; Unrecovered read error. +Sector 15987, try 1: Medium Error; Unrecovered read error. +Sector 15987: Medium Error; Unrecovered read error. +Sector 15988, try 1: Medium Error; Unrecovered read error. +Sector 15988: Medium Error; Unrecovered read error. +Sector 15989, try 1: Medium Error; Unrecovered read error. +Sector 15989: Medium Error; Unrecovered read error. +Sector 15990, try 1: Medium Error; Unrecovered read error. +Sector 15990: Medium Error; Unrecovered read error. +Sector 15991, try 1: Medium Error; Unrecovered read error. +Sector 15991: Medium Error; Unrecovered read error. +Sector 15992, try 1: Medium Error; Unrecovered read error. +Sector 15992: Medium Error; Unrecovered read error. +Sector 15993, try 1: Medium Error; Unrecovered read error. +Sector 15993: Medium Error; Unrecovered read error. +Sector 15994, try 1: Medium Error; Unrecovered read error. +Sector 15994: Medium Error; Unrecovered read error. +Sector 15995, try 1: Medium Error; Unrecovered read error. +Sector 15995: Medium Error; Unrecovered read error. +Sector 15996, try 1: Medium Error; Unrecovered read error. +Sector 15996: Medium Error; Unrecovered read error. +Sector 15997, try 1: Medium Error; Unrecovered read error. +Sector 15997: Medium Error; Unrecovered read error. +Sector 15998, try 1: Medium Error; Unrecovered read error. +Sector 15998: Medium Error; Unrecovered read error. +Sector 15999, try 1: Medium Error; Unrecovered read error. +Sector 15999: Medium Error; Unrecovered read error. +Sectors 16000 - 16015: Medium Error; Unrecovered read error. +Sector 16000, try 1: Medium Error; Unrecovered read error. +Sector 16000: Medium Error; Unrecovered read error. +Sector 16001, try 1: Medium Error; Unrecovered read error. +Sector 16001: Medium Error; Unrecovered read error. +Sector 16002, try 1: Medium Error; Unrecovered read error. +Sector 16002: Medium Error; Unrecovered read error. +Sector 16003, try 1: Medium Error; Unrecovered read error. +Sector 16003: Medium Error; Unrecovered read error. +Sector 16004, try 1: Medium Error; Unrecovered read error. +Sector 16004: Medium Error; Unrecovered read error. +Sector 16005, try 1: Medium Error; Unrecovered read error. +Sector 16005: Medium Error; Unrecovered read error. +Sector 16006, try 1: Medium Error; Unrecovered read error. +Sector 16006: Medium Error; Unrecovered read error. +Sector 16007, try 1: Medium Error; Unrecovered read error. +Sector 16007: Medium Error; Unrecovered read error. +Sector 16008, try 1: Medium Error; Unrecovered read error. +Sector 16008: Medium Error; Unrecovered read error. +Sector 16009, try 1: Medium Error; Unrecovered read error. +Sector 16009: Medium Error; Unrecovered read error. +Sector 16010, try 1: Medium Error; Unrecovered read error. +Sector 16010: Medium Error; Unrecovered read error. +Sector 16011, try 1: Medium Error; Unrecovered read error. +Sector 16011: Medium Error; Unrecovered read error. +Sector 16012, try 1: Medium Error; Unrecovered read error. +Sector 16012: Medium Error; Unrecovered read error. +Sector 16013, try 1: Medium Error; Unrecovered read error. +Sector 16013: Medium Error; Unrecovered read error. +Sector 16014, try 1: Medium Error; Unrecovered read error. +Sector 16014: Medium Error; Unrecovered read error. +Sector 16015, try 1: Medium Error; Unrecovered read error. +Sector 16015: Medium Error; Unrecovered read error. +Sectors 16016 - 16031: Medium Error; Unrecovered read error. +Sector 16016, try 1: Medium Error; Unrecovered read error. +Sector 16016: Medium Error; Unrecovered read error. +Sector 16017, try 1: Medium Error; Unrecovered read error. +Sector 16017: Medium Error; Unrecovered read error. +Sector 16018, try 1: Medium Error; Unrecovered read error. +Sector 16018: Medium Error; Unrecovered read error. +Sector 16019, try 1: Medium Error; Unrecovered read error. +Sector 16019: Medium Error; Unrecovered read error. +Sector 16020, try 1: Medium Error; Unrecovered read error. +Sector 16020: Medium Error; Unrecovered read error. +Sector 16021, try 1: Medium Error; Unrecovered read error. +Sector 16021: Medium Error; Unrecovered read error. +Sector 16022, try 1: Medium Error; Unrecovered read error. +Sector 16022: Medium Error; Unrecovered read error. +Sector 16023, try 1: Medium Error; Unrecovered read error. +Sector 16023: Medium Error; Unrecovered read error. +Sector 16024, try 1: Medium Error; Unrecovered read error. +Sector 16024: Medium Error; Unrecovered read error. +Sector 16025, try 1: Medium Error; Unrecovered read error. +Sector 16025: Medium Error; Unrecovered read error. +Sector 16026, try 1: Medium Error; Unrecovered read error. +Sector 16026: Medium Error; Unrecovered read error. +Sector 16027, try 1: Medium Error; Unrecovered read error. +Sector 16027: Medium Error; Unrecovered read error. +Sector 16028, try 1: Medium Error; Unrecovered read error. +Sector 16028: Medium Error; Unrecovered read error. +Sector 16029, try 1: Medium Error; Unrecovered read error. +Sector 16029: Medium Error; Unrecovered read error. +Sector 16030, try 1: Medium Error; Unrecovered read error. +Sector 16030: Medium Error; Unrecovered read error. +Sector 16031, try 1: Medium Error; Unrecovered read error. +Sector 16031: Medium Error; Unrecovered read error. +Sectors 16032 - 16047: Medium Error; Unrecovered read error. +Sector 16032, try 1: Medium Error; Unrecovered read error. +Sector 16032: Medium Error; Unrecovered read error. +Sector 16033, try 1: Medium Error; Unrecovered read error. +Sector 16033: Medium Error; Unrecovered read error. +Sector 16034, try 1: Medium Error; Unrecovered read error. +Sector 16034: Medium Error; Unrecovered read error. +Sector 16035, try 1: Medium Error; Unrecovered read error. +Sector 16035: Medium Error; Unrecovered read error. +Sector 16036, try 1: Medium Error; Unrecovered read error. +Sector 16036: Medium Error; Unrecovered read error. +Sector 16037, try 1: Medium Error; Unrecovered read error. +Sector 16037: Medium Error; Unrecovered read error. +Sector 16038, try 1: Medium Error; Unrecovered read error. +Sector 16038: Medium Error; Unrecovered read error. +Sector 16039, try 1: Medium Error; Unrecovered read error. +Sector 16039: Medium Error; Unrecovered read error. +Sector 16040, try 1: Medium Error; Unrecovered read error. +Sector 16040: Medium Error; Unrecovered read error. +Sector 16041, try 1: Medium Error; Unrecovered read error. +Sector 16041: Medium Error; Unrecovered read error. +Sector 16042, try 1: Medium Error; Unrecovered read error. +Sector 16042: Medium Error; Unrecovered read error. +Sector 16043, try 1: Medium Error; Unrecovered read error. +Sector 16043: Medium Error; Unrecovered read error. +Sector 16044, try 1: Medium Error; Unrecovered read error. +Sector 16044: Medium Error; Unrecovered read error. +Sector 16045, try 1: Medium Error; Unrecovered read error. +Sector 16045: Medium Error; Unrecovered read error. +Sector 16046, try 1: Medium Error; Unrecovered read error. +Sector 16046: Medium Error; Unrecovered read error. +Sector 16047, try 1: Medium Error; Unrecovered read error. +Sector 16047: Medium Error; Unrecovered read error. +Sectors 16048 - 16063: Medium Error; Unrecovered read error. +Sector 16048, try 1: Medium Error; Unrecovered read error. +Sector 16048: Medium Error; Unrecovered read error. +Sector 16049, try 1: Medium Error; Unrecovered read error. +Sector 16049: Medium Error; Unrecovered read error. +Sector 16050, try 1: Medium Error; Unrecovered read error. +Sector 16050: Medium Error; Unrecovered read error. +Sector 16051, try 1: Medium Error; Unrecovered read error. +Sector 16051: Medium Error; Unrecovered read error. +Sector 16052, try 1: Medium Error; Unrecovered read error. +Sector 16052: Medium Error; Unrecovered read error. +Sector 16053, try 1: Medium Error; Unrecovered read error. +Sector 16053: Medium Error; Unrecovered read error. +Sector 16054, try 1: Medium Error; Unrecovered read error. +Sector 16054: Medium Error; Unrecovered read error. +Sector 16055, try 1: Medium Error; Unrecovered read error. +Sector 16055: Medium Error; Unrecovered read error. +Sector 16056, try 1: Medium Error; Unrecovered read error. +Sector 16056: Medium Error; Unrecovered read error. +Sector 16057, try 1: Medium Error; Unrecovered read error. +Sector 16057: Medium Error; Unrecovered read error. +Sector 16058, try 1: Medium Error; Unrecovered read error. +Sector 16058: Medium Error; Unrecovered read error. +Sector 16059, try 1: Medium Error; Unrecovered read error. +Sector 16059: Medium Error; Unrecovered read error. +Sector 16060, try 1: Medium Error; Unrecovered read error. +Sector 16060: Medium Error; Unrecovered read error. +Sector 16061, try 1: Medium Error; Unrecovered read error. +Sector 16061: Medium Error; Unrecovered read error. +Sector 16062, try 1: Medium Error; Unrecovered read error. +Sector 16062: Medium Error; Unrecovered read error. +Sector 16063, try 1: Medium Error; Unrecovered read error. +Sector 16063: Medium Error; Unrecovered read error. +Sectors 16064 - 16079: Medium Error; Unrecovered read error. +Sector 16064, try 1: Medium Error; Unrecovered read error. +Sector 16064: Medium Error; Unrecovered read error. +Sector 16065, try 1: Medium Error; Unrecovered read error. +Sector 16065: Medium Error; Unrecovered read error. +Sector 16066, try 1: Medium Error; Unrecovered read error. +Sector 16066: Medium Error; Unrecovered read error. +Sector 16067, try 1: Medium Error; Unrecovered read error. +Sector 16067: Medium Error; Unrecovered read error. +Sector 16068, try 1: Medium Error; Unrecovered read error. +Sector 16068: Medium Error; Unrecovered read error. +Sector 16069, try 1: Medium Error; Unrecovered read error. +Sector 16069: Medium Error; Unrecovered read error. +Sector 16070, try 1: Medium Error; Unrecovered read error. +Sector 16070: Medium Error; Unrecovered read error. +Sector 16071, try 1: Medium Error; Unrecovered read error. +Sector 16071: Medium Error; Unrecovered read error. +Sector 16072, try 1: Medium Error; Unrecovered read error. +Sector 16072: Medium Error; Unrecovered read error. +Sector 16073, try 1: Medium Error; Unrecovered read error. +Sector 16073: Medium Error; Unrecovered read error. +Sector 16074, try 1: Medium Error; Unrecovered read error. +Sector 16074: Medium Error; Unrecovered read error. +Sector 16075, try 1: Medium Error; Unrecovered read error. +Sector 16075: Medium Error; Unrecovered read error. +Sector 16076, try 1: Medium Error; Unrecovered read error. +Sector 16076: Medium Error; Unrecovered read error. +Sector 16077, try 1: Medium Error; Unrecovered read error. +Sector 16077: Medium Error; Unrecovered read error. +Sector 16078, try 1: Medium Error; Unrecovered read error. +Sector 16078: Medium Error; Unrecovered read error. +Sector 16079, try 1: Medium Error; Unrecovered read error. +Sector 16079: Medium Error; Unrecovered read error. +Sectors 16080 - 16095: Medium Error; Unrecovered read error. +Sector 16080, try 1: Medium Error; Unrecovered read error. +Sector 16080: Medium Error; Unrecovered read error. +Sector 16081, try 1: Medium Error; Unrecovered read error. +Sector 16081: Medium Error; Unrecovered read error. +Sector 16082, try 1: Medium Error; Unrecovered read error. +Sector 16082: Medium Error; Unrecovered read error. +Sector 16083, try 1: Medium Error; Unrecovered read error. +Sector 16083: Medium Error; Unrecovered read error. +Sector 16084, try 1: Medium Error; Unrecovered read error. +Sector 16084: Medium Error; Unrecovered read error. +Sector 16085, try 1: Medium Error; Unrecovered read error. +Sector 16085: Medium Error; Unrecovered read error. +Sector 16086, try 1: Medium Error; Unrecovered read error. +Sector 16086: Medium Error; Unrecovered read error. +Sector 16087, try 1: Medium Error; Unrecovered read error. +Sector 16087: Medium Error; Unrecovered read error. +Sector 16088, try 1: Medium Error; Unrecovered read error. +Sector 16088: Medium Error; Unrecovered read error. +Sector 16089, try 1: Medium Error; Unrecovered read error. +Sector 16089: Medium Error; Unrecovered read error. +Sector 16090, try 1: Medium Error; Unrecovered read error. +Sector 16090: Medium Error; Unrecovered read error. +Sector 16091, try 1: Medium Error; Unrecovered read error. +Sector 16091: Medium Error; Unrecovered read error. +Sector 16092, try 1: Medium Error; Unrecovered read error. +Sector 16092: Medium Error; Unrecovered read error. +Sector 16093, try 1: Medium Error; Unrecovered read error. +Sector 16093: Medium Error; Unrecovered read error. +Sector 16094, try 1: Medium Error; Unrecovered read error. +Sector 16094: Medium Error; Unrecovered read error. +Sector 16095, try 1: Medium Error; Unrecovered read error. +Sector 16095: Medium Error; Unrecovered read error. +Sectors 16096 - 16111: Medium Error; Unrecovered read error. +Sector 16096, try 1: Medium Error; Unrecovered read error. +Sector 16096: Medium Error; Unrecovered read error. +Sector 16097, try 1: Medium Error; Unrecovered read error. +Sector 16097: Medium Error; Unrecovered read error. +Sector 16098, try 1: Medium Error; Unrecovered read error. +Sector 16098: Medium Error; Unrecovered read error. +Sector 16099, try 1: Medium Error; Unrecovered read error. +Sector 16099: Medium Error; Unrecovered read error. +Sector 16100, try 1: Medium Error; Unrecovered read error. +Sector 16100: Medium Error; Unrecovered read error. +Sector 16101, try 1: Medium Error; Unrecovered read error. +Sector 16101: Medium Error; Unrecovered read error. +Sector 16102, try 1: Medium Error; Unrecovered read error. +Sector 16102: Medium Error; Unrecovered read error. +Sector 16103, try 1: Medium Error; Unrecovered read error. +Sector 16103: Medium Error; Unrecovered read error. +Sector 16104, try 1: Medium Error; Unrecovered read error. +Sector 16104: Medium Error; Unrecovered read error. +Sector 16105, try 1: Medium Error; Unrecovered read error. +Sector 16105: Medium Error; Unrecovered read error. +Sector 16106, try 1: Medium Error; Unrecovered read error. +Sector 16106: Medium Error; Unrecovered read error. +Sector 16107, try 1: Medium Error; Unrecovered read error. +Sector 16107: Medium Error; Unrecovered read error. +Sector 16108, try 1: Medium Error; Unrecovered read error. +Sector 16108: Medium Error; Unrecovered read error. +Sector 16109, try 1: Medium Error; Unrecovered read error. +Sector 16109: Medium Error; Unrecovered read error. +Sector 16110, try 1: Medium Error; Unrecovered read error. +Sector 16110: Medium Error; Unrecovered read error. +Sector 16111, try 1: Medium Error; Unrecovered read error. +Sector 16111: Medium Error; Unrecovered read error. +Sectors 16112 - 16127: Medium Error; Unrecovered read error. +Sector 16112, try 1: Medium Error; Unrecovered read error. +Sector 16112: Medium Error; Unrecovered read error. +Sector 16113, try 1: Medium Error; Unrecovered read error. +Sector 16113: Medium Error; Unrecovered read error. +Sector 16114, try 1: Medium Error; Unrecovered read error. +Sector 16114: Medium Error; Unrecovered read error. +Sector 16115, try 1: Medium Error; Unrecovered read error. +Sector 16115: Medium Error; Unrecovered read error. +Sector 16116, try 1: Medium Error; Unrecovered read error. +Sector 16116: Medium Error; Unrecovered read error. +Sector 16117, try 1: Medium Error; Unrecovered read error. +Sector 16117: Medium Error; Unrecovered read error. +Sector 16118, try 1: Medium Error; Unrecovered read error. +Sector 16118: Medium Error; Unrecovered read error. +Sector 16119, try 1: Medium Error; Unrecovered read error. +Sector 16119: Medium Error; Unrecovered read error. +Sector 16120, try 1: Medium Error; Unrecovered read error. +Sector 16120: Medium Error; Unrecovered read error. +Sector 16121, try 1: Medium Error; Unrecovered read error. +Sector 16121: Medium Error; Unrecovered read error. +Sector 16122, try 1: Medium Error; Unrecovered read error. +Sector 16122: Medium Error; Unrecovered read error. +Sector 16123, try 1: Medium Error; Unrecovered read error. +Sector 16123: Medium Error; Unrecovered read error. +Sector 16124, try 1: Medium Error; Unrecovered read error. +Sector 16124: Medium Error; Unrecovered read error. +Sector 16125, try 1: Medium Error; Unrecovered read error. +Sector 16125: Medium Error; Unrecovered read error. +Sector 16126, try 1: Medium Error; Unrecovered read error. +Sector 16126: Medium Error; Unrecovered read error. +Sector 16127, try 1: Medium Error; Unrecovered read error. +Sector 16127: Medium Error; Unrecovered read error. +Sectors 16128 - 16143: Medium Error; Unrecovered read error. +Sector 16128, try 1: Medium Error; Unrecovered read error. +Sector 16128: Medium Error; Unrecovered read error. +Sector 16129, try 1: Medium Error; Unrecovered read error. +Sector 16129: Medium Error; Unrecovered read error. +Sector 16130, try 1: Medium Error; Unrecovered read error. +Sector 16130: Medium Error; Unrecovered read error. +Sector 16131, try 1: Medium Error; Unrecovered read error. +Sector 16131: Medium Error; Unrecovered read error. +Sector 16132, try 1: Medium Error; Unrecovered read error. +Sector 16132: Medium Error; Unrecovered read error. +Sector 16133, try 1: Medium Error; Unrecovered read error. +Sector 16133: Medium Error; Unrecovered read error. +Sector 16134, try 1: Medium Error; Unrecovered read error. +Sector 16134: Medium Error; Unrecovered read error. +Sector 16135, try 1: Medium Error; Unrecovered read error. +Sector 16135: Medium Error; Unrecovered read error. +Sector 16136, try 1: Medium Error; Unrecovered read error. +Sector 16136: Medium Error; Unrecovered read error. +Sector 16137, try 1: Medium Error; Unrecovered read error. +Sector 16137: Medium Error; Unrecovered read error. +Sector 16138, try 1: Medium Error; Unrecovered read error. +Sector 16138: Medium Error; Unrecovered read error. +Sector 16139, try 1: Medium Error; Unrecovered read error. +Sector 16139: Medium Error; Unrecovered read error. +Sector 16140, try 1: Medium Error; Unrecovered read error. +Sector 16140: Medium Error; Unrecovered read error. +Sector 16141, try 1: Medium Error; Unrecovered read error. +Sector 16141: Medium Error; Unrecovered read error. +Sector 16142, try 1: Medium Error; Unrecovered read error. +Sector 16142: Medium Error; Unrecovered read error. +Sector 16143, try 1: Medium Error; Unrecovered read error. +Sector 16143: Medium Error; Unrecovered read error. +Sectors 16144 - 16159: Medium Error; Unrecovered read error. +Sector 16144, try 1: Medium Error; Unrecovered read error. +Sector 16144: Medium Error; Unrecovered read error. +Sector 16145, try 1: Medium Error; Unrecovered read error. +Sector 16145: Medium Error; Unrecovered read error. +Sector 16146, try 1: Medium Error; Unrecovered read error. +Sector 16146: Medium Error; Unrecovered read error. +Sector 16147, try 1: Medium Error; Unrecovered read error. +Sector 16147: Medium Error; Unrecovered read error. +Sector 16148, try 1: Medium Error; Unrecovered read error. +Sector 16148: Medium Error; Unrecovered read error. +Sector 16149, try 1: Medium Error; Unrecovered read error. +Sector 16149: Medium Error; Unrecovered read error. +Sector 16150, try 1: Medium Error; Unrecovered read error. +Sector 16150: Medium Error; Unrecovered read error. +Sector 16151, try 1: Medium Error; Unrecovered read error. +Sector 16151: Medium Error; Unrecovered read error. +Sector 16152, try 1: Medium Error; Unrecovered read error. +Sector 16152: Medium Error; Unrecovered read error. +Sector 16153, try 1: Medium Error; Unrecovered read error. +Sector 16153: Medium Error; Unrecovered read error. +Sector 16154, try 1: Medium Error; Unrecovered read error. +Sector 16154: Medium Error; Unrecovered read error. +Sector 16155, try 1: Medium Error; Unrecovered read error. +Sector 16155: Medium Error; Unrecovered read error. +Sector 16156, try 1: Medium Error; Unrecovered read error. +Sector 16156: Medium Error; Unrecovered read error. +Sector 16157, try 1: Medium Error; Unrecovered read error. +Sector 16157: Medium Error; Unrecovered read error. +Sector 16158, try 1: Medium Error; Unrecovered read error. +Sector 16158: Medium Error; Unrecovered read error. +Sector 16159, try 1: Medium Error; Unrecovered read error. +Sector 16159: Medium Error; Unrecovered read error. +Sectors 16160 - 16175: Medium Error; Unrecovered read error. +Sector 16160, try 1: Medium Error; Unrecovered read error. +Sector 16160: Medium Error; Unrecovered read error. +Sector 16161, try 1: Medium Error; Unrecovered read error. +Sector 16161: Medium Error; Unrecovered read error. +Sector 16162, try 1: Medium Error; Unrecovered read error. +Sector 16162: Medium Error; Unrecovered read error. +Sector 16163, try 1: Medium Error; Unrecovered read error. +Sector 16163: Medium Error; Unrecovered read error. +Sector 16164, try 1: Medium Error; Unrecovered read error. +Sector 16164: Medium Error; Unrecovered read error. +Sector 16165, try 1: Medium Error; Unrecovered read error. +Sector 16165: Medium Error; Unrecovered read error. +Sector 16166, try 1: Medium Error; Unrecovered read error. +Sector 16166: Medium Error; Unrecovered read error. +Sector 16167, try 1: Medium Error; Unrecovered read error. +Sector 16167: Medium Error; Unrecovered read error. +Sector 16168, try 1: Medium Error; Unrecovered read error. +Sector 16168: Medium Error; Unrecovered read error. +Sector 16169, try 1: Medium Error; Unrecovered read error. +Sector 16169: Medium Error; Unrecovered read error. +Sector 16170, try 1: Medium Error; Unrecovered read error. +Sector 16170: Medium Error; Unrecovered read error. +Sector 16171, try 1: Medium Error; Unrecovered read error. +Sector 16171: Medium Error; Unrecovered read error. +Sector 16172, try 1: Medium Error; Unrecovered read error. +Sector 16172: Medium Error; Unrecovered read error. +Sector 16173, try 1: Medium Error; Unrecovered read error. +Sector 16173: Medium Error; Unrecovered read error. +Sector 16174, try 1: Medium Error; Unrecovered read error. +Sector 16174: Medium Error; Unrecovered read error. +Sector 16175, try 1: Medium Error; Unrecovered read error. +Sector 16175: Medium Error; Unrecovered read error. +Sectors 16176 - 16191: Medium Error; Unrecovered read error. +Sector 16176, try 1: Medium Error; Unrecovered read error. +Sector 16176: Medium Error; Unrecovered read error. +Sector 16177, try 1: Medium Error; Unrecovered read error. +Sector 16177: Medium Error; Unrecovered read error. +Sector 16178, try 1: Medium Error; Unrecovered read error. +Sector 16178: Medium Error; Unrecovered read error. +Sector 16179, try 1: Medium Error; Unrecovered read error. +Sector 16179: Medium Error; Unrecovered read error. +Sector 16180, try 1: Medium Error; Unrecovered read error. +Sector 16180: Medium Error; Unrecovered read error. +Sector 16181, try 1: Medium Error; Unrecovered read error. +Sector 16181: Medium Error; Unrecovered read error. +Sector 16182, try 1: Medium Error; Unrecovered read error. +Sector 16182: Medium Error; Unrecovered read error. +Sector 16183, try 1: Medium Error; Unrecovered read error. +Sector 16183: Medium Error; Unrecovered read error. +Sector 16184, try 1: Medium Error; Unrecovered read error. +Sector 16184: Medium Error; Unrecovered read error. +Sector 16185, try 1: Medium Error; Unrecovered read error. +Sector 16185: Medium Error; Unrecovered read error. +Sector 16186, try 1: Medium Error; Unrecovered read error. +Sector 16186: Medium Error; Unrecovered read error. +Sector 16187, try 1: Medium Error; Unrecovered read error. +Sector 16187: Medium Error; Unrecovered read error. +Sector 16188, try 1: Medium Error; Unrecovered read error. +Sector 16188: Medium Error; Unrecovered read error. +Sector 16189, try 1: Medium Error; Unrecovered read error. +Sector 16189: Medium Error; Unrecovered read error. +Sector 16190, try 1: Medium Error; Unrecovered read error. +Sector 16190: Medium Error; Unrecovered read error. +Sector 16191, try 1: Medium Error; Unrecovered read error. +Sector 16191: Medium Error; Unrecovered read error. +Sectors 16192 - 16207: Medium Error; Unrecovered read error. +Sector 16192, try 1: Medium Error; Unrecovered read error. +Sector 16192: Medium Error; Unrecovered read error. +Sector 16193, try 1: Medium Error; Unrecovered read error. +Sector 16193: Medium Error; Unrecovered read error. +Sector 16194, try 1: Medium Error; Unrecovered read error. +Sector 16194: Medium Error; Unrecovered read error. +Sector 16195, try 1: Medium Error; Unrecovered read error. +Sector 16195: Medium Error; Unrecovered read error. +Sector 16196, try 1: Medium Error; Unrecovered read error. +Sector 16196: Medium Error; Unrecovered read error. +Sector 16197, try 1: Medium Error; Unrecovered read error. +Sector 16197: Medium Error; Unrecovered read error. +Sector 16198, try 1: Medium Error; Unrecovered read error. +Sector 16198: Medium Error; Unrecovered read error. +Sector 16199, try 1: Medium Error; Unrecovered read error. +Sector 16199: Medium Error; Unrecovered read error. + +Trying to complete image, reading pass 3 of 3. +Sector 15800, try 1: Medium Error; Unrecovered read error. +Sector 15800: Medium Error; Unrecovered read error. +Sector 15801, try 1: Medium Error; Unrecovered read error. +Sector 15801: Medium Error; Unrecovered read error. +Sector 15802, try 1: Medium Error; Unrecovered read error. +Sector 15802: Medium Error; Unrecovered read error. +Sector 15803, try 1: Medium Error; Unrecovered read error. +Sector 15803: Medium Error; Unrecovered read error. +Sector 15804, try 1: Medium Error; Unrecovered read error. +Sector 15804: Medium Error; Unrecovered read error. +Sector 15805, try 1: Medium Error; Unrecovered read error. +Sector 15805: Medium Error; Unrecovered read error. +Sector 15806, try 1: Medium Error; Unrecovered read error. +Sector 15806: Medium Error; Unrecovered read error. +Sector 15807, try 1: Medium Error; Unrecovered read error. +Sector 15807: Medium Error; Unrecovered read error. +* CRC error, sector: 10000 +Sectors 15808 - 15823: Medium Error; Unrecovered read error. +Sector 15808, try 1: Medium Error; Unrecovered read error. +Sector 15808: Medium Error; Unrecovered read error. +Sector 15809, try 1: Medium Error; Unrecovered read error. +Sector 15809: Medium Error; Unrecovered read error. +Sector 15810, try 1: Medium Error; Unrecovered read error. +Sector 15810: Medium Error; Unrecovered read error. +Sector 15811, try 1: Medium Error; Unrecovered read error. +Sector 15811: Medium Error; Unrecovered read error. +Sector 15812, try 1: Medium Error; Unrecovered read error. +Sector 15812: Medium Error; Unrecovered read error. +Sector 15813, try 1: Medium Error; Unrecovered read error. +Sector 15813: Medium Error; Unrecovered read error. +Sector 15814, try 1: Medium Error; Unrecovered read error. +Sector 15814: Medium Error; Unrecovered read error. +Sector 15815, try 1: Medium Error; Unrecovered read error. +Sector 15815: Medium Error; Unrecovered read error. +Sector 15816, try 1: Medium Error; Unrecovered read error. +Sector 15816: Medium Error; Unrecovered read error. +Sector 15817, try 1: Medium Error; Unrecovered read error. +Sector 15817: Medium Error; Unrecovered read error. +Sector 15818, try 1: Medium Error; Unrecovered read error. +Sector 15818: Medium Error; Unrecovered read error. +Sector 15819, try 1: Medium Error; Unrecovered read error. +Sector 15819: Medium Error; Unrecovered read error. +Sector 15820, try 1: Medium Error; Unrecovered read error. +Sector 15820: Medium Error; Unrecovered read error. +Sector 15821, try 1: Medium Error; Unrecovered read error. +Sector 15821: Medium Error; Unrecovered read error. +Sector 15822, try 1: Medium Error; Unrecovered read error. +Sector 15822: Medium Error; Unrecovered read error. +Sector 15823, try 1: Medium Error; Unrecovered read error. +Sector 15823: Medium Error; Unrecovered read error. +Sectors 15824 - 15839: Medium Error; Unrecovered read error. +Sector 15824, try 1: Medium Error; Unrecovered read error. +Sector 15824: Medium Error; Unrecovered read error. +Sector 15825, try 1: Medium Error; Unrecovered read error. +Sector 15825: Medium Error; Unrecovered read error. +Sector 15826, try 1: Medium Error; Unrecovered read error. +Sector 15826: Medium Error; Unrecovered read error. +Sector 15827, try 1: Medium Error; Unrecovered read error. +Sector 15827: Medium Error; Unrecovered read error. +Sector 15828, try 1: Medium Error; Unrecovered read error. +Sector 15828: Medium Error; Unrecovered read error. +Sector 15829, try 1: Medium Error; Unrecovered read error. +Sector 15829: Medium Error; Unrecovered read error. +Sector 15830, try 1: Medium Error; Unrecovered read error. +Sector 15830: Medium Error; Unrecovered read error. +Sector 15831, try 1: Medium Error; Unrecovered read error. +Sector 15831: Medium Error; Unrecovered read error. +Sector 15832, try 1: Medium Error; Unrecovered read error. +Sector 15832: Medium Error; Unrecovered read error. +Sector 15833, try 1: Medium Error; Unrecovered read error. +Sector 15833: Medium Error; Unrecovered read error. +Sector 15834, try 1: Medium Error; Unrecovered read error. +Sector 15834: Medium Error; Unrecovered read error. +Sector 15835, try 1: Medium Error; Unrecovered read error. +Sector 15835: Medium Error; Unrecovered read error. +Sector 15836, try 1: Medium Error; Unrecovered read error. +Sector 15836: Medium Error; Unrecovered read error. +Sector 15837, try 1: Medium Error; Unrecovered read error. +Sector 15837: Medium Error; Unrecovered read error. +Sector 15838, try 1: Medium Error; Unrecovered read error. +Sector 15838: Medium Error; Unrecovered read error. +Sector 15839, try 1: Medium Error; Unrecovered read error. +Sector 15839: Medium Error; Unrecovered read error. +Sectors 15840 - 15855: Medium Error; Unrecovered read error. +Sector 15840, try 1: Medium Error; Unrecovered read error. +Sector 15840: Medium Error; Unrecovered read error. +Sector 15841, try 1: Medium Error; Unrecovered read error. +Sector 15841: Medium Error; Unrecovered read error. +Sector 15842, try 1: Medium Error; Unrecovered read error. +Sector 15842: Medium Error; Unrecovered read error. +Sector 15843, try 1: Medium Error; Unrecovered read error. +Sector 15843: Medium Error; Unrecovered read error. +Sector 15844, try 1: Medium Error; Unrecovered read error. +Sector 15844: Medium Error; Unrecovered read error. +Sector 15845, try 1: Medium Error; Unrecovered read error. +Sector 15845: Medium Error; Unrecovered read error. +Sector 15846, try 1: Medium Error; Unrecovered read error. +Sector 15846: Medium Error; Unrecovered read error. +Sector 15847, try 1: Medium Error; Unrecovered read error. +Sector 15847: Medium Error; Unrecovered read error. +Sector 15848, try 1: Medium Error; Unrecovered read error. +Sector 15848: Medium Error; Unrecovered read error. +Sector 15849, try 1: Medium Error; Unrecovered read error. +Sector 15849: Medium Error; Unrecovered read error. +Sector 15850, try 1: Medium Error; Unrecovered read error. +Sector 15850: Medium Error; Unrecovered read error. +Sector 15851, try 1: Medium Error; Unrecovered read error. +Sector 15851: Medium Error; Unrecovered read error. +Sector 15852, try 1: Medium Error; Unrecovered read error. +Sector 15852: Medium Error; Unrecovered read error. +Sector 15853, try 1: Medium Error; Unrecovered read error. +Sector 15853: Medium Error; Unrecovered read error. +Sector 15854, try 1: Medium Error; Unrecovered read error. +Sector 15854: Medium Error; Unrecovered read error. +Sector 15855, try 1: Medium Error; Unrecovered read error. +Sector 15855: Medium Error; Unrecovered read error. +Sectors 15856 - 15871: Medium Error; Unrecovered read error. +Sector 15856, try 1: Medium Error; Unrecovered read error. +Sector 15856: Medium Error; Unrecovered read error. +Sector 15857, try 1: Medium Error; Unrecovered read error. +Sector 15857: Medium Error; Unrecovered read error. +Sector 15858, try 1: Medium Error; Unrecovered read error. +Sector 15858: Medium Error; Unrecovered read error. +Sector 15859, try 1: Medium Error; Unrecovered read error. +Sector 15859: Medium Error; Unrecovered read error. +Sector 15860, try 1: Medium Error; Unrecovered read error. +Sector 15860: Medium Error; Unrecovered read error. +Sector 15861, try 1: Medium Error; Unrecovered read error. +Sector 15861: Medium Error; Unrecovered read error. +Sector 15862, try 1: Medium Error; Unrecovered read error. +Sector 15862: Medium Error; Unrecovered read error. +Sector 15863, try 1: Medium Error; Unrecovered read error. +Sector 15863: Medium Error; Unrecovered read error. +Sector 15864, try 1: Medium Error; Unrecovered read error. +Sector 15864: Medium Error; Unrecovered read error. +Sector 15865, try 1: Medium Error; Unrecovered read error. +Sector 15865: Medium Error; Unrecovered read error. +Sector 15866, try 1: Medium Error; Unrecovered read error. +Sector 15866: Medium Error; Unrecovered read error. +Sector 15867, try 1: Medium Error; Unrecovered read error. +Sector 15867: Medium Error; Unrecovered read error. +Sector 15868, try 1: Medium Error; Unrecovered read error. +Sector 15868: Medium Error; Unrecovered read error. +Sector 15869, try 1: Medium Error; Unrecovered read error. +Sector 15869: Medium Error; Unrecovered read error. +Sector 15870, try 1: Medium Error; Unrecovered read error. +Sector 15870: Medium Error; Unrecovered read error. +Sector 15871, try 1: Medium Error; Unrecovered read error. +Sector 15871: Medium Error; Unrecovered read error. +Sectors 15872 - 15887: Medium Error; Unrecovered read error. +Sector 15872, try 1: Medium Error; Unrecovered read error. +Sector 15872: Medium Error; Unrecovered read error. +Sector 15873, try 1: Medium Error; Unrecovered read error. +Sector 15873: Medium Error; Unrecovered read error. +Sector 15874, try 1: Medium Error; Unrecovered read error. +Sector 15874: Medium Error; Unrecovered read error. +Sector 15875, try 1: Medium Error; Unrecovered read error. +Sector 15875: Medium Error; Unrecovered read error. +Sector 15876, try 1: Medium Error; Unrecovered read error. +Sector 15876: Medium Error; Unrecovered read error. +Sector 15877, try 1: Medium Error; Unrecovered read error. +Sector 15877: Medium Error; Unrecovered read error. +Sector 15878, try 1: Medium Error; Unrecovered read error. +Sector 15878: Medium Error; Unrecovered read error. +Sector 15879, try 1: Medium Error; Unrecovered read error. +Sector 15879: Medium Error; Unrecovered read error. +Sector 15880, try 1: Medium Error; Unrecovered read error. +Sector 15880: Medium Error; Unrecovered read error. +Sector 15881, try 1: Medium Error; Unrecovered read error. +Sector 15881: Medium Error; Unrecovered read error. +Sector 15882, try 1: Medium Error; Unrecovered read error. +Sector 15882: Medium Error; Unrecovered read error. +Sector 15883, try 1: Medium Error; Unrecovered read error. +Sector 15883: Medium Error; Unrecovered read error. +Sector 15884, try 1: Medium Error; Unrecovered read error. +Sector 15884: Medium Error; Unrecovered read error. +Sector 15885, try 1: Medium Error; Unrecovered read error. +Sector 15885: Medium Error; Unrecovered read error. +Sector 15886, try 1: Medium Error; Unrecovered read error. +Sector 15886: Medium Error; Unrecovered read error. +Sector 15887, try 1: Medium Error; Unrecovered read error. +Sector 15887: Medium Error; Unrecovered read error. +Sectors 15888 - 15903: Medium Error; Unrecovered read error. +Sector 15888, try 1: Medium Error; Unrecovered read error. +Sector 15888: Medium Error; Unrecovered read error. +Sector 15889, try 1: Medium Error; Unrecovered read error. +Sector 15889: Medium Error; Unrecovered read error. +Sector 15890, try 1: Medium Error; Unrecovered read error. +Sector 15890: Medium Error; Unrecovered read error. +Sector 15891, try 1: Medium Error; Unrecovered read error. +Sector 15891: Medium Error; Unrecovered read error. +Sector 15892, try 1: Medium Error; Unrecovered read error. +Sector 15892: Medium Error; Unrecovered read error. +Sector 15893, try 1: Medium Error; Unrecovered read error. +Sector 15893: Medium Error; Unrecovered read error. +Sector 15894, try 1: Medium Error; Unrecovered read error. +Sector 15894: Medium Error; Unrecovered read error. +Sector 15895, try 1: Medium Error; Unrecovered read error. +Sector 15895: Medium Error; Unrecovered read error. +Sector 15896, try 1: Medium Error; Unrecovered read error. +Sector 15896: Medium Error; Unrecovered read error. +Sector 15897, try 1: Medium Error; Unrecovered read error. +Sector 15897: Medium Error; Unrecovered read error. +Sector 15898, try 1: Medium Error; Unrecovered read error. +Sector 15898: Medium Error; Unrecovered read error. +Sector 15899, try 1: Medium Error; Unrecovered read error. +Sector 15899: Medium Error; Unrecovered read error. +Sectors 16096 - 16111: Medium Error; Unrecovered read error. +Sector 16100, try 1: Medium Error; Unrecovered read error. +Sector 16100: Medium Error; Unrecovered read error. +Sector 16101, try 1: Medium Error; Unrecovered read error. +Sector 16101: Medium Error; Unrecovered read error. +Sector 16102, try 1: Medium Error; Unrecovered read error. +Sector 16102: Medium Error; Unrecovered read error. +Sector 16103, try 1: Medium Error; Unrecovered read error. +Sector 16103: Medium Error; Unrecovered read error. +Sector 16104, try 1: Medium Error; Unrecovered read error. +Sector 16104: Medium Error; Unrecovered read error. +Sector 16105, try 1: Medium Error; Unrecovered read error. +Sector 16105: Medium Error; Unrecovered read error. +Sector 16106, try 1: Medium Error; Unrecovered read error. +Sector 16106: Medium Error; Unrecovered read error. +Sector 16107, try 1: Medium Error; Unrecovered read error. +Sector 16107: Medium Error; Unrecovered read error. +Sector 16108, try 1: Medium Error; Unrecovered read error. +Sector 16108: Medium Error; Unrecovered read error. +Sector 16109, try 1: Medium Error; Unrecovered read error. +Sector 16109: Medium Error; Unrecovered read error. +Sector 16110, try 1: Medium Error; Unrecovered read error. +Sector 16110: Medium Error; Unrecovered read error. +Sector 16111, try 1: Medium Error; Unrecovered read error. +Sector 16111: Medium Error; Unrecovered read error. +Sectors 16112 - 16127: Medium Error; Unrecovered read error. +Sector 16112, try 1: Medium Error; Unrecovered read error. +Sector 16112: Medium Error; Unrecovered read error. +Sector 16113, try 1: Medium Error; Unrecovered read error. +Sector 16113: Medium Error; Unrecovered read error. +Sector 16114, try 1: Medium Error; Unrecovered read error. +Sector 16114: Medium Error; Unrecovered read error. +Sector 16115, try 1: Medium Error; Unrecovered read error. +Sector 16115: Medium Error; Unrecovered read error. +Sector 16116, try 1: Medium Error; Unrecovered read error. +Sector 16116: Medium Error; Unrecovered read error. +Sector 16117, try 1: Medium Error; Unrecovered read error. +Sector 16117: Medium Error; Unrecovered read error. +Sector 16118, try 1: Medium Error; Unrecovered read error. +Sector 16118: Medium Error; Unrecovered read error. +Sector 16119, try 1: Medium Error; Unrecovered read error. +Sector 16119: Medium Error; Unrecovered read error. +Sector 16120, try 1: Medium Error; Unrecovered read error. +Sector 16120: Medium Error; Unrecovered read error. +Sector 16121, try 1: Medium Error; Unrecovered read error. +Sector 16121: Medium Error; Unrecovered read error. +Sector 16122, try 1: Medium Error; Unrecovered read error. +Sector 16122: Medium Error; Unrecovered read error. +Sector 16123, try 1: Medium Error; Unrecovered read error. +Sector 16123: Medium Error; Unrecovered read error. +Sector 16124, try 1: Medium Error; Unrecovered read error. +Sector 16124: Medium Error; Unrecovered read error. +Sector 16125, try 1: Medium Error; Unrecovered read error. +Sector 16125: Medium Error; Unrecovered read error. +Sector 16126, try 1: Medium Error; Unrecovered read error. +Sector 16126: Medium Error; Unrecovered read error. +Sector 16127, try 1: Medium Error; Unrecovered read error. +Sector 16127: Medium Error; Unrecovered read error. +Sectors 16128 - 16143: Medium Error; Unrecovered read error. +Sector 16128, try 1: Medium Error; Unrecovered read error. +Sector 16128: Medium Error; Unrecovered read error. +Sector 16129, try 1: Medium Error; Unrecovered read error. +Sector 16129: Medium Error; Unrecovered read error. +Sector 16130, try 1: Medium Error; Unrecovered read error. +Sector 16130: Medium Error; Unrecovered read error. +Sector 16131, try 1: Medium Error; Unrecovered read error. +Sector 16131: Medium Error; Unrecovered read error. +Sector 16132, try 1: Medium Error; Unrecovered read error. +Sector 16132: Medium Error; Unrecovered read error. +Sector 16133, try 1: Medium Error; Unrecovered read error. +Sector 16133: Medium Error; Unrecovered read error. +Sector 16134, try 1: Medium Error; Unrecovered read error. +Sector 16134: Medium Error; Unrecovered read error. +Sector 16135, try 1: Medium Error; Unrecovered read error. +Sector 16135: Medium Error; Unrecovered read error. +Sector 16136, try 1: Medium Error; Unrecovered read error. +Sector 16136: Medium Error; Unrecovered read error. +Sector 16137, try 1: Medium Error; Unrecovered read error. +Sector 16137: Medium Error; Unrecovered read error. +Sector 16138, try 1: Medium Error; Unrecovered read error. +Sector 16138: Medium Error; Unrecovered read error. +Sector 16139, try 1: Medium Error; Unrecovered read error. +Sector 16139: Medium Error; Unrecovered read error. +Sector 16140, try 1: Medium Error; Unrecovered read error. +Sector 16140: Medium Error; Unrecovered read error. +Sector 16141, try 1: Medium Error; Unrecovered read error. +Sector 16141: Medium Error; Unrecovered read error. +Sector 16142, try 1: Medium Error; Unrecovered read error. +Sector 16142: Medium Error; Unrecovered read error. +Sector 16143, try 1: Medium Error; Unrecovered read error. +Sector 16143: Medium Error; Unrecovered read error. +Sectors 16144 - 16159: Medium Error; Unrecovered read error. +Sector 16144, try 1: Medium Error; Unrecovered read error. +Sector 16144: Medium Error; Unrecovered read error. +Sector 16145, try 1: Medium Error; Unrecovered read error. +Sector 16145: Medium Error; Unrecovered read error. +Sector 16146, try 1: Medium Error; Unrecovered read error. +Sector 16146: Medium Error; Unrecovered read error. +Sector 16147, try 1: Medium Error; Unrecovered read error. +Sector 16147: Medium Error; Unrecovered read error. +Sector 16148, try 1: Medium Error; Unrecovered read error. +Sector 16148: Medium Error; Unrecovered read error. +Sector 16149, try 1: Medium Error; Unrecovered read error. +Sector 16149: Medium Error; Unrecovered read error. +Sector 16150, try 1: Medium Error; Unrecovered read error. +Sector 16150: Medium Error; Unrecovered read error. +Sector 16151, try 1: Medium Error; Unrecovered read error. +Sector 16151: Medium Error; Unrecovered read error. +Sector 16152, try 1: Medium Error; Unrecovered read error. +Sector 16152: Medium Error; Unrecovered read error. +Sector 16153, try 1: Medium Error; Unrecovered read error. +Sector 16153: Medium Error; Unrecovered read error. +Sector 16154, try 1: Medium Error; Unrecovered read error. +Sector 16154: Medium Error; Unrecovered read error. +Sector 16155, try 1: Medium Error; Unrecovered read error. +Sector 16155: Medium Error; Unrecovered read error. +Sector 16156, try 1: Medium Error; Unrecovered read error. +Sector 16156: Medium Error; Unrecovered read error. +Sector 16157, try 1: Medium Error; Unrecovered read error. +Sector 16157: Medium Error; Unrecovered read error. +Sector 16158, try 1: Medium Error; Unrecovered read error. +Sector 16158: Medium Error; Unrecovered read error. +Sector 16159, try 1: Medium Error; Unrecovered read error. +Sector 16159: Medium Error; Unrecovered read error. +Sectors 16160 - 16175: Medium Error; Unrecovered read error. +Sector 16160, try 1: Medium Error; Unrecovered read error. +Sector 16160: Medium Error; Unrecovered read error. +Sector 16161, try 1: Medium Error; Unrecovered read error. +Sector 16161: Medium Error; Unrecovered read error. +Sector 16162, try 1: Medium Error; Unrecovered read error. +Sector 16162: Medium Error; Unrecovered read error. +Sector 16163, try 1: Medium Error; Unrecovered read error. +Sector 16163: Medium Error; Unrecovered read error. +Sector 16164, try 1: Medium Error; Unrecovered read error. +Sector 16164: Medium Error; Unrecovered read error. +Sector 16165, try 1: Medium Error; Unrecovered read error. +Sector 16165: Medium Error; Unrecovered read error. +Sector 16166, try 1: Medium Error; Unrecovered read error. +Sector 16166: Medium Error; Unrecovered read error. +Sector 16167, try 1: Medium Error; Unrecovered read error. +Sector 16167: Medium Error; Unrecovered read error. +Sector 16168, try 1: Medium Error; Unrecovered read error. +Sector 16168: Medium Error; Unrecovered read error. +Sector 16169, try 1: Medium Error; Unrecovered read error. +Sector 16169: Medium Error; Unrecovered read error. +Sector 16170, try 1: Medium Error; Unrecovered read error. +Sector 16170: Medium Error; Unrecovered read error. +Sector 16171, try 1: Medium Error; Unrecovered read error. +Sector 16171: Medium Error; Unrecovered read error. +Sector 16172, try 1: Medium Error; Unrecovered read error. +Sector 16172: Medium Error; Unrecovered read error. +Sector 16173, try 1: Medium Error; Unrecovered read error. +Sector 16173: Medium Error; Unrecovered read error. +Sector 16174, try 1: Medium Error; Unrecovered read error. +Sector 16174: Medium Error; Unrecovered read error. +Sector 16175, try 1: Medium Error; Unrecovered read error. +Sector 16175: Medium Error; Unrecovered read error. +Sectors 16176 - 16191: Medium Error; Unrecovered read error. +Sector 16176, try 1: Medium Error; Unrecovered read error. +Sector 16176: Medium Error; Unrecovered read error. +Sector 16177, try 1: Medium Error; Unrecovered read error. +Sector 16177: Medium Error; Unrecovered read error. +Sector 16178, try 1: Medium Error; Unrecovered read error. +Sector 16178: Medium Error; Unrecovered read error. +Sector 16179, try 1: Medium Error; Unrecovered read error. +Sector 16179: Medium Error; Unrecovered read error. +Sector 16180, try 1: Medium Error; Unrecovered read error. +Sector 16180: Medium Error; Unrecovered read error. +Sector 16181, try 1: Medium Error; Unrecovered read error. +Sector 16181: Medium Error; Unrecovered read error. +Sector 16182, try 1: Medium Error; Unrecovered read error. +Sector 16182: Medium Error; Unrecovered read error. +Sector 16183, try 1: Medium Error; Unrecovered read error. +Sector 16183: Medium Error; Unrecovered read error. +Sector 16184, try 1: Medium Error; Unrecovered read error. +Sector 16184: Medium Error; Unrecovered read error. +Sector 16185, try 1: Medium Error; Unrecovered read error. +Sector 16185: Medium Error; Unrecovered read error. +Sector 16186, try 1: Medium Error; Unrecovered read error. +Sector 16186: Medium Error; Unrecovered read error. +Sector 16187, try 1: Medium Error; Unrecovered read error. +Sector 16187: Medium Error; Unrecovered read error. +Sector 16188, try 1: Medium Error; Unrecovered read error. +Sector 16188: Medium Error; Unrecovered read error. +Sector 16189, try 1: Medium Error; Unrecovered read error. +Sector 16189: Medium Error; Unrecovered read error. +Sector 16190, try 1: Medium Error; Unrecovered read error. +Sector 16190: Medium Error; Unrecovered read error. +Sector 16191, try 1: Medium Error; Unrecovered read error. +Sector 16191: Medium Error; Unrecovered read error. +Sector 16192, try 1: Medium Error; Unrecovered read error. +Sector 16192: Medium Error; Unrecovered read error. +Sector 16193, try 1: Medium Error; Unrecovered read error. +Sector 16193: Medium Error; Unrecovered read error. +Sector 16194, try 1: Medium Error; Unrecovered read error. +Sector 16194: Medium Error; Unrecovered read error. +Sector 16195, try 1: Medium Error; Unrecovered read error. +Sector 16195: Medium Error; Unrecovered read error. +Sector 16196, try 1: Medium Error; Unrecovered read error. +Sector 16196: Medium Error; Unrecovered read error. +Sector 16197, try 1: Medium Error; Unrecovered read error. +Sector 16197: Medium Error; Unrecovered read error. +Sector 16198, try 1: Medium Error; Unrecovered read error. +Sector 16198: Medium Error; Unrecovered read error. +Sector 16199, try 1: Medium Error; Unrecovered read error. +Sector 16199: Medium Error; Unrecovered read error. + +1 CRC errors, 200 unreadable sectors. diff --git a/regtest/database/RS01_read_multipass_no_ecc_again b/regtest/database/RS01_read_multipass_no_ecc_again index e9a1c86..8ad29db 100644 --- a/regtest/database/RS01_read_multipass_no_ecc_again +++ b/regtest/database/RS01_read_multipass_no_ecc_again @@ -17,7 +17,7 @@ Sector 3001, try 1: Medium Error; Unrecovered read error. Sector 3001: Medium Error; Unrecovered read error. Sector 3002, try 1: Medium Error; Unrecovered read error. Sector 3002: Medium Error; Unrecovered read error. -Read position: 14.3% (nn.nx)Sector 3003, try 1: Medium Error; Unrecovered read error. +Sector 3003, try 1: Medium Error; Unrecovered read error. Sector 3003: Medium Error; Unrecovered read error. Sector 3004, try 1: Medium Error; Unrecovered read error. Sector 3004: Medium Error; Unrecovered read error. @@ -106,7 +106,7 @@ Sector 3044, try 1: Medium Error; Unrecovered read error. Sector 3044: Medium Error; Unrecovered read error. Sector 3045, try 1: Medium Error; Unrecovered read error. Sector 3045: Medium Error; Unrecovered read error. -Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Sectors 20800 - 20815: Medium Error; Unrecovered read error. +Sectors 20800 - 20815: Medium Error; Unrecovered read error. Sector 20800, try 1: Medium Error; Unrecovered read error. Sector 20800: Medium Error; Unrecovered read error. Sector 20801, try 1: Medium Error; Unrecovered read error. @@ -263,7 +263,7 @@ Sector 20874, try 1: Medium Error; Unrecovered read error. Sector 20874: Medium Error; Unrecovered read error. Sector 20875, try 1: Medium Error; Unrecovered read error. Sector 20875: Medium Error; Unrecovered read error. -Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + Trying to complete image, reading pass 2 of 3. Sector 3000, try 1: Medium Error; Unrecovered read error. Sector 3000: Medium Error; Unrecovered read error. diff --git a/regtest/database/RS01_read_multipass_partial_success b/regtest/database/RS01_read_multipass_partial_success index f3f5320..9b85308 100644 --- a/regtest/database/RS01_read_multipass_partial_success +++ b/regtest/database/RS01_read_multipass_partial_success @@ -10,7 +10,7 @@ Using READ CD. Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Creating new rs01-tmp.iso image. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Sector 15792, try 1: Medium Error; Unrecovered read error. +Sector 15792, try 1: Medium Error; Unrecovered read error. Sector 15792: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 15808, try 1: Medium Error; Unrecovered read error. Sector 15808: Medium Error; Unrecovered read error. Skipping 15 sectors. @@ -62,7 +62,7 @@ Sector 16176, try 1: Medium Error; Unrecovered read error. Sector 16176: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 16192, try 1: Medium Error; Unrecovered read error. Sector 16192: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + Trying to complete image, reading pass 2 of 3. Sectors 15792 - 15807: Medium Error; Unrecovered read error. Sector 15800, try 1: Medium Error; Unrecovered read error. @@ -890,7 +890,7 @@ Sector 16198, try 1: Medium Error; Unrecovered read error. Sector 16198: Medium Error; Unrecovered read error. Sector 16199, try 1: Medium Error; Unrecovered read error. Sector 16199: Medium Error; Unrecovered read error. -Read position: 77.2% (nn.nx) + Trying to complete image, reading pass 3 of 3. Sector 15800, try 1: Medium Error; Unrecovered read error. Sector 15800: Medium Error; Unrecovered read error. @@ -1098,7 +1098,7 @@ Sector 15898, try 1: Medium Error; Unrecovered read error. Sector 15898: Medium Error; Unrecovered read error. Sector 15899, try 1: Medium Error; Unrecovered read error. Sector 15899: Medium Error; Unrecovered read error. -Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Sectors 16096 - 16111: Medium Error; Unrecovered read error. +Sectors 16096 - 16111: Medium Error; Unrecovered read error. Sector 16100, try 1: Medium Error; Unrecovered read error. Sector 16100: Medium Error; Unrecovered read error. Sector 16101, try 1: Medium Error; Unrecovered read error. @@ -1113,7 +1113,7 @@ Sector 16105, try 1: Medium Error; Unrecovered read error. Sector 16105: Medium Error; Unrecovered read error. Sector 16106, try 1: Medium Error; Unrecovered read error. Sector 16106: Medium Error; Unrecovered read error. -Read position: 76.7% (nn.nx)Sector 16107, try 1: Medium Error; Unrecovered read error. +Sector 16107, try 1: Medium Error; Unrecovered read error. Sector 16107: Medium Error; Unrecovered read error. Sector 16108, try 1: Medium Error; Unrecovered read error. Sector 16108: Medium Error; Unrecovered read error. diff --git a/regtest/database/RS01_read_new_with_range_no_ecc b/regtest/database/RS01_read_new_with_range_no_ecc index 7497219..17d12e4 100644 --- a/regtest/database/RS01_read_new_with_range_no_ecc +++ b/regtest/database/RS01_read_new_with_range_no_ecc @@ -11,5 +11,5 @@ Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Limiting sector range to [10000,15000]. Creating new rs01-tmp.iso image. -Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx) + All sectors successfully read. diff --git a/regtest/database/RS01_read_no_ecc b/regtest/database/RS01_read_no_ecc index e765411..c930dbe 100644 --- a/regtest/database/RS01_read_no_ecc +++ b/regtest/database/RS01_read_no_ecc @@ -10,5 +10,5 @@ Using READ CD. Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Creating new rs01-tmp.iso image. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. diff --git a/regtest/database/RS01_read_no_tao_tail_with_ecc b/regtest/database/RS01_read_no_tao_tail_with_ecc index 50a8b2b..010bcbc 100644 --- a/regtest/database/RS01_read_no_tao_tail_with_ecc +++ b/regtest/database/RS01_read_no_tao_tail_with_ecc @@ -11,9 +11,9 @@ Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Creating new rs01-tmp.iso image. Reading CRC information from ecc data (RS01) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Sector 20998, try 1: Medium Error; Unrecovered read error. +Sector 20998, try 1: Medium Error; Unrecovered read error. Sector 20998: Medium Error; Unrecovered read error. Sector 20999, try 1: Medium Error; Unrecovered read error. Sector 20999: Medium Error; Unrecovered read error. -Read position: 100.0% (nn.nx) + 2 unreadable sectors. diff --git a/regtest/database/RS01_read_second_pass_with_crc_error b/regtest/database/RS01_read_second_pass_with_crc_error index 698244a..5a46957 100644 --- a/regtest/database/RS01_read_second_pass_with_crc_error +++ b/regtest/database/RS01_read_second_pass_with_crc_error @@ -11,6 +11,6 @@ Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Completing image rs01-tmp.iso. Only missing sectors will be read. Reading CRC information from ecc data (RS01) ... done. -Read position: 75.4% (nn.nx) * CRC error, sector: 15830 -Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx) +* CRC error, sector: 15830 + 400 sectors read. diff --git a/regtest/database/RS01_read_second_pass_with_ecc_success b/regtest/database/RS01_read_second_pass_with_ecc_success index 017aaf9..0263e72 100644 --- a/regtest/database/RS01_read_second_pass_with_ecc_success +++ b/regtest/database/RS01_read_second_pass_with_ecc_success @@ -11,5 +11,5 @@ Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Completing image rs01-tmp.iso. Only missing sectors will be read. Reading CRC information from ecc data (RS01) ... done. -Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx) + 400 sectors read. diff --git a/regtest/database/RS01_read_shorter_with_ecc b/regtest/database/RS01_read_shorter_with_ecc index 2a5d128..09943e9 100644 --- a/regtest/database/RS01_read_shorter_with_ecc +++ b/regtest/database/RS01_read_shorter_with_ecc @@ -11,5 +11,5 @@ Medium "Random Image": CD-R mode 1, 20956 sectors, created 16-07-2006. Creating new rs01-tmp.iso image. Reading CRC information from ecc data (RS01) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read, but wrong image length (-44 sectors difference) diff --git a/regtest/database/RS01_read_tao_tail_with_ecc b/regtest/database/RS01_read_tao_tail_with_ecc index bd6e419..166c71e 100644 --- a/regtest/database/RS01_read_tao_tail_with_ecc +++ b/regtest/database/RS01_read_tao_tail_with_ecc @@ -11,11 +11,11 @@ Medium "Random Image": CD-R mode 1, 21002 sectors, created 16-07-2006. Creating new rs01-tmp.iso image. Reading CRC information from ecc data (RS01) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Sector 21000, try 1: Medium Error; Unrecovered read error. +Sector 21000, try 1: Medium Error; Unrecovered read error. Sector 21000: Medium Error; Unrecovered read error. Sector 21001, try 1: Medium Error; Unrecovered read error. Sector 21001: Medium Error; Unrecovered read error. -Read position: 100.0% (nn.nx) + 2 unreadable sectors. * Warning: 2 sectors missing at the end of the disc. * This is okay if the CD was written in TAO (track at once) mode. diff --git a/regtest/database/RS01_read_truncated_no_ecc b/regtest/database/RS01_read_truncated_no_ecc index 28be658..ebc38a9 100644 --- a/regtest/database/RS01_read_truncated_no_ecc +++ b/regtest/database/RS01_read_truncated_no_ecc @@ -10,5 +10,5 @@ Using READ CD. Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Completing image rs01-tmp.iso. Continuing with sector 20440. -Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + 560 sectors read. diff --git a/regtest/database/RS01_read_truncated_no_ecc_again b/regtest/database/RS01_read_truncated_no_ecc_again index 7391351..16f2ab2 100644 --- a/regtest/database/RS01_read_truncated_no_ecc_again +++ b/regtest/database/RS01_read_truncated_no_ecc_again @@ -10,7 +10,7 @@ Using READ CD. Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Completing image rs01-tmp.iso. Continuing with sector 20440. -Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Sectors 20800 - 20815: Medium Error; Unrecovered read error. +Sectors 20800 - 20815: Medium Error; Unrecovered read error. Sector 20800, try 1: Medium Error; Unrecovered read error. Sector 20800: Medium Error; Unrecovered read error. Sector 20801, try 1: Medium Error; Unrecovered read error. @@ -167,5 +167,5 @@ Sector 20874, try 1: Medium Error; Unrecovered read error. Sector 20874: Medium Error; Unrecovered read error. Sector 20875, try 1: Medium Error; Unrecovered read error. Sector 20875: Medium Error; Unrecovered read error. -Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + 484 sectors read; 76 unreadable sectors. diff --git a/regtest/database/RS01_read_two_missing_secs_no_ecc b/regtest/database/RS01_read_two_missing_secs_no_ecc index ca1ea92..6f5fced 100644 --- a/regtest/database/RS01_read_two_missing_secs_no_ecc +++ b/regtest/database/RS01_read_two_missing_secs_no_ecc @@ -10,10 +10,10 @@ Using READ CD. Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Creating new rs01-tmp.iso image. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Sectors 8016 - 8031: Medium Error; Unrecovered read error. +Sectors 8016 - 8031: Medium Error; Unrecovered read error. Sector 8020, try 1: Medium Error; Unrecovered read error. Sector 8020: Medium Error; Unrecovered read error. -Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Sector 20999, try 1: Medium Error; Unrecovered read error. +Sector 20999, try 1: Medium Error; Unrecovered read error. Sector 20999: Medium Error; Unrecovered read error. -Read position: 100.0% (nn.nx) + 2 unreadable sectors. diff --git a/regtest/database/RS01_read_with_double_ecc b/regtest/database/RS01_read_with_double_ecc index d9db00a..c819cd5 100644 --- a/regtest/database/RS01_read_with_double_ecc +++ b/regtest/database/RS01_read_with_double_ecc @@ -11,6 +11,6 @@ Medium "Random Image": CD-R mode 1, 25914 sectors, Ecc, created 16-07-2006. Creating new rs01-tmp.iso image. Reading CRC information from ecc data (RS01) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx) * CRC error, sector: 25910 -Read position: 100.0% (nn.nx) +* CRC error, sector: 25910 + 1 CRC errors. diff --git a/regtest/database/RS01_read_with_ecc b/regtest/database/RS01_read_with_ecc index 9a77b62..4a5fcb2 100644 --- a/regtest/database/RS01_read_with_ecc +++ b/regtest/database/RS01_read_with_ecc @@ -11,5 +11,5 @@ Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Creating new rs01-tmp.iso image. Reading CRC information from ecc data (RS01) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. Checksums match. diff --git a/regtest/database/RS01_read_with_gap_no_ecc b/regtest/database/RS01_read_with_gap_no_ecc index e593c03..e22040f 100644 --- a/regtest/database/RS01_read_with_gap_no_ecc +++ b/regtest/database/RS01_read_with_gap_no_ecc @@ -11,5 +11,5 @@ Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Limiting sector range to [15000,20999]. Completing image rs01-tmp.iso. Only missing sectors will be read. -Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + 6000 sectors read. diff --git a/regtest/database/RS01_read_with_hardware_failure b/regtest/database/RS01_read_with_hardware_failure index 10cfa7f..3cc3c1d 100644 --- a/regtest/database/RS01_read_with_hardware_failure +++ b/regtest/database/RS01_read_with_hardware_failure @@ -10,7 +10,7 @@ Using READ CD. Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Creating new rs01-tmp.iso image. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Sector 4992, try 1: Hardware Error; Focus servo failure. +Sector 4992, try 1: Hardware Error; Focus servo failure. * * dvdisaster - can not continue: diff --git a/regtest/database/RS01_read_with_ignored_hardware_failure b/regtest/database/RS01_read_with_ignored_hardware_failure index f40ed6d..f0d9b85 100644 --- a/regtest/database/RS01_read_with_ignored_hardware_failure +++ b/regtest/database/RS01_read_with_ignored_hardware_failure @@ -10,7 +10,7 @@ Using READ CD. Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Creating new rs01-tmp.iso image. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Sector 4992, try 1: Hardware Error; Focus servo failure. +Sector 4992, try 1: Hardware Error; Focus servo failure. Sector 4992: Hardware Error; Focus servo failure. Skipping 15 sectors. -Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + 16 unreadable sectors. diff --git a/regtest/database/RS01_read_with_incompatible_ecc b/regtest/database/RS01_read_with_incompatible_ecc index eab5043..a08421d 100644 --- a/regtest/database/RS01_read_with_incompatible_ecc +++ b/regtest/database/RS01_read_with_incompatible_ecc @@ -16,5 +16,5 @@ Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Creating new rs01-tmp.iso image. Reading CRC information from ecc data (RS01) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. Checksums match. diff --git a/regtest/database/RS01_read_with_no_permission_for_ecc b/regtest/database/RS01_read_with_no_permission_for_ecc index e765411..c930dbe 100644 --- a/regtest/database/RS01_read_with_no_permission_for_ecc +++ b/regtest/database/RS01_read_with_no_permission_for_ecc @@ -10,5 +10,5 @@ Using READ CD. Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Creating new rs01-tmp.iso image. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. diff --git a/regtest/database/RS01_read_with_non_existing_ecc b/regtest/database/RS01_read_with_non_existing_ecc index e765411..c930dbe 100644 --- a/regtest/database/RS01_read_with_non_existing_ecc +++ b/regtest/database/RS01_read_with_non_existing_ecc @@ -10,5 +10,5 @@ Using READ CD. Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Creating new rs01-tmp.iso image. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. diff --git a/regtest/database/RS01_scan_crc_errors_with_ecc b/regtest/database/RS01_scan_crc_errors_with_ecc index 089e542..009b507 100644 --- a/regtest/database/RS01_scan_crc_errors_with_ecc +++ b/regtest/database/RS01_scan_crc_errors_with_ecc @@ -13,7 +13,7 @@ Scanning medium for read errors. Reading CRC information from ecc data (RS01) ... done. * CRC error, sector: 0 * CRC error, sector: 1 -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx) * CRC error, sector: 7910 -Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) * CRC error, sector: 20999 +* CRC error, sector: 7910 +* CRC error, sector: 20999 4 CRC errors. diff --git a/regtest/database/RS01_scan_defective_large_skip b/regtest/database/RS01_scan_defective_large_skip index eaebfb1..aec9dda 100644 --- a/regtest/database/RS01_scan_defective_large_skip +++ b/regtest/database/RS01_scan_defective_large_skip @@ -10,11 +10,11 @@ Using READ CD. Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Scanning medium for read errors. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Sector 1600, try 1: Medium Error; Unrecovered read error. +Sector 1600, try 1: Medium Error; Unrecovered read error. Sector 1600: Medium Error; Unrecovered read error. Skipping 255 sectors. -Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Sector 6400, try 1: Medium Error; Unrecovered read error. +Sector 6400, try 1: Medium Error; Unrecovered read error. Sector 6400: Medium Error; Unrecovered read error. Skipping 255 sectors. -Read position: 30.5% (nn.nx)Sector 6656, try 1: Medium Error; Unrecovered read error. +Sector 6656, try 1: Medium Error; Unrecovered read error. Sector 6656: Medium Error; Unrecovered read error. Skipping 255 sectors. Sector 6912, try 1: Medium Error; Unrecovered read error. Sector 6912: Medium Error; Unrecovered read error. Skipping 255 sectors. @@ -42,5 +42,5 @@ Sector 9728, try 1: Medium Error; Unrecovered read error. Sector 9728: Medium Error; Unrecovered read error. Skipping 255 sectors. Sector 9984, try 1: Medium Error; Unrecovered read error. Sector 9984: Medium Error; Unrecovered read error. Skipping 255 sectors. -Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + 4096 unreadable sectors. diff --git a/regtest/database/RS01_scan_defective_no_ecc b/regtest/database/RS01_scan_defective_no_ecc index a11ff6d..20faaa4 100644 --- a/regtest/database/RS01_scan_defective_no_ecc +++ b/regtest/database/RS01_scan_defective_no_ecc @@ -10,7 +10,7 @@ Using READ CD. Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Scanning medium for read errors. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Sector 96, try 1: Medium Error; Unrecovered read error. +Sector 96, try 1: Medium Error; Unrecovered read error. Sector 96: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 112, try 1: Medium Error; Unrecovered read error. Sector 112: Medium Error; Unrecovered read error. Skipping 15 sectors. @@ -24,9 +24,9 @@ Sector 176, try 1: Medium Error; Unrecovered read error. Sector 176: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 192, try 1: Medium Error; Unrecovered read error. Sector 192: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Sector 752, try 1: Medium Error; Unrecovered read error. +Sector 752, try 1: Medium Error; Unrecovered read error. Sector 752: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Sector 2400, try 1: Medium Error; Unrecovered read error. +Sector 2400, try 1: Medium Error; Unrecovered read error. Sector 2400: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + 144 unreadable sectors. diff --git a/regtest/database/RS01_scan_defective_no_ecc_again b/regtest/database/RS01_scan_defective_no_ecc_again index 3e2dd78..0832a5a 100644 --- a/regtest/database/RS01_scan_defective_no_ecc_again +++ b/regtest/database/RS01_scan_defective_no_ecc_again @@ -10,7 +10,7 @@ Using READ CD. Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Scanning medium for read errors. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Sectors 96 - 111: Medium Error; Unrecovered read error. +Sectors 96 - 111: Medium Error; Unrecovered read error. Sector 100, try 1: Medium Error; Unrecovered read error. Sector 100: Medium Error; Unrecovered read error. Sector 101, try 1: Medium Error; Unrecovered read error. @@ -21,7 +21,7 @@ Sector 103, try 1: Medium Error; Unrecovered read error. Sector 103: Medium Error; Unrecovered read error. Sector 104, try 1: Medium Error; Unrecovered read error. Sector 104: Medium Error; Unrecovered read error. -Read position: 0.5% (nn.nx)Sector 105, try 1: Medium Error; Unrecovered read error. +Sector 105, try 1: Medium Error; Unrecovered read error. Sector 105: Medium Error; Unrecovered read error. Sector 106, try 1: Medium Error; Unrecovered read error. Sector 106: Medium Error; Unrecovered read error. @@ -219,11 +219,11 @@ Sector 199, try 1: Medium Error; Unrecovered read error. Sector 199: Medium Error; Unrecovered read error. Sector 200, try 1: Medium Error; Unrecovered read error. Sector 200: Medium Error; Unrecovered read error. -Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Sectors 752 - 767: Medium Error; Unrecovered read error. -Read position: 3.6% (nn.nx)Sector 766, try 1: Medium Error; Unrecovered read error. +Sectors 752 - 767: Medium Error; Unrecovered read error. +Sector 766, try 1: Medium Error; Unrecovered read error. Sector 766: Medium Error; Unrecovered read error. -Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Sectors 2400 - 2415: Medium Error; Unrecovered read error. +Sectors 2400 - 2415: Medium Error; Unrecovered read error. Sector 2410, try 1: Medium Error; Unrecovered read error. Sector 2410: Medium Error; Unrecovered read error. -Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + 103 unreadable sectors. diff --git a/regtest/database/RS01_scan_longer_with_ecc b/regtest/database/RS01_scan_longer_with_ecc index ce4219f..828e816 100644 --- a/regtest/database/RS01_scan_longer_with_ecc +++ b/regtest/database/RS01_scan_longer_with_ecc @@ -11,5 +11,5 @@ Medium "Random Image": CD-R mode 1, 21044 sectors, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS01) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read, but wrong image length (44 sectors difference) diff --git a/regtest/database/RS01_scan_medium_with_dsm b/regtest/database/RS01_scan_medium_with_dsm index 66b4c87..bdc1aa6 100644 --- a/regtest/database/RS01_scan_medium_with_dsm +++ b/regtest/database/RS01_scan_medium_with_dsm @@ -10,7 +10,7 @@ Using READ CD. Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Scanning medium for read errors. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)* Unrecoverable sector found! +* Unrecoverable sector found! * * Sector 4999 is marked unreadable on the medium. * @@ -21,5 +21,5 @@ Read position: 0.2% (nn.nx)Read position: 0.3% * Since the medium was already created defective it can not be * repaired by dvdisaster. Also it will not be possible to create * error correction data for it. Sorry for the bad news. -Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. diff --git a/regtest/database/RS01_scan_more_missing_at_end_with_ecc b/regtest/database/RS01_scan_more_missing_at_end_with_ecc index b965c7e..3457a6b 100644 --- a/regtest/database/RS01_scan_more_missing_at_end_with_ecc +++ b/regtest/database/RS01_scan_more_missing_at_end_with_ecc @@ -11,7 +11,7 @@ Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS01) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Sector 20944, try 1: Medium Error; Unrecovered read error. +Sector 20944, try 1: Medium Error; Unrecovered read error. Sector 20944: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 20960, try 1: Medium Error; Unrecovered read error. Sector 20960: Medium Error; Unrecovered read error. Skipping 15 sectors. diff --git a/regtest/database/RS01_scan_new_with_range_no_ecc b/regtest/database/RS01_scan_new_with_range_no_ecc index 1293d4f..470c479 100644 --- a/regtest/database/RS01_scan_new_with_range_no_ecc +++ b/regtest/database/RS01_scan_new_with_range_no_ecc @@ -11,5 +11,5 @@ Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Limiting sector range to [10000,15000]. Scanning medium for read errors. -Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx) + All sectors successfully read. diff --git a/regtest/database/RS01_scan_no_ecc b/regtest/database/RS01_scan_no_ecc index 7edc298..9c60ef1 100644 --- a/regtest/database/RS01_scan_no_ecc +++ b/regtest/database/RS01_scan_no_ecc @@ -10,5 +10,5 @@ Using READ CD. Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Scanning medium for read errors. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. diff --git a/regtest/database/RS01_scan_no_tao_tail_with_ecc b/regtest/database/RS01_scan_no_tao_tail_with_ecc index c10956f..615abb4 100644 --- a/regtest/database/RS01_scan_no_tao_tail_with_ecc +++ b/regtest/database/RS01_scan_no_tao_tail_with_ecc @@ -11,9 +11,9 @@ Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS01) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Sector 20998, try 1: Medium Error; Unrecovered read error. +Sector 20998, try 1: Medium Error; Unrecovered read error. Sector 20998: Medium Error; Unrecovered read error. Sector 20999, try 1: Medium Error; Unrecovered read error. Sector 20999: Medium Error; Unrecovered read error. -Read position: 100.0% (nn.nx) + 2 unreadable sectors. diff --git a/regtest/database/RS01_scan_shorter_with_ecc b/regtest/database/RS01_scan_shorter_with_ecc index 2bc9d57..4ef4cc5 100644 --- a/regtest/database/RS01_scan_shorter_with_ecc +++ b/regtest/database/RS01_scan_shorter_with_ecc @@ -11,5 +11,5 @@ Medium "Random Image": CD-R mode 1, 20956 sectors, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS01) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read, but wrong image length (-44 sectors difference) diff --git a/regtest/database/RS01_scan_tao_tail_with_ecc b/regtest/database/RS01_scan_tao_tail_with_ecc index 59ea2d9..53816f4 100644 --- a/regtest/database/RS01_scan_tao_tail_with_ecc +++ b/regtest/database/RS01_scan_tao_tail_with_ecc @@ -11,11 +11,11 @@ Medium "Random Image": CD-R mode 1, 21002 sectors, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS01) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Sector 21000, try 1: Medium Error; Unrecovered read error. +Sector 21000, try 1: Medium Error; Unrecovered read error. Sector 21000: Medium Error; Unrecovered read error. Sector 21001, try 1: Medium Error; Unrecovered read error. Sector 21001: Medium Error; Unrecovered read error. -Read position: 100.0% (nn.nx) + 2 unreadable sectors. * Warning: 2 sectors missing at the end of the disc. * This is okay if the CD was written in TAO (track at once) mode. diff --git a/regtest/database/RS01_scan_with_double_ecc b/regtest/database/RS01_scan_with_double_ecc index fd2e848..4b09b19 100644 --- a/regtest/database/RS01_scan_with_double_ecc +++ b/regtest/database/RS01_scan_with_double_ecc @@ -11,6 +11,6 @@ Medium "Random Image": CD-R mode 1, 25914 sectors, Ecc, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS01) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx) * CRC error, sector: 25910 -Read position: 100.0% (nn.nx) +* CRC error, sector: 25910 + 1 CRC errors. diff --git a/regtest/database/RS01_scan_with_ecc b/regtest/database/RS01_scan_with_ecc index a7e1ed0..9e51cdd 100644 --- a/regtest/database/RS01_scan_with_ecc +++ b/regtest/database/RS01_scan_with_ecc @@ -11,5 +11,5 @@ Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS01) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. Checksums match. diff --git a/regtest/database/RS01_scan_with_hardware_failure b/regtest/database/RS01_scan_with_hardware_failure index 00df5b1..93af5b9 100644 --- a/regtest/database/RS01_scan_with_hardware_failure +++ b/regtest/database/RS01_scan_with_hardware_failure @@ -10,7 +10,7 @@ Using READ CD. Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Scanning medium for read errors. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Sector 4992, try 1: Hardware Error; Focus servo failure. +Sector 4992, try 1: Hardware Error; Focus servo failure. * * dvdisaster - can not continue: diff --git a/regtest/database/RS01_scan_with_ignored_hardware_failure b/regtest/database/RS01_scan_with_ignored_hardware_failure index d9dc84e..8de7e70 100644 --- a/regtest/database/RS01_scan_with_ignored_hardware_failure +++ b/regtest/database/RS01_scan_with_ignored_hardware_failure @@ -10,7 +10,7 @@ Using READ CD. Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Scanning medium for read errors. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Sector 4992, try 1: Hardware Error; Focus servo failure. +Sector 4992, try 1: Hardware Error; Focus servo failure. Sector 4992: Hardware Error; Focus servo failure. Skipping 15 sectors. -Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + 16 unreadable sectors. diff --git a/regtest/database/RS01_scan_with_incompatible_ecc b/regtest/database/RS01_scan_with_incompatible_ecc index b090b5e..e0aab77 100644 --- a/regtest/database/RS01_scan_with_incompatible_ecc +++ b/regtest/database/RS01_scan_with_incompatible_ecc @@ -16,5 +16,5 @@ Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS01) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. Checksums match. diff --git a/regtest/database/RS01_scan_with_no_permission_for_ecc b/regtest/database/RS01_scan_with_no_permission_for_ecc index 7edc298..9c60ef1 100644 --- a/regtest/database/RS01_scan_with_no_permission_for_ecc +++ b/regtest/database/RS01_scan_with_no_permission_for_ecc @@ -10,5 +10,5 @@ Using READ CD. Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Scanning medium for read errors. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. diff --git a/regtest/database/RS01_scan_with_non_existing_ecc b/regtest/database/RS01_scan_with_non_existing_ecc index 7edc298..9c60ef1 100644 --- a/regtest/database/RS01_scan_with_non_existing_ecc +++ b/regtest/database/RS01_scan_with_non_existing_ecc @@ -10,5 +10,5 @@ Using READ CD. Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Scanning medium for read errors. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. diff --git a/regtest/database/RS01_truncated b/regtest/database/RS01_truncated index 5eb8d56..a0e145a 100644 --- a/regtest/database/RS01_truncated +++ b/regtest/database/RS01_truncated @@ -6,7 +6,7 @@ under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. rs01-tmp.iso: present, contains 20995 medium sectors. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* truncated image : 5 sectors too short +* truncated image : 5 sectors too short * BAD image : 5 sectors missing rs01-master.ecc: created by dvdisaster-0.80 @@ -16,5 +16,5 @@ rs01-master.ecc: created by dvdisaster-0.80 - image md5sum : 9503f278d4550a9507a317664481adf8 - fingerprint match: good - ecc blocks : 194560 (good) -- ecc md5sum : 0%- ecc md5sum : 1%- ecc md5sum : 2%- ecc md5sum : 3%- ecc md5sum : 4%- ecc md5sum : 5%- ecc md5sum : 6%- ecc md5sum : 7%- ecc md5sum : 8%- ecc md5sum : 9%- ecc md5sum : 10%- ecc md5sum : 11%- ecc md5sum : 12%- ecc md5sum : 13%- ecc md5sum : 14%- ecc md5sum : 15%- ecc md5sum : 16%- ecc md5sum : 17%- ecc md5sum : 18%- ecc md5sum : 19%- ecc md5sum : 20%- ecc md5sum : 21%- ecc md5sum : 22%- ecc md5sum : 23%- ecc md5sum : 24%- ecc md5sum : 25%- ecc md5sum : 26%- ecc md5sum : 27%- ecc md5sum : 28%- ecc md5sum : 29%- ecc md5sum : 30%- ecc md5sum : 31%- ecc md5sum : 32%- ecc md5sum : 33%- ecc md5sum : 34%- ecc md5sum : 35%- ecc md5sum : 36%- ecc md5sum : 37%- ecc md5sum : 38%- ecc md5sum : 39%- ecc md5sum : 40%- ecc md5sum : 41%- ecc md5sum : 42%- ecc md5sum : 43%- ecc md5sum : 44%- ecc md5sum : 45%- ecc md5sum : 46%- ecc md5sum : 47%- ecc md5sum : 48%- ecc md5sum : 49%- ecc md5sum : 50%- ecc md5sum : 51%- ecc md5sum : 52%- ecc md5sum : 53%- ecc md5sum : 54%- ecc md5sum : 55%- ecc md5sum : 56%- ecc md5sum : 57%- ecc md5sum : 58%- ecc md5sum : 59%- ecc md5sum : 60%- ecc md5sum : 61%- ecc md5sum : 62%- ecc md5sum : 63%- ecc md5sum : 64%- ecc md5sum : 65%- ecc md5sum : 66%- ecc md5sum : 67%- ecc md5sum : 68%- ecc md5sum : 69%- ecc md5sum : 70%- ecc md5sum : 71%- ecc md5sum : 72%- ecc md5sum : 73%- ecc md5sum : 74%- ecc md5sum : 75%- ecc md5sum : 76%- ecc md5sum : 77%- ecc md5sum : 78%- ecc md5sum : 79%- ecc md5sum : 80%- ecc md5sum : 81%- ecc md5sum : 82%- ecc md5sum : 83%- ecc md5sum : 84%- ecc md5sum : 85%- ecc md5sum : 86%- ecc md5sum : 87%- ecc md5sum : 88%- ecc md5sum : 89%- ecc md5sum : 90%- ecc md5sum : 91%- ecc md5sum : 92%- ecc md5sum : 93%- ecc md5sum : 94%- ecc md5sum : 95%- ecc md5sum : 96%- ecc md5sum : 97%- ecc md5sum : 98%- ecc md5sum : 99%- ecc md5sum : 100%- ecc md5sum : 2c9545f3ec387a9ce8b50e152cf39c17 (good) +- ecc md5sum : 2c9545f3ec387a9ce8b50e152cf39c17 (good) diff --git a/regtest/database/RS01_truncated_by_bytes b/regtest/database/RS01_truncated_by_bytes index 308602f..af5da6f 100644 --- a/regtest/database/RS01_truncated_by_bytes +++ b/regtest/database/RS01_truncated_by_bytes @@ -6,8 +6,8 @@ under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. rs01-tmp.iso: present, contains 20999 medium sectors and 2041 bytes. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%* CRC error, sector: 20999 -- testing sectors : 100%* suspicious image : all sectors present, but 1 CRC errors +* CRC error, sector: 20999 +* suspicious image : all sectors present, but 1 CRC errors - image md5sum : 1d06dd2fabeb65434e826ea7e01da7f4 rs01-master.ecc: created by dvdisaster-0.80 @@ -17,5 +17,5 @@ rs01-master.ecc: created by dvdisaster-0.80 * image md5sum : 9503f278d4550a9507a317664481adf8 (BAD) - fingerprint match: good - ecc blocks : 194560 (good) -- ecc md5sum : 0%- ecc md5sum : 1%- ecc md5sum : 2%- ecc md5sum : 3%- ecc md5sum : 4%- ecc md5sum : 5%- ecc md5sum : 6%- ecc md5sum : 7%- ecc md5sum : 8%- ecc md5sum : 9%- ecc md5sum : 10%- ecc md5sum : 11%- ecc md5sum : 12%- ecc md5sum : 13%- ecc md5sum : 14%- ecc md5sum : 15%- ecc md5sum : 16%- ecc md5sum : 17%- ecc md5sum : 18%- ecc md5sum : 19%- ecc md5sum : 20%- ecc md5sum : 21%- ecc md5sum : 22%- ecc md5sum : 23%- ecc md5sum : 24%- ecc md5sum : 25%- ecc md5sum : 26%- ecc md5sum : 27%- ecc md5sum : 28%- ecc md5sum : 29%- ecc md5sum : 30%- ecc md5sum : 31%- ecc md5sum : 32%- ecc md5sum : 33%- ecc md5sum : 34%- ecc md5sum : 35%- ecc md5sum : 36%- ecc md5sum : 37%- ecc md5sum : 38%- ecc md5sum : 39%- ecc md5sum : 40%- ecc md5sum : 41%- ecc md5sum : 42%- ecc md5sum : 43%- ecc md5sum : 44%- ecc md5sum : 45%- ecc md5sum : 46%- ecc md5sum : 47%- ecc md5sum : 48%- ecc md5sum : 49%- ecc md5sum : 50%- ecc md5sum : 51%- ecc md5sum : 52%- ecc md5sum : 53%- ecc md5sum : 54%- ecc md5sum : 55%- ecc md5sum : 56%- ecc md5sum : 57%- ecc md5sum : 58%- ecc md5sum : 59%- ecc md5sum : 60%- ecc md5sum : 61%- ecc md5sum : 62%- ecc md5sum : 63%- ecc md5sum : 64%- ecc md5sum : 65%- ecc md5sum : 66%- ecc md5sum : 67%- ecc md5sum : 68%- ecc md5sum : 69%- ecc md5sum : 70%- ecc md5sum : 71%- ecc md5sum : 72%- ecc md5sum : 73%- ecc md5sum : 74%- ecc md5sum : 75%- ecc md5sum : 76%- ecc md5sum : 77%- ecc md5sum : 78%- ecc md5sum : 79%- ecc md5sum : 80%- ecc md5sum : 81%- ecc md5sum : 82%- ecc md5sum : 83%- ecc md5sum : 84%- ecc md5sum : 85%- ecc md5sum : 86%- ecc md5sum : 87%- ecc md5sum : 88%- ecc md5sum : 89%- ecc md5sum : 90%- ecc md5sum : 91%- ecc md5sum : 92%- ecc md5sum : 93%- ecc md5sum : 94%- ecc md5sum : 95%- ecc md5sum : 96%- ecc md5sum : 97%- ecc md5sum : 98%- ecc md5sum : 99%- ecc md5sum : 100%- ecc md5sum : 2c9545f3ec387a9ce8b50e152cf39c17 (good) +- ecc md5sum : 2c9545f3ec387a9ce8b50e152cf39c17 (good) diff --git a/regtest/database/RS01_uncorrectable_dsm_in_image b/regtest/database/RS01_uncorrectable_dsm_in_image index ae7e884..85e8c4f 100644 --- a/regtest/database/RS01_uncorrectable_dsm_in_image +++ b/regtest/database/RS01_uncorrectable_dsm_in_image @@ -6,7 +6,7 @@ under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. rs01-tmp.iso: present, contains 21000 medium sectors. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%* Unrecoverable sector found! +* Unrecoverable sector found! * * Sector 3030 is marked unreadable and annotated to be * in a different location (3130). @@ -24,11 +24,11 @@ rs01-tmp.iso: present, contains 21000 medium sectors. * repaired by dvdisaster. Also it will not be possible to create * error correction data for it. Sorry for the bad news. * missing sector : 3030 -- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%* ... more unrecoverable sectors found ... +* ... more unrecoverable sectors found ... * further messages are suppressed unless the -v option is given. * missing sector : 4400 -- testing sectors : 21%* missing sector : 4411 -- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* BAD image : 3 sectors missing +* missing sector : 4411 +* BAD image : 3 sectors missing rs01-master.ecc: created by dvdisaster-0.80 - method : RS01, 32 roots, 14.3% redundancy. @@ -37,5 +37,5 @@ rs01-master.ecc: created by dvdisaster-0.80 - image md5sum : 9503f278d4550a9507a317664481adf8 - fingerprint match: good - ecc blocks : 194560 (good) -- ecc md5sum : 0%- ecc md5sum : 1%- ecc md5sum : 2%- ecc md5sum : 3%- ecc md5sum : 4%- ecc md5sum : 5%- ecc md5sum : 6%- ecc md5sum : 7%- ecc md5sum : 8%- ecc md5sum : 9%- ecc md5sum : 10%- ecc md5sum : 11%- ecc md5sum : 12%- ecc md5sum : 13%- ecc md5sum : 14%- ecc md5sum : 15%- ecc md5sum : 16%- ecc md5sum : 17%- ecc md5sum : 18%- ecc md5sum : 19%- ecc md5sum : 20%- ecc md5sum : 21%- ecc md5sum : 22%- ecc md5sum : 23%- ecc md5sum : 24%- ecc md5sum : 25%- ecc md5sum : 26%- ecc md5sum : 27%- ecc md5sum : 28%- ecc md5sum : 29%- ecc md5sum : 30%- ecc md5sum : 31%- ecc md5sum : 32%- ecc md5sum : 33%- ecc md5sum : 34%- ecc md5sum : 35%- ecc md5sum : 36%- ecc md5sum : 37%- ecc md5sum : 38%- ecc md5sum : 39%- ecc md5sum : 40%- ecc md5sum : 41%- ecc md5sum : 42%- ecc md5sum : 43%- ecc md5sum : 44%- ecc md5sum : 45%- ecc md5sum : 46%- ecc md5sum : 47%- ecc md5sum : 48%- ecc md5sum : 49%- ecc md5sum : 50%- ecc md5sum : 51%- ecc md5sum : 52%- ecc md5sum : 53%- ecc md5sum : 54%- ecc md5sum : 55%- ecc md5sum : 56%- ecc md5sum : 57%- ecc md5sum : 58%- ecc md5sum : 59%- ecc md5sum : 60%- ecc md5sum : 61%- ecc md5sum : 62%- ecc md5sum : 63%- ecc md5sum : 64%- ecc md5sum : 65%- ecc md5sum : 66%- ecc md5sum : 67%- ecc md5sum : 68%- ecc md5sum : 69%- ecc md5sum : 70%- ecc md5sum : 71%- ecc md5sum : 72%- ecc md5sum : 73%- ecc md5sum : 74%- ecc md5sum : 75%- ecc md5sum : 76%- ecc md5sum : 77%- ecc md5sum : 78%- ecc md5sum : 79%- ecc md5sum : 80%- ecc md5sum : 81%- ecc md5sum : 82%- ecc md5sum : 83%- ecc md5sum : 84%- ecc md5sum : 85%- ecc md5sum : 86%- ecc md5sum : 87%- ecc md5sum : 88%- ecc md5sum : 89%- ecc md5sum : 90%- ecc md5sum : 91%- ecc md5sum : 92%- ecc md5sum : 93%- ecc md5sum : 94%- ecc md5sum : 95%- ecc md5sum : 96%- ecc md5sum : 97%- ecc md5sum : 98%- ecc md5sum : 99%- ecc md5sum : 100%- ecc md5sum : 2c9545f3ec387a9ce8b50e152cf39c17 (good) +- ecc md5sum : 2c9545f3ec387a9ce8b50e152cf39c17 (good) diff --git a/regtest/database/RS01_uncorrectable_dsm_in_image2 b/regtest/database/RS01_uncorrectable_dsm_in_image2 index f5cf633..0263698 100644 --- a/regtest/database/RS01_uncorrectable_dsm_in_image2 +++ b/regtest/database/RS01_uncorrectable_dsm_in_image2 @@ -6,7 +6,7 @@ under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. rs01-tmp.iso: present, contains 21000 medium sectors. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%* Unrecoverable sector found! +* Unrecoverable sector found! * * Sector 3030 is marked unreadable and seems to come * from a different medium. @@ -24,11 +24,11 @@ rs01-tmp.iso: present, contains 21000 medium sectors. * repaired by dvdisaster. Also it will not be possible to create * error correction data for it. Sorry for the bad news. * missing sector : 3030 -- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%* ... more unrecoverable sectors found ... +* ... more unrecoverable sectors found ... * further messages are suppressed unless the -v option is given. * missing sector : 4400 -- testing sectors : 21%* missing sector : 4411 -- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* BAD image : 3 sectors missing +* missing sector : 4411 +* BAD image : 3 sectors missing rs01-master.ecc: created by dvdisaster-0.80 - method : RS01, 32 roots, 14.3% redundancy. @@ -37,5 +37,5 @@ rs01-master.ecc: created by dvdisaster-0.80 - image md5sum : 9503f278d4550a9507a317664481adf8 - fingerprint match: good - ecc blocks : 194560 (good) -- ecc md5sum : 0%- ecc md5sum : 1%- ecc md5sum : 2%- ecc md5sum : 3%- ecc md5sum : 4%- ecc md5sum : 5%- ecc md5sum : 6%- ecc md5sum : 7%- ecc md5sum : 8%- ecc md5sum : 9%- ecc md5sum : 10%- ecc md5sum : 11%- ecc md5sum : 12%- ecc md5sum : 13%- ecc md5sum : 14%- ecc md5sum : 15%- ecc md5sum : 16%- ecc md5sum : 17%- ecc md5sum : 18%- ecc md5sum : 19%- ecc md5sum : 20%- ecc md5sum : 21%- ecc md5sum : 22%- ecc md5sum : 23%- ecc md5sum : 24%- ecc md5sum : 25%- ecc md5sum : 26%- ecc md5sum : 27%- ecc md5sum : 28%- ecc md5sum : 29%- ecc md5sum : 30%- ecc md5sum : 31%- ecc md5sum : 32%- ecc md5sum : 33%- ecc md5sum : 34%- ecc md5sum : 35%- ecc md5sum : 36%- ecc md5sum : 37%- ecc md5sum : 38%- ecc md5sum : 39%- ecc md5sum : 40%- ecc md5sum : 41%- ecc md5sum : 42%- ecc md5sum : 43%- ecc md5sum : 44%- ecc md5sum : 45%- ecc md5sum : 46%- ecc md5sum : 47%- ecc md5sum : 48%- ecc md5sum : 49%- ecc md5sum : 50%- ecc md5sum : 51%- ecc md5sum : 52%- ecc md5sum : 53%- ecc md5sum : 54%- ecc md5sum : 55%- ecc md5sum : 56%- ecc md5sum : 57%- ecc md5sum : 58%- ecc md5sum : 59%- ecc md5sum : 60%- ecc md5sum : 61%- ecc md5sum : 62%- ecc md5sum : 63%- ecc md5sum : 64%- ecc md5sum : 65%- ecc md5sum : 66%- ecc md5sum : 67%- ecc md5sum : 68%- ecc md5sum : 69%- ecc md5sum : 70%- ecc md5sum : 71%- ecc md5sum : 72%- ecc md5sum : 73%- ecc md5sum : 74%- ecc md5sum : 75%- ecc md5sum : 76%- ecc md5sum : 77%- ecc md5sum : 78%- ecc md5sum : 79%- ecc md5sum : 80%- ecc md5sum : 81%- ecc md5sum : 82%- ecc md5sum : 83%- ecc md5sum : 84%- ecc md5sum : 85%- ecc md5sum : 86%- ecc md5sum : 87%- ecc md5sum : 88%- ecc md5sum : 89%- ecc md5sum : 90%- ecc md5sum : 91%- ecc md5sum : 92%- ecc md5sum : 93%- ecc md5sum : 94%- ecc md5sum : 95%- ecc md5sum : 96%- ecc md5sum : 97%- ecc md5sum : 98%- ecc md5sum : 99%- ecc md5sum : 100%- ecc md5sum : 2c9545f3ec387a9ce8b50e152cf39c17 (good) +- ecc md5sum : 2c9545f3ec387a9ce8b50e152cf39c17 (good) diff --git a/regtest/database/RS01_uncorrectable_dsm_in_image2_verbose b/regtest/database/RS01_uncorrectable_dsm_in_image2_verbose index 9b9f782..1850462 100644 --- a/regtest/database/RS01_uncorrectable_dsm_in_image2_verbose +++ b/regtest/database/RS01_uncorrectable_dsm_in_image2_verbose @@ -134,7 +134,7 @@ GetImageFingerprint(16): read & cached GetImageFingerprint(16): cached rs01-tmp.iso: present, contains 21000 medium sectors. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%* Unrecoverable sector found! +* Unrecoverable sector found! * * Sector 3030 is marked unreadable and seems to come * from a different medium. @@ -152,7 +152,7 @@ rs01-tmp.iso: present, contains 21000 medium sectors. * repaired by dvdisaster. Also it will not be possible to create * error correction data for it. Sorry for the bad news. * missing sector : 3030 -- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%* Unrecoverable sector found! +* Unrecoverable sector found! * * Sector 4400 is marked unreadable and seems to come * from a different medium. @@ -170,7 +170,7 @@ rs01-tmp.iso: present, contains 21000 medium sectors. * repaired by dvdisaster. Also it will not be possible to create * error correction data for it. Sorry for the bad news. * missing sector : 4400 -- testing sectors : 21%* Unrecoverable sector found! +* Unrecoverable sector found! * * Sector 4411 is marked unreadable and seems to come * from a different medium. @@ -188,7 +188,7 @@ rs01-tmp.iso: present, contains 21000 medium sectors. * repaired by dvdisaster. Also it will not be possible to create * error correction data for it. Sorry for the bad news. * missing sector : 4411 -- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* BAD image : 3 sectors missing +* BAD image : 3 sectors missing rs01-master.ecc: created by dvdisaster-0.80 - method : RS01, 32 roots, 14.3% redundancy. @@ -197,5 +197,5 @@ rs01-master.ecc: created by dvdisaster-0.80 - image md5sum : 9503f278d4550a9507a317664481adf8 - fingerprint match: good - ecc blocks : 194560 (good) -- ecc md5sum : 0%- ecc md5sum : 1%- ecc md5sum : 2%- ecc md5sum : 3%- ecc md5sum : 4%- ecc md5sum : 5%- ecc md5sum : 6%- ecc md5sum : 7%- ecc md5sum : 8%- ecc md5sum : 9%- ecc md5sum : 10%- ecc md5sum : 11%- ecc md5sum : 12%- ecc md5sum : 13%- ecc md5sum : 14%- ecc md5sum : 15%- ecc md5sum : 16%- ecc md5sum : 17%- ecc md5sum : 18%- ecc md5sum : 19%- ecc md5sum : 20%- ecc md5sum : 21%- ecc md5sum : 22%- ecc md5sum : 23%- ecc md5sum : 24%- ecc md5sum : 25%- ecc md5sum : 26%- ecc md5sum : 27%- ecc md5sum : 28%- ecc md5sum : 29%- ecc md5sum : 30%- ecc md5sum : 31%- ecc md5sum : 32%- ecc md5sum : 33%- ecc md5sum : 34%- ecc md5sum : 35%- ecc md5sum : 36%- ecc md5sum : 37%- ecc md5sum : 38%- ecc md5sum : 39%- ecc md5sum : 40%- ecc md5sum : 41%- ecc md5sum : 42%- ecc md5sum : 43%- ecc md5sum : 44%- ecc md5sum : 45%- ecc md5sum : 46%- ecc md5sum : 47%- ecc md5sum : 48%- ecc md5sum : 49%- ecc md5sum : 50%- ecc md5sum : 51%- ecc md5sum : 52%- ecc md5sum : 53%- ecc md5sum : 54%- ecc md5sum : 55%- ecc md5sum : 56%- ecc md5sum : 57%- ecc md5sum : 58%- ecc md5sum : 59%- ecc md5sum : 60%- ecc md5sum : 61%- ecc md5sum : 62%- ecc md5sum : 63%- ecc md5sum : 64%- ecc md5sum : 65%- ecc md5sum : 66%- ecc md5sum : 67%- ecc md5sum : 68%- ecc md5sum : 69%- ecc md5sum : 70%- ecc md5sum : 71%- ecc md5sum : 72%- ecc md5sum : 73%- ecc md5sum : 74%- ecc md5sum : 75%- ecc md5sum : 76%- ecc md5sum : 77%- ecc md5sum : 78%- ecc md5sum : 79%- ecc md5sum : 80%- ecc md5sum : 81%- ecc md5sum : 82%- ecc md5sum : 83%- ecc md5sum : 84%- ecc md5sum : 85%- ecc md5sum : 86%- ecc md5sum : 87%- ecc md5sum : 88%- ecc md5sum : 89%- ecc md5sum : 90%- ecc md5sum : 91%- ecc md5sum : 92%- ecc md5sum : 93%- ecc md5sum : 94%- ecc md5sum : 95%- ecc md5sum : 96%- ecc md5sum : 97%- ecc md5sum : 98%- ecc md5sum : 99%- ecc md5sum : 100%- ecc md5sum : 2c9545f3ec387a9ce8b50e152cf39c17 (good) +- ecc md5sum : 2c9545f3ec387a9ce8b50e152cf39c17 (good) diff --git a/regtest/database/RS01_uncorrectable_dsm_in_image_verbose b/regtest/database/RS01_uncorrectable_dsm_in_image_verbose index 087865a..2b3c637 100644 --- a/regtest/database/RS01_uncorrectable_dsm_in_image_verbose +++ b/regtest/database/RS01_uncorrectable_dsm_in_image_verbose @@ -134,7 +134,7 @@ GetImageFingerprint(16): read & cached GetImageFingerprint(16): cached rs01-tmp.iso: present, contains 21000 medium sectors. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%* Unrecoverable sector found! +* Unrecoverable sector found! * * Sector 3030 is marked unreadable and annotated to be * in a different location (3130). @@ -152,7 +152,7 @@ rs01-tmp.iso: present, contains 21000 medium sectors. * repaired by dvdisaster. Also it will not be possible to create * error correction data for it. Sorry for the bad news. * missing sector : 3030 -- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%* Unrecoverable sector found! +* Unrecoverable sector found! * * Sector 4400 is marked unreadable and annotated to be * in a different location (4500). @@ -170,7 +170,7 @@ rs01-tmp.iso: present, contains 21000 medium sectors. * repaired by dvdisaster. Also it will not be possible to create * error correction data for it. Sorry for the bad news. * missing sector : 4400 -- testing sectors : 21%* Unrecoverable sector found! +* Unrecoverable sector found! * * Sector 4411 is marked unreadable and annotated to be * in a different location (4511). @@ -188,7 +188,7 @@ rs01-tmp.iso: present, contains 21000 medium sectors. * repaired by dvdisaster. Also it will not be possible to create * error correction data for it. Sorry for the bad news. * missing sector : 4411 -- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* BAD image : 3 sectors missing +* BAD image : 3 sectors missing rs01-master.ecc: created by dvdisaster-0.80 - method : RS01, 32 roots, 14.3% redundancy. @@ -197,5 +197,5 @@ rs01-master.ecc: created by dvdisaster-0.80 - image md5sum : 9503f278d4550a9507a317664481adf8 - fingerprint match: good - ecc blocks : 194560 (good) -- ecc md5sum : 0%- ecc md5sum : 1%- ecc md5sum : 2%- ecc md5sum : 3%- ecc md5sum : 4%- ecc md5sum : 5%- ecc md5sum : 6%- ecc md5sum : 7%- ecc md5sum : 8%- ecc md5sum : 9%- ecc md5sum : 10%- ecc md5sum : 11%- ecc md5sum : 12%- ecc md5sum : 13%- ecc md5sum : 14%- ecc md5sum : 15%- ecc md5sum : 16%- ecc md5sum : 17%- ecc md5sum : 18%- ecc md5sum : 19%- ecc md5sum : 20%- ecc md5sum : 21%- ecc md5sum : 22%- ecc md5sum : 23%- ecc md5sum : 24%- ecc md5sum : 25%- ecc md5sum : 26%- ecc md5sum : 27%- ecc md5sum : 28%- ecc md5sum : 29%- ecc md5sum : 30%- ecc md5sum : 31%- ecc md5sum : 32%- ecc md5sum : 33%- ecc md5sum : 34%- ecc md5sum : 35%- ecc md5sum : 36%- ecc md5sum : 37%- ecc md5sum : 38%- ecc md5sum : 39%- ecc md5sum : 40%- ecc md5sum : 41%- ecc md5sum : 42%- ecc md5sum : 43%- ecc md5sum : 44%- ecc md5sum : 45%- ecc md5sum : 46%- ecc md5sum : 47%- ecc md5sum : 48%- ecc md5sum : 49%- ecc md5sum : 50%- ecc md5sum : 51%- ecc md5sum : 52%- ecc md5sum : 53%- ecc md5sum : 54%- ecc md5sum : 55%- ecc md5sum : 56%- ecc md5sum : 57%- ecc md5sum : 58%- ecc md5sum : 59%- ecc md5sum : 60%- ecc md5sum : 61%- ecc md5sum : 62%- ecc md5sum : 63%- ecc md5sum : 64%- ecc md5sum : 65%- ecc md5sum : 66%- ecc md5sum : 67%- ecc md5sum : 68%- ecc md5sum : 69%- ecc md5sum : 70%- ecc md5sum : 71%- ecc md5sum : 72%- ecc md5sum : 73%- ecc md5sum : 74%- ecc md5sum : 75%- ecc md5sum : 76%- ecc md5sum : 77%- ecc md5sum : 78%- ecc md5sum : 79%- ecc md5sum : 80%- ecc md5sum : 81%- ecc md5sum : 82%- ecc md5sum : 83%- ecc md5sum : 84%- ecc md5sum : 85%- ecc md5sum : 86%- ecc md5sum : 87%- ecc md5sum : 88%- ecc md5sum : 89%- ecc md5sum : 90%- ecc md5sum : 91%- ecc md5sum : 92%- ecc md5sum : 93%- ecc md5sum : 94%- ecc md5sum : 95%- ecc md5sum : 96%- ecc md5sum : 97%- ecc md5sum : 98%- ecc md5sum : 99%- ecc md5sum : 100%- ecc md5sum : 2c9545f3ec387a9ce8b50e152cf39c17 (good) +- ecc md5sum : 2c9545f3ec387a9ce8b50e152cf39c17 (good) diff --git a/regtest/database/RS02_bad_header b/regtest/database/RS02_bad_header index 9a1db7d..4fd74e0 100644 --- a/regtest/database/RS02_bad_header +++ b/regtest/database/RS02_bad_header @@ -6,7 +6,7 @@ under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. rs02-tmp.iso: present, contains 34932 medium sectors. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* suspicious image : contains damaged ecc headers +* suspicious image : contains damaged ecc headers ... ecc headers : 38 ok, 0 CRC errors, 1 missing ... data section : 0 sectors missing; 0 CRC errors ... data md5sum : cbadac3ca7b6e9bccfc889b7eaded254 diff --git a/regtest/database/RS02_bad_headers b/regtest/database/RS02_bad_headers index e6ce0c2..9feb75b 100644 --- a/regtest/database/RS02_bad_headers +++ b/regtest/database/RS02_bad_headers @@ -6,7 +6,7 @@ under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. rs02-tmp.iso: present, contains 34932 medium sectors. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* suspicious image : all sectors present, but 1 CRC errors +* suspicious image : all sectors present, but 1 CRC errors ... ecc headers : 37 ok, 1 CRC errors, 1 missing ... data section : 0 sectors missing; 0 CRC errors ... data md5sum : cbadac3ca7b6e9bccfc889b7eaded254 diff --git a/regtest/database/RS02_bad_master b/regtest/database/RS02_bad_master index 1bb741e..fe60f17 100644 --- a/regtest/database/RS02_bad_master +++ b/regtest/database/RS02_bad_master @@ -124,8 +124,8 @@ GetImageFingerprint(16): cached RS02LayoutFromImage(): returning cached layout rs02-tmp.iso: present, contains 34932 medium sectors. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%* missing sector : 30000 -- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* BAD image : 1 sectors missing +* missing sector : 30000 +* BAD image : 1 sectors missing ... ecc headers : 38 ok, 0 CRC errors, 1 missing ... data section : 0 sectors missing; 0 CRC errors ... data md5sum : cbadac3ca7b6e9bccfc889b7eaded254 diff --git a/regtest/database/RS02_crc_bad_byte b/regtest/database/RS02_crc_bad_byte index 0edc7c6..8d3d4e1 100644 --- a/regtest/database/RS02_crc_bad_byte +++ b/regtest/database/RS02_crc_bad_byte @@ -6,8 +6,8 @@ under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. rs02-tmp.iso: present, contains 34932 medium sectors. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%* CRC error, sector: 4152 -- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* suspicious image : all sectors present, but 1 CRC errors +* CRC error, sector: 4152 +* suspicious image : all sectors present, but 1 CRC errors ... ecc headers : 39 ok, 0 CRC errors, 0 missing ... data section : 0 sectors missing; 1 CRC errors ... data md5sum : cbadac3ca7b6e9bccfc889b7eaded254 diff --git a/regtest/database/RS02_data_bad_byte b/regtest/database/RS02_data_bad_byte index b7a7172..a622558 100644 --- a/regtest/database/RS02_data_bad_byte +++ b/regtest/database/RS02_data_bad_byte @@ -6,8 +6,8 @@ under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. rs02-tmp.iso: present, contains 34932 medium sectors. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%* CRC error, sector: 1235 -- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* suspicious image : all sectors present, but 1 CRC errors +* CRC error, sector: 1235 +* suspicious image : all sectors present, but 1 CRC errors ... ecc headers : 39 ok, 0 CRC errors, 0 missing ... data section : 0 sectors missing; 1 CRC errors ... data md5sum : c3f9cb2402cb4b15a8b4f505eb80fb33 diff --git a/regtest/database/RS02_ecc_bad_byte b/regtest/database/RS02_ecc_bad_byte index 36a9680..d38f717 100644 --- a/regtest/database/RS02_ecc_bad_byte +++ b/regtest/database/RS02_ecc_bad_byte @@ -6,7 +6,7 @@ under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. rs02-tmp.iso: present, contains 34932 medium sectors. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%- good image : all sectors present +- good image : all sectors present - data md5sum : cbadac3ca7b6e9bccfc889b7eaded254 Error correction data: created by dvdisaster-0.80 diff --git a/regtest/database/RS02_ecc_create b/regtest/database/RS02_ecc_create index 3635941..66ff0a2 100644 --- a/regtest/database/RS02_ecc_create +++ b/regtest/database/RS02_ecc_create @@ -10,7 +10,5 @@ Augmenting image with Method RS02: 58 MiB data, 9 MiB ecc (35 roots; 15.9% redundancy). * Warning: Using redundancies below 20%% may not give * the expected data loss protection. -Preparing image (checksums, adding space): 1%Preparing image (checksums, adding space): 2%Preparing image (checksums, adding space): 3%Preparing image (checksums, adding space): 4%Preparing image (checksums, adding space): 5%Preparing image (checksums, adding space): 6%Preparing image (checksums, adding space): 7%Preparing image (checksums, adding space): 8%Preparing image (checksums, adding space): 9%Preparing image (checksums, adding space): 10%Preparing image (checksums, adding space): 11%Preparing image (checksums, adding space): 12%Preparing image (checksums, adding space): 13%Preparing image (checksums, adding space): 14%Preparing image (checksums, adding space): 15%Preparing image (checksums, adding space): 16%Preparing image (checksums, adding space): 17%Preparing image (checksums, adding space): 18%Preparing image (checksums, adding space): 19%Preparing image (checksums, adding space): 20%Preparing image (checksums, adding space): 21%Preparing image (checksums, adding space): 22%Preparing image (checksums, adding space): 23%Preparing image (checksums, adding space): 24%Preparing image (checksums, adding space): 25%Preparing image (checksums, adding space): 26%Preparing image (checksums, adding space): 27%Preparing image (checksums, adding space): 28%Preparing image (checksums, adding space): 29%Preparing image (checksums, adding space): 30%Preparing image (checksums, adding space): 31%Preparing image (checksums, adding space): 32%Preparing image (checksums, adding space): 33%Preparing image (checksums, adding space): 34%Preparing image (checksums, adding space): 35%Preparing image (checksums, adding space): 36%Preparing image (checksums, adding space): 37%Preparing image (checksums, adding space): 38%Preparing image (checksums, adding space): 39%Preparing image (checksums, adding space): 40%Preparing image (checksums, adding space): 41%Preparing image (checksums, adding space): 42%Preparing image (checksums, adding space): 43%Preparing image (checksums, adding space): 44%Preparing image (checksums, adding space): 45%Preparing image (checksums, adding space): 46%Preparing image (checksums, adding space): 47%Preparing image (checksums, adding space): 48%Preparing image (checksums, adding space): 49%Preparing image (checksums, adding space): 50%Preparing image (checksums, adding space): 51%Preparing image (checksums, adding space): 52%Preparing image (checksums, adding space): 53%Preparing image (checksums, adding space): 54%Preparing image (checksums, adding space): 55%Preparing image (checksums, adding space): 56%Preparing image (checksums, adding space): 57%Preparing image (checksums, adding space): 58%Preparing image (checksums, adding space): 59%Preparing image (checksums, adding space): 60%Preparing image (checksums, adding space): 61%Preparing image (checksums, adding space): 62%Preparing image (checksums, adding space): 63%Preparing image (checksums, adding space): 64%Preparing image (checksums, adding space): 65%Preparing image (checksums, adding space): 66%Preparing image (checksums, adding space): 67%Preparing image (checksums, adding space): 68%Preparing image (checksums, adding space): 69%Preparing image (checksums, adding space): 70%Preparing image (checksums, adding space): 71%Preparing image (checksums, adding space): 72%Preparing image (checksums, adding space): 73%Preparing image (checksums, adding space): 74%Preparing image (checksums, adding space): 75%Preparing image (checksums, adding space): 76%Preparing image (checksums, adding space): 77%Preparing image (checksums, adding space): 78%Preparing image (checksums, adding space): 79%Preparing image (checksums, adding space): 80%Preparing image (checksums, adding space): 81%Preparing image (checksums, adding space): 82%Preparing image (checksums, adding space): 83%Preparing image (checksums, adding space): 84%Preparing image (checksums, adding space): 85%Preparing image (checksums, adding space): 85%Preparing image (checksums, adding space): 86%Preparing image (checksums, adding space): 87%Preparing image (checksums, adding space): 88%Preparing image (checksums, adding space): 89%Preparing image (checksums, adding space): 90%Preparing image (checksums, adding space): 91%Preparing image (checksums, adding space): 92%Preparing image (checksums, adding space): 93%Preparing image (checksums, adding space): 94%Preparing image (checksums, adding space): 95%Preparing image (checksums, adding space): 96%Preparing image (checksums, adding space): 97%Preparing image (checksums, adding space): 98%Preparing image (checksums, adding space): 99%Preparing image (checksums, adding space): 100% -Ecc generation: 0.4%Ecc generation: 0.9%Ecc generation: 1.3%Ecc generation: 1.8%Ecc generation: 2.2%Ecc generation: 2.7%Ecc generation: 3.1%Ecc generation: 3.6%Ecc generation: 4.0%Ecc generation: 4.5%Ecc generation: 5.0%Ecc generation: 5.4%Ecc generation: 5.9%Ecc generation: 6.3%Ecc generation: 6.8%Ecc generation: 7.2%Ecc generation: 7.7%Ecc generation: 8.1%Ecc generation: 8.6%Ecc generation: 9.0%Ecc generation: 9.5%Ecc generation: 10.0%Ecc generation: 10.4%Ecc generation: 10.9%Ecc generation: 11.3%Ecc generation: 11.8%Ecc generation: 12.2%Ecc generation: 12.7%Ecc generation: 13.1%Ecc generation: 13.6%Ecc generation: 14.0%Ecc generation: 14.5%Ecc generation: 15.0%Ecc generation: 15.4%Ecc generation: 15.9%Ecc generation: 16.3%Ecc generation: 16.8%Ecc generation: 17.2%Ecc generation: 17.7%Ecc generation: 18.1%Ecc generation: 18.6%Ecc generation: 19.0%Ecc generation: 19.5%Ecc generation: 20.0%Ecc generation: 20.4%Ecc generation: 20.9%Ecc generation: 21.3%Ecc generation: 21.8%Ecc generation: 22.2%Ecc generation: 22.7%Ecc generation: 23.1%Ecc generation: 23.6%Ecc generation: 24.0%Ecc generation: 24.5%Ecc generation: 25.0%Ecc generation: 25.4%Ecc generation: 25.9%Ecc generation: 26.3%Ecc generation: 26.8%Ecc generation: 27.2%Ecc generation: 27.7%Ecc generation: 28.1%Ecc generation: 28.6%Ecc generation: 29.0%Ecc generation: 29.5%Ecc generation: 30.0%Ecc generation: 30.4%Ecc generation: 30.9%Ecc generation: 31.3%Ecc generation: 31.8%Ecc generation: 32.2%Ecc generation: 32.7%Ecc generation: 33.1%Ecc generation: 33.6%Ecc generation: 34.0%Ecc generation: 34.5%Ecc generation: 35.0%Ecc generation: 35.4%Ecc generation: 35.9%Ecc generation: 36.3%Ecc generation: 36.8%Ecc generation: 37.2%Ecc generation: 37.7%Ecc generation: 38.1%Ecc generation: 38.6%Ecc generation: 39.0%Ecc generation: 39.5%Ecc generation: 40.0%Ecc generation: 40.4%Ecc generation: 40.9%Ecc generation: 41.3%Ecc generation: 41.8%Ecc generation: 42.2%Ecc generation: 42.7%Ecc generation: 43.1%Ecc generation: 43.6%Ecc generation: 44.0%Ecc generation: 44.5%Ecc generation: 45.0%Ecc generation: 45.4%Ecc generation: 45.9%Ecc generation: 46.3%Ecc generation: 46.8%Ecc generation: 47.2%Ecc generation: 47.7%Ecc generation: 48.1%Ecc generation: 48.6%Ecc generation: 49.0%Ecc generation: 49.5%Ecc generation: 50.0%Ecc generation: 50.4%Ecc generation: 50.9%Ecc generation: 51.3%Ecc generation: 51.8%Ecc generation: 52.2%Ecc generation: 52.7%Ecc generation: 53.1%Ecc generation: 53.6%Ecc generation: 54.0%Ecc generation: 54.5%Ecc generation: 55.0%Ecc generation: 55.4%Ecc generation: 55.9%Ecc generation: 56.3%Ecc generation: 56.8%Ecc generation: 57.2%Ecc generation: 57.7%Ecc generation: 58.1%Ecc generation: 58.6%Ecc generation: 59.0%Ecc generation: 59.5%Ecc generation: 60.0%Ecc generation: 60.4%Ecc generation: 60.9%Ecc generation: 61.3%Ecc generation: 61.8%Ecc generation: 62.2%Ecc generation: 62.7%Ecc generation: 63.1%Ecc generation: 63.6%Ecc generation: 64.0%Ecc generation: 64.5%Ecc generation: 65.0%Ecc generation: 65.4%Ecc generation: 65.9%Ecc generation: 66.3%Ecc generation: 66.8%Ecc generation: 67.2%Ecc generation: 67.7%Ecc generation: 68.1%Ecc generation: 68.6%Ecc generation: 69.0%Ecc generation: 69.5%Ecc generation: 70.0%Ecc generation: 70.4%Ecc generation: 70.9%Ecc generation: 71.3%Ecc generation: 71.8%Ecc generation: 72.2%Ecc generation: 72.7%Ecc generation: 73.1%Ecc generation: 73.6%Ecc generation: 74.0%Ecc generation: 74.5%Ecc generation: 75.0%Ecc generation: 75.4%Ecc generation: 75.9%Ecc generation: 76.3%Ecc generation: 76.8%Ecc generation: 77.2%Ecc generation: 77.7%Ecc generation: 78.1%Ecc generation: 78.6%Ecc generation: 79.0%Ecc generation: 79.5%Ecc generation: 80.0%Ecc generation: 80.4%Ecc generation: 80.9%Ecc generation: 81.3%Ecc generation: 81.8%Ecc generation: 82.2%Ecc generation: 82.7%Ecc generation: 83.1%Ecc generation: 83.6%Ecc generation: 84.0%Ecc generation: 84.5%Ecc generation: 85.0%Ecc generation: 85.4%Ecc generation: 85.9%Ecc generation: 86.3%Ecc generation: 86.8%Ecc generation: 87.2%Ecc generation: 87.7%Ecc generation: 88.1%Ecc generation: 88.6%Ecc generation: 89.0%Ecc generation: 89.5%Ecc generation: 90.0%Ecc generation: 90.4%Ecc generation: 90.9%Ecc generation: 91.3%Ecc generation: 91.8%Ecc generation: 92.2%Ecc generation: 92.7%Ecc generation: 93.1%Ecc generation: 93.6%Ecc generation: 94.0%Ecc generation: 94.5%Ecc generation: 95.0%Ecc generation: 95.4%Ecc generation: 95.9%Ecc generation: 96.3%Ecc generation: 96.8%Ecc generation: 97.2%Ecc generation: 97.7%Ecc generation: 98.1%Ecc generation: 98.6%Ecc generation: 99.0%Ecc generation: 99.5%Ecc generation: 100.0%Ecc generation: 100.0% Image has been augmented with error correction data. New image size is 68 MiB (34932 sectors). diff --git a/regtest/database/RS02_ecc_create_after_partial_read b/regtest/database/RS02_ecc_create_after_partial_read index 49a7102..cb647ce 100644 --- a/regtest/database/RS02_ecc_create_after_partial_read +++ b/regtest/database/RS02_ecc_create_after_partial_read @@ -10,7 +10,7 @@ Using READ CD. Medium "Random Image": CD-R mode 1, 30000 sectors, created 16-07-2006. Completing image rs02-tmp.iso. Only missing sectors will be read. -Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx) + 1000 sectors read. Opening rs02-tmp.iso: 30000 medium sectors. @@ -18,7 +18,5 @@ Augmenting image with Method RS02: 58 MiB data, 9 MiB ecc (35 roots; 15.9% redundancy). * Warning: Using redundancies below 20%% may not give * the expected data loss protection. -Preparing image (checksums, adding space): 1%Preparing image (checksums, adding space): 2%Preparing image (checksums, adding space): 3%Preparing image (checksums, adding space): 4%Preparing image (checksums, adding space): 5%Preparing image (checksums, adding space): 6%Preparing image (checksums, adding space): 7%Preparing image (checksums, adding space): 8%Preparing image (checksums, adding space): 9%Preparing image (checksums, adding space): 10%Preparing image (checksums, adding space): 11%Preparing image (checksums, adding space): 12%Preparing image (checksums, adding space): 13%Preparing image (checksums, adding space): 14%Preparing image (checksums, adding space): 15%Preparing image (checksums, adding space): 16%Preparing image (checksums, adding space): 17%Preparing image (checksums, adding space): 18%Preparing image (checksums, adding space): 19%Preparing image (checksums, adding space): 20%Preparing image (checksums, adding space): 21%Preparing image (checksums, adding space): 22%Preparing image (checksums, adding space): 23%Preparing image (checksums, adding space): 24%Preparing image (checksums, adding space): 25%Preparing image (checksums, adding space): 26%Preparing image (checksums, adding space): 27%Preparing image (checksums, adding space): 28%Preparing image (checksums, adding space): 29%Preparing image (checksums, adding space): 30%Preparing image (checksums, adding space): 31%Preparing image (checksums, adding space): 32%Preparing image (checksums, adding space): 33%Preparing image (checksums, adding space): 34%Preparing image (checksums, adding space): 35%Preparing image (checksums, adding space): 36%Preparing image (checksums, adding space): 37%Preparing image (checksums, adding space): 38%Preparing image (checksums, adding space): 39%Preparing image (checksums, adding space): 40%Preparing image (checksums, adding space): 41%Preparing image (checksums, adding space): 42%Preparing image (checksums, adding space): 43%Preparing image (checksums, adding space): 44%Preparing image (checksums, adding space): 45%Preparing image (checksums, adding space): 46%Preparing image (checksums, adding space): 47%Preparing image (checksums, adding space): 48%Preparing image (checksums, adding space): 49%Preparing image (checksums, adding space): 50%Preparing image (checksums, adding space): 51%Preparing image (checksums, adding space): 52%Preparing image (checksums, adding space): 53%Preparing image (checksums, adding space): 54%Preparing image (checksums, adding space): 55%Preparing image (checksums, adding space): 56%Preparing image (checksums, adding space): 57%Preparing image (checksums, adding space): 58%Preparing image (checksums, adding space): 59%Preparing image (checksums, adding space): 60%Preparing image (checksums, adding space): 61%Preparing image (checksums, adding space): 62%Preparing image (checksums, adding space): 63%Preparing image (checksums, adding space): 64%Preparing image (checksums, adding space): 65%Preparing image (checksums, adding space): 66%Preparing image (checksums, adding space): 67%Preparing image (checksums, adding space): 68%Preparing image (checksums, adding space): 69%Preparing image (checksums, adding space): 70%Preparing image (checksums, adding space): 71%Preparing image (checksums, adding space): 72%Preparing image (checksums, adding space): 73%Preparing image (checksums, adding space): 74%Preparing image (checksums, adding space): 75%Preparing image (checksums, adding space): 76%Preparing image (checksums, adding space): 77%Preparing image (checksums, adding space): 78%Preparing image (checksums, adding space): 79%Preparing image (checksums, adding space): 80%Preparing image (checksums, adding space): 81%Preparing image (checksums, adding space): 82%Preparing image (checksums, adding space): 83%Preparing image (checksums, adding space): 84%Preparing image (checksums, adding space): 85%Preparing image (checksums, adding space): 85%Preparing image (checksums, adding space): 86%Preparing image (checksums, adding space): 87%Preparing image (checksums, adding space): 88%Preparing image (checksums, adding space): 89%Preparing image (checksums, adding space): 90%Preparing image (checksums, adding space): 91%Preparing image (checksums, adding space): 92%Preparing image (checksums, adding space): 93%Preparing image (checksums, adding space): 94%Preparing image (checksums, adding space): 95%Preparing image (checksums, adding space): 96%Preparing image (checksums, adding space): 97%Preparing image (checksums, adding space): 98%Preparing image (checksums, adding space): 99%Preparing image (checksums, adding space): 100% -Ecc generation: 0.4%Ecc generation: 0.9%Ecc generation: 1.3%Ecc generation: 1.8%Ecc generation: 2.2%Ecc generation: 2.7%Ecc generation: 3.1%Ecc generation: 3.6%Ecc generation: 4.0%Ecc generation: 4.5%Ecc generation: 5.0%Ecc generation: 5.4%Ecc generation: 5.9%Ecc generation: 6.3%Ecc generation: 6.8%Ecc generation: 7.2%Ecc generation: 7.7%Ecc generation: 8.1%Ecc generation: 8.6%Ecc generation: 9.0%Ecc generation: 9.5%Ecc generation: 10.0%Ecc generation: 10.4%Ecc generation: 10.9%Ecc generation: 11.3%Ecc generation: 11.8%Ecc generation: 12.2%Ecc generation: 12.7%Ecc generation: 13.1%Ecc generation: 13.6%Ecc generation: 14.0%Ecc generation: 14.5%Ecc generation: 15.0%Ecc generation: 15.4%Ecc generation: 15.9%Ecc generation: 16.3%Ecc generation: 16.8%Ecc generation: 17.2%Ecc generation: 17.7%Ecc generation: 18.1%Ecc generation: 18.6%Ecc generation: 19.0%Ecc generation: 19.5%Ecc generation: 20.0%Ecc generation: 20.4%Ecc generation: 20.9%Ecc generation: 21.3%Ecc generation: 21.8%Ecc generation: 22.2%Ecc generation: 22.7%Ecc generation: 23.1%Ecc generation: 23.6%Ecc generation: 24.0%Ecc generation: 24.5%Ecc generation: 25.0%Ecc generation: 25.4%Ecc generation: 25.9%Ecc generation: 26.3%Ecc generation: 26.8%Ecc generation: 27.2%Ecc generation: 27.7%Ecc generation: 28.1%Ecc generation: 28.6%Ecc generation: 29.0%Ecc generation: 29.5%Ecc generation: 30.0%Ecc generation: 30.4%Ecc generation: 30.9%Ecc generation: 31.3%Ecc generation: 31.8%Ecc generation: 32.2%Ecc generation: 32.7%Ecc generation: 33.1%Ecc generation: 33.6%Ecc generation: 34.0%Ecc generation: 34.5%Ecc generation: 35.0%Ecc generation: 35.4%Ecc generation: 35.9%Ecc generation: 36.3%Ecc generation: 36.8%Ecc generation: 37.2%Ecc generation: 37.7%Ecc generation: 38.1%Ecc generation: 38.6%Ecc generation: 39.0%Ecc generation: 39.5%Ecc generation: 40.0%Ecc generation: 40.4%Ecc generation: 40.9%Ecc generation: 41.3%Ecc generation: 41.8%Ecc generation: 42.2%Ecc generation: 42.7%Ecc generation: 43.1%Ecc generation: 43.6%Ecc generation: 44.0%Ecc generation: 44.5%Ecc generation: 45.0%Ecc generation: 45.4%Ecc generation: 45.9%Ecc generation: 46.3%Ecc generation: 46.8%Ecc generation: 47.2%Ecc generation: 47.7%Ecc generation: 48.1%Ecc generation: 48.6%Ecc generation: 49.0%Ecc generation: 49.5%Ecc generation: 50.0%Ecc generation: 50.4%Ecc generation: 50.9%Ecc generation: 51.3%Ecc generation: 51.8%Ecc generation: 52.2%Ecc generation: 52.7%Ecc generation: 53.1%Ecc generation: 53.6%Ecc generation: 54.0%Ecc generation: 54.5%Ecc generation: 55.0%Ecc generation: 55.4%Ecc generation: 55.9%Ecc generation: 56.3%Ecc generation: 56.8%Ecc generation: 57.2%Ecc generation: 57.7%Ecc generation: 58.1%Ecc generation: 58.6%Ecc generation: 59.0%Ecc generation: 59.5%Ecc generation: 60.0%Ecc generation: 60.4%Ecc generation: 60.9%Ecc generation: 61.3%Ecc generation: 61.8%Ecc generation: 62.2%Ecc generation: 62.7%Ecc generation: 63.1%Ecc generation: 63.6%Ecc generation: 64.0%Ecc generation: 64.5%Ecc generation: 65.0%Ecc generation: 65.4%Ecc generation: 65.9%Ecc generation: 66.3%Ecc generation: 66.8%Ecc generation: 67.2%Ecc generation: 67.7%Ecc generation: 68.1%Ecc generation: 68.6%Ecc generation: 69.0%Ecc generation: 69.5%Ecc generation: 70.0%Ecc generation: 70.4%Ecc generation: 70.9%Ecc generation: 71.3%Ecc generation: 71.8%Ecc generation: 72.2%Ecc generation: 72.7%Ecc generation: 73.1%Ecc generation: 73.6%Ecc generation: 74.0%Ecc generation: 74.5%Ecc generation: 75.0%Ecc generation: 75.4%Ecc generation: 75.9%Ecc generation: 76.3%Ecc generation: 76.8%Ecc generation: 77.2%Ecc generation: 77.7%Ecc generation: 78.1%Ecc generation: 78.6%Ecc generation: 79.0%Ecc generation: 79.5%Ecc generation: 80.0%Ecc generation: 80.4%Ecc generation: 80.9%Ecc generation: 81.3%Ecc generation: 81.8%Ecc generation: 82.2%Ecc generation: 82.7%Ecc generation: 83.1%Ecc generation: 83.6%Ecc generation: 84.0%Ecc generation: 84.5%Ecc generation: 85.0%Ecc generation: 85.4%Ecc generation: 85.9%Ecc generation: 86.3%Ecc generation: 86.8%Ecc generation: 87.2%Ecc generation: 87.7%Ecc generation: 88.1%Ecc generation: 88.6%Ecc generation: 89.0%Ecc generation: 89.5%Ecc generation: 90.0%Ecc generation: 90.4%Ecc generation: 90.9%Ecc generation: 91.3%Ecc generation: 91.8%Ecc generation: 92.2%Ecc generation: 92.7%Ecc generation: 93.1%Ecc generation: 93.6%Ecc generation: 94.0%Ecc generation: 94.5%Ecc generation: 95.0%Ecc generation: 95.4%Ecc generation: 95.9%Ecc generation: 96.3%Ecc generation: 96.8%Ecc generation: 97.2%Ecc generation: 97.7%Ecc generation: 98.1%Ecc generation: 98.6%Ecc generation: 99.0%Ecc generation: 99.5%Ecc generation: 100.0%Ecc generation: 100.0% Image has been augmented with error correction data. New image size is 68 MiB (34932 sectors). diff --git a/regtest/database/RS02_ecc_create_after_read b/regtest/database/RS02_ecc_create_after_read index 28658cd..c2b7a06 100644 --- a/regtest/database/RS02_ecc_create_after_read +++ b/regtest/database/RS02_ecc_create_after_read @@ -10,7 +10,7 @@ Using READ CD. Medium "Random Image": CD-R mode 1, 30000 sectors, created 16-07-2006. Creating new rs02-tmp.iso image. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. Opening rs02-tmp.iso: 30000 medium sectors. @@ -18,7 +18,5 @@ Augmenting image with Method RS02: 58 MiB data, 9 MiB ecc (35 roots; 15.9% redundancy). * Warning: Using redundancies below 20%% may not give * the expected data loss protection. -Preparing image (checksums, adding space): 1%Preparing image (checksums, adding space): 2%Preparing image (checksums, adding space): 3%Preparing image (checksums, adding space): 4%Preparing image (checksums, adding space): 5%Preparing image (checksums, adding space): 6%Preparing image (checksums, adding space): 7%Preparing image (checksums, adding space): 8%Preparing image (checksums, adding space): 9%Preparing image (checksums, adding space): 10%Preparing image (checksums, adding space): 11%Preparing image (checksums, adding space): 12%Preparing image (checksums, adding space): 13%Preparing image (checksums, adding space): 14%Preparing image (checksums, adding space): 15%Preparing image (checksums, adding space): 16%Preparing image (checksums, adding space): 17%Preparing image (checksums, adding space): 18%Preparing image (checksums, adding space): 19%Preparing image (checksums, adding space): 20%Preparing image (checksums, adding space): 21%Preparing image (checksums, adding space): 22%Preparing image (checksums, adding space): 23%Preparing image (checksums, adding space): 24%Preparing image (checksums, adding space): 25%Preparing image (checksums, adding space): 26%Preparing image (checksums, adding space): 27%Preparing image (checksums, adding space): 28%Preparing image (checksums, adding space): 29%Preparing image (checksums, adding space): 30%Preparing image (checksums, adding space): 31%Preparing image (checksums, adding space): 32%Preparing image (checksums, adding space): 33%Preparing image (checksums, adding space): 34%Preparing image (checksums, adding space): 35%Preparing image (checksums, adding space): 36%Preparing image (checksums, adding space): 37%Preparing image (checksums, adding space): 38%Preparing image (checksums, adding space): 39%Preparing image (checksums, adding space): 40%Preparing image (checksums, adding space): 41%Preparing image (checksums, adding space): 42%Preparing image (checksums, adding space): 43%Preparing image (checksums, adding space): 44%Preparing image (checksums, adding space): 45%Preparing image (checksums, adding space): 46%Preparing image (checksums, adding space): 47%Preparing image (checksums, adding space): 48%Preparing image (checksums, adding space): 49%Preparing image (checksums, adding space): 50%Preparing image (checksums, adding space): 51%Preparing image (checksums, adding space): 52%Preparing image (checksums, adding space): 53%Preparing image (checksums, adding space): 54%Preparing image (checksums, adding space): 55%Preparing image (checksums, adding space): 56%Preparing image (checksums, adding space): 57%Preparing image (checksums, adding space): 58%Preparing image (checksums, adding space): 59%Preparing image (checksums, adding space): 60%Preparing image (checksums, adding space): 61%Preparing image (checksums, adding space): 62%Preparing image (checksums, adding space): 63%Preparing image (checksums, adding space): 64%Preparing image (checksums, adding space): 65%Preparing image (checksums, adding space): 66%Preparing image (checksums, adding space): 67%Preparing image (checksums, adding space): 68%Preparing image (checksums, adding space): 69%Preparing image (checksums, adding space): 70%Preparing image (checksums, adding space): 71%Preparing image (checksums, adding space): 72%Preparing image (checksums, adding space): 73%Preparing image (checksums, adding space): 74%Preparing image (checksums, adding space): 75%Preparing image (checksums, adding space): 76%Preparing image (checksums, adding space): 77%Preparing image (checksums, adding space): 78%Preparing image (checksums, adding space): 79%Preparing image (checksums, adding space): 80%Preparing image (checksums, adding space): 81%Preparing image (checksums, adding space): 82%Preparing image (checksums, adding space): 83%Preparing image (checksums, adding space): 84%Preparing image (checksums, adding space): 85%Preparing image (checksums, adding space): 85%Preparing image (checksums, adding space): 86%Preparing image (checksums, adding space): 87%Preparing image (checksums, adding space): 88%Preparing image (checksums, adding space): 89%Preparing image (checksums, adding space): 90%Preparing image (checksums, adding space): 91%Preparing image (checksums, adding space): 92%Preparing image (checksums, adding space): 93%Preparing image (checksums, adding space): 94%Preparing image (checksums, adding space): 95%Preparing image (checksums, adding space): 96%Preparing image (checksums, adding space): 97%Preparing image (checksums, adding space): 98%Preparing image (checksums, adding space): 99%Preparing image (checksums, adding space): 100% -Ecc generation: 0.4%Ecc generation: 0.9%Ecc generation: 1.3%Ecc generation: 1.8%Ecc generation: 2.2%Ecc generation: 2.7%Ecc generation: 3.1%Ecc generation: 3.6%Ecc generation: 4.0%Ecc generation: 4.5%Ecc generation: 5.0%Ecc generation: 5.4%Ecc generation: 5.9%Ecc generation: 6.3%Ecc generation: 6.8%Ecc generation: 7.2%Ecc generation: 7.7%Ecc generation: 8.1%Ecc generation: 8.6%Ecc generation: 9.0%Ecc generation: 9.5%Ecc generation: 10.0%Ecc generation: 10.4%Ecc generation: 10.9%Ecc generation: 11.3%Ecc generation: 11.8%Ecc generation: 12.2%Ecc generation: 12.7%Ecc generation: 13.1%Ecc generation: 13.6%Ecc generation: 14.0%Ecc generation: 14.5%Ecc generation: 15.0%Ecc generation: 15.4%Ecc generation: 15.9%Ecc generation: 16.3%Ecc generation: 16.8%Ecc generation: 17.2%Ecc generation: 17.7%Ecc generation: 18.1%Ecc generation: 18.6%Ecc generation: 19.0%Ecc generation: 19.5%Ecc generation: 20.0%Ecc generation: 20.4%Ecc generation: 20.9%Ecc generation: 21.3%Ecc generation: 21.8%Ecc generation: 22.2%Ecc generation: 22.7%Ecc generation: 23.1%Ecc generation: 23.6%Ecc generation: 24.0%Ecc generation: 24.5%Ecc generation: 25.0%Ecc generation: 25.4%Ecc generation: 25.9%Ecc generation: 26.3%Ecc generation: 26.8%Ecc generation: 27.2%Ecc generation: 27.7%Ecc generation: 28.1%Ecc generation: 28.6%Ecc generation: 29.0%Ecc generation: 29.5%Ecc generation: 30.0%Ecc generation: 30.4%Ecc generation: 30.9%Ecc generation: 31.3%Ecc generation: 31.8%Ecc generation: 32.2%Ecc generation: 32.7%Ecc generation: 33.1%Ecc generation: 33.6%Ecc generation: 34.0%Ecc generation: 34.5%Ecc generation: 35.0%Ecc generation: 35.4%Ecc generation: 35.9%Ecc generation: 36.3%Ecc generation: 36.8%Ecc generation: 37.2%Ecc generation: 37.7%Ecc generation: 38.1%Ecc generation: 38.6%Ecc generation: 39.0%Ecc generation: 39.5%Ecc generation: 40.0%Ecc generation: 40.4%Ecc generation: 40.9%Ecc generation: 41.3%Ecc generation: 41.8%Ecc generation: 42.2%Ecc generation: 42.7%Ecc generation: 43.1%Ecc generation: 43.6%Ecc generation: 44.0%Ecc generation: 44.5%Ecc generation: 45.0%Ecc generation: 45.4%Ecc generation: 45.9%Ecc generation: 46.3%Ecc generation: 46.8%Ecc generation: 47.2%Ecc generation: 47.7%Ecc generation: 48.1%Ecc generation: 48.6%Ecc generation: 49.0%Ecc generation: 49.5%Ecc generation: 50.0%Ecc generation: 50.4%Ecc generation: 50.9%Ecc generation: 51.3%Ecc generation: 51.8%Ecc generation: 52.2%Ecc generation: 52.7%Ecc generation: 53.1%Ecc generation: 53.6%Ecc generation: 54.0%Ecc generation: 54.5%Ecc generation: 55.0%Ecc generation: 55.4%Ecc generation: 55.9%Ecc generation: 56.3%Ecc generation: 56.8%Ecc generation: 57.2%Ecc generation: 57.7%Ecc generation: 58.1%Ecc generation: 58.6%Ecc generation: 59.0%Ecc generation: 59.5%Ecc generation: 60.0%Ecc generation: 60.4%Ecc generation: 60.9%Ecc generation: 61.3%Ecc generation: 61.8%Ecc generation: 62.2%Ecc generation: 62.7%Ecc generation: 63.1%Ecc generation: 63.6%Ecc generation: 64.0%Ecc generation: 64.5%Ecc generation: 65.0%Ecc generation: 65.4%Ecc generation: 65.9%Ecc generation: 66.3%Ecc generation: 66.8%Ecc generation: 67.2%Ecc generation: 67.7%Ecc generation: 68.1%Ecc generation: 68.6%Ecc generation: 69.0%Ecc generation: 69.5%Ecc generation: 70.0%Ecc generation: 70.4%Ecc generation: 70.9%Ecc generation: 71.3%Ecc generation: 71.8%Ecc generation: 72.2%Ecc generation: 72.7%Ecc generation: 73.1%Ecc generation: 73.6%Ecc generation: 74.0%Ecc generation: 74.5%Ecc generation: 75.0%Ecc generation: 75.4%Ecc generation: 75.9%Ecc generation: 76.3%Ecc generation: 76.8%Ecc generation: 77.2%Ecc generation: 77.7%Ecc generation: 78.1%Ecc generation: 78.6%Ecc generation: 79.0%Ecc generation: 79.5%Ecc generation: 80.0%Ecc generation: 80.4%Ecc generation: 80.9%Ecc generation: 81.3%Ecc generation: 81.8%Ecc generation: 82.2%Ecc generation: 82.7%Ecc generation: 83.1%Ecc generation: 83.6%Ecc generation: 84.0%Ecc generation: 84.5%Ecc generation: 85.0%Ecc generation: 85.4%Ecc generation: 85.9%Ecc generation: 86.3%Ecc generation: 86.8%Ecc generation: 87.2%Ecc generation: 87.7%Ecc generation: 88.1%Ecc generation: 88.6%Ecc generation: 89.0%Ecc generation: 89.5%Ecc generation: 90.0%Ecc generation: 90.4%Ecc generation: 90.9%Ecc generation: 91.3%Ecc generation: 91.8%Ecc generation: 92.2%Ecc generation: 92.7%Ecc generation: 93.1%Ecc generation: 93.6%Ecc generation: 94.0%Ecc generation: 94.5%Ecc generation: 95.0%Ecc generation: 95.4%Ecc generation: 95.9%Ecc generation: 96.3%Ecc generation: 96.8%Ecc generation: 97.2%Ecc generation: 97.7%Ecc generation: 98.1%Ecc generation: 98.6%Ecc generation: 99.0%Ecc generation: 99.5%Ecc generation: 100.0%Ecc generation: 100.0% Image has been augmented with error correction data. New image size is 68 MiB (34932 sectors). diff --git a/regtest/database/RS02_ecc_from_larger_rs02 b/regtest/database/RS02_ecc_from_larger_rs02 index fd0759c..4c6ab1b 100644 --- a/regtest/database/RS02_ecc_from_larger_rs02 +++ b/regtest/database/RS02_ecc_from_larger_rs02 @@ -13,7 +13,5 @@ Augmenting image with Method RS02: 58 MiB data, 9 MiB ecc (35 roots; 15.9% redundancy). * Warning: Using redundancies below 20%% may not give * the expected data loss protection. -Preparing image (checksums, adding space): 1%Preparing image (checksums, adding space): 2%Preparing image (checksums, adding space): 3%Preparing image (checksums, adding space): 4%Preparing image (checksums, adding space): 5%Preparing image (checksums, adding space): 6%Preparing image (checksums, adding space): 7%Preparing image (checksums, adding space): 8%Preparing image (checksums, adding space): 9%Preparing image (checksums, adding space): 10%Preparing image (checksums, adding space): 11%Preparing image (checksums, adding space): 12%Preparing image (checksums, adding space): 13%Preparing image (checksums, adding space): 14%Preparing image (checksums, adding space): 15%Preparing image (checksums, adding space): 16%Preparing image (checksums, adding space): 17%Preparing image (checksums, adding space): 18%Preparing image (checksums, adding space): 19%Preparing image (checksums, adding space): 20%Preparing image (checksums, adding space): 21%Preparing image (checksums, adding space): 22%Preparing image (checksums, adding space): 23%Preparing image (checksums, adding space): 24%Preparing image (checksums, adding space): 25%Preparing image (checksums, adding space): 26%Preparing image (checksums, adding space): 27%Preparing image (checksums, adding space): 28%Preparing image (checksums, adding space): 29%Preparing image (checksums, adding space): 30%Preparing image (checksums, adding space): 31%Preparing image (checksums, adding space): 32%Preparing image (checksums, adding space): 33%Preparing image (checksums, adding space): 34%Preparing image (checksums, adding space): 35%Preparing image (checksums, adding space): 36%Preparing image (checksums, adding space): 37%Preparing image (checksums, adding space): 38%Preparing image (checksums, adding space): 39%Preparing image (checksums, adding space): 40%Preparing image (checksums, adding space): 41%Preparing image (checksums, adding space): 42%Preparing image (checksums, adding space): 43%Preparing image (checksums, adding space): 44%Preparing image (checksums, adding space): 45%Preparing image (checksums, adding space): 46%Preparing image (checksums, adding space): 47%Preparing image (checksums, adding space): 48%Preparing image (checksums, adding space): 49%Preparing image (checksums, adding space): 50%Preparing image (checksums, adding space): 51%Preparing image (checksums, adding space): 52%Preparing image (checksums, adding space): 53%Preparing image (checksums, adding space): 54%Preparing image (checksums, adding space): 55%Preparing image (checksums, adding space): 56%Preparing image (checksums, adding space): 57%Preparing image (checksums, adding space): 58%Preparing image (checksums, adding space): 59%Preparing image (checksums, adding space): 60%Preparing image (checksums, adding space): 61%Preparing image (checksums, adding space): 62%Preparing image (checksums, adding space): 63%Preparing image (checksums, adding space): 64%Preparing image (checksums, adding space): 65%Preparing image (checksums, adding space): 66%Preparing image (checksums, adding space): 67%Preparing image (checksums, adding space): 68%Preparing image (checksums, adding space): 69%Preparing image (checksums, adding space): 70%Preparing image (checksums, adding space): 71%Preparing image (checksums, adding space): 72%Preparing image (checksums, adding space): 73%Preparing image (checksums, adding space): 74%Preparing image (checksums, adding space): 75%Preparing image (checksums, adding space): 76%Preparing image (checksums, adding space): 77%Preparing image (checksums, adding space): 78%Preparing image (checksums, adding space): 79%Preparing image (checksums, adding space): 80%Preparing image (checksums, adding space): 81%Preparing image (checksums, adding space): 82%Preparing image (checksums, adding space): 83%Preparing image (checksums, adding space): 84%Preparing image (checksums, adding space): 85%Preparing image (checksums, adding space): 85%Preparing image (checksums, adding space): 86%Preparing image (checksums, adding space): 87%Preparing image (checksums, adding space): 88%Preparing image (checksums, adding space): 89%Preparing image (checksums, adding space): 90%Preparing image (checksums, adding space): 91%Preparing image (checksums, adding space): 92%Preparing image (checksums, adding space): 93%Preparing image (checksums, adding space): 94%Preparing image (checksums, adding space): 95%Preparing image (checksums, adding space): 96%Preparing image (checksums, adding space): 97%Preparing image (checksums, adding space): 98%Preparing image (checksums, adding space): 99%Preparing image (checksums, adding space): 100% -Ecc generation: 0.4%Ecc generation: 0.9%Ecc generation: 1.3%Ecc generation: 1.8%Ecc generation: 2.2%Ecc generation: 2.7%Ecc generation: 3.1%Ecc generation: 3.6%Ecc generation: 4.0%Ecc generation: 4.5%Ecc generation: 5.0%Ecc generation: 5.4%Ecc generation: 5.9%Ecc generation: 6.3%Ecc generation: 6.8%Ecc generation: 7.2%Ecc generation: 7.7%Ecc generation: 8.1%Ecc generation: 8.6%Ecc generation: 9.0%Ecc generation: 9.5%Ecc generation: 10.0%Ecc generation: 10.4%Ecc generation: 10.9%Ecc generation: 11.3%Ecc generation: 11.8%Ecc generation: 12.2%Ecc generation: 12.7%Ecc generation: 13.1%Ecc generation: 13.6%Ecc generation: 14.0%Ecc generation: 14.5%Ecc generation: 15.0%Ecc generation: 15.4%Ecc generation: 15.9%Ecc generation: 16.3%Ecc generation: 16.8%Ecc generation: 17.2%Ecc generation: 17.7%Ecc generation: 18.1%Ecc generation: 18.6%Ecc generation: 19.0%Ecc generation: 19.5%Ecc generation: 20.0%Ecc generation: 20.4%Ecc generation: 20.9%Ecc generation: 21.3%Ecc generation: 21.8%Ecc generation: 22.2%Ecc generation: 22.7%Ecc generation: 23.1%Ecc generation: 23.6%Ecc generation: 24.0%Ecc generation: 24.5%Ecc generation: 25.0%Ecc generation: 25.4%Ecc generation: 25.9%Ecc generation: 26.3%Ecc generation: 26.8%Ecc generation: 27.2%Ecc generation: 27.7%Ecc generation: 28.1%Ecc generation: 28.6%Ecc generation: 29.0%Ecc generation: 29.5%Ecc generation: 30.0%Ecc generation: 30.4%Ecc generation: 30.9%Ecc generation: 31.3%Ecc generation: 31.8%Ecc generation: 32.2%Ecc generation: 32.7%Ecc generation: 33.1%Ecc generation: 33.6%Ecc generation: 34.0%Ecc generation: 34.5%Ecc generation: 35.0%Ecc generation: 35.4%Ecc generation: 35.9%Ecc generation: 36.3%Ecc generation: 36.8%Ecc generation: 37.2%Ecc generation: 37.7%Ecc generation: 38.1%Ecc generation: 38.6%Ecc generation: 39.0%Ecc generation: 39.5%Ecc generation: 40.0%Ecc generation: 40.4%Ecc generation: 40.9%Ecc generation: 41.3%Ecc generation: 41.8%Ecc generation: 42.2%Ecc generation: 42.7%Ecc generation: 43.1%Ecc generation: 43.6%Ecc generation: 44.0%Ecc generation: 44.5%Ecc generation: 45.0%Ecc generation: 45.4%Ecc generation: 45.9%Ecc generation: 46.3%Ecc generation: 46.8%Ecc generation: 47.2%Ecc generation: 47.7%Ecc generation: 48.1%Ecc generation: 48.6%Ecc generation: 49.0%Ecc generation: 49.5%Ecc generation: 50.0%Ecc generation: 50.4%Ecc generation: 50.9%Ecc generation: 51.3%Ecc generation: 51.8%Ecc generation: 52.2%Ecc generation: 52.7%Ecc generation: 53.1%Ecc generation: 53.6%Ecc generation: 54.0%Ecc generation: 54.5%Ecc generation: 55.0%Ecc generation: 55.4%Ecc generation: 55.9%Ecc generation: 56.3%Ecc generation: 56.8%Ecc generation: 57.2%Ecc generation: 57.7%Ecc generation: 58.1%Ecc generation: 58.6%Ecc generation: 59.0%Ecc generation: 59.5%Ecc generation: 60.0%Ecc generation: 60.4%Ecc generation: 60.9%Ecc generation: 61.3%Ecc generation: 61.8%Ecc generation: 62.2%Ecc generation: 62.7%Ecc generation: 63.1%Ecc generation: 63.6%Ecc generation: 64.0%Ecc generation: 64.5%Ecc generation: 65.0%Ecc generation: 65.4%Ecc generation: 65.9%Ecc generation: 66.3%Ecc generation: 66.8%Ecc generation: 67.2%Ecc generation: 67.7%Ecc generation: 68.1%Ecc generation: 68.6%Ecc generation: 69.0%Ecc generation: 69.5%Ecc generation: 70.0%Ecc generation: 70.4%Ecc generation: 70.9%Ecc generation: 71.3%Ecc generation: 71.8%Ecc generation: 72.2%Ecc generation: 72.7%Ecc generation: 73.1%Ecc generation: 73.6%Ecc generation: 74.0%Ecc generation: 74.5%Ecc generation: 75.0%Ecc generation: 75.4%Ecc generation: 75.9%Ecc generation: 76.3%Ecc generation: 76.8%Ecc generation: 77.2%Ecc generation: 77.7%Ecc generation: 78.1%Ecc generation: 78.6%Ecc generation: 79.0%Ecc generation: 79.5%Ecc generation: 80.0%Ecc generation: 80.4%Ecc generation: 80.9%Ecc generation: 81.3%Ecc generation: 81.8%Ecc generation: 82.2%Ecc generation: 82.7%Ecc generation: 83.1%Ecc generation: 83.6%Ecc generation: 84.0%Ecc generation: 84.5%Ecc generation: 85.0%Ecc generation: 85.4%Ecc generation: 85.9%Ecc generation: 86.3%Ecc generation: 86.8%Ecc generation: 87.2%Ecc generation: 87.7%Ecc generation: 88.1%Ecc generation: 88.6%Ecc generation: 89.0%Ecc generation: 89.5%Ecc generation: 90.0%Ecc generation: 90.4%Ecc generation: 90.9%Ecc generation: 91.3%Ecc generation: 91.8%Ecc generation: 92.2%Ecc generation: 92.7%Ecc generation: 93.1%Ecc generation: 93.6%Ecc generation: 94.0%Ecc generation: 94.5%Ecc generation: 95.0%Ecc generation: 95.4%Ecc generation: 95.9%Ecc generation: 96.3%Ecc generation: 96.8%Ecc generation: 97.2%Ecc generation: 97.7%Ecc generation: 98.1%Ecc generation: 98.6%Ecc generation: 99.0%Ecc generation: 99.5%Ecc generation: 100.0%Ecc generation: 100.0% Image has been augmented with error correction data. New image size is 68 MiB (34932 sectors). diff --git a/regtest/database/RS02_ecc_from_larger_rs02_non_blocksize b/regtest/database/RS02_ecc_from_larger_rs02_non_blocksize index cec5b3d..aad5213 100644 --- a/regtest/database/RS02_ecc_from_larger_rs02_non_blocksize +++ b/regtest/database/RS02_ecc_from_larger_rs02_non_blocksize @@ -13,7 +13,5 @@ Augmenting image with Method RS02: 58 MiB data, 9 MiB ecc (35 roots; 15.9% redundancy). * Warning: Using redundancies below 20%% may not give * the expected data loss protection. -Preparing image (checksums, adding space): 1%Preparing image (checksums, adding space): 2%Preparing image (checksums, adding space): 3%Preparing image (checksums, adding space): 4%Preparing image (checksums, adding space): 5%Preparing image (checksums, adding space): 6%Preparing image (checksums, adding space): 7%Preparing image (checksums, adding space): 8%Preparing image (checksums, adding space): 9%Preparing image (checksums, adding space): 10%Preparing image (checksums, adding space): 11%Preparing image (checksums, adding space): 12%Preparing image (checksums, adding space): 13%Preparing image (checksums, adding space): 14%Preparing image (checksums, adding space): 15%Preparing image (checksums, adding space): 16%Preparing image (checksums, adding space): 17%Preparing image (checksums, adding space): 18%Preparing image (checksums, adding space): 19%Preparing image (checksums, adding space): 20%Preparing image (checksums, adding space): 21%Preparing image (checksums, adding space): 22%Preparing image (checksums, adding space): 23%Preparing image (checksums, adding space): 24%Preparing image (checksums, adding space): 25%Preparing image (checksums, adding space): 26%Preparing image (checksums, adding space): 27%Preparing image (checksums, adding space): 28%Preparing image (checksums, adding space): 29%Preparing image (checksums, adding space): 30%Preparing image (checksums, adding space): 31%Preparing image (checksums, adding space): 32%Preparing image (checksums, adding space): 33%Preparing image (checksums, adding space): 34%Preparing image (checksums, adding space): 35%Preparing image (checksums, adding space): 36%Preparing image (checksums, adding space): 37%Preparing image (checksums, adding space): 38%Preparing image (checksums, adding space): 39%Preparing image (checksums, adding space): 40%Preparing image (checksums, adding space): 41%Preparing image (checksums, adding space): 42%Preparing image (checksums, adding space): 43%Preparing image (checksums, adding space): 44%Preparing image (checksums, adding space): 45%Preparing image (checksums, adding space): 46%Preparing image (checksums, adding space): 47%Preparing image (checksums, adding space): 48%Preparing image (checksums, adding space): 49%Preparing image (checksums, adding space): 50%Preparing image (checksums, adding space): 51%Preparing image (checksums, adding space): 52%Preparing image (checksums, adding space): 53%Preparing image (checksums, adding space): 54%Preparing image (checksums, adding space): 55%Preparing image (checksums, adding space): 56%Preparing image (checksums, adding space): 57%Preparing image (checksums, adding space): 58%Preparing image (checksums, adding space): 59%Preparing image (checksums, adding space): 60%Preparing image (checksums, adding space): 61%Preparing image (checksums, adding space): 62%Preparing image (checksums, adding space): 63%Preparing image (checksums, adding space): 64%Preparing image (checksums, adding space): 65%Preparing image (checksums, adding space): 66%Preparing image (checksums, adding space): 67%Preparing image (checksums, adding space): 68%Preparing image (checksums, adding space): 69%Preparing image (checksums, adding space): 70%Preparing image (checksums, adding space): 71%Preparing image (checksums, adding space): 72%Preparing image (checksums, adding space): 73%Preparing image (checksums, adding space): 74%Preparing image (checksums, adding space): 75%Preparing image (checksums, adding space): 76%Preparing image (checksums, adding space): 77%Preparing image (checksums, adding space): 78%Preparing image (checksums, adding space): 79%Preparing image (checksums, adding space): 80%Preparing image (checksums, adding space): 81%Preparing image (checksums, adding space): 82%Preparing image (checksums, adding space): 83%Preparing image (checksums, adding space): 84%Preparing image (checksums, adding space): 85%Preparing image (checksums, adding space): 85%Preparing image (checksums, adding space): 86%Preparing image (checksums, adding space): 87%Preparing image (checksums, adding space): 88%Preparing image (checksums, adding space): 89%Preparing image (checksums, adding space): 90%Preparing image (checksums, adding space): 91%Preparing image (checksums, adding space): 92%Preparing image (checksums, adding space): 93%Preparing image (checksums, adding space): 94%Preparing image (checksums, adding space): 95%Preparing image (checksums, adding space): 96%Preparing image (checksums, adding space): 97%Preparing image (checksums, adding space): 98%Preparing image (checksums, adding space): 99%Preparing image (checksums, adding space): 100% -Ecc generation: 0.4%Ecc generation: 0.9%Ecc generation: 1.3%Ecc generation: 1.8%Ecc generation: 2.2%Ecc generation: 2.7%Ecc generation: 3.1%Ecc generation: 3.6%Ecc generation: 4.0%Ecc generation: 4.5%Ecc generation: 5.0%Ecc generation: 5.4%Ecc generation: 5.9%Ecc generation: 6.3%Ecc generation: 6.8%Ecc generation: 7.2%Ecc generation: 7.7%Ecc generation: 8.1%Ecc generation: 8.6%Ecc generation: 9.0%Ecc generation: 9.5%Ecc generation: 10.0%Ecc generation: 10.4%Ecc generation: 10.9%Ecc generation: 11.3%Ecc generation: 11.8%Ecc generation: 12.2%Ecc generation: 12.7%Ecc generation: 13.1%Ecc generation: 13.6%Ecc generation: 14.0%Ecc generation: 14.5%Ecc generation: 15.0%Ecc generation: 15.4%Ecc generation: 15.9%Ecc generation: 16.3%Ecc generation: 16.8%Ecc generation: 17.2%Ecc generation: 17.7%Ecc generation: 18.1%Ecc generation: 18.6%Ecc generation: 19.0%Ecc generation: 19.5%Ecc generation: 20.0%Ecc generation: 20.4%Ecc generation: 20.9%Ecc generation: 21.3%Ecc generation: 21.8%Ecc generation: 22.2%Ecc generation: 22.7%Ecc generation: 23.1%Ecc generation: 23.6%Ecc generation: 24.0%Ecc generation: 24.5%Ecc generation: 25.0%Ecc generation: 25.4%Ecc generation: 25.9%Ecc generation: 26.3%Ecc generation: 26.8%Ecc generation: 27.2%Ecc generation: 27.7%Ecc generation: 28.1%Ecc generation: 28.6%Ecc generation: 29.0%Ecc generation: 29.5%Ecc generation: 30.0%Ecc generation: 30.4%Ecc generation: 30.9%Ecc generation: 31.3%Ecc generation: 31.8%Ecc generation: 32.2%Ecc generation: 32.7%Ecc generation: 33.1%Ecc generation: 33.6%Ecc generation: 34.0%Ecc generation: 34.5%Ecc generation: 35.0%Ecc generation: 35.4%Ecc generation: 35.9%Ecc generation: 36.3%Ecc generation: 36.8%Ecc generation: 37.2%Ecc generation: 37.7%Ecc generation: 38.1%Ecc generation: 38.6%Ecc generation: 39.0%Ecc generation: 39.5%Ecc generation: 40.0%Ecc generation: 40.4%Ecc generation: 40.9%Ecc generation: 41.3%Ecc generation: 41.8%Ecc generation: 42.2%Ecc generation: 42.7%Ecc generation: 43.1%Ecc generation: 43.6%Ecc generation: 44.0%Ecc generation: 44.5%Ecc generation: 45.0%Ecc generation: 45.4%Ecc generation: 45.9%Ecc generation: 46.3%Ecc generation: 46.8%Ecc generation: 47.2%Ecc generation: 47.7%Ecc generation: 48.1%Ecc generation: 48.6%Ecc generation: 49.0%Ecc generation: 49.5%Ecc generation: 50.0%Ecc generation: 50.4%Ecc generation: 50.9%Ecc generation: 51.3%Ecc generation: 51.8%Ecc generation: 52.2%Ecc generation: 52.7%Ecc generation: 53.1%Ecc generation: 53.6%Ecc generation: 54.0%Ecc generation: 54.5%Ecc generation: 55.0%Ecc generation: 55.4%Ecc generation: 55.9%Ecc generation: 56.3%Ecc generation: 56.8%Ecc generation: 57.2%Ecc generation: 57.7%Ecc generation: 58.1%Ecc generation: 58.6%Ecc generation: 59.0%Ecc generation: 59.5%Ecc generation: 60.0%Ecc generation: 60.4%Ecc generation: 60.9%Ecc generation: 61.3%Ecc generation: 61.8%Ecc generation: 62.2%Ecc generation: 62.7%Ecc generation: 63.1%Ecc generation: 63.6%Ecc generation: 64.0%Ecc generation: 64.5%Ecc generation: 65.0%Ecc generation: 65.4%Ecc generation: 65.9%Ecc generation: 66.3%Ecc generation: 66.8%Ecc generation: 67.2%Ecc generation: 67.7%Ecc generation: 68.1%Ecc generation: 68.6%Ecc generation: 69.0%Ecc generation: 69.5%Ecc generation: 70.0%Ecc generation: 70.4%Ecc generation: 70.9%Ecc generation: 71.3%Ecc generation: 71.8%Ecc generation: 72.2%Ecc generation: 72.7%Ecc generation: 73.1%Ecc generation: 73.6%Ecc generation: 74.0%Ecc generation: 74.5%Ecc generation: 75.0%Ecc generation: 75.4%Ecc generation: 75.9%Ecc generation: 76.3%Ecc generation: 76.8%Ecc generation: 77.2%Ecc generation: 77.7%Ecc generation: 78.1%Ecc generation: 78.6%Ecc generation: 79.0%Ecc generation: 79.5%Ecc generation: 80.0%Ecc generation: 80.4%Ecc generation: 80.9%Ecc generation: 81.3%Ecc generation: 81.8%Ecc generation: 82.2%Ecc generation: 82.7%Ecc generation: 83.1%Ecc generation: 83.6%Ecc generation: 84.0%Ecc generation: 84.5%Ecc generation: 85.0%Ecc generation: 85.4%Ecc generation: 85.9%Ecc generation: 86.3%Ecc generation: 86.8%Ecc generation: 87.2%Ecc generation: 87.7%Ecc generation: 88.1%Ecc generation: 88.6%Ecc generation: 89.0%Ecc generation: 89.5%Ecc generation: 90.0%Ecc generation: 90.4%Ecc generation: 90.9%Ecc generation: 91.3%Ecc generation: 91.8%Ecc generation: 92.2%Ecc generation: 92.7%Ecc generation: 93.1%Ecc generation: 93.6%Ecc generation: 94.0%Ecc generation: 94.5%Ecc generation: 95.0%Ecc generation: 95.4%Ecc generation: 95.9%Ecc generation: 96.3%Ecc generation: 96.8%Ecc generation: 97.2%Ecc generation: 97.7%Ecc generation: 98.1%Ecc generation: 98.6%Ecc generation: 99.0%Ecc generation: 99.5%Ecc generation: 100.0%Ecc generation: 100.0% Image has been augmented with error correction data. New image size is 68 MiB (34933 sectors). diff --git a/regtest/database/RS02_ecc_from_rs02 b/regtest/database/RS02_ecc_from_rs02 index bc6d41e..9169c11 100644 --- a/regtest/database/RS02_ecc_from_rs02 +++ b/regtest/database/RS02_ecc_from_rs02 @@ -13,7 +13,5 @@ Augmenting image with Method RS02: 58 MiB data, 9 MiB ecc (35 roots; 15.9% redundancy). * Warning: Using redundancies below 20%% may not give * the expected data loss protection. -Preparing image (checksums, adding space): 1%Preparing image (checksums, adding space): 2%Preparing image (checksums, adding space): 3%Preparing image (checksums, adding space): 4%Preparing image (checksums, adding space): 5%Preparing image (checksums, adding space): 6%Preparing image (checksums, adding space): 7%Preparing image (checksums, adding space): 8%Preparing image (checksums, adding space): 9%Preparing image (checksums, adding space): 10%Preparing image (checksums, adding space): 11%Preparing image (checksums, adding space): 12%Preparing image (checksums, adding space): 13%Preparing image (checksums, adding space): 14%Preparing image (checksums, adding space): 15%Preparing image (checksums, adding space): 16%Preparing image (checksums, adding space): 17%Preparing image (checksums, adding space): 18%Preparing image (checksums, adding space): 19%Preparing image (checksums, adding space): 20%Preparing image (checksums, adding space): 21%Preparing image (checksums, adding space): 22%Preparing image (checksums, adding space): 23%Preparing image (checksums, adding space): 24%Preparing image (checksums, adding space): 25%Preparing image (checksums, adding space): 26%Preparing image (checksums, adding space): 27%Preparing image (checksums, adding space): 28%Preparing image (checksums, adding space): 29%Preparing image (checksums, adding space): 30%Preparing image (checksums, adding space): 31%Preparing image (checksums, adding space): 32%Preparing image (checksums, adding space): 33%Preparing image (checksums, adding space): 34%Preparing image (checksums, adding space): 35%Preparing image (checksums, adding space): 36%Preparing image (checksums, adding space): 37%Preparing image (checksums, adding space): 38%Preparing image (checksums, adding space): 39%Preparing image (checksums, adding space): 40%Preparing image (checksums, adding space): 41%Preparing image (checksums, adding space): 42%Preparing image (checksums, adding space): 43%Preparing image (checksums, adding space): 44%Preparing image (checksums, adding space): 45%Preparing image (checksums, adding space): 46%Preparing image (checksums, adding space): 47%Preparing image (checksums, adding space): 48%Preparing image (checksums, adding space): 49%Preparing image (checksums, adding space): 50%Preparing image (checksums, adding space): 51%Preparing image (checksums, adding space): 52%Preparing image (checksums, adding space): 53%Preparing image (checksums, adding space): 54%Preparing image (checksums, adding space): 55%Preparing image (checksums, adding space): 56%Preparing image (checksums, adding space): 57%Preparing image (checksums, adding space): 58%Preparing image (checksums, adding space): 59%Preparing image (checksums, adding space): 60%Preparing image (checksums, adding space): 61%Preparing image (checksums, adding space): 62%Preparing image (checksums, adding space): 63%Preparing image (checksums, adding space): 64%Preparing image (checksums, adding space): 65%Preparing image (checksums, adding space): 66%Preparing image (checksums, adding space): 67%Preparing image (checksums, adding space): 68%Preparing image (checksums, adding space): 69%Preparing image (checksums, adding space): 70%Preparing image (checksums, adding space): 71%Preparing image (checksums, adding space): 72%Preparing image (checksums, adding space): 73%Preparing image (checksums, adding space): 74%Preparing image (checksums, adding space): 75%Preparing image (checksums, adding space): 76%Preparing image (checksums, adding space): 77%Preparing image (checksums, adding space): 78%Preparing image (checksums, adding space): 79%Preparing image (checksums, adding space): 80%Preparing image (checksums, adding space): 81%Preparing image (checksums, adding space): 82%Preparing image (checksums, adding space): 83%Preparing image (checksums, adding space): 84%Preparing image (checksums, adding space): 85%Preparing image (checksums, adding space): 85%Preparing image (checksums, adding space): 86%Preparing image (checksums, adding space): 87%Preparing image (checksums, adding space): 88%Preparing image (checksums, adding space): 89%Preparing image (checksums, adding space): 90%Preparing image (checksums, adding space): 91%Preparing image (checksums, adding space): 92%Preparing image (checksums, adding space): 93%Preparing image (checksums, adding space): 94%Preparing image (checksums, adding space): 95%Preparing image (checksums, adding space): 96%Preparing image (checksums, adding space): 97%Preparing image (checksums, adding space): 98%Preparing image (checksums, adding space): 99%Preparing image (checksums, adding space): 100% -Ecc generation: 0.4%Ecc generation: 0.9%Ecc generation: 1.3%Ecc generation: 1.8%Ecc generation: 2.2%Ecc generation: 2.7%Ecc generation: 3.1%Ecc generation: 3.6%Ecc generation: 4.0%Ecc generation: 4.5%Ecc generation: 5.0%Ecc generation: 5.4%Ecc generation: 5.9%Ecc generation: 6.3%Ecc generation: 6.8%Ecc generation: 7.2%Ecc generation: 7.7%Ecc generation: 8.1%Ecc generation: 8.6%Ecc generation: 9.0%Ecc generation: 9.5%Ecc generation: 10.0%Ecc generation: 10.4%Ecc generation: 10.9%Ecc generation: 11.3%Ecc generation: 11.8%Ecc generation: 12.2%Ecc generation: 12.7%Ecc generation: 13.1%Ecc generation: 13.6%Ecc generation: 14.0%Ecc generation: 14.5%Ecc generation: 15.0%Ecc generation: 15.4%Ecc generation: 15.9%Ecc generation: 16.3%Ecc generation: 16.8%Ecc generation: 17.2%Ecc generation: 17.7%Ecc generation: 18.1%Ecc generation: 18.6%Ecc generation: 19.0%Ecc generation: 19.5%Ecc generation: 20.0%Ecc generation: 20.4%Ecc generation: 20.9%Ecc generation: 21.3%Ecc generation: 21.8%Ecc generation: 22.2%Ecc generation: 22.7%Ecc generation: 23.1%Ecc generation: 23.6%Ecc generation: 24.0%Ecc generation: 24.5%Ecc generation: 25.0%Ecc generation: 25.4%Ecc generation: 25.9%Ecc generation: 26.3%Ecc generation: 26.8%Ecc generation: 27.2%Ecc generation: 27.7%Ecc generation: 28.1%Ecc generation: 28.6%Ecc generation: 29.0%Ecc generation: 29.5%Ecc generation: 30.0%Ecc generation: 30.4%Ecc generation: 30.9%Ecc generation: 31.3%Ecc generation: 31.8%Ecc generation: 32.2%Ecc generation: 32.7%Ecc generation: 33.1%Ecc generation: 33.6%Ecc generation: 34.0%Ecc generation: 34.5%Ecc generation: 35.0%Ecc generation: 35.4%Ecc generation: 35.9%Ecc generation: 36.3%Ecc generation: 36.8%Ecc generation: 37.2%Ecc generation: 37.7%Ecc generation: 38.1%Ecc generation: 38.6%Ecc generation: 39.0%Ecc generation: 39.5%Ecc generation: 40.0%Ecc generation: 40.4%Ecc generation: 40.9%Ecc generation: 41.3%Ecc generation: 41.8%Ecc generation: 42.2%Ecc generation: 42.7%Ecc generation: 43.1%Ecc generation: 43.6%Ecc generation: 44.0%Ecc generation: 44.5%Ecc generation: 45.0%Ecc generation: 45.4%Ecc generation: 45.9%Ecc generation: 46.3%Ecc generation: 46.8%Ecc generation: 47.2%Ecc generation: 47.7%Ecc generation: 48.1%Ecc generation: 48.6%Ecc generation: 49.0%Ecc generation: 49.5%Ecc generation: 50.0%Ecc generation: 50.4%Ecc generation: 50.9%Ecc generation: 51.3%Ecc generation: 51.8%Ecc generation: 52.2%Ecc generation: 52.7%Ecc generation: 53.1%Ecc generation: 53.6%Ecc generation: 54.0%Ecc generation: 54.5%Ecc generation: 55.0%Ecc generation: 55.4%Ecc generation: 55.9%Ecc generation: 56.3%Ecc generation: 56.8%Ecc generation: 57.2%Ecc generation: 57.7%Ecc generation: 58.1%Ecc generation: 58.6%Ecc generation: 59.0%Ecc generation: 59.5%Ecc generation: 60.0%Ecc generation: 60.4%Ecc generation: 60.9%Ecc generation: 61.3%Ecc generation: 61.8%Ecc generation: 62.2%Ecc generation: 62.7%Ecc generation: 63.1%Ecc generation: 63.6%Ecc generation: 64.0%Ecc generation: 64.5%Ecc generation: 65.0%Ecc generation: 65.4%Ecc generation: 65.9%Ecc generation: 66.3%Ecc generation: 66.8%Ecc generation: 67.2%Ecc generation: 67.7%Ecc generation: 68.1%Ecc generation: 68.6%Ecc generation: 69.0%Ecc generation: 69.5%Ecc generation: 70.0%Ecc generation: 70.4%Ecc generation: 70.9%Ecc generation: 71.3%Ecc generation: 71.8%Ecc generation: 72.2%Ecc generation: 72.7%Ecc generation: 73.1%Ecc generation: 73.6%Ecc generation: 74.0%Ecc generation: 74.5%Ecc generation: 75.0%Ecc generation: 75.4%Ecc generation: 75.9%Ecc generation: 76.3%Ecc generation: 76.8%Ecc generation: 77.2%Ecc generation: 77.7%Ecc generation: 78.1%Ecc generation: 78.6%Ecc generation: 79.0%Ecc generation: 79.5%Ecc generation: 80.0%Ecc generation: 80.4%Ecc generation: 80.9%Ecc generation: 81.3%Ecc generation: 81.8%Ecc generation: 82.2%Ecc generation: 82.7%Ecc generation: 83.1%Ecc generation: 83.6%Ecc generation: 84.0%Ecc generation: 84.5%Ecc generation: 85.0%Ecc generation: 85.4%Ecc generation: 85.9%Ecc generation: 86.3%Ecc generation: 86.8%Ecc generation: 87.2%Ecc generation: 87.7%Ecc generation: 88.1%Ecc generation: 88.6%Ecc generation: 89.0%Ecc generation: 89.5%Ecc generation: 90.0%Ecc generation: 90.4%Ecc generation: 90.9%Ecc generation: 91.3%Ecc generation: 91.8%Ecc generation: 92.2%Ecc generation: 92.7%Ecc generation: 93.1%Ecc generation: 93.6%Ecc generation: 94.0%Ecc generation: 94.5%Ecc generation: 95.0%Ecc generation: 95.4%Ecc generation: 95.9%Ecc generation: 96.3%Ecc generation: 96.8%Ecc generation: 97.2%Ecc generation: 97.7%Ecc generation: 98.1%Ecc generation: 98.6%Ecc generation: 99.0%Ecc generation: 99.5%Ecc generation: 100.0%Ecc generation: 100.0% Image has been augmented with error correction data. New image size is 68 MiB (34932 sectors). diff --git a/regtest/database/RS02_ecc_from_rs02_non_blocksize b/regtest/database/RS02_ecc_from_rs02_non_blocksize index 1cde11b..5fbe9f3 100644 --- a/regtest/database/RS02_ecc_from_rs02_non_blocksize +++ b/regtest/database/RS02_ecc_from_rs02_non_blocksize @@ -13,7 +13,5 @@ Augmenting image with Method RS02: 58 MiB data, 9 MiB ecc (35 roots; 15.9% redundancy). * Warning: Using redundancies below 20%% may not give * the expected data loss protection. -Preparing image (checksums, adding space): 1%Preparing image (checksums, adding space): 2%Preparing image (checksums, adding space): 3%Preparing image (checksums, adding space): 4%Preparing image (checksums, adding space): 5%Preparing image (checksums, adding space): 6%Preparing image (checksums, adding space): 7%Preparing image (checksums, adding space): 8%Preparing image (checksums, adding space): 9%Preparing image (checksums, adding space): 10%Preparing image (checksums, adding space): 11%Preparing image (checksums, adding space): 12%Preparing image (checksums, adding space): 13%Preparing image (checksums, adding space): 14%Preparing image (checksums, adding space): 15%Preparing image (checksums, adding space): 16%Preparing image (checksums, adding space): 17%Preparing image (checksums, adding space): 18%Preparing image (checksums, adding space): 19%Preparing image (checksums, adding space): 20%Preparing image (checksums, adding space): 21%Preparing image (checksums, adding space): 22%Preparing image (checksums, adding space): 23%Preparing image (checksums, adding space): 24%Preparing image (checksums, adding space): 25%Preparing image (checksums, adding space): 26%Preparing image (checksums, adding space): 27%Preparing image (checksums, adding space): 28%Preparing image (checksums, adding space): 29%Preparing image (checksums, adding space): 30%Preparing image (checksums, adding space): 31%Preparing image (checksums, adding space): 32%Preparing image (checksums, adding space): 33%Preparing image (checksums, adding space): 34%Preparing image (checksums, adding space): 35%Preparing image (checksums, adding space): 36%Preparing image (checksums, adding space): 37%Preparing image (checksums, adding space): 38%Preparing image (checksums, adding space): 39%Preparing image (checksums, adding space): 40%Preparing image (checksums, adding space): 41%Preparing image (checksums, adding space): 42%Preparing image (checksums, adding space): 43%Preparing image (checksums, adding space): 44%Preparing image (checksums, adding space): 45%Preparing image (checksums, adding space): 46%Preparing image (checksums, adding space): 47%Preparing image (checksums, adding space): 48%Preparing image (checksums, adding space): 49%Preparing image (checksums, adding space): 50%Preparing image (checksums, adding space): 51%Preparing image (checksums, adding space): 52%Preparing image (checksums, adding space): 53%Preparing image (checksums, adding space): 54%Preparing image (checksums, adding space): 55%Preparing image (checksums, adding space): 56%Preparing image (checksums, adding space): 57%Preparing image (checksums, adding space): 58%Preparing image (checksums, adding space): 59%Preparing image (checksums, adding space): 60%Preparing image (checksums, adding space): 61%Preparing image (checksums, adding space): 62%Preparing image (checksums, adding space): 63%Preparing image (checksums, adding space): 64%Preparing image (checksums, adding space): 65%Preparing image (checksums, adding space): 66%Preparing image (checksums, adding space): 67%Preparing image (checksums, adding space): 68%Preparing image (checksums, adding space): 69%Preparing image (checksums, adding space): 70%Preparing image (checksums, adding space): 71%Preparing image (checksums, adding space): 72%Preparing image (checksums, adding space): 73%Preparing image (checksums, adding space): 74%Preparing image (checksums, adding space): 75%Preparing image (checksums, adding space): 76%Preparing image (checksums, adding space): 77%Preparing image (checksums, adding space): 78%Preparing image (checksums, adding space): 79%Preparing image (checksums, adding space): 80%Preparing image (checksums, adding space): 81%Preparing image (checksums, adding space): 82%Preparing image (checksums, adding space): 83%Preparing image (checksums, adding space): 84%Preparing image (checksums, adding space): 85%Preparing image (checksums, adding space): 85%Preparing image (checksums, adding space): 86%Preparing image (checksums, adding space): 87%Preparing image (checksums, adding space): 88%Preparing image (checksums, adding space): 89%Preparing image (checksums, adding space): 90%Preparing image (checksums, adding space): 91%Preparing image (checksums, adding space): 92%Preparing image (checksums, adding space): 93%Preparing image (checksums, adding space): 94%Preparing image (checksums, adding space): 95%Preparing image (checksums, adding space): 96%Preparing image (checksums, adding space): 97%Preparing image (checksums, adding space): 98%Preparing image (checksums, adding space): 99%Preparing image (checksums, adding space): 100% -Ecc generation: 0.4%Ecc generation: 0.9%Ecc generation: 1.3%Ecc generation: 1.8%Ecc generation: 2.2%Ecc generation: 2.7%Ecc generation: 3.1%Ecc generation: 3.6%Ecc generation: 4.0%Ecc generation: 4.5%Ecc generation: 5.0%Ecc generation: 5.4%Ecc generation: 5.9%Ecc generation: 6.3%Ecc generation: 6.8%Ecc generation: 7.2%Ecc generation: 7.7%Ecc generation: 8.1%Ecc generation: 8.6%Ecc generation: 9.0%Ecc generation: 9.5%Ecc generation: 10.0%Ecc generation: 10.4%Ecc generation: 10.9%Ecc generation: 11.3%Ecc generation: 11.8%Ecc generation: 12.2%Ecc generation: 12.7%Ecc generation: 13.1%Ecc generation: 13.6%Ecc generation: 14.0%Ecc generation: 14.5%Ecc generation: 15.0%Ecc generation: 15.4%Ecc generation: 15.9%Ecc generation: 16.3%Ecc generation: 16.8%Ecc generation: 17.2%Ecc generation: 17.7%Ecc generation: 18.1%Ecc generation: 18.6%Ecc generation: 19.0%Ecc generation: 19.5%Ecc generation: 20.0%Ecc generation: 20.4%Ecc generation: 20.9%Ecc generation: 21.3%Ecc generation: 21.8%Ecc generation: 22.2%Ecc generation: 22.7%Ecc generation: 23.1%Ecc generation: 23.6%Ecc generation: 24.0%Ecc generation: 24.5%Ecc generation: 25.0%Ecc generation: 25.4%Ecc generation: 25.9%Ecc generation: 26.3%Ecc generation: 26.8%Ecc generation: 27.2%Ecc generation: 27.7%Ecc generation: 28.1%Ecc generation: 28.6%Ecc generation: 29.0%Ecc generation: 29.5%Ecc generation: 30.0%Ecc generation: 30.4%Ecc generation: 30.9%Ecc generation: 31.3%Ecc generation: 31.8%Ecc generation: 32.2%Ecc generation: 32.7%Ecc generation: 33.1%Ecc generation: 33.6%Ecc generation: 34.0%Ecc generation: 34.5%Ecc generation: 35.0%Ecc generation: 35.4%Ecc generation: 35.9%Ecc generation: 36.3%Ecc generation: 36.8%Ecc generation: 37.2%Ecc generation: 37.7%Ecc generation: 38.1%Ecc generation: 38.6%Ecc generation: 39.0%Ecc generation: 39.5%Ecc generation: 40.0%Ecc generation: 40.4%Ecc generation: 40.9%Ecc generation: 41.3%Ecc generation: 41.8%Ecc generation: 42.2%Ecc generation: 42.7%Ecc generation: 43.1%Ecc generation: 43.6%Ecc generation: 44.0%Ecc generation: 44.5%Ecc generation: 45.0%Ecc generation: 45.4%Ecc generation: 45.9%Ecc generation: 46.3%Ecc generation: 46.8%Ecc generation: 47.2%Ecc generation: 47.7%Ecc generation: 48.1%Ecc generation: 48.6%Ecc generation: 49.0%Ecc generation: 49.5%Ecc generation: 50.0%Ecc generation: 50.4%Ecc generation: 50.9%Ecc generation: 51.3%Ecc generation: 51.8%Ecc generation: 52.2%Ecc generation: 52.7%Ecc generation: 53.1%Ecc generation: 53.6%Ecc generation: 54.0%Ecc generation: 54.5%Ecc generation: 55.0%Ecc generation: 55.4%Ecc generation: 55.9%Ecc generation: 56.3%Ecc generation: 56.8%Ecc generation: 57.2%Ecc generation: 57.7%Ecc generation: 58.1%Ecc generation: 58.6%Ecc generation: 59.0%Ecc generation: 59.5%Ecc generation: 60.0%Ecc generation: 60.4%Ecc generation: 60.9%Ecc generation: 61.3%Ecc generation: 61.8%Ecc generation: 62.2%Ecc generation: 62.7%Ecc generation: 63.1%Ecc generation: 63.6%Ecc generation: 64.0%Ecc generation: 64.5%Ecc generation: 65.0%Ecc generation: 65.4%Ecc generation: 65.9%Ecc generation: 66.3%Ecc generation: 66.8%Ecc generation: 67.2%Ecc generation: 67.7%Ecc generation: 68.1%Ecc generation: 68.6%Ecc generation: 69.0%Ecc generation: 69.5%Ecc generation: 70.0%Ecc generation: 70.4%Ecc generation: 70.9%Ecc generation: 71.3%Ecc generation: 71.8%Ecc generation: 72.2%Ecc generation: 72.7%Ecc generation: 73.1%Ecc generation: 73.6%Ecc generation: 74.0%Ecc generation: 74.5%Ecc generation: 75.0%Ecc generation: 75.4%Ecc generation: 75.9%Ecc generation: 76.3%Ecc generation: 76.8%Ecc generation: 77.2%Ecc generation: 77.7%Ecc generation: 78.1%Ecc generation: 78.6%Ecc generation: 79.0%Ecc generation: 79.5%Ecc generation: 80.0%Ecc generation: 80.4%Ecc generation: 80.9%Ecc generation: 81.3%Ecc generation: 81.8%Ecc generation: 82.2%Ecc generation: 82.7%Ecc generation: 83.1%Ecc generation: 83.6%Ecc generation: 84.0%Ecc generation: 84.5%Ecc generation: 85.0%Ecc generation: 85.4%Ecc generation: 85.9%Ecc generation: 86.3%Ecc generation: 86.8%Ecc generation: 87.2%Ecc generation: 87.7%Ecc generation: 88.1%Ecc generation: 88.6%Ecc generation: 89.0%Ecc generation: 89.5%Ecc generation: 90.0%Ecc generation: 90.4%Ecc generation: 90.9%Ecc generation: 91.3%Ecc generation: 91.8%Ecc generation: 92.2%Ecc generation: 92.7%Ecc generation: 93.1%Ecc generation: 93.6%Ecc generation: 94.0%Ecc generation: 94.5%Ecc generation: 95.0%Ecc generation: 95.4%Ecc generation: 95.9%Ecc generation: 96.3%Ecc generation: 96.8%Ecc generation: 97.2%Ecc generation: 97.7%Ecc generation: 98.1%Ecc generation: 98.6%Ecc generation: 99.0%Ecc generation: 99.5%Ecc generation: 100.0%Ecc generation: 100.0% Image has been augmented with error correction data. New image size is 68 MiB (34933 sectors). diff --git a/regtest/database/RS02_ecc_from_rs03 b/regtest/database/RS02_ecc_from_rs03 index e9a56b3..4fafcd6 100644 --- a/regtest/database/RS02_ecc_from_rs03 +++ b/regtest/database/RS02_ecc_from_rs03 @@ -13,7 +13,5 @@ Augmenting image with Method RS02: 58 MiB data, 9 MiB ecc (35 roots; 15.9% redundancy). * Warning: Using redundancies below 20%% may not give * the expected data loss protection. -Preparing image (checksums, adding space): 1%Preparing image (checksums, adding space): 2%Preparing image (checksums, adding space): 3%Preparing image (checksums, adding space): 4%Preparing image (checksums, adding space): 5%Preparing image (checksums, adding space): 6%Preparing image (checksums, adding space): 7%Preparing image (checksums, adding space): 8%Preparing image (checksums, adding space): 9%Preparing image (checksums, adding space): 10%Preparing image (checksums, adding space): 11%Preparing image (checksums, adding space): 12%Preparing image (checksums, adding space): 13%Preparing image (checksums, adding space): 14%Preparing image (checksums, adding space): 15%Preparing image (checksums, adding space): 16%Preparing image (checksums, adding space): 17%Preparing image (checksums, adding space): 18%Preparing image (checksums, adding space): 19%Preparing image (checksums, adding space): 20%Preparing image (checksums, adding space): 21%Preparing image (checksums, adding space): 22%Preparing image (checksums, adding space): 23%Preparing image (checksums, adding space): 24%Preparing image (checksums, adding space): 25%Preparing image (checksums, adding space): 26%Preparing image (checksums, adding space): 27%Preparing image (checksums, adding space): 28%Preparing image (checksums, adding space): 29%Preparing image (checksums, adding space): 30%Preparing image (checksums, adding space): 31%Preparing image (checksums, adding space): 32%Preparing image (checksums, adding space): 33%Preparing image (checksums, adding space): 34%Preparing image (checksums, adding space): 35%Preparing image (checksums, adding space): 36%Preparing image (checksums, adding space): 37%Preparing image (checksums, adding space): 38%Preparing image (checksums, adding space): 39%Preparing image (checksums, adding space): 40%Preparing image (checksums, adding space): 41%Preparing image (checksums, adding space): 42%Preparing image (checksums, adding space): 43%Preparing image (checksums, adding space): 44%Preparing image (checksums, adding space): 45%Preparing image (checksums, adding space): 46%Preparing image (checksums, adding space): 47%Preparing image (checksums, adding space): 48%Preparing image (checksums, adding space): 49%Preparing image (checksums, adding space): 50%Preparing image (checksums, adding space): 51%Preparing image (checksums, adding space): 52%Preparing image (checksums, adding space): 53%Preparing image (checksums, adding space): 54%Preparing image (checksums, adding space): 55%Preparing image (checksums, adding space): 56%Preparing image (checksums, adding space): 57%Preparing image (checksums, adding space): 58%Preparing image (checksums, adding space): 59%Preparing image (checksums, adding space): 60%Preparing image (checksums, adding space): 61%Preparing image (checksums, adding space): 62%Preparing image (checksums, adding space): 63%Preparing image (checksums, adding space): 64%Preparing image (checksums, adding space): 65%Preparing image (checksums, adding space): 66%Preparing image (checksums, adding space): 67%Preparing image (checksums, adding space): 68%Preparing image (checksums, adding space): 69%Preparing image (checksums, adding space): 70%Preparing image (checksums, adding space): 71%Preparing image (checksums, adding space): 72%Preparing image (checksums, adding space): 73%Preparing image (checksums, adding space): 74%Preparing image (checksums, adding space): 75%Preparing image (checksums, adding space): 76%Preparing image (checksums, adding space): 77%Preparing image (checksums, adding space): 78%Preparing image (checksums, adding space): 79%Preparing image (checksums, adding space): 80%Preparing image (checksums, adding space): 81%Preparing image (checksums, adding space): 82%Preparing image (checksums, adding space): 83%Preparing image (checksums, adding space): 84%Preparing image (checksums, adding space): 85%Preparing image (checksums, adding space): 85%Preparing image (checksums, adding space): 86%Preparing image (checksums, adding space): 87%Preparing image (checksums, adding space): 88%Preparing image (checksums, adding space): 89%Preparing image (checksums, adding space): 90%Preparing image (checksums, adding space): 91%Preparing image (checksums, adding space): 92%Preparing image (checksums, adding space): 93%Preparing image (checksums, adding space): 94%Preparing image (checksums, adding space): 95%Preparing image (checksums, adding space): 96%Preparing image (checksums, adding space): 97%Preparing image (checksums, adding space): 98%Preparing image (checksums, adding space): 99%Preparing image (checksums, adding space): 100% -Ecc generation: 0.4%Ecc generation: 0.9%Ecc generation: 1.3%Ecc generation: 1.8%Ecc generation: 2.2%Ecc generation: 2.7%Ecc generation: 3.1%Ecc generation: 3.6%Ecc generation: 4.0%Ecc generation: 4.5%Ecc generation: 5.0%Ecc generation: 5.4%Ecc generation: 5.9%Ecc generation: 6.3%Ecc generation: 6.8%Ecc generation: 7.2%Ecc generation: 7.7%Ecc generation: 8.1%Ecc generation: 8.6%Ecc generation: 9.0%Ecc generation: 9.5%Ecc generation: 10.0%Ecc generation: 10.4%Ecc generation: 10.9%Ecc generation: 11.3%Ecc generation: 11.8%Ecc generation: 12.2%Ecc generation: 12.7%Ecc generation: 13.1%Ecc generation: 13.6%Ecc generation: 14.0%Ecc generation: 14.5%Ecc generation: 15.0%Ecc generation: 15.4%Ecc generation: 15.9%Ecc generation: 16.3%Ecc generation: 16.8%Ecc generation: 17.2%Ecc generation: 17.7%Ecc generation: 18.1%Ecc generation: 18.6%Ecc generation: 19.0%Ecc generation: 19.5%Ecc generation: 20.0%Ecc generation: 20.4%Ecc generation: 20.9%Ecc generation: 21.3%Ecc generation: 21.8%Ecc generation: 22.2%Ecc generation: 22.7%Ecc generation: 23.1%Ecc generation: 23.6%Ecc generation: 24.0%Ecc generation: 24.5%Ecc generation: 25.0%Ecc generation: 25.4%Ecc generation: 25.9%Ecc generation: 26.3%Ecc generation: 26.8%Ecc generation: 27.2%Ecc generation: 27.7%Ecc generation: 28.1%Ecc generation: 28.6%Ecc generation: 29.0%Ecc generation: 29.5%Ecc generation: 30.0%Ecc generation: 30.4%Ecc generation: 30.9%Ecc generation: 31.3%Ecc generation: 31.8%Ecc generation: 32.2%Ecc generation: 32.7%Ecc generation: 33.1%Ecc generation: 33.6%Ecc generation: 34.0%Ecc generation: 34.5%Ecc generation: 35.0%Ecc generation: 35.4%Ecc generation: 35.9%Ecc generation: 36.3%Ecc generation: 36.8%Ecc generation: 37.2%Ecc generation: 37.7%Ecc generation: 38.1%Ecc generation: 38.6%Ecc generation: 39.0%Ecc generation: 39.5%Ecc generation: 40.0%Ecc generation: 40.4%Ecc generation: 40.9%Ecc generation: 41.3%Ecc generation: 41.8%Ecc generation: 42.2%Ecc generation: 42.7%Ecc generation: 43.1%Ecc generation: 43.6%Ecc generation: 44.0%Ecc generation: 44.5%Ecc generation: 45.0%Ecc generation: 45.4%Ecc generation: 45.9%Ecc generation: 46.3%Ecc generation: 46.8%Ecc generation: 47.2%Ecc generation: 47.7%Ecc generation: 48.1%Ecc generation: 48.6%Ecc generation: 49.0%Ecc generation: 49.5%Ecc generation: 50.0%Ecc generation: 50.4%Ecc generation: 50.9%Ecc generation: 51.3%Ecc generation: 51.8%Ecc generation: 52.2%Ecc generation: 52.7%Ecc generation: 53.1%Ecc generation: 53.6%Ecc generation: 54.0%Ecc generation: 54.5%Ecc generation: 55.0%Ecc generation: 55.4%Ecc generation: 55.9%Ecc generation: 56.3%Ecc generation: 56.8%Ecc generation: 57.2%Ecc generation: 57.7%Ecc generation: 58.1%Ecc generation: 58.6%Ecc generation: 59.0%Ecc generation: 59.5%Ecc generation: 60.0%Ecc generation: 60.4%Ecc generation: 60.9%Ecc generation: 61.3%Ecc generation: 61.8%Ecc generation: 62.2%Ecc generation: 62.7%Ecc generation: 63.1%Ecc generation: 63.6%Ecc generation: 64.0%Ecc generation: 64.5%Ecc generation: 65.0%Ecc generation: 65.4%Ecc generation: 65.9%Ecc generation: 66.3%Ecc generation: 66.8%Ecc generation: 67.2%Ecc generation: 67.7%Ecc generation: 68.1%Ecc generation: 68.6%Ecc generation: 69.0%Ecc generation: 69.5%Ecc generation: 70.0%Ecc generation: 70.4%Ecc generation: 70.9%Ecc generation: 71.3%Ecc generation: 71.8%Ecc generation: 72.2%Ecc generation: 72.7%Ecc generation: 73.1%Ecc generation: 73.6%Ecc generation: 74.0%Ecc generation: 74.5%Ecc generation: 75.0%Ecc generation: 75.4%Ecc generation: 75.9%Ecc generation: 76.3%Ecc generation: 76.8%Ecc generation: 77.2%Ecc generation: 77.7%Ecc generation: 78.1%Ecc generation: 78.6%Ecc generation: 79.0%Ecc generation: 79.5%Ecc generation: 80.0%Ecc generation: 80.4%Ecc generation: 80.9%Ecc generation: 81.3%Ecc generation: 81.8%Ecc generation: 82.2%Ecc generation: 82.7%Ecc generation: 83.1%Ecc generation: 83.6%Ecc generation: 84.0%Ecc generation: 84.5%Ecc generation: 85.0%Ecc generation: 85.4%Ecc generation: 85.9%Ecc generation: 86.3%Ecc generation: 86.8%Ecc generation: 87.2%Ecc generation: 87.7%Ecc generation: 88.1%Ecc generation: 88.6%Ecc generation: 89.0%Ecc generation: 89.5%Ecc generation: 90.0%Ecc generation: 90.4%Ecc generation: 90.9%Ecc generation: 91.3%Ecc generation: 91.8%Ecc generation: 92.2%Ecc generation: 92.7%Ecc generation: 93.1%Ecc generation: 93.6%Ecc generation: 94.0%Ecc generation: 94.5%Ecc generation: 95.0%Ecc generation: 95.4%Ecc generation: 95.9%Ecc generation: 96.3%Ecc generation: 96.8%Ecc generation: 97.2%Ecc generation: 97.7%Ecc generation: 98.1%Ecc generation: 98.6%Ecc generation: 99.0%Ecc generation: 99.5%Ecc generation: 100.0%Ecc generation: 100.0% Image has been augmented with error correction data. New image size is 68 MiB (34932 sectors). diff --git a/regtest/database/RS02_ecc_from_rs03_non_blocksize b/regtest/database/RS02_ecc_from_rs03_non_blocksize index 348943c..5f82402 100644 --- a/regtest/database/RS02_ecc_from_rs03_non_blocksize +++ b/regtest/database/RS02_ecc_from_rs03_non_blocksize @@ -13,7 +13,5 @@ Augmenting image with Method RS02: 58 MiB data, 9 MiB ecc (35 roots; 15.9% redundancy). * Warning: Using redundancies below 20%% may not give * the expected data loss protection. -Preparing image (checksums, adding space): 1%Preparing image (checksums, adding space): 2%Preparing image (checksums, adding space): 3%Preparing image (checksums, adding space): 4%Preparing image (checksums, adding space): 5%Preparing image (checksums, adding space): 6%Preparing image (checksums, adding space): 7%Preparing image (checksums, adding space): 8%Preparing image (checksums, adding space): 9%Preparing image (checksums, adding space): 10%Preparing image (checksums, adding space): 11%Preparing image (checksums, adding space): 12%Preparing image (checksums, adding space): 13%Preparing image (checksums, adding space): 14%Preparing image (checksums, adding space): 15%Preparing image (checksums, adding space): 16%Preparing image (checksums, adding space): 17%Preparing image (checksums, adding space): 18%Preparing image (checksums, adding space): 19%Preparing image (checksums, adding space): 20%Preparing image (checksums, adding space): 21%Preparing image (checksums, adding space): 22%Preparing image (checksums, adding space): 23%Preparing image (checksums, adding space): 24%Preparing image (checksums, adding space): 25%Preparing image (checksums, adding space): 26%Preparing image (checksums, adding space): 27%Preparing image (checksums, adding space): 28%Preparing image (checksums, adding space): 29%Preparing image (checksums, adding space): 30%Preparing image (checksums, adding space): 31%Preparing image (checksums, adding space): 32%Preparing image (checksums, adding space): 33%Preparing image (checksums, adding space): 34%Preparing image (checksums, adding space): 35%Preparing image (checksums, adding space): 36%Preparing image (checksums, adding space): 37%Preparing image (checksums, adding space): 38%Preparing image (checksums, adding space): 39%Preparing image (checksums, adding space): 40%Preparing image (checksums, adding space): 41%Preparing image (checksums, adding space): 42%Preparing image (checksums, adding space): 43%Preparing image (checksums, adding space): 44%Preparing image (checksums, adding space): 45%Preparing image (checksums, adding space): 46%Preparing image (checksums, adding space): 47%Preparing image (checksums, adding space): 48%Preparing image (checksums, adding space): 49%Preparing image (checksums, adding space): 50%Preparing image (checksums, adding space): 51%Preparing image (checksums, adding space): 52%Preparing image (checksums, adding space): 53%Preparing image (checksums, adding space): 54%Preparing image (checksums, adding space): 55%Preparing image (checksums, adding space): 56%Preparing image (checksums, adding space): 57%Preparing image (checksums, adding space): 58%Preparing image (checksums, adding space): 59%Preparing image (checksums, adding space): 60%Preparing image (checksums, adding space): 61%Preparing image (checksums, adding space): 62%Preparing image (checksums, adding space): 63%Preparing image (checksums, adding space): 64%Preparing image (checksums, adding space): 65%Preparing image (checksums, adding space): 66%Preparing image (checksums, adding space): 67%Preparing image (checksums, adding space): 68%Preparing image (checksums, adding space): 69%Preparing image (checksums, adding space): 70%Preparing image (checksums, adding space): 71%Preparing image (checksums, adding space): 72%Preparing image (checksums, adding space): 73%Preparing image (checksums, adding space): 74%Preparing image (checksums, adding space): 75%Preparing image (checksums, adding space): 76%Preparing image (checksums, adding space): 77%Preparing image (checksums, adding space): 78%Preparing image (checksums, adding space): 79%Preparing image (checksums, adding space): 80%Preparing image (checksums, adding space): 81%Preparing image (checksums, adding space): 82%Preparing image (checksums, adding space): 83%Preparing image (checksums, adding space): 84%Preparing image (checksums, adding space): 85%Preparing image (checksums, adding space): 85%Preparing image (checksums, adding space): 86%Preparing image (checksums, adding space): 87%Preparing image (checksums, adding space): 88%Preparing image (checksums, adding space): 89%Preparing image (checksums, adding space): 90%Preparing image (checksums, adding space): 91%Preparing image (checksums, adding space): 92%Preparing image (checksums, adding space): 93%Preparing image (checksums, adding space): 94%Preparing image (checksums, adding space): 95%Preparing image (checksums, adding space): 96%Preparing image (checksums, adding space): 97%Preparing image (checksums, adding space): 98%Preparing image (checksums, adding space): 99%Preparing image (checksums, adding space): 100% -Ecc generation: 0.4%Ecc generation: 0.9%Ecc generation: 1.3%Ecc generation: 1.8%Ecc generation: 2.2%Ecc generation: 2.7%Ecc generation: 3.1%Ecc generation: 3.6%Ecc generation: 4.0%Ecc generation: 4.5%Ecc generation: 5.0%Ecc generation: 5.4%Ecc generation: 5.9%Ecc generation: 6.3%Ecc generation: 6.8%Ecc generation: 7.2%Ecc generation: 7.7%Ecc generation: 8.1%Ecc generation: 8.6%Ecc generation: 9.0%Ecc generation: 9.5%Ecc generation: 10.0%Ecc generation: 10.4%Ecc generation: 10.9%Ecc generation: 11.3%Ecc generation: 11.8%Ecc generation: 12.2%Ecc generation: 12.7%Ecc generation: 13.1%Ecc generation: 13.6%Ecc generation: 14.0%Ecc generation: 14.5%Ecc generation: 15.0%Ecc generation: 15.4%Ecc generation: 15.9%Ecc generation: 16.3%Ecc generation: 16.8%Ecc generation: 17.2%Ecc generation: 17.7%Ecc generation: 18.1%Ecc generation: 18.6%Ecc generation: 19.0%Ecc generation: 19.5%Ecc generation: 20.0%Ecc generation: 20.4%Ecc generation: 20.9%Ecc generation: 21.3%Ecc generation: 21.8%Ecc generation: 22.2%Ecc generation: 22.7%Ecc generation: 23.1%Ecc generation: 23.6%Ecc generation: 24.0%Ecc generation: 24.5%Ecc generation: 25.0%Ecc generation: 25.4%Ecc generation: 25.9%Ecc generation: 26.3%Ecc generation: 26.8%Ecc generation: 27.2%Ecc generation: 27.7%Ecc generation: 28.1%Ecc generation: 28.6%Ecc generation: 29.0%Ecc generation: 29.5%Ecc generation: 30.0%Ecc generation: 30.4%Ecc generation: 30.9%Ecc generation: 31.3%Ecc generation: 31.8%Ecc generation: 32.2%Ecc generation: 32.7%Ecc generation: 33.1%Ecc generation: 33.6%Ecc generation: 34.0%Ecc generation: 34.5%Ecc generation: 35.0%Ecc generation: 35.4%Ecc generation: 35.9%Ecc generation: 36.3%Ecc generation: 36.8%Ecc generation: 37.2%Ecc generation: 37.7%Ecc generation: 38.1%Ecc generation: 38.6%Ecc generation: 39.0%Ecc generation: 39.5%Ecc generation: 40.0%Ecc generation: 40.4%Ecc generation: 40.9%Ecc generation: 41.3%Ecc generation: 41.8%Ecc generation: 42.2%Ecc generation: 42.7%Ecc generation: 43.1%Ecc generation: 43.6%Ecc generation: 44.0%Ecc generation: 44.5%Ecc generation: 45.0%Ecc generation: 45.4%Ecc generation: 45.9%Ecc generation: 46.3%Ecc generation: 46.8%Ecc generation: 47.2%Ecc generation: 47.7%Ecc generation: 48.1%Ecc generation: 48.6%Ecc generation: 49.0%Ecc generation: 49.5%Ecc generation: 50.0%Ecc generation: 50.4%Ecc generation: 50.9%Ecc generation: 51.3%Ecc generation: 51.8%Ecc generation: 52.2%Ecc generation: 52.7%Ecc generation: 53.1%Ecc generation: 53.6%Ecc generation: 54.0%Ecc generation: 54.5%Ecc generation: 55.0%Ecc generation: 55.4%Ecc generation: 55.9%Ecc generation: 56.3%Ecc generation: 56.8%Ecc generation: 57.2%Ecc generation: 57.7%Ecc generation: 58.1%Ecc generation: 58.6%Ecc generation: 59.0%Ecc generation: 59.5%Ecc generation: 60.0%Ecc generation: 60.4%Ecc generation: 60.9%Ecc generation: 61.3%Ecc generation: 61.8%Ecc generation: 62.2%Ecc generation: 62.7%Ecc generation: 63.1%Ecc generation: 63.6%Ecc generation: 64.0%Ecc generation: 64.5%Ecc generation: 65.0%Ecc generation: 65.4%Ecc generation: 65.9%Ecc generation: 66.3%Ecc generation: 66.8%Ecc generation: 67.2%Ecc generation: 67.7%Ecc generation: 68.1%Ecc generation: 68.6%Ecc generation: 69.0%Ecc generation: 69.5%Ecc generation: 70.0%Ecc generation: 70.4%Ecc generation: 70.9%Ecc generation: 71.3%Ecc generation: 71.8%Ecc generation: 72.2%Ecc generation: 72.7%Ecc generation: 73.1%Ecc generation: 73.6%Ecc generation: 74.0%Ecc generation: 74.5%Ecc generation: 75.0%Ecc generation: 75.4%Ecc generation: 75.9%Ecc generation: 76.3%Ecc generation: 76.8%Ecc generation: 77.2%Ecc generation: 77.7%Ecc generation: 78.1%Ecc generation: 78.6%Ecc generation: 79.0%Ecc generation: 79.5%Ecc generation: 80.0%Ecc generation: 80.4%Ecc generation: 80.9%Ecc generation: 81.3%Ecc generation: 81.8%Ecc generation: 82.2%Ecc generation: 82.7%Ecc generation: 83.1%Ecc generation: 83.6%Ecc generation: 84.0%Ecc generation: 84.5%Ecc generation: 85.0%Ecc generation: 85.4%Ecc generation: 85.9%Ecc generation: 86.3%Ecc generation: 86.8%Ecc generation: 87.2%Ecc generation: 87.7%Ecc generation: 88.1%Ecc generation: 88.6%Ecc generation: 89.0%Ecc generation: 89.5%Ecc generation: 90.0%Ecc generation: 90.4%Ecc generation: 90.9%Ecc generation: 91.3%Ecc generation: 91.8%Ecc generation: 92.2%Ecc generation: 92.7%Ecc generation: 93.1%Ecc generation: 93.6%Ecc generation: 94.0%Ecc generation: 94.5%Ecc generation: 95.0%Ecc generation: 95.4%Ecc generation: 95.9%Ecc generation: 96.3%Ecc generation: 96.8%Ecc generation: 97.2%Ecc generation: 97.7%Ecc generation: 98.1%Ecc generation: 98.6%Ecc generation: 99.0%Ecc generation: 99.5%Ecc generation: 100.0%Ecc generation: 100.0% Image has been augmented with error correction data. New image size is 68 MiB (34933 sectors). diff --git a/regtest/database/RS02_ecc_missing_sectors b/regtest/database/RS02_ecc_missing_sectors index 713d696..cfc8b9e 100644 --- a/regtest/database/RS02_ecc_missing_sectors +++ b/regtest/database/RS02_ecc_missing_sectors @@ -10,7 +10,7 @@ Augmenting image with Method RS02: 58 MiB data, 9 MiB ecc (35 roots; 15.9% redundancy). * Warning: Using redundancies below 20%% may not give * the expected data loss protection. -Preparing image (checksums, adding space): 1%Preparing image (checksums, adding space): 2% + * * dvdisaster - can not continue: * diff --git a/regtest/database/RS02_ecc_non_blocksize b/regtest/database/RS02_ecc_non_blocksize index d707376..9edca21 100644 --- a/regtest/database/RS02_ecc_non_blocksize +++ b/regtest/database/RS02_ecc_non_blocksize @@ -10,7 +10,5 @@ Augmenting image with Method RS02: 58 MiB data, 9 MiB ecc (35 roots; 15.9% redundancy). * Warning: Using redundancies below 20%% may not give * the expected data loss protection. -Preparing image (checksums, adding space): 1%Preparing image (checksums, adding space): 2%Preparing image (checksums, adding space): 3%Preparing image (checksums, adding space): 4%Preparing image (checksums, adding space): 5%Preparing image (checksums, adding space): 6%Preparing image (checksums, adding space): 7%Preparing image (checksums, adding space): 8%Preparing image (checksums, adding space): 9%Preparing image (checksums, adding space): 10%Preparing image (checksums, adding space): 11%Preparing image (checksums, adding space): 12%Preparing image (checksums, adding space): 13%Preparing image (checksums, adding space): 14%Preparing image (checksums, adding space): 15%Preparing image (checksums, adding space): 16%Preparing image (checksums, adding space): 17%Preparing image (checksums, adding space): 18%Preparing image (checksums, adding space): 19%Preparing image (checksums, adding space): 20%Preparing image (checksums, adding space): 21%Preparing image (checksums, adding space): 22%Preparing image (checksums, adding space): 23%Preparing image (checksums, adding space): 24%Preparing image (checksums, adding space): 25%Preparing image (checksums, adding space): 26%Preparing image (checksums, adding space): 27%Preparing image (checksums, adding space): 28%Preparing image (checksums, adding space): 29%Preparing image (checksums, adding space): 30%Preparing image (checksums, adding space): 31%Preparing image (checksums, adding space): 32%Preparing image (checksums, adding space): 33%Preparing image (checksums, adding space): 34%Preparing image (checksums, adding space): 35%Preparing image (checksums, adding space): 36%Preparing image (checksums, adding space): 37%Preparing image (checksums, adding space): 38%Preparing image (checksums, adding space): 39%Preparing image (checksums, adding space): 40%Preparing image (checksums, adding space): 41%Preparing image (checksums, adding space): 42%Preparing image (checksums, adding space): 43%Preparing image (checksums, adding space): 44%Preparing image (checksums, adding space): 45%Preparing image (checksums, adding space): 46%Preparing image (checksums, adding space): 47%Preparing image (checksums, adding space): 48%Preparing image (checksums, adding space): 49%Preparing image (checksums, adding space): 50%Preparing image (checksums, adding space): 51%Preparing image (checksums, adding space): 52%Preparing image (checksums, adding space): 53%Preparing image (checksums, adding space): 54%Preparing image (checksums, adding space): 55%Preparing image (checksums, adding space): 56%Preparing image (checksums, adding space): 57%Preparing image (checksums, adding space): 58%Preparing image (checksums, adding space): 59%Preparing image (checksums, adding space): 60%Preparing image (checksums, adding space): 61%Preparing image (checksums, adding space): 62%Preparing image (checksums, adding space): 63%Preparing image (checksums, adding space): 64%Preparing image (checksums, adding space): 65%Preparing image (checksums, adding space): 66%Preparing image (checksums, adding space): 67%Preparing image (checksums, adding space): 68%Preparing image (checksums, adding space): 69%Preparing image (checksums, adding space): 70%Preparing image (checksums, adding space): 71%Preparing image (checksums, adding space): 72%Preparing image (checksums, adding space): 73%Preparing image (checksums, adding space): 74%Preparing image (checksums, adding space): 75%Preparing image (checksums, adding space): 76%Preparing image (checksums, adding space): 77%Preparing image (checksums, adding space): 78%Preparing image (checksums, adding space): 79%Preparing image (checksums, adding space): 80%Preparing image (checksums, adding space): 81%Preparing image (checksums, adding space): 82%Preparing image (checksums, adding space): 83%Preparing image (checksums, adding space): 84%Preparing image (checksums, adding space): 85%Preparing image (checksums, adding space): 85%Preparing image (checksums, adding space): 86%Preparing image (checksums, adding space): 87%Preparing image (checksums, adding space): 88%Preparing image (checksums, adding space): 89%Preparing image (checksums, adding space): 90%Preparing image (checksums, adding space): 91%Preparing image (checksums, adding space): 92%Preparing image (checksums, adding space): 93%Preparing image (checksums, adding space): 94%Preparing image (checksums, adding space): 95%Preparing image (checksums, adding space): 96%Preparing image (checksums, adding space): 97%Preparing image (checksums, adding space): 98%Preparing image (checksums, adding space): 99%Preparing image (checksums, adding space): 100% -Ecc generation: 0.4%Ecc generation: 0.9%Ecc generation: 1.3%Ecc generation: 1.8%Ecc generation: 2.2%Ecc generation: 2.7%Ecc generation: 3.1%Ecc generation: 3.6%Ecc generation: 4.0%Ecc generation: 4.5%Ecc generation: 5.0%Ecc generation: 5.4%Ecc generation: 5.9%Ecc generation: 6.3%Ecc generation: 6.8%Ecc generation: 7.2%Ecc generation: 7.7%Ecc generation: 8.1%Ecc generation: 8.6%Ecc generation: 9.0%Ecc generation: 9.5%Ecc generation: 10.0%Ecc generation: 10.4%Ecc generation: 10.9%Ecc generation: 11.3%Ecc generation: 11.8%Ecc generation: 12.2%Ecc generation: 12.7%Ecc generation: 13.1%Ecc generation: 13.6%Ecc generation: 14.0%Ecc generation: 14.5%Ecc generation: 15.0%Ecc generation: 15.4%Ecc generation: 15.9%Ecc generation: 16.3%Ecc generation: 16.8%Ecc generation: 17.2%Ecc generation: 17.7%Ecc generation: 18.1%Ecc generation: 18.6%Ecc generation: 19.0%Ecc generation: 19.5%Ecc generation: 20.0%Ecc generation: 20.4%Ecc generation: 20.9%Ecc generation: 21.3%Ecc generation: 21.8%Ecc generation: 22.2%Ecc generation: 22.7%Ecc generation: 23.1%Ecc generation: 23.6%Ecc generation: 24.0%Ecc generation: 24.5%Ecc generation: 25.0%Ecc generation: 25.4%Ecc generation: 25.9%Ecc generation: 26.3%Ecc generation: 26.8%Ecc generation: 27.2%Ecc generation: 27.7%Ecc generation: 28.1%Ecc generation: 28.6%Ecc generation: 29.0%Ecc generation: 29.5%Ecc generation: 30.0%Ecc generation: 30.4%Ecc generation: 30.9%Ecc generation: 31.3%Ecc generation: 31.8%Ecc generation: 32.2%Ecc generation: 32.7%Ecc generation: 33.1%Ecc generation: 33.6%Ecc generation: 34.0%Ecc generation: 34.5%Ecc generation: 35.0%Ecc generation: 35.4%Ecc generation: 35.9%Ecc generation: 36.3%Ecc generation: 36.8%Ecc generation: 37.2%Ecc generation: 37.7%Ecc generation: 38.1%Ecc generation: 38.6%Ecc generation: 39.0%Ecc generation: 39.5%Ecc generation: 40.0%Ecc generation: 40.4%Ecc generation: 40.9%Ecc generation: 41.3%Ecc generation: 41.8%Ecc generation: 42.2%Ecc generation: 42.7%Ecc generation: 43.1%Ecc generation: 43.6%Ecc generation: 44.0%Ecc generation: 44.5%Ecc generation: 45.0%Ecc generation: 45.4%Ecc generation: 45.9%Ecc generation: 46.3%Ecc generation: 46.8%Ecc generation: 47.2%Ecc generation: 47.7%Ecc generation: 48.1%Ecc generation: 48.6%Ecc generation: 49.0%Ecc generation: 49.5%Ecc generation: 50.0%Ecc generation: 50.4%Ecc generation: 50.9%Ecc generation: 51.3%Ecc generation: 51.8%Ecc generation: 52.2%Ecc generation: 52.7%Ecc generation: 53.1%Ecc generation: 53.6%Ecc generation: 54.0%Ecc generation: 54.5%Ecc generation: 55.0%Ecc generation: 55.4%Ecc generation: 55.9%Ecc generation: 56.3%Ecc generation: 56.8%Ecc generation: 57.2%Ecc generation: 57.7%Ecc generation: 58.1%Ecc generation: 58.6%Ecc generation: 59.0%Ecc generation: 59.5%Ecc generation: 60.0%Ecc generation: 60.4%Ecc generation: 60.9%Ecc generation: 61.3%Ecc generation: 61.8%Ecc generation: 62.2%Ecc generation: 62.7%Ecc generation: 63.1%Ecc generation: 63.6%Ecc generation: 64.0%Ecc generation: 64.5%Ecc generation: 65.0%Ecc generation: 65.4%Ecc generation: 65.9%Ecc generation: 66.3%Ecc generation: 66.8%Ecc generation: 67.2%Ecc generation: 67.7%Ecc generation: 68.1%Ecc generation: 68.6%Ecc generation: 69.0%Ecc generation: 69.5%Ecc generation: 70.0%Ecc generation: 70.4%Ecc generation: 70.9%Ecc generation: 71.3%Ecc generation: 71.8%Ecc generation: 72.2%Ecc generation: 72.7%Ecc generation: 73.1%Ecc generation: 73.6%Ecc generation: 74.0%Ecc generation: 74.5%Ecc generation: 75.0%Ecc generation: 75.4%Ecc generation: 75.9%Ecc generation: 76.3%Ecc generation: 76.8%Ecc generation: 77.2%Ecc generation: 77.7%Ecc generation: 78.1%Ecc generation: 78.6%Ecc generation: 79.0%Ecc generation: 79.5%Ecc generation: 80.0%Ecc generation: 80.4%Ecc generation: 80.9%Ecc generation: 81.3%Ecc generation: 81.8%Ecc generation: 82.2%Ecc generation: 82.7%Ecc generation: 83.1%Ecc generation: 83.6%Ecc generation: 84.0%Ecc generation: 84.5%Ecc generation: 85.0%Ecc generation: 85.4%Ecc generation: 85.9%Ecc generation: 86.3%Ecc generation: 86.8%Ecc generation: 87.2%Ecc generation: 87.7%Ecc generation: 88.1%Ecc generation: 88.6%Ecc generation: 89.0%Ecc generation: 89.5%Ecc generation: 90.0%Ecc generation: 90.4%Ecc generation: 90.9%Ecc generation: 91.3%Ecc generation: 91.8%Ecc generation: 92.2%Ecc generation: 92.7%Ecc generation: 93.1%Ecc generation: 93.6%Ecc generation: 94.0%Ecc generation: 94.5%Ecc generation: 95.0%Ecc generation: 95.4%Ecc generation: 95.9%Ecc generation: 96.3%Ecc generation: 96.8%Ecc generation: 97.2%Ecc generation: 97.7%Ecc generation: 98.1%Ecc generation: 98.6%Ecc generation: 99.0%Ecc generation: 99.5%Ecc generation: 100.0%Ecc generation: 100.0% Image has been augmented with error correction data. New image size is 68 MiB (34933 sectors). diff --git a/regtest/database/RS02_ecc_recreate_after_read_rs01 b/regtest/database/RS02_ecc_recreate_after_read_rs01 index d6e58ee..ffe77ec 100644 --- a/regtest/database/RS02_ecc_recreate_after_read_rs01 +++ b/regtest/database/RS02_ecc_recreate_after_read_rs01 @@ -11,7 +11,7 @@ Medium "Random Image": CD-R mode 1, 30000 sectors, created 16-07-2006. Creating new rs02-tmp.iso image. Reading CRC information from ecc data (RS01) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. Checksums match. Opening rs02-tmp.iso: 30000 medium sectors. @@ -19,7 +19,5 @@ Augmenting image with Method RS02: 58 MiB data, 9 MiB ecc (35 roots; 15.9% redundancy). * Warning: Using redundancies below 20%% may not give * the expected data loss protection. -Preparing image (checksums, adding space): 1%Preparing image (checksums, adding space): 2%Preparing image (checksums, adding space): 3%Preparing image (checksums, adding space): 4%Preparing image (checksums, adding space): 5%Preparing image (checksums, adding space): 6%Preparing image (checksums, adding space): 7%Preparing image (checksums, adding space): 8%Preparing image (checksums, adding space): 9%Preparing image (checksums, adding space): 10%Preparing image (checksums, adding space): 11%Preparing image (checksums, adding space): 12%Preparing image (checksums, adding space): 13%Preparing image (checksums, adding space): 14%Preparing image (checksums, adding space): 15%Preparing image (checksums, adding space): 16%Preparing image (checksums, adding space): 17%Preparing image (checksums, adding space): 18%Preparing image (checksums, adding space): 19%Preparing image (checksums, adding space): 20%Preparing image (checksums, adding space): 21%Preparing image (checksums, adding space): 22%Preparing image (checksums, adding space): 23%Preparing image (checksums, adding space): 24%Preparing image (checksums, adding space): 25%Preparing image (checksums, adding space): 26%Preparing image (checksums, adding space): 27%Preparing image (checksums, adding space): 28%Preparing image (checksums, adding space): 29%Preparing image (checksums, adding space): 30%Preparing image (checksums, adding space): 31%Preparing image (checksums, adding space): 32%Preparing image (checksums, adding space): 33%Preparing image (checksums, adding space): 34%Preparing image (checksums, adding space): 35%Preparing image (checksums, adding space): 36%Preparing image (checksums, adding space): 37%Preparing image (checksums, adding space): 38%Preparing image (checksums, adding space): 39%Preparing image (checksums, adding space): 40%Preparing image (checksums, adding space): 41%Preparing image (checksums, adding space): 42%Preparing image (checksums, adding space): 43%Preparing image (checksums, adding space): 44%Preparing image (checksums, adding space): 45%Preparing image (checksums, adding space): 46%Preparing image (checksums, adding space): 47%Preparing image (checksums, adding space): 48%Preparing image (checksums, adding space): 49%Preparing image (checksums, adding space): 50%Preparing image (checksums, adding space): 51%Preparing image (checksums, adding space): 52%Preparing image (checksums, adding space): 53%Preparing image (checksums, adding space): 54%Preparing image (checksums, adding space): 55%Preparing image (checksums, adding space): 56%Preparing image (checksums, adding space): 57%Preparing image (checksums, adding space): 58%Preparing image (checksums, adding space): 59%Preparing image (checksums, adding space): 60%Preparing image (checksums, adding space): 61%Preparing image (checksums, adding space): 62%Preparing image (checksums, adding space): 63%Preparing image (checksums, adding space): 64%Preparing image (checksums, adding space): 65%Preparing image (checksums, adding space): 66%Preparing image (checksums, adding space): 67%Preparing image (checksums, adding space): 68%Preparing image (checksums, adding space): 69%Preparing image (checksums, adding space): 70%Preparing image (checksums, adding space): 71%Preparing image (checksums, adding space): 72%Preparing image (checksums, adding space): 73%Preparing image (checksums, adding space): 74%Preparing image (checksums, adding space): 75%Preparing image (checksums, adding space): 76%Preparing image (checksums, adding space): 77%Preparing image (checksums, adding space): 78%Preparing image (checksums, adding space): 79%Preparing image (checksums, adding space): 80%Preparing image (checksums, adding space): 81%Preparing image (checksums, adding space): 82%Preparing image (checksums, adding space): 83%Preparing image (checksums, adding space): 84%Preparing image (checksums, adding space): 85%Preparing image (checksums, adding space): 85%Preparing image (checksums, adding space): 86%Preparing image (checksums, adding space): 87%Preparing image (checksums, adding space): 88%Preparing image (checksums, adding space): 89%Preparing image (checksums, adding space): 90%Preparing image (checksums, adding space): 91%Preparing image (checksums, adding space): 92%Preparing image (checksums, adding space): 93%Preparing image (checksums, adding space): 94%Preparing image (checksums, adding space): 95%Preparing image (checksums, adding space): 96%Preparing image (checksums, adding space): 97%Preparing image (checksums, adding space): 98%Preparing image (checksums, adding space): 99%Preparing image (checksums, adding space): 100% -Ecc generation: 0.4%Ecc generation: 0.9%Ecc generation: 1.3%Ecc generation: 1.8%Ecc generation: 2.2%Ecc generation: 2.7%Ecc generation: 3.1%Ecc generation: 3.6%Ecc generation: 4.0%Ecc generation: 4.5%Ecc generation: 5.0%Ecc generation: 5.4%Ecc generation: 5.9%Ecc generation: 6.3%Ecc generation: 6.8%Ecc generation: 7.2%Ecc generation: 7.7%Ecc generation: 8.1%Ecc generation: 8.6%Ecc generation: 9.0%Ecc generation: 9.5%Ecc generation: 10.0%Ecc generation: 10.4%Ecc generation: 10.9%Ecc generation: 11.3%Ecc generation: 11.8%Ecc generation: 12.2%Ecc generation: 12.7%Ecc generation: 13.1%Ecc generation: 13.6%Ecc generation: 14.0%Ecc generation: 14.5%Ecc generation: 15.0%Ecc generation: 15.4%Ecc generation: 15.9%Ecc generation: 16.3%Ecc generation: 16.8%Ecc generation: 17.2%Ecc generation: 17.7%Ecc generation: 18.1%Ecc generation: 18.6%Ecc generation: 19.0%Ecc generation: 19.5%Ecc generation: 20.0%Ecc generation: 20.4%Ecc generation: 20.9%Ecc generation: 21.3%Ecc generation: 21.8%Ecc generation: 22.2%Ecc generation: 22.7%Ecc generation: 23.1%Ecc generation: 23.6%Ecc generation: 24.0%Ecc generation: 24.5%Ecc generation: 25.0%Ecc generation: 25.4%Ecc generation: 25.9%Ecc generation: 26.3%Ecc generation: 26.8%Ecc generation: 27.2%Ecc generation: 27.7%Ecc generation: 28.1%Ecc generation: 28.6%Ecc generation: 29.0%Ecc generation: 29.5%Ecc generation: 30.0%Ecc generation: 30.4%Ecc generation: 30.9%Ecc generation: 31.3%Ecc generation: 31.8%Ecc generation: 32.2%Ecc generation: 32.7%Ecc generation: 33.1%Ecc generation: 33.6%Ecc generation: 34.0%Ecc generation: 34.5%Ecc generation: 35.0%Ecc generation: 35.4%Ecc generation: 35.9%Ecc generation: 36.3%Ecc generation: 36.8%Ecc generation: 37.2%Ecc generation: 37.7%Ecc generation: 38.1%Ecc generation: 38.6%Ecc generation: 39.0%Ecc generation: 39.5%Ecc generation: 40.0%Ecc generation: 40.4%Ecc generation: 40.9%Ecc generation: 41.3%Ecc generation: 41.8%Ecc generation: 42.2%Ecc generation: 42.7%Ecc generation: 43.1%Ecc generation: 43.6%Ecc generation: 44.0%Ecc generation: 44.5%Ecc generation: 45.0%Ecc generation: 45.4%Ecc generation: 45.9%Ecc generation: 46.3%Ecc generation: 46.8%Ecc generation: 47.2%Ecc generation: 47.7%Ecc generation: 48.1%Ecc generation: 48.6%Ecc generation: 49.0%Ecc generation: 49.5%Ecc generation: 50.0%Ecc generation: 50.4%Ecc generation: 50.9%Ecc generation: 51.3%Ecc generation: 51.8%Ecc generation: 52.2%Ecc generation: 52.7%Ecc generation: 53.1%Ecc generation: 53.6%Ecc generation: 54.0%Ecc generation: 54.5%Ecc generation: 55.0%Ecc generation: 55.4%Ecc generation: 55.9%Ecc generation: 56.3%Ecc generation: 56.8%Ecc generation: 57.2%Ecc generation: 57.7%Ecc generation: 58.1%Ecc generation: 58.6%Ecc generation: 59.0%Ecc generation: 59.5%Ecc generation: 60.0%Ecc generation: 60.4%Ecc generation: 60.9%Ecc generation: 61.3%Ecc generation: 61.8%Ecc generation: 62.2%Ecc generation: 62.7%Ecc generation: 63.1%Ecc generation: 63.6%Ecc generation: 64.0%Ecc generation: 64.5%Ecc generation: 65.0%Ecc generation: 65.4%Ecc generation: 65.9%Ecc generation: 66.3%Ecc generation: 66.8%Ecc generation: 67.2%Ecc generation: 67.7%Ecc generation: 68.1%Ecc generation: 68.6%Ecc generation: 69.0%Ecc generation: 69.5%Ecc generation: 70.0%Ecc generation: 70.4%Ecc generation: 70.9%Ecc generation: 71.3%Ecc generation: 71.8%Ecc generation: 72.2%Ecc generation: 72.7%Ecc generation: 73.1%Ecc generation: 73.6%Ecc generation: 74.0%Ecc generation: 74.5%Ecc generation: 75.0%Ecc generation: 75.4%Ecc generation: 75.9%Ecc generation: 76.3%Ecc generation: 76.8%Ecc generation: 77.2%Ecc generation: 77.7%Ecc generation: 78.1%Ecc generation: 78.6%Ecc generation: 79.0%Ecc generation: 79.5%Ecc generation: 80.0%Ecc generation: 80.4%Ecc generation: 80.9%Ecc generation: 81.3%Ecc generation: 81.8%Ecc generation: 82.2%Ecc generation: 82.7%Ecc generation: 83.1%Ecc generation: 83.6%Ecc generation: 84.0%Ecc generation: 84.5%Ecc generation: 85.0%Ecc generation: 85.4%Ecc generation: 85.9%Ecc generation: 86.3%Ecc generation: 86.8%Ecc generation: 87.2%Ecc generation: 87.7%Ecc generation: 88.1%Ecc generation: 88.6%Ecc generation: 89.0%Ecc generation: 89.5%Ecc generation: 90.0%Ecc generation: 90.4%Ecc generation: 90.9%Ecc generation: 91.3%Ecc generation: 91.8%Ecc generation: 92.2%Ecc generation: 92.7%Ecc generation: 93.1%Ecc generation: 93.6%Ecc generation: 94.0%Ecc generation: 94.5%Ecc generation: 95.0%Ecc generation: 95.4%Ecc generation: 95.9%Ecc generation: 96.3%Ecc generation: 96.8%Ecc generation: 97.2%Ecc generation: 97.7%Ecc generation: 98.1%Ecc generation: 98.6%Ecc generation: 99.0%Ecc generation: 99.5%Ecc generation: 100.0%Ecc generation: 100.0% Image has been augmented with error correction data. New image size is 68 MiB (34932 sectors). diff --git a/regtest/database/RS02_ecc_recreate_after_read_rs02 b/regtest/database/RS02_ecc_recreate_after_read_rs02 index 25d0562..04a3c04 100644 --- a/regtest/database/RS02_ecc_recreate_after_read_rs02 +++ b/regtest/database/RS02_ecc_recreate_after_read_rs02 @@ -11,7 +11,7 @@ Medium "Random Image": CD-R mode 1, 49935 sectors, Ecc, created 16-07-2006. Creating new rs02-tmp.iso image. Reading CRC information from ecc data (RS02) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. Checksums match. Opening rs02-tmp.iso: 49935 medium sectors. @@ -22,7 +22,5 @@ Augmenting image with Method RS02: 58 MiB data, 9 MiB ecc (35 roots; 15.9% redundancy). * Warning: Using redundancies below 20%% may not give * the expected data loss protection. -Preparing image (checksums, adding space): 1%Preparing image (checksums, adding space): 2%Preparing image (checksums, adding space): 3%Preparing image (checksums, adding space): 4%Preparing image (checksums, adding space): 5%Preparing image (checksums, adding space): 6%Preparing image (checksums, adding space): 7%Preparing image (checksums, adding space): 8%Preparing image (checksums, adding space): 9%Preparing image (checksums, adding space): 10%Preparing image (checksums, adding space): 11%Preparing image (checksums, adding space): 12%Preparing image (checksums, adding space): 13%Preparing image (checksums, adding space): 14%Preparing image (checksums, adding space): 15%Preparing image (checksums, adding space): 16%Preparing image (checksums, adding space): 17%Preparing image (checksums, adding space): 18%Preparing image (checksums, adding space): 19%Preparing image (checksums, adding space): 20%Preparing image (checksums, adding space): 21%Preparing image (checksums, adding space): 22%Preparing image (checksums, adding space): 23%Preparing image (checksums, adding space): 24%Preparing image (checksums, adding space): 25%Preparing image (checksums, adding space): 26%Preparing image (checksums, adding space): 27%Preparing image (checksums, adding space): 28%Preparing image (checksums, adding space): 29%Preparing image (checksums, adding space): 30%Preparing image (checksums, adding space): 31%Preparing image (checksums, adding space): 32%Preparing image (checksums, adding space): 33%Preparing image (checksums, adding space): 34%Preparing image (checksums, adding space): 35%Preparing image (checksums, adding space): 36%Preparing image (checksums, adding space): 37%Preparing image (checksums, adding space): 38%Preparing image (checksums, adding space): 39%Preparing image (checksums, adding space): 40%Preparing image (checksums, adding space): 41%Preparing image (checksums, adding space): 42%Preparing image (checksums, adding space): 43%Preparing image (checksums, adding space): 44%Preparing image (checksums, adding space): 45%Preparing image (checksums, adding space): 46%Preparing image (checksums, adding space): 47%Preparing image (checksums, adding space): 48%Preparing image (checksums, adding space): 49%Preparing image (checksums, adding space): 50%Preparing image (checksums, adding space): 51%Preparing image (checksums, adding space): 52%Preparing image (checksums, adding space): 53%Preparing image (checksums, adding space): 54%Preparing image (checksums, adding space): 55%Preparing image (checksums, adding space): 56%Preparing image (checksums, adding space): 57%Preparing image (checksums, adding space): 58%Preparing image (checksums, adding space): 59%Preparing image (checksums, adding space): 60%Preparing image (checksums, adding space): 61%Preparing image (checksums, adding space): 62%Preparing image (checksums, adding space): 63%Preparing image (checksums, adding space): 64%Preparing image (checksums, adding space): 65%Preparing image (checksums, adding space): 66%Preparing image (checksums, adding space): 67%Preparing image (checksums, adding space): 68%Preparing image (checksums, adding space): 69%Preparing image (checksums, adding space): 70%Preparing image (checksums, adding space): 71%Preparing image (checksums, adding space): 72%Preparing image (checksums, adding space): 73%Preparing image (checksums, adding space): 74%Preparing image (checksums, adding space): 75%Preparing image (checksums, adding space): 76%Preparing image (checksums, adding space): 77%Preparing image (checksums, adding space): 78%Preparing image (checksums, adding space): 79%Preparing image (checksums, adding space): 80%Preparing image (checksums, adding space): 81%Preparing image (checksums, adding space): 82%Preparing image (checksums, adding space): 83%Preparing image (checksums, adding space): 84%Preparing image (checksums, adding space): 85%Preparing image (checksums, adding space): 85%Preparing image (checksums, adding space): 86%Preparing image (checksums, adding space): 87%Preparing image (checksums, adding space): 88%Preparing image (checksums, adding space): 89%Preparing image (checksums, adding space): 90%Preparing image (checksums, adding space): 91%Preparing image (checksums, adding space): 92%Preparing image (checksums, adding space): 93%Preparing image (checksums, adding space): 94%Preparing image (checksums, adding space): 95%Preparing image (checksums, adding space): 96%Preparing image (checksums, adding space): 97%Preparing image (checksums, adding space): 98%Preparing image (checksums, adding space): 99%Preparing image (checksums, adding space): 100% -Ecc generation: 0.4%Ecc generation: 0.9%Ecc generation: 1.3%Ecc generation: 1.8%Ecc generation: 2.2%Ecc generation: 2.7%Ecc generation: 3.1%Ecc generation: 3.6%Ecc generation: 4.0%Ecc generation: 4.5%Ecc generation: 5.0%Ecc generation: 5.4%Ecc generation: 5.9%Ecc generation: 6.3%Ecc generation: 6.8%Ecc generation: 7.2%Ecc generation: 7.7%Ecc generation: 8.1%Ecc generation: 8.6%Ecc generation: 9.0%Ecc generation: 9.5%Ecc generation: 10.0%Ecc generation: 10.4%Ecc generation: 10.9%Ecc generation: 11.3%Ecc generation: 11.8%Ecc generation: 12.2%Ecc generation: 12.7%Ecc generation: 13.1%Ecc generation: 13.6%Ecc generation: 14.0%Ecc generation: 14.5%Ecc generation: 15.0%Ecc generation: 15.4%Ecc generation: 15.9%Ecc generation: 16.3%Ecc generation: 16.8%Ecc generation: 17.2%Ecc generation: 17.7%Ecc generation: 18.1%Ecc generation: 18.6%Ecc generation: 19.0%Ecc generation: 19.5%Ecc generation: 20.0%Ecc generation: 20.4%Ecc generation: 20.9%Ecc generation: 21.3%Ecc generation: 21.8%Ecc generation: 22.2%Ecc generation: 22.7%Ecc generation: 23.1%Ecc generation: 23.6%Ecc generation: 24.0%Ecc generation: 24.5%Ecc generation: 25.0%Ecc generation: 25.4%Ecc generation: 25.9%Ecc generation: 26.3%Ecc generation: 26.8%Ecc generation: 27.2%Ecc generation: 27.7%Ecc generation: 28.1%Ecc generation: 28.6%Ecc generation: 29.0%Ecc generation: 29.5%Ecc generation: 30.0%Ecc generation: 30.4%Ecc generation: 30.9%Ecc generation: 31.3%Ecc generation: 31.8%Ecc generation: 32.2%Ecc generation: 32.7%Ecc generation: 33.1%Ecc generation: 33.6%Ecc generation: 34.0%Ecc generation: 34.5%Ecc generation: 35.0%Ecc generation: 35.4%Ecc generation: 35.9%Ecc generation: 36.3%Ecc generation: 36.8%Ecc generation: 37.2%Ecc generation: 37.7%Ecc generation: 38.1%Ecc generation: 38.6%Ecc generation: 39.0%Ecc generation: 39.5%Ecc generation: 40.0%Ecc generation: 40.4%Ecc generation: 40.9%Ecc generation: 41.3%Ecc generation: 41.8%Ecc generation: 42.2%Ecc generation: 42.7%Ecc generation: 43.1%Ecc generation: 43.6%Ecc generation: 44.0%Ecc generation: 44.5%Ecc generation: 45.0%Ecc generation: 45.4%Ecc generation: 45.9%Ecc generation: 46.3%Ecc generation: 46.8%Ecc generation: 47.2%Ecc generation: 47.7%Ecc generation: 48.1%Ecc generation: 48.6%Ecc generation: 49.0%Ecc generation: 49.5%Ecc generation: 50.0%Ecc generation: 50.4%Ecc generation: 50.9%Ecc generation: 51.3%Ecc generation: 51.8%Ecc generation: 52.2%Ecc generation: 52.7%Ecc generation: 53.1%Ecc generation: 53.6%Ecc generation: 54.0%Ecc generation: 54.5%Ecc generation: 55.0%Ecc generation: 55.4%Ecc generation: 55.9%Ecc generation: 56.3%Ecc generation: 56.8%Ecc generation: 57.2%Ecc generation: 57.7%Ecc generation: 58.1%Ecc generation: 58.6%Ecc generation: 59.0%Ecc generation: 59.5%Ecc generation: 60.0%Ecc generation: 60.4%Ecc generation: 60.9%Ecc generation: 61.3%Ecc generation: 61.8%Ecc generation: 62.2%Ecc generation: 62.7%Ecc generation: 63.1%Ecc generation: 63.6%Ecc generation: 64.0%Ecc generation: 64.5%Ecc generation: 65.0%Ecc generation: 65.4%Ecc generation: 65.9%Ecc generation: 66.3%Ecc generation: 66.8%Ecc generation: 67.2%Ecc generation: 67.7%Ecc generation: 68.1%Ecc generation: 68.6%Ecc generation: 69.0%Ecc generation: 69.5%Ecc generation: 70.0%Ecc generation: 70.4%Ecc generation: 70.9%Ecc generation: 71.3%Ecc generation: 71.8%Ecc generation: 72.2%Ecc generation: 72.7%Ecc generation: 73.1%Ecc generation: 73.6%Ecc generation: 74.0%Ecc generation: 74.5%Ecc generation: 75.0%Ecc generation: 75.4%Ecc generation: 75.9%Ecc generation: 76.3%Ecc generation: 76.8%Ecc generation: 77.2%Ecc generation: 77.7%Ecc generation: 78.1%Ecc generation: 78.6%Ecc generation: 79.0%Ecc generation: 79.5%Ecc generation: 80.0%Ecc generation: 80.4%Ecc generation: 80.9%Ecc generation: 81.3%Ecc generation: 81.8%Ecc generation: 82.2%Ecc generation: 82.7%Ecc generation: 83.1%Ecc generation: 83.6%Ecc generation: 84.0%Ecc generation: 84.5%Ecc generation: 85.0%Ecc generation: 85.4%Ecc generation: 85.9%Ecc generation: 86.3%Ecc generation: 86.8%Ecc generation: 87.2%Ecc generation: 87.7%Ecc generation: 88.1%Ecc generation: 88.6%Ecc generation: 89.0%Ecc generation: 89.5%Ecc generation: 90.0%Ecc generation: 90.4%Ecc generation: 90.9%Ecc generation: 91.3%Ecc generation: 91.8%Ecc generation: 92.2%Ecc generation: 92.7%Ecc generation: 93.1%Ecc generation: 93.6%Ecc generation: 94.0%Ecc generation: 94.5%Ecc generation: 95.0%Ecc generation: 95.4%Ecc generation: 95.9%Ecc generation: 96.3%Ecc generation: 96.8%Ecc generation: 97.2%Ecc generation: 97.7%Ecc generation: 98.1%Ecc generation: 98.6%Ecc generation: 99.0%Ecc generation: 99.5%Ecc generation: 100.0%Ecc generation: 100.0% Image has been augmented with error correction data. New image size is 68 MiB (34932 sectors). diff --git a/regtest/database/RS02_ecc_recreate_after_read_rs03f b/regtest/database/RS02_ecc_recreate_after_read_rs03f index e2db474..7bf53b7 100644 --- a/regtest/database/RS02_ecc_recreate_after_read_rs03f +++ b/regtest/database/RS02_ecc_recreate_after_read_rs03f @@ -11,7 +11,7 @@ Medium "Random Image": CD-R mode 1, 30000 sectors, created 16-07-2006. Creating new rs02-tmp.iso image. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. Checksums match. Opening rs02-tmp.iso: 30000 medium sectors. @@ -19,7 +19,5 @@ Augmenting image with Method RS02: 58 MiB data, 9 MiB ecc (35 roots; 15.9% redundancy). * Warning: Using redundancies below 20%% may not give * the expected data loss protection. -Preparing image (checksums, adding space): 1%Preparing image (checksums, adding space): 2%Preparing image (checksums, adding space): 3%Preparing image (checksums, adding space): 4%Preparing image (checksums, adding space): 5%Preparing image (checksums, adding space): 6%Preparing image (checksums, adding space): 7%Preparing image (checksums, adding space): 8%Preparing image (checksums, adding space): 9%Preparing image (checksums, adding space): 10%Preparing image (checksums, adding space): 11%Preparing image (checksums, adding space): 12%Preparing image (checksums, adding space): 13%Preparing image (checksums, adding space): 14%Preparing image (checksums, adding space): 15%Preparing image (checksums, adding space): 16%Preparing image (checksums, adding space): 17%Preparing image (checksums, adding space): 18%Preparing image (checksums, adding space): 19%Preparing image (checksums, adding space): 20%Preparing image (checksums, adding space): 21%Preparing image (checksums, adding space): 22%Preparing image (checksums, adding space): 23%Preparing image (checksums, adding space): 24%Preparing image (checksums, adding space): 25%Preparing image (checksums, adding space): 26%Preparing image (checksums, adding space): 27%Preparing image (checksums, adding space): 28%Preparing image (checksums, adding space): 29%Preparing image (checksums, adding space): 30%Preparing image (checksums, adding space): 31%Preparing image (checksums, adding space): 32%Preparing image (checksums, adding space): 33%Preparing image (checksums, adding space): 34%Preparing image (checksums, adding space): 35%Preparing image (checksums, adding space): 36%Preparing image (checksums, adding space): 37%Preparing image (checksums, adding space): 38%Preparing image (checksums, adding space): 39%Preparing image (checksums, adding space): 40%Preparing image (checksums, adding space): 41%Preparing image (checksums, adding space): 42%Preparing image (checksums, adding space): 43%Preparing image (checksums, adding space): 44%Preparing image (checksums, adding space): 45%Preparing image (checksums, adding space): 46%Preparing image (checksums, adding space): 47%Preparing image (checksums, adding space): 48%Preparing image (checksums, adding space): 49%Preparing image (checksums, adding space): 50%Preparing image (checksums, adding space): 51%Preparing image (checksums, adding space): 52%Preparing image (checksums, adding space): 53%Preparing image (checksums, adding space): 54%Preparing image (checksums, adding space): 55%Preparing image (checksums, adding space): 56%Preparing image (checksums, adding space): 57%Preparing image (checksums, adding space): 58%Preparing image (checksums, adding space): 59%Preparing image (checksums, adding space): 60%Preparing image (checksums, adding space): 61%Preparing image (checksums, adding space): 62%Preparing image (checksums, adding space): 63%Preparing image (checksums, adding space): 64%Preparing image (checksums, adding space): 65%Preparing image (checksums, adding space): 66%Preparing image (checksums, adding space): 67%Preparing image (checksums, adding space): 68%Preparing image (checksums, adding space): 69%Preparing image (checksums, adding space): 70%Preparing image (checksums, adding space): 71%Preparing image (checksums, adding space): 72%Preparing image (checksums, adding space): 73%Preparing image (checksums, adding space): 74%Preparing image (checksums, adding space): 75%Preparing image (checksums, adding space): 76%Preparing image (checksums, adding space): 77%Preparing image (checksums, adding space): 78%Preparing image (checksums, adding space): 79%Preparing image (checksums, adding space): 80%Preparing image (checksums, adding space): 81%Preparing image (checksums, adding space): 82%Preparing image (checksums, adding space): 83%Preparing image (checksums, adding space): 84%Preparing image (checksums, adding space): 85%Preparing image (checksums, adding space): 85%Preparing image (checksums, adding space): 86%Preparing image (checksums, adding space): 87%Preparing image (checksums, adding space): 88%Preparing image (checksums, adding space): 89%Preparing image (checksums, adding space): 90%Preparing image (checksums, adding space): 91%Preparing image (checksums, adding space): 92%Preparing image (checksums, adding space): 93%Preparing image (checksums, adding space): 94%Preparing image (checksums, adding space): 95%Preparing image (checksums, adding space): 96%Preparing image (checksums, adding space): 97%Preparing image (checksums, adding space): 98%Preparing image (checksums, adding space): 99%Preparing image (checksums, adding space): 100% -Ecc generation: 0.4%Ecc generation: 0.9%Ecc generation: 1.3%Ecc generation: 1.8%Ecc generation: 2.2%Ecc generation: 2.7%Ecc generation: 3.1%Ecc generation: 3.6%Ecc generation: 4.0%Ecc generation: 4.5%Ecc generation: 5.0%Ecc generation: 5.4%Ecc generation: 5.9%Ecc generation: 6.3%Ecc generation: 6.8%Ecc generation: 7.2%Ecc generation: 7.7%Ecc generation: 8.1%Ecc generation: 8.6%Ecc generation: 9.0%Ecc generation: 9.5%Ecc generation: 10.0%Ecc generation: 10.4%Ecc generation: 10.9%Ecc generation: 11.3%Ecc generation: 11.8%Ecc generation: 12.2%Ecc generation: 12.7%Ecc generation: 13.1%Ecc generation: 13.6%Ecc generation: 14.0%Ecc generation: 14.5%Ecc generation: 15.0%Ecc generation: 15.4%Ecc generation: 15.9%Ecc generation: 16.3%Ecc generation: 16.8%Ecc generation: 17.2%Ecc generation: 17.7%Ecc generation: 18.1%Ecc generation: 18.6%Ecc generation: 19.0%Ecc generation: 19.5%Ecc generation: 20.0%Ecc generation: 20.4%Ecc generation: 20.9%Ecc generation: 21.3%Ecc generation: 21.8%Ecc generation: 22.2%Ecc generation: 22.7%Ecc generation: 23.1%Ecc generation: 23.6%Ecc generation: 24.0%Ecc generation: 24.5%Ecc generation: 25.0%Ecc generation: 25.4%Ecc generation: 25.9%Ecc generation: 26.3%Ecc generation: 26.8%Ecc generation: 27.2%Ecc generation: 27.7%Ecc generation: 28.1%Ecc generation: 28.6%Ecc generation: 29.0%Ecc generation: 29.5%Ecc generation: 30.0%Ecc generation: 30.4%Ecc generation: 30.9%Ecc generation: 31.3%Ecc generation: 31.8%Ecc generation: 32.2%Ecc generation: 32.7%Ecc generation: 33.1%Ecc generation: 33.6%Ecc generation: 34.0%Ecc generation: 34.5%Ecc generation: 35.0%Ecc generation: 35.4%Ecc generation: 35.9%Ecc generation: 36.3%Ecc generation: 36.8%Ecc generation: 37.2%Ecc generation: 37.7%Ecc generation: 38.1%Ecc generation: 38.6%Ecc generation: 39.0%Ecc generation: 39.5%Ecc generation: 40.0%Ecc generation: 40.4%Ecc generation: 40.9%Ecc generation: 41.3%Ecc generation: 41.8%Ecc generation: 42.2%Ecc generation: 42.7%Ecc generation: 43.1%Ecc generation: 43.6%Ecc generation: 44.0%Ecc generation: 44.5%Ecc generation: 45.0%Ecc generation: 45.4%Ecc generation: 45.9%Ecc generation: 46.3%Ecc generation: 46.8%Ecc generation: 47.2%Ecc generation: 47.7%Ecc generation: 48.1%Ecc generation: 48.6%Ecc generation: 49.0%Ecc generation: 49.5%Ecc generation: 50.0%Ecc generation: 50.4%Ecc generation: 50.9%Ecc generation: 51.3%Ecc generation: 51.8%Ecc generation: 52.2%Ecc generation: 52.7%Ecc generation: 53.1%Ecc generation: 53.6%Ecc generation: 54.0%Ecc generation: 54.5%Ecc generation: 55.0%Ecc generation: 55.4%Ecc generation: 55.9%Ecc generation: 56.3%Ecc generation: 56.8%Ecc generation: 57.2%Ecc generation: 57.7%Ecc generation: 58.1%Ecc generation: 58.6%Ecc generation: 59.0%Ecc generation: 59.5%Ecc generation: 60.0%Ecc generation: 60.4%Ecc generation: 60.9%Ecc generation: 61.3%Ecc generation: 61.8%Ecc generation: 62.2%Ecc generation: 62.7%Ecc generation: 63.1%Ecc generation: 63.6%Ecc generation: 64.0%Ecc generation: 64.5%Ecc generation: 65.0%Ecc generation: 65.4%Ecc generation: 65.9%Ecc generation: 66.3%Ecc generation: 66.8%Ecc generation: 67.2%Ecc generation: 67.7%Ecc generation: 68.1%Ecc generation: 68.6%Ecc generation: 69.0%Ecc generation: 69.5%Ecc generation: 70.0%Ecc generation: 70.4%Ecc generation: 70.9%Ecc generation: 71.3%Ecc generation: 71.8%Ecc generation: 72.2%Ecc generation: 72.7%Ecc generation: 73.1%Ecc generation: 73.6%Ecc generation: 74.0%Ecc generation: 74.5%Ecc generation: 75.0%Ecc generation: 75.4%Ecc generation: 75.9%Ecc generation: 76.3%Ecc generation: 76.8%Ecc generation: 77.2%Ecc generation: 77.7%Ecc generation: 78.1%Ecc generation: 78.6%Ecc generation: 79.0%Ecc generation: 79.5%Ecc generation: 80.0%Ecc generation: 80.4%Ecc generation: 80.9%Ecc generation: 81.3%Ecc generation: 81.8%Ecc generation: 82.2%Ecc generation: 82.7%Ecc generation: 83.1%Ecc generation: 83.6%Ecc generation: 84.0%Ecc generation: 84.5%Ecc generation: 85.0%Ecc generation: 85.4%Ecc generation: 85.9%Ecc generation: 86.3%Ecc generation: 86.8%Ecc generation: 87.2%Ecc generation: 87.7%Ecc generation: 88.1%Ecc generation: 88.6%Ecc generation: 89.0%Ecc generation: 89.5%Ecc generation: 90.0%Ecc generation: 90.4%Ecc generation: 90.9%Ecc generation: 91.3%Ecc generation: 91.8%Ecc generation: 92.2%Ecc generation: 92.7%Ecc generation: 93.1%Ecc generation: 93.6%Ecc generation: 94.0%Ecc generation: 94.5%Ecc generation: 95.0%Ecc generation: 95.4%Ecc generation: 95.9%Ecc generation: 96.3%Ecc generation: 96.8%Ecc generation: 97.2%Ecc generation: 97.7%Ecc generation: 98.1%Ecc generation: 98.6%Ecc generation: 99.0%Ecc generation: 99.5%Ecc generation: 100.0%Ecc generation: 100.0% Image has been augmented with error correction data. New image size is 68 MiB (34932 sectors). diff --git a/regtest/database/RS02_ecc_recreate_after_read_rs03i b/regtest/database/RS02_ecc_recreate_after_read_rs03i index 4dab8f9..bbdea4a 100644 --- a/regtest/database/RS02_ecc_recreate_after_read_rs03i +++ b/regtest/database/RS02_ecc_recreate_after_read_rs03i @@ -11,7 +11,7 @@ Medium "Random Image": CD-R mode 1, 36975 sectors, Ecc, created 16-07-2006. Creating new rs02-tmp.iso image. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. Checksums match. Opening rs02-tmp.iso: 36975 medium sectors. @@ -22,7 +22,5 @@ Augmenting image with Method RS02: 58 MiB data, 9 MiB ecc (35 roots; 15.9% redundancy). * Warning: Using redundancies below 20%% may not give * the expected data loss protection. -Preparing image (checksums, adding space): 1%Preparing image (checksums, adding space): 2%Preparing image (checksums, adding space): 3%Preparing image (checksums, adding space): 4%Preparing image (checksums, adding space): 5%Preparing image (checksums, adding space): 6%Preparing image (checksums, adding space): 7%Preparing image (checksums, adding space): 8%Preparing image (checksums, adding space): 9%Preparing image (checksums, adding space): 10%Preparing image (checksums, adding space): 11%Preparing image (checksums, adding space): 12%Preparing image (checksums, adding space): 13%Preparing image (checksums, adding space): 14%Preparing image (checksums, adding space): 15%Preparing image (checksums, adding space): 16%Preparing image (checksums, adding space): 17%Preparing image (checksums, adding space): 18%Preparing image (checksums, adding space): 19%Preparing image (checksums, adding space): 20%Preparing image (checksums, adding space): 21%Preparing image (checksums, adding space): 22%Preparing image (checksums, adding space): 23%Preparing image (checksums, adding space): 24%Preparing image (checksums, adding space): 25%Preparing image (checksums, adding space): 26%Preparing image (checksums, adding space): 27%Preparing image (checksums, adding space): 28%Preparing image (checksums, adding space): 29%Preparing image (checksums, adding space): 30%Preparing image (checksums, adding space): 31%Preparing image (checksums, adding space): 32%Preparing image (checksums, adding space): 33%Preparing image (checksums, adding space): 34%Preparing image (checksums, adding space): 35%Preparing image (checksums, adding space): 36%Preparing image (checksums, adding space): 37%Preparing image (checksums, adding space): 38%Preparing image (checksums, adding space): 39%Preparing image (checksums, adding space): 40%Preparing image (checksums, adding space): 41%Preparing image (checksums, adding space): 42%Preparing image (checksums, adding space): 43%Preparing image (checksums, adding space): 44%Preparing image (checksums, adding space): 45%Preparing image (checksums, adding space): 46%Preparing image (checksums, adding space): 47%Preparing image (checksums, adding space): 48%Preparing image (checksums, adding space): 49%Preparing image (checksums, adding space): 50%Preparing image (checksums, adding space): 51%Preparing image (checksums, adding space): 52%Preparing image (checksums, adding space): 53%Preparing image (checksums, adding space): 54%Preparing image (checksums, adding space): 55%Preparing image (checksums, adding space): 56%Preparing image (checksums, adding space): 57%Preparing image (checksums, adding space): 58%Preparing image (checksums, adding space): 59%Preparing image (checksums, adding space): 60%Preparing image (checksums, adding space): 61%Preparing image (checksums, adding space): 62%Preparing image (checksums, adding space): 63%Preparing image (checksums, adding space): 64%Preparing image (checksums, adding space): 65%Preparing image (checksums, adding space): 66%Preparing image (checksums, adding space): 67%Preparing image (checksums, adding space): 68%Preparing image (checksums, adding space): 69%Preparing image (checksums, adding space): 70%Preparing image (checksums, adding space): 71%Preparing image (checksums, adding space): 72%Preparing image (checksums, adding space): 73%Preparing image (checksums, adding space): 74%Preparing image (checksums, adding space): 75%Preparing image (checksums, adding space): 76%Preparing image (checksums, adding space): 77%Preparing image (checksums, adding space): 78%Preparing image (checksums, adding space): 79%Preparing image (checksums, adding space): 80%Preparing image (checksums, adding space): 81%Preparing image (checksums, adding space): 82%Preparing image (checksums, adding space): 83%Preparing image (checksums, adding space): 84%Preparing image (checksums, adding space): 85%Preparing image (checksums, adding space): 85%Preparing image (checksums, adding space): 86%Preparing image (checksums, adding space): 87%Preparing image (checksums, adding space): 88%Preparing image (checksums, adding space): 89%Preparing image (checksums, adding space): 90%Preparing image (checksums, adding space): 91%Preparing image (checksums, adding space): 92%Preparing image (checksums, adding space): 93%Preparing image (checksums, adding space): 94%Preparing image (checksums, adding space): 95%Preparing image (checksums, adding space): 96%Preparing image (checksums, adding space): 97%Preparing image (checksums, adding space): 98%Preparing image (checksums, adding space): 99%Preparing image (checksums, adding space): 100% -Ecc generation: 0.4%Ecc generation: 0.9%Ecc generation: 1.3%Ecc generation: 1.8%Ecc generation: 2.2%Ecc generation: 2.7%Ecc generation: 3.1%Ecc generation: 3.6%Ecc generation: 4.0%Ecc generation: 4.5%Ecc generation: 5.0%Ecc generation: 5.4%Ecc generation: 5.9%Ecc generation: 6.3%Ecc generation: 6.8%Ecc generation: 7.2%Ecc generation: 7.7%Ecc generation: 8.1%Ecc generation: 8.6%Ecc generation: 9.0%Ecc generation: 9.5%Ecc generation: 10.0%Ecc generation: 10.4%Ecc generation: 10.9%Ecc generation: 11.3%Ecc generation: 11.8%Ecc generation: 12.2%Ecc generation: 12.7%Ecc generation: 13.1%Ecc generation: 13.6%Ecc generation: 14.0%Ecc generation: 14.5%Ecc generation: 15.0%Ecc generation: 15.4%Ecc generation: 15.9%Ecc generation: 16.3%Ecc generation: 16.8%Ecc generation: 17.2%Ecc generation: 17.7%Ecc generation: 18.1%Ecc generation: 18.6%Ecc generation: 19.0%Ecc generation: 19.5%Ecc generation: 20.0%Ecc generation: 20.4%Ecc generation: 20.9%Ecc generation: 21.3%Ecc generation: 21.8%Ecc generation: 22.2%Ecc generation: 22.7%Ecc generation: 23.1%Ecc generation: 23.6%Ecc generation: 24.0%Ecc generation: 24.5%Ecc generation: 25.0%Ecc generation: 25.4%Ecc generation: 25.9%Ecc generation: 26.3%Ecc generation: 26.8%Ecc generation: 27.2%Ecc generation: 27.7%Ecc generation: 28.1%Ecc generation: 28.6%Ecc generation: 29.0%Ecc generation: 29.5%Ecc generation: 30.0%Ecc generation: 30.4%Ecc generation: 30.9%Ecc generation: 31.3%Ecc generation: 31.8%Ecc generation: 32.2%Ecc generation: 32.7%Ecc generation: 33.1%Ecc generation: 33.6%Ecc generation: 34.0%Ecc generation: 34.5%Ecc generation: 35.0%Ecc generation: 35.4%Ecc generation: 35.9%Ecc generation: 36.3%Ecc generation: 36.8%Ecc generation: 37.2%Ecc generation: 37.7%Ecc generation: 38.1%Ecc generation: 38.6%Ecc generation: 39.0%Ecc generation: 39.5%Ecc generation: 40.0%Ecc generation: 40.4%Ecc generation: 40.9%Ecc generation: 41.3%Ecc generation: 41.8%Ecc generation: 42.2%Ecc generation: 42.7%Ecc generation: 43.1%Ecc generation: 43.6%Ecc generation: 44.0%Ecc generation: 44.5%Ecc generation: 45.0%Ecc generation: 45.4%Ecc generation: 45.9%Ecc generation: 46.3%Ecc generation: 46.8%Ecc generation: 47.2%Ecc generation: 47.7%Ecc generation: 48.1%Ecc generation: 48.6%Ecc generation: 49.0%Ecc generation: 49.5%Ecc generation: 50.0%Ecc generation: 50.4%Ecc generation: 50.9%Ecc generation: 51.3%Ecc generation: 51.8%Ecc generation: 52.2%Ecc generation: 52.7%Ecc generation: 53.1%Ecc generation: 53.6%Ecc generation: 54.0%Ecc generation: 54.5%Ecc generation: 55.0%Ecc generation: 55.4%Ecc generation: 55.9%Ecc generation: 56.3%Ecc generation: 56.8%Ecc generation: 57.2%Ecc generation: 57.7%Ecc generation: 58.1%Ecc generation: 58.6%Ecc generation: 59.0%Ecc generation: 59.5%Ecc generation: 60.0%Ecc generation: 60.4%Ecc generation: 60.9%Ecc generation: 61.3%Ecc generation: 61.8%Ecc generation: 62.2%Ecc generation: 62.7%Ecc generation: 63.1%Ecc generation: 63.6%Ecc generation: 64.0%Ecc generation: 64.5%Ecc generation: 65.0%Ecc generation: 65.4%Ecc generation: 65.9%Ecc generation: 66.3%Ecc generation: 66.8%Ecc generation: 67.2%Ecc generation: 67.7%Ecc generation: 68.1%Ecc generation: 68.6%Ecc generation: 69.0%Ecc generation: 69.5%Ecc generation: 70.0%Ecc generation: 70.4%Ecc generation: 70.9%Ecc generation: 71.3%Ecc generation: 71.8%Ecc generation: 72.2%Ecc generation: 72.7%Ecc generation: 73.1%Ecc generation: 73.6%Ecc generation: 74.0%Ecc generation: 74.5%Ecc generation: 75.0%Ecc generation: 75.4%Ecc generation: 75.9%Ecc generation: 76.3%Ecc generation: 76.8%Ecc generation: 77.2%Ecc generation: 77.7%Ecc generation: 78.1%Ecc generation: 78.6%Ecc generation: 79.0%Ecc generation: 79.5%Ecc generation: 80.0%Ecc generation: 80.4%Ecc generation: 80.9%Ecc generation: 81.3%Ecc generation: 81.8%Ecc generation: 82.2%Ecc generation: 82.7%Ecc generation: 83.1%Ecc generation: 83.6%Ecc generation: 84.0%Ecc generation: 84.5%Ecc generation: 85.0%Ecc generation: 85.4%Ecc generation: 85.9%Ecc generation: 86.3%Ecc generation: 86.8%Ecc generation: 87.2%Ecc generation: 87.7%Ecc generation: 88.1%Ecc generation: 88.6%Ecc generation: 89.0%Ecc generation: 89.5%Ecc generation: 90.0%Ecc generation: 90.4%Ecc generation: 90.9%Ecc generation: 91.3%Ecc generation: 91.8%Ecc generation: 92.2%Ecc generation: 92.7%Ecc generation: 93.1%Ecc generation: 93.6%Ecc generation: 94.0%Ecc generation: 94.5%Ecc generation: 95.0%Ecc generation: 95.4%Ecc generation: 95.9%Ecc generation: 96.3%Ecc generation: 96.8%Ecc generation: 97.2%Ecc generation: 97.7%Ecc generation: 98.1%Ecc generation: 98.6%Ecc generation: 99.0%Ecc generation: 99.5%Ecc generation: 100.0%Ecc generation: 100.0% Image has been augmented with error correction data. New image size is 68 MiB (34932 sectors). diff --git a/regtest/database/RS02_fix_bad_header b/regtest/database/RS02_fix_bad_header index e0c8260..f3ba64f 100644 --- a/regtest/database/RS02_fix_bad_header +++ b/regtest/database/RS02_fix_bad_header @@ -8,5 +8,4 @@ See the file "COPYING" for further information. Opening rs02-tmp.iso: 34932 medium sectors. Fix mode(RS02): Repairable sectors will be fixed in the image. -Ecc progress: 0.0%Ecc progress: 0.7%Ecc progress: 1.4%Ecc progress: 2.1%Ecc progress: 2.9%Ecc progress: 3.6%Ecc progress: 4.3%Ecc progress: 5.1%Ecc progress: 5.8%Ecc progress: 6.5%Ecc progress: 7.2%Ecc progress: 8.0%Ecc progress: 8.7%Ecc progress: 9.4%Ecc progress: 10.2%Ecc progress: 10.9%Ecc progress: 11.6%Ecc progress: 12.4%Ecc progress: 13.1%Ecc progress: 13.8%Ecc progress: 14.5%Ecc progress: 15.3%Ecc progress: 16.0%Ecc progress: 16.7%Ecc progress: 17.5%Ecc progress: 18.2%Ecc progress: 18.9%Ecc progress: 19.7%Ecc progress: 20.4%Ecc progress: 21.1%Ecc progress: 21.8%Ecc progress: 22.6%Ecc progress: 23.3%Ecc progress: 24.0%Ecc progress: 24.8%Ecc progress: 25.5%Ecc progress: 26.2%Ecc progress: 27.0%Ecc progress: 27.7%Ecc progress: 28.4%Ecc progress: 29.1%Ecc progress: 29.9%Ecc progress: 30.6%Ecc progress: 31.3%Ecc progress: 32.1%Ecc progress: 32.8%Ecc progress: 33.5%Ecc progress: 34.3%Ecc progress: 35.0%Ecc progress: 35.7%Ecc progress: 36.4%Ecc progress: 37.2%Ecc progress: 37.9%Ecc progress: 38.6%Ecc progress: 39.4%Ecc progress: 40.1%Ecc progress: 40.8%Ecc progress: 41.6%Ecc progress: 42.3%Ecc progress: 43.0%Ecc progress: 43.7%Ecc progress: 44.5%Ecc progress: 45.2%Ecc progress: 45.9%Ecc progress: 46.7%Ecc progress: 47.4%Ecc progress: 48.1%Ecc progress: 48.9%Ecc progress: 49.6%Ecc progress: 50.3%Ecc progress: 51.0%Ecc progress: 51.8%Ecc progress: 52.5%Ecc progress: 53.2%Ecc progress: 54.0%Ecc progress: 54.7%Ecc progress: 55.4%Ecc progress: 56.2%Ecc progress: 56.9%Ecc progress: 57.6%Ecc progress: 58.3%Ecc progress: 59.1%Ecc progress: 59.8%Ecc progress: 60.5%Ecc progress: 61.3%Ecc progress: 62.0%Ecc progress: 62.7%Ecc progress: 63.5%Ecc progress: 64.2%Ecc progress: 64.9%Ecc progress: 65.6%Ecc progress: 66.4%Ecc progress: 67.1%Ecc progress: 67.8%Ecc progress: 68.6%Ecc progress: 69.3%Ecc progress: 70.0%Ecc progress: 70.8%Ecc progress: 71.5%Ecc progress: 72.2%Ecc progress: 72.9%Ecc progress: 73.7%Ecc progress: 74.4%Ecc progress: 75.1%Ecc progress: 75.9%Ecc progress: 76.6%Ecc progress: 77.3%Ecc progress: 78.1%Ecc progress: 78.8%Ecc progress: 79.5%Ecc progress: 80.2%Ecc progress: 81.0%Ecc progress: 81.7%Ecc progress: 82.4%Ecc progress: 83.2%Ecc progress: 83.9%Ecc progress: 84.6%Ecc progress: 85.4%Ecc progress: 86.1%Ecc progress: 86.8%Ecc progress: 87.5%Ecc progress: 88.3%Ecc progress: 89.0%Ecc progress: 89.7%Ecc progress: 90.5%Ecc progress: 91.2%Ecc progress: 91.9%Ecc progress: 92.7%Ecc progress: 93.4%Ecc progress: 94.1%Ecc progress: 94.8%Ecc progress: 95.6%Ecc progress: 96.3%Ecc progress: 97.0%Ecc progress: 97.8%Ecc progress: 98.5%Ecc progress: 99.2%Ecc progress: 100.0% Good! All sectors are already present. diff --git a/regtest/database/RS02_fix_bad_headers b/regtest/database/RS02_fix_bad_headers index e0c8260..f3ba64f 100644 --- a/regtest/database/RS02_fix_bad_headers +++ b/regtest/database/RS02_fix_bad_headers @@ -8,5 +8,4 @@ See the file "COPYING" for further information. Opening rs02-tmp.iso: 34932 medium sectors. Fix mode(RS02): Repairable sectors will be fixed in the image. -Ecc progress: 0.0%Ecc progress: 0.7%Ecc progress: 1.4%Ecc progress: 2.1%Ecc progress: 2.9%Ecc progress: 3.6%Ecc progress: 4.3%Ecc progress: 5.1%Ecc progress: 5.8%Ecc progress: 6.5%Ecc progress: 7.2%Ecc progress: 8.0%Ecc progress: 8.7%Ecc progress: 9.4%Ecc progress: 10.2%Ecc progress: 10.9%Ecc progress: 11.6%Ecc progress: 12.4%Ecc progress: 13.1%Ecc progress: 13.8%Ecc progress: 14.5%Ecc progress: 15.3%Ecc progress: 16.0%Ecc progress: 16.7%Ecc progress: 17.5%Ecc progress: 18.2%Ecc progress: 18.9%Ecc progress: 19.7%Ecc progress: 20.4%Ecc progress: 21.1%Ecc progress: 21.8%Ecc progress: 22.6%Ecc progress: 23.3%Ecc progress: 24.0%Ecc progress: 24.8%Ecc progress: 25.5%Ecc progress: 26.2%Ecc progress: 27.0%Ecc progress: 27.7%Ecc progress: 28.4%Ecc progress: 29.1%Ecc progress: 29.9%Ecc progress: 30.6%Ecc progress: 31.3%Ecc progress: 32.1%Ecc progress: 32.8%Ecc progress: 33.5%Ecc progress: 34.3%Ecc progress: 35.0%Ecc progress: 35.7%Ecc progress: 36.4%Ecc progress: 37.2%Ecc progress: 37.9%Ecc progress: 38.6%Ecc progress: 39.4%Ecc progress: 40.1%Ecc progress: 40.8%Ecc progress: 41.6%Ecc progress: 42.3%Ecc progress: 43.0%Ecc progress: 43.7%Ecc progress: 44.5%Ecc progress: 45.2%Ecc progress: 45.9%Ecc progress: 46.7%Ecc progress: 47.4%Ecc progress: 48.1%Ecc progress: 48.9%Ecc progress: 49.6%Ecc progress: 50.3%Ecc progress: 51.0%Ecc progress: 51.8%Ecc progress: 52.5%Ecc progress: 53.2%Ecc progress: 54.0%Ecc progress: 54.7%Ecc progress: 55.4%Ecc progress: 56.2%Ecc progress: 56.9%Ecc progress: 57.6%Ecc progress: 58.3%Ecc progress: 59.1%Ecc progress: 59.8%Ecc progress: 60.5%Ecc progress: 61.3%Ecc progress: 62.0%Ecc progress: 62.7%Ecc progress: 63.5%Ecc progress: 64.2%Ecc progress: 64.9%Ecc progress: 65.6%Ecc progress: 66.4%Ecc progress: 67.1%Ecc progress: 67.8%Ecc progress: 68.6%Ecc progress: 69.3%Ecc progress: 70.0%Ecc progress: 70.8%Ecc progress: 71.5%Ecc progress: 72.2%Ecc progress: 72.9%Ecc progress: 73.7%Ecc progress: 74.4%Ecc progress: 75.1%Ecc progress: 75.9%Ecc progress: 76.6%Ecc progress: 77.3%Ecc progress: 78.1%Ecc progress: 78.8%Ecc progress: 79.5%Ecc progress: 80.2%Ecc progress: 81.0%Ecc progress: 81.7%Ecc progress: 82.4%Ecc progress: 83.2%Ecc progress: 83.9%Ecc progress: 84.6%Ecc progress: 85.4%Ecc progress: 86.1%Ecc progress: 86.8%Ecc progress: 87.5%Ecc progress: 88.3%Ecc progress: 89.0%Ecc progress: 89.7%Ecc progress: 90.5%Ecc progress: 91.2%Ecc progress: 91.9%Ecc progress: 92.7%Ecc progress: 93.4%Ecc progress: 94.1%Ecc progress: 94.8%Ecc progress: 95.6%Ecc progress: 96.3%Ecc progress: 97.0%Ecc progress: 97.8%Ecc progress: 98.5%Ecc progress: 99.2%Ecc progress: 100.0% Good! All sectors are already present. diff --git a/regtest/database/RS02_fix_bad_master b/regtest/database/RS02_fix_bad_master index e0c8260..f3ba64f 100644 --- a/regtest/database/RS02_fix_bad_master +++ b/regtest/database/RS02_fix_bad_master @@ -8,5 +8,4 @@ See the file "COPYING" for further information. Opening rs02-tmp.iso: 34932 medium sectors. Fix mode(RS02): Repairable sectors will be fixed in the image. -Ecc progress: 0.0%Ecc progress: 0.7%Ecc progress: 1.4%Ecc progress: 2.1%Ecc progress: 2.9%Ecc progress: 3.6%Ecc progress: 4.3%Ecc progress: 5.1%Ecc progress: 5.8%Ecc progress: 6.5%Ecc progress: 7.2%Ecc progress: 8.0%Ecc progress: 8.7%Ecc progress: 9.4%Ecc progress: 10.2%Ecc progress: 10.9%Ecc progress: 11.6%Ecc progress: 12.4%Ecc progress: 13.1%Ecc progress: 13.8%Ecc progress: 14.5%Ecc progress: 15.3%Ecc progress: 16.0%Ecc progress: 16.7%Ecc progress: 17.5%Ecc progress: 18.2%Ecc progress: 18.9%Ecc progress: 19.7%Ecc progress: 20.4%Ecc progress: 21.1%Ecc progress: 21.8%Ecc progress: 22.6%Ecc progress: 23.3%Ecc progress: 24.0%Ecc progress: 24.8%Ecc progress: 25.5%Ecc progress: 26.2%Ecc progress: 27.0%Ecc progress: 27.7%Ecc progress: 28.4%Ecc progress: 29.1%Ecc progress: 29.9%Ecc progress: 30.6%Ecc progress: 31.3%Ecc progress: 32.1%Ecc progress: 32.8%Ecc progress: 33.5%Ecc progress: 34.3%Ecc progress: 35.0%Ecc progress: 35.7%Ecc progress: 36.4%Ecc progress: 37.2%Ecc progress: 37.9%Ecc progress: 38.6%Ecc progress: 39.4%Ecc progress: 40.1%Ecc progress: 40.8%Ecc progress: 41.6%Ecc progress: 42.3%Ecc progress: 43.0%Ecc progress: 43.7%Ecc progress: 44.5%Ecc progress: 45.2%Ecc progress: 45.9%Ecc progress: 46.7%Ecc progress: 47.4%Ecc progress: 48.1%Ecc progress: 48.9%Ecc progress: 49.6%Ecc progress: 50.3%Ecc progress: 51.0%Ecc progress: 51.8%Ecc progress: 52.5%Ecc progress: 53.2%Ecc progress: 54.0%Ecc progress: 54.7%Ecc progress: 55.4%Ecc progress: 56.2%Ecc progress: 56.9%Ecc progress: 57.6%Ecc progress: 58.3%Ecc progress: 59.1%Ecc progress: 59.8%Ecc progress: 60.5%Ecc progress: 61.3%Ecc progress: 62.0%Ecc progress: 62.7%Ecc progress: 63.5%Ecc progress: 64.2%Ecc progress: 64.9%Ecc progress: 65.6%Ecc progress: 66.4%Ecc progress: 67.1%Ecc progress: 67.8%Ecc progress: 68.6%Ecc progress: 69.3%Ecc progress: 70.0%Ecc progress: 70.8%Ecc progress: 71.5%Ecc progress: 72.2%Ecc progress: 72.9%Ecc progress: 73.7%Ecc progress: 74.4%Ecc progress: 75.1%Ecc progress: 75.9%Ecc progress: 76.6%Ecc progress: 77.3%Ecc progress: 78.1%Ecc progress: 78.8%Ecc progress: 79.5%Ecc progress: 80.2%Ecc progress: 81.0%Ecc progress: 81.7%Ecc progress: 82.4%Ecc progress: 83.2%Ecc progress: 83.9%Ecc progress: 84.6%Ecc progress: 85.4%Ecc progress: 86.1%Ecc progress: 86.8%Ecc progress: 87.5%Ecc progress: 88.3%Ecc progress: 89.0%Ecc progress: 89.7%Ecc progress: 90.5%Ecc progress: 91.2%Ecc progress: 91.9%Ecc progress: 92.7%Ecc progress: 93.4%Ecc progress: 94.1%Ecc progress: 94.8%Ecc progress: 95.6%Ecc progress: 96.3%Ecc progress: 97.0%Ecc progress: 97.8%Ecc progress: 98.5%Ecc progress: 99.2%Ecc progress: 100.0% Good! All sectors are already present. diff --git a/regtest/database/RS02_fix_crc_bad_byte b/regtest/database/RS02_fix_crc_bad_byte index fabec34..97862f2 100644 --- a/regtest/database/RS02_fix_crc_bad_byte +++ b/regtest/database/RS02_fix_crc_bad_byte @@ -8,9 +8,8 @@ See the file "COPYING" for further information. Opening rs02-tmp.iso: 34932 medium sectors. Fix mode(RS02): Repairable sectors will be fixed in the image. -Ecc progress: 0.0%Ecc progress: 0.7%Ecc progress: 1.4%Ecc progress: 2.1%Ecc progress: 2.9%Ecc progress: 3.6%Ecc progress: 4.3%Ecc progress: 5.1%Ecc progress: 5.8%Ecc progress: 6.5%Ecc progress: 7.2%Ecc progress: 8.0%Ecc progress: 8.7%Ecc progress: 9.4%Ecc progress: 10.2%Ecc progress: 10.9%Ecc progress: 11.6%Ecc progress: 12.4%-> Non-predicted error in sector 30020 at byte 50 (value 0a '.', expected 4a 'J') +-> Non-predicted error in sector 30020 at byte 50 (value 0a '.', expected 4a 'J') 1 repaired sectors: 30020n -Ecc progress: 13.1%Ecc progress: 13.8%Ecc progress: 14.5%Ecc progress: 15.3%Ecc progress: 16.0%Ecc progress: 16.7%Ecc progress: 17.5%Ecc progress: 18.2%Ecc progress: 18.9%Ecc progress: 19.7%Ecc progress: 20.4%Ecc progress: 21.1%Ecc progress: 21.8%Ecc progress: 22.6%Ecc progress: 23.3%Ecc progress: 24.0%Ecc progress: 24.8%Ecc progress: 25.5%Ecc progress: 26.2%Ecc progress: 27.0%Ecc progress: 27.7%Ecc progress: 28.4%Ecc progress: 29.1%Ecc progress: 29.9%Ecc progress: 30.6%Ecc progress: 31.3%Ecc progress: 32.1%Ecc progress: 32.8%Ecc progress: 33.5%Ecc progress: 34.3%Ecc progress: 35.0%Ecc progress: 35.7%Ecc progress: 36.4%Ecc progress: 37.2%Ecc progress: 37.9%Ecc progress: 38.6%Ecc progress: 39.4%Ecc progress: 40.1%Ecc progress: 40.8%Ecc progress: 41.6%Ecc progress: 42.3%Ecc progress: 43.0%Ecc progress: 43.7%Ecc progress: 44.5%Ecc progress: 45.2%Ecc progress: 45.9%Ecc progress: 46.7%Ecc progress: 47.4%Ecc progress: 48.1%Ecc progress: 48.9%Ecc progress: 49.6%Ecc progress: 50.3%Ecc progress: 51.0%Ecc progress: 51.8%Ecc progress: 52.5%Ecc progress: 53.2%Ecc progress: 54.0%Ecc progress: 54.7%Ecc progress: 55.4%Ecc progress: 56.2%Ecc progress: 56.9%Ecc progress: 57.6%Ecc progress: 58.3%Ecc progress: 59.1%Ecc progress: 59.8%Ecc progress: 60.5%Ecc progress: 61.3%Ecc progress: 62.0%Ecc progress: 62.7%Ecc progress: 63.5%Ecc progress: 64.2%Ecc progress: 64.9%Ecc progress: 65.6%Ecc progress: 66.4%Ecc progress: 67.1%Ecc progress: 67.8%Ecc progress: 68.6%Ecc progress: 69.3%Ecc progress: 70.0%Ecc progress: 70.8%Ecc progress: 71.5%Ecc progress: 72.2%Ecc progress: 72.9%Ecc progress: 73.7%Ecc progress: 74.4%Ecc progress: 75.1%Ecc progress: 75.9%Ecc progress: 76.6%Ecc progress: 77.3%Ecc progress: 78.1%Ecc progress: 78.8%Ecc progress: 79.5%Ecc progress: 80.2%Ecc progress: 81.0%Ecc progress: 81.7%Ecc progress: 82.4%Ecc progress: 83.2%Ecc progress: 83.9%Ecc progress: 84.6%Ecc progress: 85.4%Ecc progress: 86.1%Ecc progress: 86.8%Ecc progress: 87.5%Ecc progress: 88.3%Ecc progress: 89.0%Ecc progress: 89.7%Ecc progress: 90.5%Ecc progress: 91.2%Ecc progress: 91.9%Ecc progress: 92.7%Ecc progress: 93.4%Ecc progress: 94.1%Ecc progress: 94.8%Ecc progress: 95.6%Ecc progress: 96.3%Ecc progress: 97.0%Ecc progress: 97.8%Ecc progress: 98.5%Ecc progress: 99.2%Ecc progress: 100.0% Repaired sectors: 1 (1 data, 0 ecc) Good! All sectors are repaired. Erasure counts per ecc block: avg = 1.0; worst = 1. diff --git a/regtest/database/RS02_fix_data_bad_byte b/regtest/database/RS02_fix_data_bad_byte index 9de354b..198d916 100644 --- a/regtest/database/RS02_fix_data_bad_byte +++ b/regtest/database/RS02_fix_data_bad_byte @@ -8,10 +8,9 @@ See the file "COPYING" for further information. Opening rs02-tmp.iso: 34932 medium sectors. Fix mode(RS02): Repairable sectors will be fixed in the image. -Ecc progress: 0.0%Ecc progress: 0.7%Ecc progress: 1.4%CRC error in sector 1235 +CRC error in sector 1235 -> CRC-predicted error in sector 1235 at byte 50 (value 0a '.', expected c3 '.') 1 repaired sectors: 1235c -Ecc progress: 2.1%Ecc progress: 2.9%Ecc progress: 3.6%Ecc progress: 4.3%Ecc progress: 5.1%Ecc progress: 5.8%Ecc progress: 6.5%Ecc progress: 7.2%Ecc progress: 8.0%Ecc progress: 8.7%Ecc progress: 9.4%Ecc progress: 10.2%Ecc progress: 10.9%Ecc progress: 11.6%Ecc progress: 12.4%Ecc progress: 13.1%Ecc progress: 13.8%Ecc progress: 14.5%Ecc progress: 15.3%Ecc progress: 16.0%Ecc progress: 16.7%Ecc progress: 17.5%Ecc progress: 18.2%Ecc progress: 18.9%Ecc progress: 19.7%Ecc progress: 20.4%Ecc progress: 21.1%Ecc progress: 21.8%Ecc progress: 22.6%Ecc progress: 23.3%Ecc progress: 24.0%Ecc progress: 24.8%Ecc progress: 25.5%Ecc progress: 26.2%Ecc progress: 27.0%Ecc progress: 27.7%Ecc progress: 28.4%Ecc progress: 29.1%Ecc progress: 29.9%Ecc progress: 30.6%Ecc progress: 31.3%Ecc progress: 32.1%Ecc progress: 32.8%Ecc progress: 33.5%Ecc progress: 34.3%Ecc progress: 35.0%Ecc progress: 35.7%Ecc progress: 36.4%Ecc progress: 37.2%Ecc progress: 37.9%Ecc progress: 38.6%Ecc progress: 39.4%Ecc progress: 40.1%Ecc progress: 40.8%Ecc progress: 41.6%Ecc progress: 42.3%Ecc progress: 43.0%Ecc progress: 43.7%Ecc progress: 44.5%Ecc progress: 45.2%Ecc progress: 45.9%Ecc progress: 46.7%Ecc progress: 47.4%Ecc progress: 48.1%Ecc progress: 48.9%Ecc progress: 49.6%Ecc progress: 50.3%Ecc progress: 51.0%Ecc progress: 51.8%Ecc progress: 52.5%Ecc progress: 53.2%Ecc progress: 54.0%Ecc progress: 54.7%Ecc progress: 55.4%Ecc progress: 56.2%Ecc progress: 56.9%Ecc progress: 57.6%Ecc progress: 58.3%Ecc progress: 59.1%Ecc progress: 59.8%Ecc progress: 60.5%Ecc progress: 61.3%Ecc progress: 62.0%Ecc progress: 62.7%Ecc progress: 63.5%Ecc progress: 64.2%Ecc progress: 64.9%Ecc progress: 65.6%Ecc progress: 66.4%Ecc progress: 67.1%Ecc progress: 67.8%Ecc progress: 68.6%Ecc progress: 69.3%Ecc progress: 70.0%Ecc progress: 70.8%Ecc progress: 71.5%Ecc progress: 72.2%Ecc progress: 72.9%Ecc progress: 73.7%Ecc progress: 74.4%Ecc progress: 75.1%Ecc progress: 75.9%Ecc progress: 76.6%Ecc progress: 77.3%Ecc progress: 78.1%Ecc progress: 78.8%Ecc progress: 79.5%Ecc progress: 80.2%Ecc progress: 81.0%Ecc progress: 81.7%Ecc progress: 82.4%Ecc progress: 83.2%Ecc progress: 83.9%Ecc progress: 84.6%Ecc progress: 85.4%Ecc progress: 86.1%Ecc progress: 86.8%Ecc progress: 87.5%Ecc progress: 88.3%Ecc progress: 89.0%Ecc progress: 89.7%Ecc progress: 90.5%Ecc progress: 91.2%Ecc progress: 91.9%Ecc progress: 92.7%Ecc progress: 93.4%Ecc progress: 94.1%Ecc progress: 94.8%Ecc progress: 95.6%Ecc progress: 96.3%Ecc progress: 97.0%Ecc progress: 97.8%Ecc progress: 98.5%Ecc progress: 99.2%Ecc progress: 100.0% Repaired sectors: 1 (1 data, 0 ecc) Good! All sectors are repaired. Erasure counts per ecc block: avg = 1.0; worst = 1. diff --git a/regtest/database/RS02_fix_ecc_bad_byte b/regtest/database/RS02_fix_ecc_bad_byte index ec56672..ca236c1 100644 --- a/regtest/database/RS02_fix_ecc_bad_byte +++ b/regtest/database/RS02_fix_ecc_bad_byte @@ -8,9 +8,8 @@ See the file "COPYING" for further information. Opening rs02-tmp.iso: 34932 medium sectors. Fix mode(RS02): Repairable sectors will be fixed in the image. -Ecc progress: 0.0%Ecc progress: 0.7%Ecc progress: 1.4%Ecc progress: 2.1%Ecc progress: 2.9%Ecc progress: 3.6%Ecc progress: 4.3%Ecc progress: 5.1%Ecc progress: 5.8%Ecc progress: 6.5%Ecc progress: 7.2%Ecc progress: 8.0%Ecc progress: 8.7%Ecc progress: 9.4%Ecc progress: 10.2%Ecc progress: 10.9%Ecc progress: 11.6%Ecc progress: 12.4%Ecc progress: 13.1%Ecc progress: 13.8%Ecc progress: 14.5%Ecc progress: 15.3%Ecc progress: 16.0%Ecc progress: 16.7%Ecc progress: 17.5%Ecc progress: 18.2%Ecc progress: 18.9%Ecc progress: 19.7%Ecc progress: 20.4%Ecc progress: 21.1%Ecc progress: 21.8%Ecc progress: 22.6%Ecc progress: 23.3%Ecc progress: 24.0%Ecc progress: 24.8%Ecc progress: 25.5%Ecc progress: 26.2%Ecc progress: 27.0%Ecc progress: 27.7%Ecc progress: 28.4%Ecc progress: 29.1%Ecc progress: 29.9%Ecc progress: 30.6%Ecc progress: 31.3%Ecc progress: 32.1%Ecc progress: 32.8%Ecc progress: 33.5%Ecc progress: 34.3%Ecc progress: 35.0%Ecc progress: 35.7%Ecc progress: 36.4%Ecc progress: 37.2%Ecc progress: 37.9%Ecc progress: 38.6%Ecc progress: 39.4%Ecc progress: 40.1%Ecc progress: 40.8%Ecc progress: 41.6%Ecc progress: 42.3%Ecc progress: 43.0%Ecc progress: 43.7%Ecc progress: 44.5%Ecc progress: 45.2%Ecc progress: 45.9%Ecc progress: 46.7%Ecc progress: 47.4%Ecc progress: 48.1%Ecc progress: 48.9%Ecc progress: 49.6%Ecc progress: 50.3%Ecc progress: 51.0%Ecc progress: 51.8%Ecc progress: 52.5%Ecc progress: 53.2%Ecc progress: 54.0%Ecc progress: 54.7%Ecc progress: 55.4%Ecc progress: 56.2%Ecc progress: 56.9%Ecc progress: 57.6%Ecc progress: 58.3%Ecc progress: 59.1%Ecc progress: 59.8%Ecc progress: 60.5%Ecc progress: 61.3%Ecc progress: 62.0%Ecc progress: 62.7%Ecc progress: 63.5%Ecc progress: 64.2%Ecc progress: 64.9%Ecc progress: 65.6%Ecc progress: 66.4%Ecc progress: 67.1%Ecc progress: 67.8%Ecc progress: 68.6%Ecc progress: 69.3%Ecc progress: 70.0%Ecc progress: 70.8%Ecc progress: 71.5%Ecc progress: 72.2%Ecc progress: 72.9%Ecc progress: 73.7%Ecc progress: 74.4%Ecc progress: 75.1%Ecc progress: 75.9%Ecc progress: 76.6%Ecc progress: 77.3%Ecc progress: 78.1%Ecc progress: 78.8%Ecc progress: 79.5%Ecc progress: 80.2%Ecc progress: 81.0%Ecc progress: 81.7%Ecc progress: 82.4%Ecc progress: 83.2%-> Non-predicted error in sector 33100 at byte 50 (value 0a '.', expected ca '.') +-> Non-predicted error in sector 33100 at byte 50 (value 0a '.', expected ca '.') 1 repaired sectors: 33100n -Ecc progress: 83.9%Ecc progress: 84.6%Ecc progress: 85.4%Ecc progress: 86.1%Ecc progress: 86.8%Ecc progress: 87.5%Ecc progress: 88.3%Ecc progress: 89.0%Ecc progress: 89.7%Ecc progress: 90.5%Ecc progress: 91.2%Ecc progress: 91.9%Ecc progress: 92.7%Ecc progress: 93.4%Ecc progress: 94.1%Ecc progress: 94.8%Ecc progress: 95.6%Ecc progress: 96.3%Ecc progress: 97.0%Ecc progress: 97.8%Ecc progress: 98.5%Ecc progress: 99.2%Ecc progress: 100.0% Repaired sectors: 1 (0 data, 1 ecc) Good! All sectors are repaired. Erasure counts per ecc block: avg = 1.0; worst = 1. diff --git a/regtest/database/RS02_fix_good_0_offset b/regtest/database/RS02_fix_good_0_offset index 6eb0ba2..202612c 100644 --- a/regtest/database/RS02_fix_good_0_offset +++ b/regtest/database/RS02_fix_good_0_offset @@ -75,7 +75,6 @@ GetImageFingerprint(16): cached RS02LayoutFromImage(): returning cached layout Fix mode(RS02): Repairable sectors will be fixed in the image. -Ecc progress: 0.0%Ecc progress: 0.7%Ecc progress: 1.4%Ecc progress: 2.1%Ecc progress: 2.9%Ecc progress: 3.6%Ecc progress: 4.3%Ecc progress: 5.1%Ecc progress: 5.8%Ecc progress: 6.5%Ecc progress: 7.2%Ecc progress: 8.0%Ecc progress: 8.7%Ecc progress: 9.4%Ecc progress: 10.2%Ecc progress: 10.9%Ecc progress: 11.6%Ecc progress: 12.4%Ecc progress: 13.1%Ecc progress: 13.8%Ecc progress: 14.5%Ecc progress: 15.3%Ecc progress: 16.0%Ecc progress: 16.7%Ecc progress: 17.5%Ecc progress: 18.2%Ecc progress: 18.9%Ecc progress: 19.7%Ecc progress: 20.4%Ecc progress: 21.1%Ecc progress: 21.8%Ecc progress: 22.6%Ecc progress: 23.3%Ecc progress: 24.0%Ecc progress: 24.8%Ecc progress: 25.5%Ecc progress: 26.2%Ecc progress: 27.0%Ecc progress: 27.7%Ecc progress: 28.4%Ecc progress: 29.1%Ecc progress: 29.9%Ecc progress: 30.6%Ecc progress: 31.3%Ecc progress: 32.1%Ecc progress: 32.8%Ecc progress: 33.5%Ecc progress: 34.3%Ecc progress: 35.0%Ecc progress: 35.7%Ecc progress: 36.4%Ecc progress: 37.2%Ecc progress: 37.9%Ecc progress: 38.6%Ecc progress: 39.4%Ecc progress: 40.1%Ecc progress: 40.8%Ecc progress: 41.6%Ecc progress: 42.3%Ecc progress: 43.0%Ecc progress: 43.7%Ecc progress: 44.5%Ecc progress: 45.2%Ecc progress: 45.9%Ecc progress: 46.7%Ecc progress: 47.4%Ecc progress: 48.1%Ecc progress: 48.9%Ecc progress: 49.6%Ecc progress: 50.3%Ecc progress: 51.0%Ecc progress: 51.8%Ecc progress: 52.5%Ecc progress: 53.2%Ecc progress: 54.0%Ecc progress: 54.7%Ecc progress: 55.4%Ecc progress: 56.2%Ecc progress: 56.9%Ecc progress: 57.6%Ecc progress: 58.3%Ecc progress: 59.1%Ecc progress: 59.8%Ecc progress: 60.5%Ecc progress: 61.3%Ecc progress: 62.0%Ecc progress: 62.7%Ecc progress: 63.5%Ecc progress: 64.2%Ecc progress: 64.9%Ecc progress: 65.6%Ecc progress: 66.4%Ecc progress: 67.1%Ecc progress: 67.8%Ecc progress: 68.6%Ecc progress: 69.3%Ecc progress: 70.0%Ecc progress: 70.8%Ecc progress: 71.5%Ecc progress: 72.2%Ecc progress: 72.9%Ecc progress: 73.7%Ecc progress: 74.4%Ecc progress: 75.1%Ecc progress: 75.9%Ecc progress: 76.6%Ecc progress: 77.3%Ecc progress: 78.1%Ecc progress: 78.8%Ecc progress: 79.5%Ecc progress: 80.2%Ecc progress: 81.0%Ecc progress: 81.7%Ecc progress: 82.4%Ecc progress: 83.2%Ecc progress: 83.9%Ecc progress: 84.6%Ecc progress: 85.4%Ecc progress: 86.1%Ecc progress: 86.8%Ecc progress: 87.5%Ecc progress: 88.3%Ecc progress: 89.0%Ecc progress: 89.7%Ecc progress: 90.5%Ecc progress: 91.2%Ecc progress: 91.9%Ecc progress: 92.7%Ecc progress: 93.4%Ecc progress: 94.1%Ecc progress: 94.8%Ecc progress: 95.6%Ecc progress: 96.3%Ecc progress: 97.0%Ecc progress: 97.8%Ecc progress: 98.5%Ecc progress: 99.2%Ecc progress: 100.0% Good! All sectors are already present. Summary of processed sectors: diff --git a/regtest/database/RS02_fix_good_150_offset b/regtest/database/RS02_fix_good_150_offset index bc0486e..3c21eb7 100644 --- a/regtest/database/RS02_fix_good_150_offset +++ b/regtest/database/RS02_fix_good_150_offset @@ -77,7 +77,6 @@ GetImageFingerprint(16): cached RS02LayoutFromImage(): returning cached layout Fix mode(RS02): Repairable sectors will be fixed in the image. -Ecc progress: 0.0%Ecc progress: 0.7%Ecc progress: 1.4%Ecc progress: 2.1%Ecc progress: 2.9%Ecc progress: 3.6%Ecc progress: 4.3%Ecc progress: 5.1%Ecc progress: 5.8%Ecc progress: 6.5%Ecc progress: 7.2%Ecc progress: 8.0%Ecc progress: 8.7%Ecc progress: 9.4%Ecc progress: 10.2%Ecc progress: 10.9%Ecc progress: 11.6%Ecc progress: 12.4%Ecc progress: 13.1%Ecc progress: 13.8%Ecc progress: 14.5%Ecc progress: 15.3%Ecc progress: 16.0%Ecc progress: 16.7%Ecc progress: 17.5%Ecc progress: 18.2%Ecc progress: 18.9%Ecc progress: 19.7%Ecc progress: 20.4%Ecc progress: 21.1%Ecc progress: 21.8%Ecc progress: 22.6%Ecc progress: 23.3%Ecc progress: 24.0%Ecc progress: 24.8%Ecc progress: 25.5%Ecc progress: 26.2%Ecc progress: 27.0%Ecc progress: 27.7%Ecc progress: 28.4%Ecc progress: 29.1%Ecc progress: 29.9%Ecc progress: 30.6%Ecc progress: 31.3%Ecc progress: 32.1%Ecc progress: 32.8%Ecc progress: 33.5%Ecc progress: 34.3%Ecc progress: 35.0%Ecc progress: 35.7%Ecc progress: 36.4%Ecc progress: 37.2%Ecc progress: 37.9%Ecc progress: 38.6%Ecc progress: 39.4%Ecc progress: 40.1%Ecc progress: 40.8%Ecc progress: 41.6%Ecc progress: 42.3%Ecc progress: 43.0%Ecc progress: 43.7%Ecc progress: 44.5%Ecc progress: 45.2%Ecc progress: 45.9%Ecc progress: 46.7%Ecc progress: 47.4%Ecc progress: 48.1%Ecc progress: 48.9%Ecc progress: 49.6%Ecc progress: 50.3%Ecc progress: 51.0%Ecc progress: 51.8%Ecc progress: 52.5%Ecc progress: 53.2%Ecc progress: 54.0%Ecc progress: 54.7%Ecc progress: 55.4%Ecc progress: 56.2%Ecc progress: 56.9%Ecc progress: 57.6%Ecc progress: 58.3%Ecc progress: 59.1%Ecc progress: 59.8%Ecc progress: 60.5%Ecc progress: 61.3%Ecc progress: 62.0%Ecc progress: 62.7%Ecc progress: 63.5%Ecc progress: 64.2%Ecc progress: 64.9%Ecc progress: 65.6%Ecc progress: 66.4%Ecc progress: 67.1%Ecc progress: 67.8%Ecc progress: 68.6%Ecc progress: 69.3%Ecc progress: 70.0%Ecc progress: 70.8%Ecc progress: 71.5%Ecc progress: 72.2%Ecc progress: 72.9%Ecc progress: 73.7%Ecc progress: 74.4%Ecc progress: 75.1%Ecc progress: 75.9%Ecc progress: 76.6%Ecc progress: 77.3%Ecc progress: 78.1%Ecc progress: 78.8%Ecc progress: 79.5%Ecc progress: 80.2%Ecc progress: 81.0%Ecc progress: 81.7%Ecc progress: 82.4%Ecc progress: 83.2%Ecc progress: 83.9%Ecc progress: 84.6%Ecc progress: 85.4%Ecc progress: 86.1%Ecc progress: 86.8%Ecc progress: 87.5%Ecc progress: 88.3%Ecc progress: 89.0%Ecc progress: 89.7%Ecc progress: 90.5%Ecc progress: 91.2%Ecc progress: 91.9%Ecc progress: 92.7%Ecc progress: 93.4%Ecc progress: 94.1%Ecc progress: 94.8%Ecc progress: 95.6%Ecc progress: 96.3%Ecc progress: 97.0%Ecc progress: 97.8%Ecc progress: 98.5%Ecc progress: 99.2%Ecc progress: 100.0% Good! All sectors are already present. Summary of processed sectors: diff --git a/regtest/database/RS02_fix_good_image b/regtest/database/RS02_fix_good_image index e0c8260..f3ba64f 100644 --- a/regtest/database/RS02_fix_good_image +++ b/regtest/database/RS02_fix_good_image @@ -8,5 +8,4 @@ See the file "COPYING" for further information. Opening rs02-tmp.iso: 34932 medium sectors. Fix mode(RS02): Repairable sectors will be fixed in the image. -Ecc progress: 0.0%Ecc progress: 0.7%Ecc progress: 1.4%Ecc progress: 2.1%Ecc progress: 2.9%Ecc progress: 3.6%Ecc progress: 4.3%Ecc progress: 5.1%Ecc progress: 5.8%Ecc progress: 6.5%Ecc progress: 7.2%Ecc progress: 8.0%Ecc progress: 8.7%Ecc progress: 9.4%Ecc progress: 10.2%Ecc progress: 10.9%Ecc progress: 11.6%Ecc progress: 12.4%Ecc progress: 13.1%Ecc progress: 13.8%Ecc progress: 14.5%Ecc progress: 15.3%Ecc progress: 16.0%Ecc progress: 16.7%Ecc progress: 17.5%Ecc progress: 18.2%Ecc progress: 18.9%Ecc progress: 19.7%Ecc progress: 20.4%Ecc progress: 21.1%Ecc progress: 21.8%Ecc progress: 22.6%Ecc progress: 23.3%Ecc progress: 24.0%Ecc progress: 24.8%Ecc progress: 25.5%Ecc progress: 26.2%Ecc progress: 27.0%Ecc progress: 27.7%Ecc progress: 28.4%Ecc progress: 29.1%Ecc progress: 29.9%Ecc progress: 30.6%Ecc progress: 31.3%Ecc progress: 32.1%Ecc progress: 32.8%Ecc progress: 33.5%Ecc progress: 34.3%Ecc progress: 35.0%Ecc progress: 35.7%Ecc progress: 36.4%Ecc progress: 37.2%Ecc progress: 37.9%Ecc progress: 38.6%Ecc progress: 39.4%Ecc progress: 40.1%Ecc progress: 40.8%Ecc progress: 41.6%Ecc progress: 42.3%Ecc progress: 43.0%Ecc progress: 43.7%Ecc progress: 44.5%Ecc progress: 45.2%Ecc progress: 45.9%Ecc progress: 46.7%Ecc progress: 47.4%Ecc progress: 48.1%Ecc progress: 48.9%Ecc progress: 49.6%Ecc progress: 50.3%Ecc progress: 51.0%Ecc progress: 51.8%Ecc progress: 52.5%Ecc progress: 53.2%Ecc progress: 54.0%Ecc progress: 54.7%Ecc progress: 55.4%Ecc progress: 56.2%Ecc progress: 56.9%Ecc progress: 57.6%Ecc progress: 58.3%Ecc progress: 59.1%Ecc progress: 59.8%Ecc progress: 60.5%Ecc progress: 61.3%Ecc progress: 62.0%Ecc progress: 62.7%Ecc progress: 63.5%Ecc progress: 64.2%Ecc progress: 64.9%Ecc progress: 65.6%Ecc progress: 66.4%Ecc progress: 67.1%Ecc progress: 67.8%Ecc progress: 68.6%Ecc progress: 69.3%Ecc progress: 70.0%Ecc progress: 70.8%Ecc progress: 71.5%Ecc progress: 72.2%Ecc progress: 72.9%Ecc progress: 73.7%Ecc progress: 74.4%Ecc progress: 75.1%Ecc progress: 75.9%Ecc progress: 76.6%Ecc progress: 77.3%Ecc progress: 78.1%Ecc progress: 78.8%Ecc progress: 79.5%Ecc progress: 80.2%Ecc progress: 81.0%Ecc progress: 81.7%Ecc progress: 82.4%Ecc progress: 83.2%Ecc progress: 83.9%Ecc progress: 84.6%Ecc progress: 85.4%Ecc progress: 86.1%Ecc progress: 86.8%Ecc progress: 87.5%Ecc progress: 88.3%Ecc progress: 89.0%Ecc progress: 89.7%Ecc progress: 90.5%Ecc progress: 91.2%Ecc progress: 91.9%Ecc progress: 92.7%Ecc progress: 93.4%Ecc progress: 94.1%Ecc progress: 94.8%Ecc progress: 95.6%Ecc progress: 96.3%Ecc progress: 97.0%Ecc progress: 97.8%Ecc progress: 98.5%Ecc progress: 99.2%Ecc progress: 100.0% Good! All sectors are already present. diff --git a/regtest/database/RS02_fix_image_error_in_plus137 b/regtest/database/RS02_fix_image_error_in_plus137 index b991380..fe75334 100644 --- a/regtest/database/RS02_fix_image_error_in_plus137 +++ b/regtest/database/RS02_fix_image_error_in_plus137 @@ -8,11 +8,10 @@ See the file "COPYING" for further information. Opening rs02-tmp.iso: 34933 medium sectors. Fix mode(RS02): Repairable sectors will be fixed in the image. -Ecc progress: 0.0%Ecc progress: 0.7%Ecc progress: 1.4%Ecc progress: 2.1%Ecc progress: 2.9%Ecc progress: 3.6%Ecc progress: 4.3%Ecc progress: 5.1%Ecc progress: 5.8%Ecc progress: 6.5%Ecc progress: 7.2%Ecc progress: 8.0%Ecc progress: 8.7%Ecc progress: 9.4%Ecc progress: 10.2%Ecc progress: 10.9%Ecc progress: 11.6%Ecc progress: 12.4%Ecc progress: 13.1%Ecc progress: 13.8%Ecc progress: 14.5%Ecc progress: 15.3%Ecc progress: 16.0%Ecc progress: 16.7%Ecc progress: 17.5%Ecc progress: 18.2%Ecc progress: 18.9%Ecc progress: 19.7%Ecc progress: 20.4%Ecc progress: 21.1%Ecc progress: 21.8%Ecc progress: 22.6%Ecc progress: 23.3%Ecc progress: 24.0%Ecc progress: 24.8%Ecc progress: 25.5%Ecc progress: 26.2%Ecc progress: 27.0%Ecc progress: 27.7%Ecc progress: 28.4%Ecc progress: 29.1%Ecc progress: 29.9%Ecc progress: 30.6%Ecc progress: 31.3%Ecc progress: 32.1%Ecc progress: 32.8%Ecc progress: 33.5%Ecc progress: 34.3%Ecc progress: 35.0%Ecc progress: 35.7%Ecc progress: 36.4%Ecc progress: 37.2%Ecc progress: 37.9%Ecc progress: 38.6%Ecc progress: 39.4%Ecc progress: 40.1%Ecc progress: 40.8%Ecc progress: 41.6%Ecc progress: 42.3%Ecc progress: 43.0%Ecc progress: 43.7%Ecc progress: 44.5%Ecc progress: 45.2%Ecc progress: 45.9%Ecc progress: 46.7%Ecc progress: 47.4%Ecc progress: 48.1%Ecc progress: 48.9%Ecc progress: 49.6%Ecc progress: 50.3%Ecc progress: 51.0%Ecc progress: 51.8%Ecc progress: 52.5%Ecc progress: 53.2%Ecc progress: 54.0%Ecc progress: 54.7%Ecc progress: 55.4%Ecc progress: 56.2%Ecc progress: 56.9%Ecc progress: 57.6%Ecc progress: 58.3%Ecc progress: 59.1%Ecc progress: 59.8%Ecc progress: 60.5%Ecc progress: 61.3%Ecc progress: 62.0%Ecc progress: 62.7%Ecc progress: 63.5%Ecc progress: 64.2%Ecc progress: 64.9%Ecc progress: 65.6%Ecc progress: 66.4%Ecc progress: 67.1%Ecc progress: 67.8%Ecc progress: 68.6%Ecc progress: 69.3%Ecc progress: 70.0%Ecc progress: 70.8%Ecc progress: 71.5%Ecc progress: 72.2%Ecc progress: 72.9%Ecc progress: 73.7%Ecc progress: 74.4%Ecc progress: 75.1%Ecc progress: 75.9%Ecc progress: 76.6%Ecc progress: 77.3%Ecc progress: 78.1%Ecc progress: 78.8%Ecc progress: 79.5%Ecc progress: 80.2%Ecc progress: 81.0%Ecc progress: 81.7%Ecc progress: 82.4%Ecc progress: 83.2%Ecc progress: 83.9%Ecc progress: 84.6%Ecc progress: 85.4%Ecc progress: 86.1%Ecc progress: 86.8%Ecc progress: 87.5%Ecc progress: 88.3%Ecc progress: 89.0%Ecc progress: 89.7%Ecc progress: 90.5%Ecc progress: 91.2%Ecc progress: 91.9%Ecc progress: 92.7%Ecc progress: 93.4%Ecc progress: 94.1%Ecc progress: 94.8%Ecc progress: 95.6%Ecc progress: 96.3%Ecc progress: 97.0%CRC error in sector 30000 +CRC error in sector 30000 -> CRC-predicted error in sector 30000 at byte 111 (value 6f 'o', expected b7 '.') -> CRC-predicted error in sector 30000 at byte 500 (value 7b '{', expected 00 '.') 1 repaired sectors: 30000c -Ecc progress: 97.8%Ecc progress: 98.5%Ecc progress: 99.2%Ecc progress: 100.0% Repaired sectors: 1 (1 data, 0 ecc) Good! All sectors are repaired. Erasure counts per ecc block: avg = 1.0; worst = 1. diff --git a/regtest/database/RS02_fix_image_plus137 b/regtest/database/RS02_fix_image_plus137 index 965200e..7481df6 100644 --- a/regtest/database/RS02_fix_image_plus137 +++ b/regtest/database/RS02_fix_image_plus137 @@ -8,8 +8,7 @@ See the file "COPYING" for further information. Opening rs02-tmp.iso: 34933 medium sectors. Fix mode(RS02): Repairable sectors will be fixed in the image. -Ecc progress: 0.0%Ecc progress: 0.7%Ecc progress: 1.4%Ecc progress: 2.1%Ecc progress: 2.9%Ecc progress: 3.6%Ecc progress: 4.3%Ecc progress: 5.1%Ecc progress: 5.8%Ecc progress: 6.5%Ecc progress: 7.2%Ecc progress: 8.0% 1 repaired sectors: 17000d -Ecc progress: 8.7%Ecc progress: 9.4%Ecc progress: 10.2%Ecc progress: 10.9%Ecc progress: 11.6%Ecc progress: 12.4%Ecc progress: 13.1%Ecc progress: 13.8%Ecc progress: 14.5%Ecc progress: 15.3%Ecc progress: 16.0%Ecc progress: 16.7%Ecc progress: 17.5%Ecc progress: 18.2%Ecc progress: 18.9%Ecc progress: 19.7%Ecc progress: 20.4%Ecc progress: 21.1%Ecc progress: 21.8%Ecc progress: 22.6%Ecc progress: 23.3%Ecc progress: 24.0%Ecc progress: 24.8%Ecc progress: 25.5%Ecc progress: 26.2%Ecc progress: 27.0%Ecc progress: 27.7%Ecc progress: 28.4%Ecc progress: 29.1%Ecc progress: 29.9%Ecc progress: 30.6%Ecc progress: 31.3%Ecc progress: 32.1%Ecc progress: 32.8%Ecc progress: 33.5%Ecc progress: 34.3%Ecc progress: 35.0%Ecc progress: 35.7%Ecc progress: 36.4%Ecc progress: 37.2%Ecc progress: 37.9%Ecc progress: 38.6%Ecc progress: 39.4%Ecc progress: 40.1%Ecc progress: 40.8%Ecc progress: 41.6%Ecc progress: 42.3%Ecc progress: 43.0%Ecc progress: 43.7%Ecc progress: 44.5%Ecc progress: 45.2%Ecc progress: 45.9%Ecc progress: 46.7%Ecc progress: 47.4%Ecc progress: 48.1%Ecc progress: 48.9%Ecc progress: 49.6%Ecc progress: 50.3%Ecc progress: 51.0%Ecc progress: 51.8%Ecc progress: 52.5%Ecc progress: 53.2%Ecc progress: 54.0%Ecc progress: 54.7%Ecc progress: 55.4%Ecc progress: 56.2%Ecc progress: 56.9%Ecc progress: 57.6%Ecc progress: 58.3%Ecc progress: 59.1%Ecc progress: 59.8%Ecc progress: 60.5%Ecc progress: 61.3%Ecc progress: 62.0%Ecc progress: 62.7%Ecc progress: 63.5%Ecc progress: 64.2%Ecc progress: 64.9%Ecc progress: 65.6%Ecc progress: 66.4%Ecc progress: 67.1%Ecc progress: 67.8%Ecc progress: 68.6%Ecc progress: 69.3%Ecc progress: 70.0%Ecc progress: 70.8%Ecc progress: 71.5%Ecc progress: 72.2%Ecc progress: 72.9%Ecc progress: 73.7%Ecc progress: 74.4%Ecc progress: 75.1%Ecc progress: 75.9%Ecc progress: 76.6%Ecc progress: 77.3%Ecc progress: 78.1%Ecc progress: 78.8%Ecc progress: 79.5%Ecc progress: 80.2%Ecc progress: 81.0%Ecc progress: 81.7%Ecc progress: 82.4%Ecc progress: 83.2%Ecc progress: 83.9%Ecc progress: 84.6%Ecc progress: 85.4%Ecc progress: 86.1%Ecc progress: 86.8%Ecc progress: 87.5%Ecc progress: 88.3%Ecc progress: 89.0%Ecc progress: 89.7%Ecc progress: 90.5%Ecc progress: 91.2%Ecc progress: 91.9%Ecc progress: 92.7%Ecc progress: 93.4%Ecc progress: 94.1%Ecc progress: 94.8%Ecc progress: 95.6%Ecc progress: 96.3%Ecc progress: 97.0%Ecc progress: 97.8%Ecc progress: 98.5%Ecc progress: 99.2%Ecc progress: 100.0% + 1 repaired sectors: 17000d Repaired sectors: 1 (1 data, 0 ecc) Good! All sectors are repaired. Erasure counts per ecc block: avg = 1.0; worst = 1. diff --git a/regtest/database/RS02_fix_large_file b/regtest/database/RS02_fix_large_file index 33958ed..5d2aa7b 100644 --- a/regtest/database/RS02_fix_large_file +++ b/regtest/database/RS02_fix_large_file @@ -8,37 +8,36 @@ See the file "COPYING" for further information. Opening rs02-tmp.iso: 359225 medium sectors. Fix mode(RS02): Repairable sectors will be fixed in the image. -Ecc progress: 0.0%Ecc progress: 0.1%Ecc progress: 0.2%Ecc progress: 0.3%Ecc progress: 0.4%Ecc progress: 0.5%Ecc progress: 0.6%Ecc progress: 0.7%Ecc progress: 0.8%Ecc progress: 0.9%Ecc progress: 1.0%Ecc progress: 1.1%Ecc progress: 1.2%Ecc progress: 1.3%Ecc progress: 1.4%Ecc progress: 1.5%Ecc progress: 1.6%Ecc progress: 1.7%Ecc progress: 1.8%Ecc progress: 1.9%Ecc progress: 2.0%Ecc progress: 2.1%Ecc progress: 2.2%Ecc progress: 2.3%Ecc progress: 2.4%Ecc progress: 2.5%Ecc progress: 2.6%Ecc progress: 2.7%Ecc progress: 2.8%Ecc progress: 2.9%Ecc progress: 3.0%Ecc progress: 3.1%Ecc progress: 3.2%Ecc progress: 3.3%Ecc progress: 3.4%Ecc progress: 3.5%Ecc progress: 3.6%Ecc progress: 3.7%Ecc progress: 3.8%Ecc progress: 3.9%Ecc progress: 4.0%Ecc progress: 4.1%Ecc progress: 4.2%Ecc progress: 4.3%Ecc progress: 4.4%Ecc progress: 4.5%Ecc progress: 4.6%Ecc progress: 4.7%Ecc progress: 4.8%Ecc progress: 4.9%Ecc progress: 5.0%Ecc progress: 5.1%Ecc progress: 5.2%Ecc progress: 5.3%Ecc progress: 5.4%Ecc progress: 5.5%Ecc progress: 5.6%Ecc progress: 5.7%Ecc progress: 5.8%Ecc progress: 5.9%Ecc progress: 6.0%Ecc progress: 6.1%Ecc progress: 6.2%Ecc progress: 6.3%Ecc progress: 6.4%Ecc progress: 6.5%Ecc progress: 6.6%Ecc progress: 6.7%Ecc progress: 6.8%Ecc progress: 6.9%Ecc progress: 7.0%Ecc progress: 7.1%Ecc progress: 7.2%Ecc progress: 7.3%Ecc progress: 7.4%Ecc progress: 7.5%Ecc progress: 7.6%Ecc progress: 7.7%Ecc progress: 7.8%Ecc progress: 7.9%Ecc progress: 8.0%Ecc progress: 8.1%Ecc progress: 8.2%Ecc progress: 8.3%Ecc progress: 8.4%Ecc progress: 8.5%Ecc progress: 8.6%Ecc progress: 8.7%Ecc progress: 8.8%Ecc progress: 8.9%Ecc progress: 9.0%Ecc progress: 9.1%Ecc progress: 9.2%Ecc progress: 9.3%Ecc progress: 9.4%Ecc progress: 9.5%Ecc progress: 9.6%Ecc progress: 9.7%Ecc progress: 9.8%Ecc progress: 9.9%Ecc progress: 10.0% 1 repaired sectors: 223600d + 1 repaired sectors: 223600d 1 repaired sectors: 223601d -Ecc progress: 10.1% 1 repaired sectors: 223602d -Ecc progress: 10.2% 1 repaired sectors: 223603d + 1 repaired sectors: 223602d + 1 repaired sectors: 223603d 1 repaired sectors: 223604d -Ecc progress: 10.3% 1 repaired sectors: 223605d -Ecc progress: 10.4%Ecc progress: 10.5%Ecc progress: 10.6%Ecc progress: 10.7%Ecc progress: 10.8%Ecc progress: 10.9%Ecc progress: 11.0%Ecc progress: 11.1%Ecc progress: 11.2%Ecc progress: 11.3%Ecc progress: 11.4%Ecc progress: 11.5%Ecc progress: 11.6%Ecc progress: 11.7%Ecc progress: 11.8%Ecc progress: 11.9%Ecc progress: 12.0%Ecc progress: 12.1%Ecc progress: 12.2%Ecc progress: 12.3%Ecc progress: 12.4%Ecc progress: 12.5%Ecc progress: 12.6%Ecc progress: 12.7%Ecc progress: 12.8%Ecc progress: 12.9%Ecc progress: 13.0%Ecc progress: 13.1%Ecc progress: 13.2%Ecc progress: 13.3%Ecc progress: 13.4%Ecc progress: 13.5%Ecc progress: 13.6%Ecc progress: 13.7%Ecc progress: 13.8%Ecc progress: 13.9%Ecc progress: 14.0%Ecc progress: 14.1%Ecc progress: 14.2%Ecc progress: 14.3%Ecc progress: 14.4%Ecc progress: 14.5%Ecc progress: 14.6%Ecc progress: 14.7%Ecc progress: 14.8%Ecc progress: 14.9%Ecc progress: 15.0%Ecc progress: 15.1%Ecc progress: 15.2%Ecc progress: 15.3%Ecc progress: 15.4%Ecc progress: 15.5%Ecc progress: 15.6%Ecc progress: 15.7%Ecc progress: 15.8%Ecc progress: 15.9%Ecc progress: 16.0%Ecc progress: 16.1%Ecc progress: 16.2%Ecc progress: 16.3%Ecc progress: 16.4%Ecc progress: 16.5%Ecc progress: 16.6%Ecc progress: 16.7%Ecc progress: 16.8%Ecc progress: 16.9%Ecc progress: 17.0%Ecc progress: 17.1%Ecc progress: 17.2%Ecc progress: 17.3%Ecc progress: 17.4%Ecc progress: 17.5%Ecc progress: 17.6%Ecc progress: 17.7%Ecc progress: 17.8%Ecc progress: 17.9%Ecc progress: 18.0%Ecc progress: 18.1%Ecc progress: 18.2%Ecc progress: 18.3%Ecc progress: 18.4%Ecc progress: 18.5%Ecc progress: 18.6%Ecc progress: 18.7%Ecc progress: 18.8%Ecc progress: 18.9%Ecc progress: 19.0%Ecc progress: 19.1%Ecc progress: 19.2%Ecc progress: 19.3%Ecc progress: 19.4%Ecc progress: 19.5%Ecc progress: 19.6%Ecc progress: 19.7%Ecc progress: 19.8%Ecc progress: 19.9%Ecc progress: 20.0%Ecc progress: 20.1%Ecc progress: 20.2%Ecc progress: 20.3%Ecc progress: 20.4%Ecc progress: 20.5%Ecc progress: 20.6%Ecc progress: 20.7%Ecc progress: 20.8%Ecc progress: 20.9%Ecc progress: 21.0%Ecc progress: 21.1%Ecc progress: 21.2%Ecc progress: 21.3%Ecc progress: 21.4%Ecc progress: 21.5%Ecc progress: 21.6%Ecc progress: 21.7%Ecc progress: 21.8%Ecc progress: 21.9%Ecc progress: 22.0%Ecc progress: 22.1%Ecc progress: 22.2%Ecc progress: 22.3%Ecc progress: 22.4%Ecc progress: 22.5%Ecc progress: 22.6%Ecc progress: 22.7%Ecc progress: 22.8%Ecc progress: 22.9%Ecc progress: 23.0%Ecc progress: 23.1%Ecc progress: 23.2%Ecc progress: 23.3%Ecc progress: 23.4%Ecc progress: 23.5%Ecc progress: 23.6%Ecc progress: 23.7%Ecc progress: 23.8%Ecc progress: 23.9%Ecc progress: 24.0%Ecc progress: 24.1%Ecc progress: 24.2%Ecc progress: 24.3%Ecc progress: 24.4%Ecc progress: 24.5%Ecc progress: 24.6%Ecc progress: 24.7%Ecc progress: 24.8%Ecc progress: 24.9%Ecc progress: 25.0%Ecc progress: 25.1%Ecc progress: 25.2%Ecc progress: 25.3%Ecc progress: 25.4%Ecc progress: 25.5%Ecc progress: 25.6%Ecc progress: 25.7%Ecc progress: 25.8%Ecc progress: 25.9%Ecc progress: 26.0%Ecc progress: 26.1%Ecc progress: 26.2%Ecc progress: 26.3%Ecc progress: 26.4%Ecc progress: 26.5%Ecc progress: 26.6%Ecc progress: 26.7%Ecc progress: 26.8%Ecc progress: 26.9%Ecc progress: 27.0%Ecc progress: 27.1%Ecc progress: 27.2%Ecc progress: 27.3%Ecc progress: 27.4%Ecc progress: 27.5%Ecc progress: 27.6%Ecc progress: 27.7%Ecc progress: 27.8%Ecc progress: 27.9%Ecc progress: 28.0%Ecc progress: 28.1%Ecc progress: 28.2%Ecc progress: 28.3%Ecc progress: 28.4%Ecc progress: 28.5%Ecc progress: 28.6%Ecc progress: 28.7%Ecc progress: 28.8%Ecc progress: 28.9%Ecc progress: 29.0%Ecc progress: 29.1%Ecc progress: 29.2%Ecc progress: 29.3%Ecc progress: 29.4%Ecc progress: 29.5%Ecc progress: 29.6%Ecc progress: 29.7%Ecc progress: 29.8%Ecc progress: 29.9%Ecc progress: 30.0%Ecc progress: 30.1%Ecc progress: 30.2%Ecc progress: 30.3%Ecc progress: 30.4%Ecc progress: 30.5%Ecc progress: 30.6%Ecc progress: 30.7%Ecc progress: 30.8%Ecc progress: 30.9%Ecc progress: 31.0%Ecc progress: 31.1%Ecc progress: 31.2%Ecc progress: 31.3%Ecc progress: 31.4%Ecc progress: 31.5%Ecc progress: 31.6%Ecc progress: 31.7%Ecc progress: 31.8%Ecc progress: 31.9%Ecc progress: 32.0%Ecc progress: 32.1%Ecc progress: 32.2%Ecc progress: 32.3%Ecc progress: 32.4%Ecc progress: 32.5%Ecc progress: 32.6%Ecc progress: 32.7%Ecc progress: 32.8%Ecc progress: 32.9%Ecc progress: 33.0%Ecc progress: 33.1%Ecc progress: 33.2%Ecc progress: 33.3%Ecc progress: 33.4%Ecc progress: 33.5%Ecc progress: 33.6%Ecc progress: 33.7%Ecc progress: 33.8%Ecc progress: 33.9%Ecc progress: 34.0%Ecc progress: 34.1%Ecc progress: 34.2%Ecc progress: 34.3%Ecc progress: 34.4%Ecc progress: 34.5%Ecc progress: 34.6%Ecc progress: 34.7%Ecc progress: 34.8%Ecc progress: 34.9%Ecc progress: 35.0%Ecc progress: 35.1%Ecc progress: 35.2%Ecc progress: 35.3%Ecc progress: 35.4%Ecc progress: 35.5%Ecc progress: 35.6%Ecc progress: 35.7%Ecc progress: 35.8%Ecc progress: 35.9%Ecc progress: 36.0%Ecc progress: 36.1%Ecc progress: 36.2%Ecc progress: 36.3%Ecc progress: 36.4%Ecc progress: 36.5%Ecc progress: 36.6%Ecc progress: 36.7%Ecc progress: 36.8%Ecc progress: 36.9%Ecc progress: 37.0%Ecc progress: 37.1%Ecc progress: 37.2%Ecc progress: 37.3%Ecc progress: 37.4%Ecc progress: 37.5%Ecc progress: 37.6%Ecc progress: 37.7%Ecc progress: 37.8%Ecc progress: 37.9%Ecc progress: 38.0%Ecc progress: 38.1%Ecc progress: 38.2%Ecc progress: 38.3%Ecc progress: 38.4%Ecc progress: 38.5%Ecc progress: 38.6%Ecc progress: 38.7%Ecc progress: 38.8%Ecc progress: 38.9%Ecc progress: 39.0%Ecc progress: 39.1%Ecc progress: 39.2%Ecc progress: 39.3%Ecc progress: 39.4%Ecc progress: 39.5%Ecc progress: 39.6%Ecc progress: 39.7%Ecc progress: 39.8%Ecc progress: 39.9%Ecc progress: 40.0%Ecc progress: 40.1%Ecc progress: 40.2%Ecc progress: 40.3%Ecc progress: 40.4%Ecc progress: 40.5%Ecc progress: 40.6%Ecc progress: 40.7%Ecc progress: 40.8%Ecc progress: 40.9%Ecc progress: 41.0%Ecc progress: 41.1%Ecc progress: 41.2%Ecc progress: 41.3%Ecc progress: 41.4%Ecc progress: 41.5%Ecc progress: 41.6%Ecc progress: 41.7%Ecc progress: 41.8%Ecc progress: 41.9%Ecc progress: 42.0%Ecc progress: 42.1%Ecc progress: 42.2%Ecc progress: 42.3%Ecc progress: 42.4%Ecc progress: 42.5%Ecc progress: 42.6%Ecc progress: 42.7%Ecc progress: 42.8%Ecc progress: 42.9%Ecc progress: 43.0%Ecc progress: 43.1%Ecc progress: 43.2%Ecc progress: 43.3%Ecc progress: 43.4%Ecc progress: 43.5%Ecc progress: 43.6%Ecc progress: 43.7%Ecc progress: 43.8%Ecc progress: 43.9%Ecc progress: 44.0%Ecc progress: 44.1%Ecc progress: 44.2%Ecc progress: 44.3%Ecc progress: 44.4%Ecc progress: 44.5%Ecc progress: 44.6%Ecc progress: 44.7%Ecc progress: 44.8%Ecc progress: 44.9%Ecc progress: 45.0%Ecc progress: 45.1%Ecc progress: 45.2%Ecc progress: 45.3%Ecc progress: 45.4%Ecc progress: 45.5%Ecc progress: 45.6%Ecc progress: 45.7%Ecc progress: 45.8%Ecc progress: 45.9%Ecc progress: 46.0%Ecc progress: 46.1%Ecc progress: 46.2%Ecc progress: 46.3%Ecc progress: 46.4%Ecc progress: 46.5%Ecc progress: 46.6%Ecc progress: 46.7%Ecc progress: 46.8%Ecc progress: 46.9%Ecc progress: 47.0%Ecc progress: 47.1%Ecc progress: 47.2%Ecc progress: 47.3%Ecc progress: 47.4%Ecc progress: 47.5%Ecc progress: 47.6%Ecc progress: 47.7%Ecc progress: 47.8%Ecc progress: 47.9%Ecc progress: 48.0%Ecc progress: 48.1%Ecc progress: 48.2%Ecc progress: 48.3%Ecc progress: 48.4%Ecc progress: 48.5%Ecc progress: 48.6%Ecc progress: 48.7%Ecc progress: 48.8%Ecc progress: 48.9%Ecc progress: 49.0%Ecc progress: 49.1%Ecc progress: 49.2%Ecc progress: 49.3%Ecc progress: 49.4%Ecc progress: 49.5% 1 repaired sectors: 279000d -Ecc progress: 49.6% 1 repaired sectors: 279001d + 1 repaired sectors: 223605d + 1 repaired sectors: 279000d + 1 repaired sectors: 279001d 1 repaired sectors: 279002d -Ecc progress: 49.7% 1 repaired sectors: 279003d -Ecc progress: 49.8% 1 repaired sectors: 279004d + 1 repaired sectors: 279003d + 1 repaired sectors: 279004d 1 repaired sectors: 279005d -Ecc progress: 49.9% 1 repaired sectors: 279006d -Ecc progress: 50.0% 1 repaired sectors: 279007d -Ecc progress: 50.1%Ecc progress: 50.2%Ecc progress: 50.3%Ecc progress: 50.4%Ecc progress: 50.5%Ecc progress: 50.6%Ecc progress: 50.7%Ecc progress: 50.8%Ecc progress: 50.9%Ecc progress: 51.0%Ecc progress: 51.1%Ecc progress: 51.2%Ecc progress: 51.3%Ecc progress: 51.4%Ecc progress: 51.5%Ecc progress: 51.6%Ecc progress: 51.7%Ecc progress: 51.8%Ecc progress: 51.9%Ecc progress: 52.0%Ecc progress: 52.1%Ecc progress: 52.2%Ecc progress: 52.3%Ecc progress: 52.4%Ecc progress: 52.5%Ecc progress: 52.6%Ecc progress: 52.7%Ecc progress: 52.8%Ecc progress: 52.9%Ecc progress: 53.0%Ecc progress: 53.1%Ecc progress: 53.2%Ecc progress: 53.3%Ecc progress: 53.4%Ecc progress: 53.5%Ecc progress: 53.6%Ecc progress: 53.7%Ecc progress: 53.8%Ecc progress: 53.9%Ecc progress: 54.0%Ecc progress: 54.1%Ecc progress: 54.2%Ecc progress: 54.3%Ecc progress: 54.4%Ecc progress: 54.5%Ecc progress: 54.6%Ecc progress: 54.7%Ecc progress: 54.8%Ecc progress: 54.9%Ecc progress: 55.0%Ecc progress: 55.1%Ecc progress: 55.2%Ecc progress: 55.3%Ecc progress: 55.4%Ecc progress: 55.5%Ecc progress: 55.6%Ecc progress: 55.7%Ecc progress: 55.8%Ecc progress: 55.9%Ecc progress: 56.0%Ecc progress: 56.1%Ecc progress: 56.2%Ecc progress: 56.3%Ecc progress: 56.4%Ecc progress: 56.5%Ecc progress: 56.6%Ecc progress: 56.7%Ecc progress: 56.8%Ecc progress: 56.9%Ecc progress: 57.0%Ecc progress: 57.1%Ecc progress: 57.2%Ecc progress: 57.3%Ecc progress: 57.4%Ecc progress: 57.5%Ecc progress: 57.6%Ecc progress: 57.7%Ecc progress: 57.8%Ecc progress: 57.9%Ecc progress: 58.0%Ecc progress: 58.1%Ecc progress: 58.2%Ecc progress: 58.3%Ecc progress: 58.4%Ecc progress: 58.5%Ecc progress: 58.6%Ecc progress: 58.7%Ecc progress: 58.8%Ecc progress: 58.9%Ecc progress: 59.0%Ecc progress: 59.1%Ecc progress: 59.2%Ecc progress: 59.3%Ecc progress: 59.4%Ecc progress: 59.5%Ecc progress: 59.6%Ecc progress: 59.7%Ecc progress: 59.8%Ecc progress: 59.9%Ecc progress: 60.0%Ecc progress: 60.1%Ecc progress: 60.2%Ecc progress: 60.3%Ecc progress: 60.4%Ecc progress: 60.5%Ecc progress: 60.6%Ecc progress: 60.7%Ecc progress: 60.8%Ecc progress: 60.9%Ecc progress: 61.0%Ecc progress: 61.1%Ecc progress: 61.2%Ecc progress: 61.3%Ecc progress: 61.4%Ecc progress: 61.5%Ecc progress: 61.6%Ecc progress: 61.7%Ecc progress: 61.8%Ecc progress: 61.9%Ecc progress: 62.0%Ecc progress: 62.1%Ecc progress: 62.2%Ecc progress: 62.3%Ecc progress: 62.4%Ecc progress: 62.5%Ecc progress: 62.6%Ecc progress: 62.7%Ecc progress: 62.8%Ecc progress: 62.9%Ecc progress: 63.0%Ecc progress: 63.1%Ecc progress: 63.2%Ecc progress: 63.3%Ecc progress: 63.4%Ecc progress: 63.5%Ecc progress: 63.6%Ecc progress: 63.7%Ecc progress: 63.8%Ecc progress: 63.9%Ecc progress: 64.0%Ecc progress: 64.1%Ecc progress: 64.2%Ecc progress: 64.3%Ecc progress: 64.4%Ecc progress: 64.5%Ecc progress: 64.6%Ecc progress: 64.7%Ecc progress: 64.8%Ecc progress: 64.9%Ecc progress: 65.0%Ecc progress: 65.1%Ecc progress: 65.2%Ecc progress: 65.3%Ecc progress: 65.4%Ecc progress: 65.5%Ecc progress: 65.6%Ecc progress: 65.7%Ecc progress: 65.8%Ecc progress: 65.9%Ecc progress: 66.0%Ecc progress: 66.1%Ecc progress: 66.2%Ecc progress: 66.3%Ecc progress: 66.4%Ecc progress: 66.5%Ecc progress: 66.6%Ecc progress: 66.7%Ecc progress: 66.8%Ecc progress: 66.9%Ecc progress: 67.0%Ecc progress: 67.1%Ecc progress: 67.2%Ecc progress: 67.3%Ecc progress: 67.4%Ecc progress: 67.5%Ecc progress: 67.6%Ecc progress: 67.7%Ecc progress: 67.8%Ecc progress: 67.9%Ecc progress: 68.0%Ecc progress: 68.1%Ecc progress: 68.2%Ecc progress: 68.3%Ecc progress: 68.4%Ecc progress: 68.5%Ecc progress: 68.6%Ecc progress: 68.7%Ecc progress: 68.8%Ecc progress: 68.9%Ecc progress: 69.0%Ecc progress: 69.1%Ecc progress: 69.2%Ecc progress: 69.3%Ecc progress: 69.4%Ecc progress: 69.5%Ecc progress: 69.6%Ecc progress: 69.7%Ecc progress: 69.8%Ecc progress: 69.9%Ecc progress: 70.0%Ecc progress: 70.1%Ecc progress: 70.2%Ecc progress: 70.3%Ecc progress: 70.4%Ecc progress: 70.5%Ecc progress: 70.6%Ecc progress: 70.7%Ecc progress: 70.8%Ecc progress: 70.9%Ecc progress: 71.0%Ecc progress: 71.1%Ecc progress: 71.2%Ecc progress: 71.3%Ecc progress: 71.4%Ecc progress: 71.5%Ecc progress: 71.6%Ecc progress: 71.7%Ecc progress: 71.8%Ecc progress: 71.9%Ecc progress: 72.0%Ecc progress: 72.1%Ecc progress: 72.2%Ecc progress: 72.3%Ecc progress: 72.4%Ecc progress: 72.5%Ecc progress: 72.6%Ecc progress: 72.7%Ecc progress: 72.8%Ecc progress: 72.9%Ecc progress: 73.0%Ecc progress: 73.1%Ecc progress: 73.2%Ecc progress: 73.3%Ecc progress: 73.4%Ecc progress: 73.5%Ecc progress: 73.6%Ecc progress: 73.7%Ecc progress: 73.8%Ecc progress: 73.9%Ecc progress: 74.0%Ecc progress: 74.1%Ecc progress: 74.2%Ecc progress: 74.3%Ecc progress: 74.4%Ecc progress: 74.5%Ecc progress: 74.6%Ecc progress: 74.7%Ecc progress: 74.8%Ecc progress: 74.9%Ecc progress: 75.0%Ecc progress: 75.1%Ecc progress: 75.2%Ecc progress: 75.3%Ecc progress: 75.4%Ecc progress: 75.5%Ecc progress: 75.6%Ecc progress: 75.7%Ecc progress: 75.8%Ecc progress: 75.9%Ecc progress: 76.0%Ecc progress: 76.1%Ecc progress: 76.2%Ecc progress: 76.3%Ecc progress: 76.4%Ecc progress: 76.5%Ecc progress: 76.6%Ecc progress: 76.7%Ecc progress: 76.8%Ecc progress: 76.9%Ecc progress: 77.0%Ecc progress: 77.1%Ecc progress: 77.2%Ecc progress: 77.3%Ecc progress: 77.4%Ecc progress: 77.5%Ecc progress: 77.6%Ecc progress: 77.7%Ecc progress: 77.8%Ecc progress: 77.9%Ecc progress: 78.0%Ecc progress: 78.1%Ecc progress: 78.2%Ecc progress: 78.3%Ecc progress: 78.4%Ecc progress: 78.5%Ecc progress: 78.6%Ecc progress: 78.7%Ecc progress: 78.8%Ecc progress: 78.9%Ecc progress: 79.0%Ecc progress: 79.1%Ecc progress: 79.2%Ecc progress: 79.3%Ecc progress: 79.4%Ecc progress: 79.5%Ecc progress: 79.6%Ecc progress: 79.7%Ecc progress: 79.8%Ecc progress: 79.9%Ecc progress: 80.0%Ecc progress: 80.1%Ecc progress: 80.2%Ecc progress: 80.3%Ecc progress: 80.4%Ecc progress: 80.5%Ecc progress: 80.6%Ecc progress: 80.7%Ecc progress: 80.8%Ecc progress: 80.9%Ecc progress: 81.0%Ecc progress: 81.1%Ecc progress: 81.2%Ecc progress: 81.3%Ecc progress: 81.4%Ecc progress: 81.5%Ecc progress: 81.6%Ecc progress: 81.7%Ecc progress: 81.8%Ecc progress: 81.9%Ecc progress: 82.0%Ecc progress: 82.1%Ecc progress: 82.2%Ecc progress: 82.3%Ecc progress: 82.4%Ecc progress: 82.5%Ecc progress: 82.6%Ecc progress: 82.7%Ecc progress: 82.8%Ecc progress: 82.9%Ecc progress: 83.0%Ecc progress: 83.1%Ecc progress: 83.2%Ecc progress: 83.3%Ecc progress: 83.4%Ecc progress: 83.5%Ecc progress: 83.6%Ecc progress: 83.7%Ecc progress: 83.8%Ecc progress: 83.9%Ecc progress: 84.0%Ecc progress: 84.1%Ecc progress: 84.2%Ecc progress: 84.3%Ecc progress: 84.4%Ecc progress: 84.5%Ecc progress: 84.6%Ecc progress: 84.7%Ecc progress: 84.8%Ecc progress: 84.9%Ecc progress: 85.0%Ecc progress: 85.1%Ecc progress: 85.2%Ecc progress: 85.3%Ecc progress: 85.4%Ecc progress: 85.5%Ecc progress: 85.6%Ecc progress: 85.7%Ecc progress: 85.8%Ecc progress: 85.9%Ecc progress: 86.0%Ecc progress: 86.1%Ecc progress: 86.2%Ecc progress: 86.3%Ecc progress: 86.4%Ecc progress: 86.5%Ecc progress: 86.6%Ecc progress: 86.7%Ecc progress: 86.8%Ecc progress: 86.9%Ecc progress: 87.0%Ecc progress: 87.1%Ecc progress: 87.2%Ecc progress: 87.3%Ecc progress: 87.4%Ecc progress: 87.5%Ecc progress: 87.6%Ecc progress: 87.7%Ecc progress: 87.8%Ecc progress: 87.9%Ecc progress: 88.0%Ecc progress: 88.1%Ecc progress: 88.2%Ecc progress: 88.3%Ecc progress: 88.4%Ecc progress: 88.5%Ecc progress: 88.6%Ecc progress: 88.7%Ecc progress: 88.8%Ecc progress: 88.9%Ecc progress: 89.0%Ecc progress: 89.1%Ecc progress: 89.2% 1 repaired sectors: 50000d + 1 repaired sectors: 279006d + 1 repaired sectors: 279007d + 1 repaired sectors: 50000d 1 repaired sectors: 50001d -Ecc progress: 89.3% 1 repaired sectors: 50002d -Ecc progress: 89.4% 1 repaired sectors: 50003d + 1 repaired sectors: 50002d + 1 repaired sectors: 50003d 1 repaired sectors: 50004d -Ecc progress: 89.5% 1 repaired sectors: 50005d -Ecc progress: 89.6% 1 repaired sectors: 50006d -Ecc progress: 89.7% 1 repaired sectors: 50007d + 1 repaired sectors: 50005d + 1 repaired sectors: 50006d + 1 repaired sectors: 50007d 1 repaired sectors: 50008d -Ecc progress: 89.8% 1 repaired sectors: 50009d -Ecc progress: 89.9% 1 repaired sectors: 50010d + 1 repaired sectors: 50009d + 1 repaired sectors: 50010d 1 repaired sectors: 50011d -Ecc progress: 90.0% 1 repaired sectors: 50012d -Ecc progress: 90.1% 1 repaired sectors: 50013d -Ecc progress: 90.2% 1 repaired sectors: 50014d + 1 repaired sectors: 50012d + 1 repaired sectors: 50013d + 1 repaired sectors: 50014d 1 repaired sectors: 50015d -Ecc progress: 90.3%Ecc progress: 90.4%Ecc progress: 90.5%Ecc progress: 90.6%Ecc progress: 90.7%Ecc progress: 90.8%Ecc progress: 90.9%Ecc progress: 91.0%Ecc progress: 91.1%Ecc progress: 91.2%Ecc progress: 91.3%Ecc progress: 91.4%Ecc progress: 91.5%Ecc progress: 91.6%Ecc progress: 91.7%Ecc progress: 91.8%Ecc progress: 91.9%Ecc progress: 92.0%Ecc progress: 92.1%Ecc progress: 92.2%Ecc progress: 92.3%Ecc progress: 92.4%Ecc progress: 92.5%Ecc progress: 92.6%Ecc progress: 92.7%Ecc progress: 92.8%Ecc progress: 92.9%Ecc progress: 93.0%Ecc progress: 93.1%Ecc progress: 93.2%Ecc progress: 93.3%Ecc progress: 93.4%Ecc progress: 93.5%Ecc progress: 93.6%Ecc progress: 93.7%Ecc progress: 93.8%Ecc progress: 93.9%Ecc progress: 94.0%Ecc progress: 94.1%Ecc progress: 94.2%Ecc progress: 94.3%Ecc progress: 94.4%Ecc progress: 94.5%Ecc progress: 94.6%Ecc progress: 94.7%Ecc progress: 94.8%Ecc progress: 94.9%Ecc progress: 95.0%Ecc progress: 95.1%Ecc progress: 95.2%Ecc progress: 95.3%Ecc progress: 95.4%Ecc progress: 95.5%Ecc progress: 95.6%Ecc progress: 95.7%Ecc progress: 95.8%Ecc progress: 95.9%Ecc progress: 96.0%Ecc progress: 96.1%Ecc progress: 96.2%Ecc progress: 96.3%Ecc progress: 96.4%Ecc progress: 96.5%Ecc progress: 96.6%Ecc progress: 96.7%Ecc progress: 96.8%Ecc progress: 96.9%Ecc progress: 97.0%Ecc progress: 97.1%Ecc progress: 97.2%Ecc progress: 97.3%Ecc progress: 97.4%Ecc progress: 97.5%Ecc progress: 97.6%Ecc progress: 97.7%Ecc progress: 97.8%Ecc progress: 97.9%Ecc progress: 98.0%Ecc progress: 98.1%Ecc progress: 98.2%Ecc progress: 98.3%Ecc progress: 98.4%Ecc progress: 98.5%Ecc progress: 98.6%Ecc progress: 98.7%Ecc progress: 98.8%Ecc progress: 98.9%Ecc progress: 99.0%Ecc progress: 99.1%Ecc progress: 99.2%Ecc progress: 99.3%Ecc progress: 99.4%Ecc progress: 99.5%Ecc progress: 99.6%Ecc progress: 99.7%Ecc progress: 99.8%Ecc progress: 99.9%Ecc progress: 100.0% Repaired sectors: 30 (22 data, 8 ecc) Good! All sectors are repaired. Erasure counts per ecc block: avg = 1.0; worst = 1. diff --git a/regtest/database/RS02_fix_missing_crc_sectors b/regtest/database/RS02_fix_missing_crc_sectors index cab374b..77515f2 100644 --- a/regtest/database/RS02_fix_missing_crc_sectors +++ b/regtest/database/RS02_fix_missing_crc_sectors @@ -8,19 +8,18 @@ See the file "COPYING" for further information. Opening rs02-tmp.iso: 34932 medium sectors. Fix mode(RS02): Repairable sectors will be fixed in the image. -Ecc progress: 0.0%Ecc progress: 0.7%Ecc progress: 1.4%Ecc progress: 2.1%Ecc progress: 2.9%Ecc progress: 3.6%Ecc progress: 4.3%Ecc progress: 5.1%Ecc progress: 5.8%Ecc progress: 6.5%Ecc progress: 7.2%Ecc progress: 8.0%Ecc progress: 8.7%Ecc progress: 9.4%Ecc progress: 10.2%Ecc progress: 10.9%Ecc progress: 11.6%Ecc progress: 12.4% 1 repaired sectors: 30020d -Ecc progress: 13.1% 1 repaired sectors: 30021d -Ecc progress: 13.8% 1 repaired sectors: 30022d -Ecc progress: 14.5% 1 repaired sectors: 30023d -Ecc progress: 15.3% 1 repaired sectors: 30024d -Ecc progress: 16.0% 1 repaired sectors: 30025d -Ecc progress: 16.7% 1 repaired sectors: 30026d -Ecc progress: 17.5% 1 repaired sectors: 30027d -Ecc progress: 18.2% 1 repaired sectors: 30028d -Ecc progress: 18.9% 1 repaired sectors: 30029d -Ecc progress: 19.7% 1 repaired sectors: 30030d -Ecc progress: 20.4%Ecc progress: 21.1%Ecc progress: 21.8%Ecc progress: 22.6% 1 repaired sectors: 30034d -Ecc progress: 23.3%Ecc progress: 24.0%Ecc progress: 24.8%Ecc progress: 25.5%Ecc progress: 26.2%Ecc progress: 27.0%Ecc progress: 27.7%Ecc progress: 28.4%Ecc progress: 29.1%Ecc progress: 29.9%Ecc progress: 30.6%Ecc progress: 31.3%Ecc progress: 32.1%Ecc progress: 32.8%Ecc progress: 33.5%Ecc progress: 34.3%Ecc progress: 35.0%Ecc progress: 35.7%Ecc progress: 36.4%Ecc progress: 37.2%Ecc progress: 37.9%Ecc progress: 38.6%Ecc progress: 39.4%Ecc progress: 40.1%Ecc progress: 40.8%Ecc progress: 41.6%Ecc progress: 42.3%Ecc progress: 43.0%Ecc progress: 43.7%Ecc progress: 44.5%Ecc progress: 45.2%Ecc progress: 45.9%Ecc progress: 46.7%Ecc progress: 47.4%Ecc progress: 48.1%Ecc progress: 48.9%Ecc progress: 49.6%Ecc progress: 50.3%Ecc progress: 51.0%Ecc progress: 51.8%Ecc progress: 52.5%Ecc progress: 53.2%Ecc progress: 54.0%Ecc progress: 54.7%Ecc progress: 55.4%Ecc progress: 56.2%Ecc progress: 56.9%Ecc progress: 57.6%Ecc progress: 58.3%Ecc progress: 59.1%Ecc progress: 59.8%Ecc progress: 60.5%Ecc progress: 61.3%Ecc progress: 62.0%Ecc progress: 62.7%Ecc progress: 63.5%Ecc progress: 64.2%Ecc progress: 64.9%Ecc progress: 65.6%Ecc progress: 66.4%Ecc progress: 67.1%Ecc progress: 67.8%Ecc progress: 68.6%Ecc progress: 69.3%Ecc progress: 70.0%Ecc progress: 70.8%Ecc progress: 71.5%Ecc progress: 72.2%Ecc progress: 72.9%Ecc progress: 73.7%Ecc progress: 74.4%Ecc progress: 75.1%Ecc progress: 75.9%Ecc progress: 76.6%Ecc progress: 77.3%Ecc progress: 78.1%Ecc progress: 78.8%Ecc progress: 79.5%Ecc progress: 80.2%Ecc progress: 81.0%Ecc progress: 81.7%Ecc progress: 82.4%Ecc progress: 83.2%Ecc progress: 83.9%Ecc progress: 84.6%Ecc progress: 85.4%Ecc progress: 86.1%Ecc progress: 86.8%Ecc progress: 87.5%Ecc progress: 88.3%Ecc progress: 89.0%Ecc progress: 89.7%Ecc progress: 90.5%Ecc progress: 91.2%Ecc progress: 91.9%Ecc progress: 92.7%Ecc progress: 93.4%Ecc progress: 94.1%Ecc progress: 94.8%Ecc progress: 95.6%Ecc progress: 96.3%Ecc progress: 97.0%Ecc progress: 97.8%Ecc progress: 98.5%Ecc progress: 99.2%Ecc progress: 100.0% + 1 repaired sectors: 30020d + 1 repaired sectors: 30021d + 1 repaired sectors: 30022d + 1 repaired sectors: 30023d + 1 repaired sectors: 30024d + 1 repaired sectors: 30025d + 1 repaired sectors: 30026d + 1 repaired sectors: 30027d + 1 repaired sectors: 30028d + 1 repaired sectors: 30029d + 1 repaired sectors: 30030d + 1 repaired sectors: 30034d Repaired sectors: 12 (12 data, 0 ecc) Good! All sectors are repaired. Erasure counts per ecc block: avg = 1.0; worst = 1. diff --git a/regtest/database/RS02_fix_missing_data_sectors b/regtest/database/RS02_fix_missing_data_sectors index 5ed502a..bd51065 100644 --- a/regtest/database/RS02_fix_missing_data_sectors +++ b/regtest/database/RS02_fix_missing_data_sectors @@ -8,66 +8,65 @@ See the file "COPYING" for further information. Opening rs02-tmp.iso: 34932 medium sectors. Fix mode(RS02): Repairable sectors will be fixed in the image. -Ecc progress: 0.0%Ecc progress: 0.7%Ecc progress: 1.4%Ecc progress: 2.1%Ecc progress: 2.9%Ecc progress: 3.6%Ecc progress: 4.3%Ecc progress: 5.1%Ecc progress: 5.8%Ecc progress: 6.5%Ecc progress: 7.2%Ecc progress: 8.0%Ecc progress: 8.7%Ecc progress: 9.4%Ecc progress: 10.2%Ecc progress: 10.9%Ecc progress: 11.6%Ecc progress: 12.4%Ecc progress: 13.1%Ecc progress: 13.8%Ecc progress: 14.5%Ecc progress: 15.3%Ecc progress: 16.0%Ecc progress: 16.7%Ecc progress: 17.5%Ecc progress: 18.2%Ecc progress: 18.9%Ecc progress: 19.7%Ecc progress: 20.4%Ecc progress: 21.1%Ecc progress: 21.8%Ecc progress: 22.6%Ecc progress: 23.3%Ecc progress: 24.0%Ecc progress: 24.8%Ecc progress: 25.5%Ecc progress: 26.2%Ecc progress: 27.0%Ecc progress: 27.7%Ecc progress: 28.4%Ecc progress: 29.1%Ecc progress: 29.9% 1 repaired sectors: 1000d -Ecc progress: 30.6% 1 repaired sectors: 1001d -Ecc progress: 31.3% 1 repaired sectors: 1002d -Ecc progress: 32.1% 1 repaired sectors: 1003d -Ecc progress: 32.8% 1 repaired sectors: 1004d -Ecc progress: 33.5% 1 repaired sectors: 1005d -Ecc progress: 34.3% 1 repaired sectors: 1006d -Ecc progress: 35.0% 1 repaired sectors: 1007d -Ecc progress: 35.7% 1 repaired sectors: 1008d -Ecc progress: 36.4% 1 repaired sectors: 1009d -Ecc progress: 37.2% 1 repaired sectors: 1010d -Ecc progress: 37.9% 1 repaired sectors: 1011d -Ecc progress: 38.6% 1 repaired sectors: 1012d -Ecc progress: 39.4% 1 repaired sectors: 1013d -Ecc progress: 40.1% 1 repaired sectors: 1014d -Ecc progress: 40.8% 1 repaired sectors: 1015d -Ecc progress: 41.6% 1 repaired sectors: 1016d -Ecc progress: 42.3% 1 repaired sectors: 1017d -Ecc progress: 43.0% 1 repaired sectors: 1018d -Ecc progress: 43.7% 1 repaired sectors: 1019d -Ecc progress: 44.5% 1 repaired sectors: 1020d -Ecc progress: 45.2% 1 repaired sectors: 1021d -Ecc progress: 45.9% 1 repaired sectors: 1022d -Ecc progress: 46.7% 1 repaired sectors: 1023d -Ecc progress: 47.4% 1 repaired sectors: 1024d -Ecc progress: 48.1% 1 repaired sectors: 1025d -Ecc progress: 48.9% 1 repaired sectors: 1026d -Ecc progress: 49.6% 1 repaired sectors: 1027d -Ecc progress: 50.3% 1 repaired sectors: 1028d -Ecc progress: 51.0% 1 repaired sectors: 1029d -Ecc progress: 51.8% 1 repaired sectors: 1030d -Ecc progress: 52.5% 1 repaired sectors: 1031d -Ecc progress: 53.2% 1 repaired sectors: 1032d -Ecc progress: 54.0% 1 repaired sectors: 1033d -Ecc progress: 54.7% 1 repaired sectors: 1034d -Ecc progress: 55.4% 1 repaired sectors: 1035d -Ecc progress: 56.2% 1 repaired sectors: 1036d -Ecc progress: 56.9% 1 repaired sectors: 1037d -Ecc progress: 57.6% 1 repaired sectors: 1038d -Ecc progress: 58.3% 1 repaired sectors: 1039d -Ecc progress: 59.1% 1 repaired sectors: 1040d -Ecc progress: 59.8% 1 repaired sectors: 1041d -Ecc progress: 60.5% 1 repaired sectors: 1042d -Ecc progress: 61.3% 1 repaired sectors: 1043d -Ecc progress: 62.0% 1 repaired sectors: 1044d -Ecc progress: 62.7% 1 repaired sectors: 1045d -Ecc progress: 63.5% 1 repaired sectors: 1046d -Ecc progress: 64.2% 1 repaired sectors: 1047d -Ecc progress: 64.9% 1 repaired sectors: 1048d -Ecc progress: 65.6% 1 repaired sectors: 1049d -Ecc progress: 66.4%Ecc progress: 67.1%Ecc progress: 67.8%Ecc progress: 68.6%Ecc progress: 69.3%Ecc progress: 70.0%Ecc progress: 70.8%Ecc progress: 71.5%Ecc progress: 72.2%Ecc progress: 72.9%Ecc progress: 73.7%Ecc progress: 74.4%Ecc progress: 75.1%Ecc progress: 75.9%Ecc progress: 76.6%Ecc progress: 77.3%Ecc progress: 78.1%Ecc progress: 78.8%Ecc progress: 79.5%Ecc progress: 80.2%Ecc progress: 81.0%Ecc progress: 81.7%Ecc progress: 82.4%Ecc progress: 83.2%Ecc progress: 83.9%Ecc progress: 84.6%Ecc progress: 85.4%Ecc progress: 86.1%Ecc progress: 86.8% 1 repaired sectors: 22450d -Ecc progress: 87.5% 1 repaired sectors: 22451d -Ecc progress: 88.3% 1 repaired sectors: 22452d -Ecc progress: 89.0% 1 repaired sectors: 22453d -Ecc progress: 89.7% 1 repaired sectors: 22454d -Ecc progress: 90.5% 1 repaired sectors: 22455d -Ecc progress: 91.2% 1 repaired sectors: 22456d -Ecc progress: 91.9% 1 repaired sectors: 22457d -Ecc progress: 92.7%Ecc progress: 93.4%Ecc progress: 94.1%Ecc progress: 94.8%Ecc progress: 95.6%Ecc progress: 96.3% 1 repaired sectors: 21230d -Ecc progress: 97.0%Ecc progress: 97.8%Ecc progress: 98.5%Ecc progress: 99.2%Ecc progress: 100.0% + 1 repaired sectors: 1000d + 1 repaired sectors: 1001d + 1 repaired sectors: 1002d + 1 repaired sectors: 1003d + 1 repaired sectors: 1004d + 1 repaired sectors: 1005d + 1 repaired sectors: 1006d + 1 repaired sectors: 1007d + 1 repaired sectors: 1008d + 1 repaired sectors: 1009d + 1 repaired sectors: 1010d + 1 repaired sectors: 1011d + 1 repaired sectors: 1012d + 1 repaired sectors: 1013d + 1 repaired sectors: 1014d + 1 repaired sectors: 1015d + 1 repaired sectors: 1016d + 1 repaired sectors: 1017d + 1 repaired sectors: 1018d + 1 repaired sectors: 1019d + 1 repaired sectors: 1020d + 1 repaired sectors: 1021d + 1 repaired sectors: 1022d + 1 repaired sectors: 1023d + 1 repaired sectors: 1024d + 1 repaired sectors: 1025d + 1 repaired sectors: 1026d + 1 repaired sectors: 1027d + 1 repaired sectors: 1028d + 1 repaired sectors: 1029d + 1 repaired sectors: 1030d + 1 repaired sectors: 1031d + 1 repaired sectors: 1032d + 1 repaired sectors: 1033d + 1 repaired sectors: 1034d + 1 repaired sectors: 1035d + 1 repaired sectors: 1036d + 1 repaired sectors: 1037d + 1 repaired sectors: 1038d + 1 repaired sectors: 1039d + 1 repaired sectors: 1040d + 1 repaired sectors: 1041d + 1 repaired sectors: 1042d + 1 repaired sectors: 1043d + 1 repaired sectors: 1044d + 1 repaired sectors: 1045d + 1 repaired sectors: 1046d + 1 repaired sectors: 1047d + 1 repaired sectors: 1048d + 1 repaired sectors: 1049d + 1 repaired sectors: 22450d + 1 repaired sectors: 22451d + 1 repaired sectors: 22452d + 1 repaired sectors: 22453d + 1 repaired sectors: 22454d + 1 repaired sectors: 22455d + 1 repaired sectors: 22456d + 1 repaired sectors: 22457d + 1 repaired sectors: 21230d Repaired sectors: 59 (59 data, 0 ecc) Good! All sectors are repaired. Erasure counts per ecc block: avg = 1.0; worst = 1. diff --git a/regtest/database/RS02_fix_missing_ecc_sectors b/regtest/database/RS02_fix_missing_ecc_sectors index a34854a..229164d 100644 --- a/regtest/database/RS02_fix_missing_ecc_sectors +++ b/regtest/database/RS02_fix_missing_ecc_sectors @@ -8,19 +8,18 @@ See the file "COPYING" for further information. Opening rs02-tmp.iso: 34932 medium sectors. Fix mode(RS02): Repairable sectors will be fixed in the image. -Ecc progress: 0.0%Ecc progress: 0.7%Ecc progress: 1.4%Ecc progress: 2.1%Ecc progress: 2.9%Ecc progress: 3.6%Ecc progress: 4.3%Ecc progress: 5.1%Ecc progress: 5.8%Ecc progress: 6.5% 1 repaired sectors: 32020d -Ecc progress: 7.2% 1 repaired sectors: 32021d -Ecc progress: 8.0% 1 repaired sectors: 32022d -Ecc progress: 8.7% 1 repaired sectors: 32023d -Ecc progress: 9.4% 1 repaired sectors: 32024d -Ecc progress: 10.2% 1 repaired sectors: 32025d -Ecc progress: 10.9% 1 repaired sectors: 32026d -Ecc progress: 11.6% 1 repaired sectors: 32027d -Ecc progress: 12.4% 1 repaired sectors: 32028d -Ecc progress: 13.1% 1 repaired sectors: 32029d -Ecc progress: 13.8% 1 repaired sectors: 32030d -Ecc progress: 14.5%Ecc progress: 15.3%Ecc progress: 16.0%Ecc progress: 16.7%Ecc progress: 17.5%Ecc progress: 18.2%Ecc progress: 18.9%Ecc progress: 19.7%Ecc progress: 20.4%Ecc progress: 21.1%Ecc progress: 21.8%Ecc progress: 22.6%Ecc progress: 23.3%Ecc progress: 24.0%Ecc progress: 24.8%Ecc progress: 25.5%Ecc progress: 26.2%Ecc progress: 27.0%Ecc progress: 27.7%Ecc progress: 28.4%Ecc progress: 29.1%Ecc progress: 29.9%Ecc progress: 30.6%Ecc progress: 31.3%Ecc progress: 32.1%Ecc progress: 32.8%Ecc progress: 33.5%Ecc progress: 34.3%Ecc progress: 35.0% 1 repaired sectors: 33034d -Ecc progress: 35.7%Ecc progress: 36.4%Ecc progress: 37.2%Ecc progress: 37.9%Ecc progress: 38.6%Ecc progress: 39.4%Ecc progress: 40.1%Ecc progress: 40.8%Ecc progress: 41.6%Ecc progress: 42.3%Ecc progress: 43.0%Ecc progress: 43.7%Ecc progress: 44.5%Ecc progress: 45.2%Ecc progress: 45.9%Ecc progress: 46.7%Ecc progress: 47.4%Ecc progress: 48.1%Ecc progress: 48.9%Ecc progress: 49.6%Ecc progress: 50.3%Ecc progress: 51.0%Ecc progress: 51.8%Ecc progress: 52.5%Ecc progress: 53.2%Ecc progress: 54.0%Ecc progress: 54.7%Ecc progress: 55.4%Ecc progress: 56.2%Ecc progress: 56.9%Ecc progress: 57.6%Ecc progress: 58.3%Ecc progress: 59.1%Ecc progress: 59.8%Ecc progress: 60.5%Ecc progress: 61.3%Ecc progress: 62.0%Ecc progress: 62.7%Ecc progress: 63.5%Ecc progress: 64.2%Ecc progress: 64.9%Ecc progress: 65.6%Ecc progress: 66.4%Ecc progress: 67.1%Ecc progress: 67.8%Ecc progress: 68.6%Ecc progress: 69.3%Ecc progress: 70.0%Ecc progress: 70.8%Ecc progress: 71.5%Ecc progress: 72.2%Ecc progress: 72.9%Ecc progress: 73.7%Ecc progress: 74.4%Ecc progress: 75.1%Ecc progress: 75.9%Ecc progress: 76.6%Ecc progress: 77.3%Ecc progress: 78.1%Ecc progress: 78.8%Ecc progress: 79.5%Ecc progress: 80.2%Ecc progress: 81.0%Ecc progress: 81.7%Ecc progress: 82.4%Ecc progress: 83.2%Ecc progress: 83.9%Ecc progress: 84.6%Ecc progress: 85.4%Ecc progress: 86.1%Ecc progress: 86.8%Ecc progress: 87.5%Ecc progress: 88.3%Ecc progress: 89.0%Ecc progress: 89.7%Ecc progress: 90.5%Ecc progress: 91.2%Ecc progress: 91.9%Ecc progress: 92.7%Ecc progress: 93.4%Ecc progress: 94.1%Ecc progress: 94.8%Ecc progress: 95.6%Ecc progress: 96.3%Ecc progress: 97.0%Ecc progress: 97.8%Ecc progress: 98.5%Ecc progress: 99.2%Ecc progress: 100.0% + 1 repaired sectors: 32020d + 1 repaired sectors: 32021d + 1 repaired sectors: 32022d + 1 repaired sectors: 32023d + 1 repaired sectors: 32024d + 1 repaired sectors: 32025d + 1 repaired sectors: 32026d + 1 repaired sectors: 32027d + 1 repaired sectors: 32028d + 1 repaired sectors: 32029d + 1 repaired sectors: 32030d + 1 repaired sectors: 33034d Repaired sectors: 12 (0 data, 12 ecc) Good! All sectors are repaired. Erasure counts per ecc block: avg = 1.0; worst = 1. diff --git a/regtest/database/RS02_fix_missing_headers b/regtest/database/RS02_fix_missing_headers index e0c8260..f3ba64f 100644 --- a/regtest/database/RS02_fix_missing_headers +++ b/regtest/database/RS02_fix_missing_headers @@ -8,5 +8,4 @@ See the file "COPYING" for further information. Opening rs02-tmp.iso: 34932 medium sectors. Fix mode(RS02): Repairable sectors will be fixed in the image. -Ecc progress: 0.0%Ecc progress: 0.7%Ecc progress: 1.4%Ecc progress: 2.1%Ecc progress: 2.9%Ecc progress: 3.6%Ecc progress: 4.3%Ecc progress: 5.1%Ecc progress: 5.8%Ecc progress: 6.5%Ecc progress: 7.2%Ecc progress: 8.0%Ecc progress: 8.7%Ecc progress: 9.4%Ecc progress: 10.2%Ecc progress: 10.9%Ecc progress: 11.6%Ecc progress: 12.4%Ecc progress: 13.1%Ecc progress: 13.8%Ecc progress: 14.5%Ecc progress: 15.3%Ecc progress: 16.0%Ecc progress: 16.7%Ecc progress: 17.5%Ecc progress: 18.2%Ecc progress: 18.9%Ecc progress: 19.7%Ecc progress: 20.4%Ecc progress: 21.1%Ecc progress: 21.8%Ecc progress: 22.6%Ecc progress: 23.3%Ecc progress: 24.0%Ecc progress: 24.8%Ecc progress: 25.5%Ecc progress: 26.2%Ecc progress: 27.0%Ecc progress: 27.7%Ecc progress: 28.4%Ecc progress: 29.1%Ecc progress: 29.9%Ecc progress: 30.6%Ecc progress: 31.3%Ecc progress: 32.1%Ecc progress: 32.8%Ecc progress: 33.5%Ecc progress: 34.3%Ecc progress: 35.0%Ecc progress: 35.7%Ecc progress: 36.4%Ecc progress: 37.2%Ecc progress: 37.9%Ecc progress: 38.6%Ecc progress: 39.4%Ecc progress: 40.1%Ecc progress: 40.8%Ecc progress: 41.6%Ecc progress: 42.3%Ecc progress: 43.0%Ecc progress: 43.7%Ecc progress: 44.5%Ecc progress: 45.2%Ecc progress: 45.9%Ecc progress: 46.7%Ecc progress: 47.4%Ecc progress: 48.1%Ecc progress: 48.9%Ecc progress: 49.6%Ecc progress: 50.3%Ecc progress: 51.0%Ecc progress: 51.8%Ecc progress: 52.5%Ecc progress: 53.2%Ecc progress: 54.0%Ecc progress: 54.7%Ecc progress: 55.4%Ecc progress: 56.2%Ecc progress: 56.9%Ecc progress: 57.6%Ecc progress: 58.3%Ecc progress: 59.1%Ecc progress: 59.8%Ecc progress: 60.5%Ecc progress: 61.3%Ecc progress: 62.0%Ecc progress: 62.7%Ecc progress: 63.5%Ecc progress: 64.2%Ecc progress: 64.9%Ecc progress: 65.6%Ecc progress: 66.4%Ecc progress: 67.1%Ecc progress: 67.8%Ecc progress: 68.6%Ecc progress: 69.3%Ecc progress: 70.0%Ecc progress: 70.8%Ecc progress: 71.5%Ecc progress: 72.2%Ecc progress: 72.9%Ecc progress: 73.7%Ecc progress: 74.4%Ecc progress: 75.1%Ecc progress: 75.9%Ecc progress: 76.6%Ecc progress: 77.3%Ecc progress: 78.1%Ecc progress: 78.8%Ecc progress: 79.5%Ecc progress: 80.2%Ecc progress: 81.0%Ecc progress: 81.7%Ecc progress: 82.4%Ecc progress: 83.2%Ecc progress: 83.9%Ecc progress: 84.6%Ecc progress: 85.4%Ecc progress: 86.1%Ecc progress: 86.8%Ecc progress: 87.5%Ecc progress: 88.3%Ecc progress: 89.0%Ecc progress: 89.7%Ecc progress: 90.5%Ecc progress: 91.2%Ecc progress: 91.9%Ecc progress: 92.7%Ecc progress: 93.4%Ecc progress: 94.1%Ecc progress: 94.8%Ecc progress: 95.6%Ecc progress: 96.3%Ecc progress: 97.0%Ecc progress: 97.8%Ecc progress: 98.5%Ecc progress: 99.2%Ecc progress: 100.0% Good! All sectors are already present. diff --git a/regtest/database/RS02_fix_trailing_bytes b/regtest/database/RS02_fix_trailing_bytes index da6a8c4..2388d22 100644 --- a/regtest/database/RS02_fix_trailing_bytes +++ b/regtest/database/RS02_fix_trailing_bytes @@ -11,5 +11,4 @@ Fix mode(RS02): Repairable sectors will be fixed in the image. * Warning: Image file is 1 sectors longer than expected. * Assuming this is a TAO mode medium. * 1 sectors will be removed from the image end. -Ecc progress: 0.0%Ecc progress: 0.7%Ecc progress: 1.4%Ecc progress: 2.1%Ecc progress: 2.9%Ecc progress: 3.6%Ecc progress: 4.3%Ecc progress: 5.1%Ecc progress: 5.8%Ecc progress: 6.5%Ecc progress: 7.2%Ecc progress: 8.0%Ecc progress: 8.7%Ecc progress: 9.4%Ecc progress: 10.2%Ecc progress: 10.9%Ecc progress: 11.6%Ecc progress: 12.4%Ecc progress: 13.1%Ecc progress: 13.8%Ecc progress: 14.5%Ecc progress: 15.3%Ecc progress: 16.0%Ecc progress: 16.7%Ecc progress: 17.5%Ecc progress: 18.2%Ecc progress: 18.9%Ecc progress: 19.7%Ecc progress: 20.4%Ecc progress: 21.1%Ecc progress: 21.8%Ecc progress: 22.6%Ecc progress: 23.3%Ecc progress: 24.0%Ecc progress: 24.8%Ecc progress: 25.5%Ecc progress: 26.2%Ecc progress: 27.0%Ecc progress: 27.7%Ecc progress: 28.4%Ecc progress: 29.1%Ecc progress: 29.9%Ecc progress: 30.6%Ecc progress: 31.3%Ecc progress: 32.1%Ecc progress: 32.8%Ecc progress: 33.5%Ecc progress: 34.3%Ecc progress: 35.0%Ecc progress: 35.7%Ecc progress: 36.4%Ecc progress: 37.2%Ecc progress: 37.9%Ecc progress: 38.6%Ecc progress: 39.4%Ecc progress: 40.1%Ecc progress: 40.8%Ecc progress: 41.6%Ecc progress: 42.3%Ecc progress: 43.0%Ecc progress: 43.7%Ecc progress: 44.5%Ecc progress: 45.2%Ecc progress: 45.9%Ecc progress: 46.7%Ecc progress: 47.4%Ecc progress: 48.1%Ecc progress: 48.9%Ecc progress: 49.6%Ecc progress: 50.3%Ecc progress: 51.0%Ecc progress: 51.8%Ecc progress: 52.5%Ecc progress: 53.2%Ecc progress: 54.0%Ecc progress: 54.7%Ecc progress: 55.4%Ecc progress: 56.2%Ecc progress: 56.9%Ecc progress: 57.6%Ecc progress: 58.3%Ecc progress: 59.1%Ecc progress: 59.8%Ecc progress: 60.5%Ecc progress: 61.3%Ecc progress: 62.0%Ecc progress: 62.7%Ecc progress: 63.5%Ecc progress: 64.2%Ecc progress: 64.9%Ecc progress: 65.6%Ecc progress: 66.4%Ecc progress: 67.1%Ecc progress: 67.8%Ecc progress: 68.6%Ecc progress: 69.3%Ecc progress: 70.0%Ecc progress: 70.8%Ecc progress: 71.5%Ecc progress: 72.2%Ecc progress: 72.9%Ecc progress: 73.7%Ecc progress: 74.4%Ecc progress: 75.1%Ecc progress: 75.9%Ecc progress: 76.6%Ecc progress: 77.3%Ecc progress: 78.1%Ecc progress: 78.8%Ecc progress: 79.5%Ecc progress: 80.2%Ecc progress: 81.0%Ecc progress: 81.7%Ecc progress: 82.4%Ecc progress: 83.2%Ecc progress: 83.9%Ecc progress: 84.6%Ecc progress: 85.4%Ecc progress: 86.1%Ecc progress: 86.8%Ecc progress: 87.5%Ecc progress: 88.3%Ecc progress: 89.0%Ecc progress: 89.7%Ecc progress: 90.5%Ecc progress: 91.2%Ecc progress: 91.9%Ecc progress: 92.7%Ecc progress: 93.4%Ecc progress: 94.1%Ecc progress: 94.8%Ecc progress: 95.6%Ecc progress: 96.3%Ecc progress: 97.0%Ecc progress: 97.8%Ecc progress: 98.5%Ecc progress: 99.2%Ecc progress: 100.0% Good! All sectors are already present. diff --git a/regtest/database/RS02_fix_trailing_garbage2 b/regtest/database/RS02_fix_trailing_garbage2 index da9c261..7d4d718 100644 --- a/regtest/database/RS02_fix_trailing_garbage2 +++ b/regtest/database/RS02_fix_trailing_garbage2 @@ -9,5 +9,4 @@ Opening rs02-tmp.iso: 34955 medium sectors. Fix mode(RS02): Repairable sectors will be fixed in the image. Image has been truncated by 23 sectors. -Ecc progress: 0.0%Ecc progress: 0.7%Ecc progress: 1.4%Ecc progress: 2.1%Ecc progress: 2.9%Ecc progress: 3.6%Ecc progress: 4.3%Ecc progress: 5.1%Ecc progress: 5.8%Ecc progress: 6.5%Ecc progress: 7.2%Ecc progress: 8.0%Ecc progress: 8.7%Ecc progress: 9.4%Ecc progress: 10.2%Ecc progress: 10.9%Ecc progress: 11.6%Ecc progress: 12.4%Ecc progress: 13.1%Ecc progress: 13.8%Ecc progress: 14.5%Ecc progress: 15.3%Ecc progress: 16.0%Ecc progress: 16.7%Ecc progress: 17.5%Ecc progress: 18.2%Ecc progress: 18.9%Ecc progress: 19.7%Ecc progress: 20.4%Ecc progress: 21.1%Ecc progress: 21.8%Ecc progress: 22.6%Ecc progress: 23.3%Ecc progress: 24.0%Ecc progress: 24.8%Ecc progress: 25.5%Ecc progress: 26.2%Ecc progress: 27.0%Ecc progress: 27.7%Ecc progress: 28.4%Ecc progress: 29.1%Ecc progress: 29.9%Ecc progress: 30.6%Ecc progress: 31.3%Ecc progress: 32.1%Ecc progress: 32.8%Ecc progress: 33.5%Ecc progress: 34.3%Ecc progress: 35.0%Ecc progress: 35.7%Ecc progress: 36.4%Ecc progress: 37.2%Ecc progress: 37.9%Ecc progress: 38.6%Ecc progress: 39.4%Ecc progress: 40.1%Ecc progress: 40.8%Ecc progress: 41.6%Ecc progress: 42.3%Ecc progress: 43.0%Ecc progress: 43.7%Ecc progress: 44.5%Ecc progress: 45.2%Ecc progress: 45.9%Ecc progress: 46.7%Ecc progress: 47.4%Ecc progress: 48.1%Ecc progress: 48.9%Ecc progress: 49.6%Ecc progress: 50.3%Ecc progress: 51.0%Ecc progress: 51.8%Ecc progress: 52.5%Ecc progress: 53.2%Ecc progress: 54.0%Ecc progress: 54.7%Ecc progress: 55.4%Ecc progress: 56.2%Ecc progress: 56.9%Ecc progress: 57.6%Ecc progress: 58.3%Ecc progress: 59.1%Ecc progress: 59.8%Ecc progress: 60.5%Ecc progress: 61.3%Ecc progress: 62.0%Ecc progress: 62.7%Ecc progress: 63.5%Ecc progress: 64.2%Ecc progress: 64.9%Ecc progress: 65.6%Ecc progress: 66.4%Ecc progress: 67.1%Ecc progress: 67.8%Ecc progress: 68.6%Ecc progress: 69.3%Ecc progress: 70.0%Ecc progress: 70.8%Ecc progress: 71.5%Ecc progress: 72.2%Ecc progress: 72.9%Ecc progress: 73.7%Ecc progress: 74.4%Ecc progress: 75.1%Ecc progress: 75.9%Ecc progress: 76.6%Ecc progress: 77.3%Ecc progress: 78.1%Ecc progress: 78.8%Ecc progress: 79.5%Ecc progress: 80.2%Ecc progress: 81.0%Ecc progress: 81.7%Ecc progress: 82.4%Ecc progress: 83.2%Ecc progress: 83.9%Ecc progress: 84.6%Ecc progress: 85.4%Ecc progress: 86.1%Ecc progress: 86.8%Ecc progress: 87.5%Ecc progress: 88.3%Ecc progress: 89.0%Ecc progress: 89.7%Ecc progress: 90.5%Ecc progress: 91.2%Ecc progress: 91.9%Ecc progress: 92.7%Ecc progress: 93.4%Ecc progress: 94.1%Ecc progress: 94.8%Ecc progress: 95.6%Ecc progress: 96.3%Ecc progress: 97.0%Ecc progress: 97.8%Ecc progress: 98.5%Ecc progress: 99.2%Ecc progress: 100.0% Good! All sectors are already present. diff --git a/regtest/database/RS02_fix_trailing_tao b/regtest/database/RS02_fix_trailing_tao index 591fe0d..befdb84 100644 --- a/regtest/database/RS02_fix_trailing_tao +++ b/regtest/database/RS02_fix_trailing_tao @@ -11,5 +11,4 @@ Fix mode(RS02): Repairable sectors will be fixed in the image. * Warning: Image file is 2 sectors longer than expected. * Assuming this is a TAO mode medium. * 2 sectors will be removed from the image end. -Ecc progress: 0.0%Ecc progress: 0.7%Ecc progress: 1.4%Ecc progress: 2.1%Ecc progress: 2.9%Ecc progress: 3.6%Ecc progress: 4.3%Ecc progress: 5.1%Ecc progress: 5.8%Ecc progress: 6.5%Ecc progress: 7.2%Ecc progress: 8.0%Ecc progress: 8.7%Ecc progress: 9.4%Ecc progress: 10.2%Ecc progress: 10.9%Ecc progress: 11.6%Ecc progress: 12.4%Ecc progress: 13.1%Ecc progress: 13.8%Ecc progress: 14.5%Ecc progress: 15.3%Ecc progress: 16.0%Ecc progress: 16.7%Ecc progress: 17.5%Ecc progress: 18.2%Ecc progress: 18.9%Ecc progress: 19.7%Ecc progress: 20.4%Ecc progress: 21.1%Ecc progress: 21.8%Ecc progress: 22.6%Ecc progress: 23.3%Ecc progress: 24.0%Ecc progress: 24.8%Ecc progress: 25.5%Ecc progress: 26.2%Ecc progress: 27.0%Ecc progress: 27.7%Ecc progress: 28.4%Ecc progress: 29.1%Ecc progress: 29.9%Ecc progress: 30.6%Ecc progress: 31.3%Ecc progress: 32.1%Ecc progress: 32.8%Ecc progress: 33.5%Ecc progress: 34.3%Ecc progress: 35.0%Ecc progress: 35.7%Ecc progress: 36.4%Ecc progress: 37.2%Ecc progress: 37.9%Ecc progress: 38.6%Ecc progress: 39.4%Ecc progress: 40.1%Ecc progress: 40.8%Ecc progress: 41.6%Ecc progress: 42.3%Ecc progress: 43.0%Ecc progress: 43.7%Ecc progress: 44.5%Ecc progress: 45.2%Ecc progress: 45.9%Ecc progress: 46.7%Ecc progress: 47.4%Ecc progress: 48.1%Ecc progress: 48.9%Ecc progress: 49.6%Ecc progress: 50.3%Ecc progress: 51.0%Ecc progress: 51.8%Ecc progress: 52.5%Ecc progress: 53.2%Ecc progress: 54.0%Ecc progress: 54.7%Ecc progress: 55.4%Ecc progress: 56.2%Ecc progress: 56.9%Ecc progress: 57.6%Ecc progress: 58.3%Ecc progress: 59.1%Ecc progress: 59.8%Ecc progress: 60.5%Ecc progress: 61.3%Ecc progress: 62.0%Ecc progress: 62.7%Ecc progress: 63.5%Ecc progress: 64.2%Ecc progress: 64.9%Ecc progress: 65.6%Ecc progress: 66.4%Ecc progress: 67.1%Ecc progress: 67.8%Ecc progress: 68.6%Ecc progress: 69.3%Ecc progress: 70.0%Ecc progress: 70.8%Ecc progress: 71.5%Ecc progress: 72.2%Ecc progress: 72.9%Ecc progress: 73.7%Ecc progress: 74.4%Ecc progress: 75.1%Ecc progress: 75.9%Ecc progress: 76.6%Ecc progress: 77.3%Ecc progress: 78.1%Ecc progress: 78.8%Ecc progress: 79.5%Ecc progress: 80.2%Ecc progress: 81.0%Ecc progress: 81.7%Ecc progress: 82.4%Ecc progress: 83.2%Ecc progress: 83.9%Ecc progress: 84.6%Ecc progress: 85.4%Ecc progress: 86.1%Ecc progress: 86.8%Ecc progress: 87.5%Ecc progress: 88.3%Ecc progress: 89.0%Ecc progress: 89.7%Ecc progress: 90.5%Ecc progress: 91.2%Ecc progress: 91.9%Ecc progress: 92.7%Ecc progress: 93.4%Ecc progress: 94.1%Ecc progress: 94.8%Ecc progress: 95.6%Ecc progress: 96.3%Ecc progress: 97.0%Ecc progress: 97.8%Ecc progress: 98.5%Ecc progress: 99.2%Ecc progress: 100.0% Good! All sectors are already present. diff --git a/regtest/database/RS02_fix_truncated_image b/regtest/database/RS02_fix_truncated_image index 96c6dd4..1de27d1 100644 --- a/regtest/database/RS02_fix_truncated_image +++ b/regtest/database/RS02_fix_truncated_image @@ -6,147 +6,145 @@ under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. Opening rs02-tmp.iso: 34722 medium sectors. -Expanding image: 1%Expanding image: 2%Expanding image: 3%Expanding image: 4%Expanding image: 5%Expanding image: 6%Expanding image: 7%Expanding image: 8%Expanding image: 9%Expanding image: 10%Expanding image: 11%Expanding image: 12%Expanding image: 13%Expanding image: 14%Expanding image: 15%Expanding image: 16%Expanding image: 17%Expanding image: 18%Expanding image: 19%Expanding image: 20%Expanding image: 21%Expanding image: 22%Expanding image: 23%Expanding image: 24%Expanding image: 25%Expanding image: 26%Expanding image: 27%Expanding image: 28%Expanding image: 29%Expanding image: 30%Expanding image: 31%Expanding image: 32%Expanding image: 33%Expanding image: 34%Expanding image: 35%Expanding image: 36%Expanding image: 37%Expanding image: 38%Expanding image: 39%Expanding image: 40%Expanding image: 41%Expanding image: 42%Expanding image: 43%Expanding image: 44%Expanding image: 45%Expanding image: 46%Expanding image: 47%Expanding image: 48%Expanding image: 49%Expanding image: 50%Expanding image: 51%Expanding image: 52%Expanding image: 53%Expanding image: 54%Expanding image: 55%Expanding image: 56%Expanding image: 57%Expanding image: 58%Expanding image: 59%Expanding image: 60%Expanding image: 61%Expanding image: 62%Expanding image: 63%Expanding image: 64%Expanding image: 65%Expanding image: 66%Expanding image: 67%Expanding image: 68%Expanding image: 69%Expanding image: 70%Expanding image: 71%Expanding image: 72%Expanding image: 73%Expanding image: 74%Expanding image: 75%Expanding image: 76%Expanding image: 77%Expanding image: 78%Expanding image: 79%Expanding image: 80%Expanding image: 81%Expanding image: 82%Expanding image: 83%Expanding image: 84%Expanding image: 85%Expanding image: 86%Expanding image: 87%Expanding image: 88%Expanding image: 89%Expanding image: 90%Expanding image: 91%Expanding image: 92%Expanding image: 93%Expanding image: 94%Expanding image: 95%Expanding image: 96%Expanding image: 97%Expanding image: 98%Expanding image: 99%Expanding image: 100% Fix mode(RS02): Repairable sectors will be fixed in the image. 2 repaired sectors: 34792d 34931d -Ecc progress: 0.0% 1 repaired sectors: 34793d -Ecc progress: 0.7% 1 repaired sectors: 34794d -Ecc progress: 1.4% 1 repaired sectors: 34795d -Ecc progress: 2.1% 1 repaired sectors: 34796d -Ecc progress: 2.9% 1 repaired sectors: 34797d -Ecc progress: 3.6% 1 repaired sectors: 34798d -Ecc progress: 4.3% 1 repaired sectors: 34799d -Ecc progress: 5.1% 1 repaired sectors: 34800d -Ecc progress: 5.8% 1 repaired sectors: 34801d -Ecc progress: 6.5% 1 repaired sectors: 34802d -Ecc progress: 7.2% 1 repaired sectors: 34803d -Ecc progress: 8.0% 1 repaired sectors: 34804d -Ecc progress: 8.7% 1 repaired sectors: 34805d -Ecc progress: 9.4% 1 repaired sectors: 34806d -Ecc progress: 10.2% 1 repaired sectors: 34807d -Ecc progress: 10.9% 1 repaired sectors: 34808d -Ecc progress: 11.6% 1 repaired sectors: 34809d -Ecc progress: 12.4% 1 repaired sectors: 34810d -Ecc progress: 13.1% 1 repaired sectors: 34811d -Ecc progress: 13.8% 1 repaired sectors: 34812d -Ecc progress: 14.5% 1 repaired sectors: 34813d -Ecc progress: 15.3% 1 repaired sectors: 34814d -Ecc progress: 16.0% 1 repaired sectors: 34815d -Ecc progress: 16.7% 1 repaired sectors: 34818d -Ecc progress: 17.5% 1 repaired sectors: 34819d -Ecc progress: 18.2% 1 repaired sectors: 34820d -Ecc progress: 18.9% 1 repaired sectors: 34821d -Ecc progress: 19.7% 1 repaired sectors: 34822d -Ecc progress: 20.4% 1 repaired sectors: 34823d -Ecc progress: 21.1% 1 repaired sectors: 34824d -Ecc progress: 21.8% 1 repaired sectors: 34825d -Ecc progress: 22.6% 1 repaired sectors: 34826d -Ecc progress: 23.3% 1 repaired sectors: 34827d -Ecc progress: 24.0% 1 repaired sectors: 34828d -Ecc progress: 24.8% 1 repaired sectors: 34829d -Ecc progress: 25.5% 1 repaired sectors: 34830d -Ecc progress: 26.2% 1 repaired sectors: 34831d -Ecc progress: 27.0% 1 repaired sectors: 34832d -Ecc progress: 27.7% 1 repaired sectors: 34833d -Ecc progress: 28.4% 1 repaired sectors: 34834d -Ecc progress: 29.1% 1 repaired sectors: 34835d -Ecc progress: 29.9% 1 repaired sectors: 34836d -Ecc progress: 30.6% 1 repaired sectors: 34837d -Ecc progress: 31.3% 1 repaired sectors: 34838d -Ecc progress: 32.1% 1 repaired sectors: 34839d -Ecc progress: 32.8% 1 repaired sectors: 34840d -Ecc progress: 33.5% 1 repaired sectors: 34841d -Ecc progress: 34.3% 1 repaired sectors: 34842d -Ecc progress: 35.0% 1 repaired sectors: 34843d -Ecc progress: 35.7% 1 repaired sectors: 34844d -Ecc progress: 36.4% 1 repaired sectors: 34845d -Ecc progress: 37.2% 1 repaired sectors: 34846d -Ecc progress: 37.9% 1 repaired sectors: 34847d -Ecc progress: 38.6% 1 repaired sectors: 34848d -Ecc progress: 39.4% 1 repaired sectors: 34849d -Ecc progress: 40.1% 1 repaired sectors: 34850d -Ecc progress: 40.8% 1 repaired sectors: 34851d -Ecc progress: 41.6% 1 repaired sectors: 34852d -Ecc progress: 42.3% 1 repaired sectors: 34853d -Ecc progress: 43.0% 1 repaired sectors: 34854d -Ecc progress: 43.7% 1 repaired sectors: 34855d -Ecc progress: 44.5% 1 repaired sectors: 34856d -Ecc progress: 45.2% 1 repaired sectors: 34857d -Ecc progress: 45.9% 1 repaired sectors: 34858d -Ecc progress: 46.7% 1 repaired sectors: 34859d -Ecc progress: 47.4% 1 repaired sectors: 34860d -Ecc progress: 48.1% 2 repaired sectors: 34722d 34861d -Ecc progress: 48.9% 2 repaired sectors: 34723d 34862d -Ecc progress: 49.6% 2 repaired sectors: 34724d 34863d -Ecc progress: 50.3% 2 repaired sectors: 34725d 34864d -Ecc progress: 51.0% 2 repaired sectors: 34726d 34865d -Ecc progress: 51.8% 2 repaired sectors: 34727d 34866d -Ecc progress: 52.5% 2 repaired sectors: 34728d 34867d -Ecc progress: 53.2% 2 repaired sectors: 34729d 34868d -Ecc progress: 54.0% 2 repaired sectors: 34730d 34869d -Ecc progress: 54.7% 2 repaired sectors: 34731d 34870d -Ecc progress: 55.4% 2 repaired sectors: 34732d 34871d -Ecc progress: 56.2% 2 repaired sectors: 34733d 34872d -Ecc progress: 56.9% 2 repaired sectors: 34734d 34873d -Ecc progress: 57.6% 2 repaired sectors: 34735d 34874d -Ecc progress: 58.3% 2 repaired sectors: 34736d 34875d -Ecc progress: 59.1% 2 repaired sectors: 34737d 34876d -Ecc progress: 59.8% 2 repaired sectors: 34738d 34877d -Ecc progress: 60.5% 2 repaired sectors: 34739d 34878d -Ecc progress: 61.3% 2 repaired sectors: 34740d 34879d -Ecc progress: 62.0% 2 repaired sectors: 34741d 34880d -Ecc progress: 62.7% 2 repaired sectors: 34742d 34881d -Ecc progress: 63.5% 2 repaired sectors: 34743d 34882d -Ecc progress: 64.2% 2 repaired sectors: 34744d 34883d -Ecc progress: 64.9% 2 repaired sectors: 34745d 34884d -Ecc progress: 65.6% 2 repaired sectors: 34746d 34885d -Ecc progress: 66.4% 2 repaired sectors: 34747d 34886d -Ecc progress: 67.1% 2 repaired sectors: 34748d 34887d -Ecc progress: 67.8% 2 repaired sectors: 34749d 34888d -Ecc progress: 68.6% 2 repaired sectors: 34750d 34889d -Ecc progress: 69.3% 2 repaired sectors: 34751d 34890d -Ecc progress: 70.0% 2 repaired sectors: 34752d 34891d -Ecc progress: 70.8% 2 repaired sectors: 34753d 34892d -Ecc progress: 71.5% 2 repaired sectors: 34754d 34893d -Ecc progress: 72.2% 2 repaired sectors: 34755d 34894d -Ecc progress: 72.9% 2 repaired sectors: 34756d 34895d -Ecc progress: 73.7% 2 repaired sectors: 34757d 34896d -Ecc progress: 74.4% 2 repaired sectors: 34758d 34897d -Ecc progress: 75.1% 2 repaired sectors: 34759d 34898d -Ecc progress: 75.9% 2 repaired sectors: 34760d 34899d -Ecc progress: 76.6% 2 repaired sectors: 34761d 34900d -Ecc progress: 77.3% 2 repaired sectors: 34762d 34901d -Ecc progress: 78.1% 2 repaired sectors: 34763d 34902d -Ecc progress: 78.8% 2 repaired sectors: 34764d 34903d -Ecc progress: 79.5% 2 repaired sectors: 34765d 34904d -Ecc progress: 80.2% 2 repaired sectors: 34766d 34905d -Ecc progress: 81.0% 2 repaired sectors: 34767d 34906d -Ecc progress: 81.7% 2 repaired sectors: 34768d 34907d -Ecc progress: 82.4% 2 repaired sectors: 34769d 34908d -Ecc progress: 83.2% 2 repaired sectors: 34770d 34909d -Ecc progress: 83.9% 2 repaired sectors: 34771d 34910d -Ecc progress: 84.6% 2 repaired sectors: 34772d 34911d -Ecc progress: 85.4% 2 repaired sectors: 34773d 34912d -Ecc progress: 86.1% 2 repaired sectors: 34774d 34913d -Ecc progress: 86.8% 2 repaired sectors: 34775d 34914d -Ecc progress: 87.5% 2 repaired sectors: 34776d 34915d -Ecc progress: 88.3% 2 repaired sectors: 34777d 34916d -Ecc progress: 89.0% 2 repaired sectors: 34778d 34917d -Ecc progress: 89.7% 2 repaired sectors: 34779d 34918d -Ecc progress: 90.5% 2 repaired sectors: 34780d 34919d -Ecc progress: 91.2% 2 repaired sectors: 34781d 34920d -Ecc progress: 91.9% 2 repaired sectors: 34782d 34921d -Ecc progress: 92.7% 2 repaired sectors: 34783d 34922d -Ecc progress: 93.4% 2 repaired sectors: 34784d 34923d -Ecc progress: 94.1% 2 repaired sectors: 34785d 34924d -Ecc progress: 94.8% 2 repaired sectors: 34786d 34925d -Ecc progress: 95.6% 2 repaired sectors: 34787d 34926d -Ecc progress: 96.3% 2 repaired sectors: 34788d 34927d -Ecc progress: 97.0% 2 repaired sectors: 34789d 34928d -Ecc progress: 97.8% 2 repaired sectors: 34790d 34929d -Ecc progress: 98.5% 2 repaired sectors: 34791d 34930d -Ecc progress: 99.2%Ecc progress: 100.0% + 1 repaired sectors: 34793d + 1 repaired sectors: 34794d + 1 repaired sectors: 34795d + 1 repaired sectors: 34796d + 1 repaired sectors: 34797d + 1 repaired sectors: 34798d + 1 repaired sectors: 34799d + 1 repaired sectors: 34800d + 1 repaired sectors: 34801d + 1 repaired sectors: 34802d + 1 repaired sectors: 34803d + 1 repaired sectors: 34804d + 1 repaired sectors: 34805d + 1 repaired sectors: 34806d + 1 repaired sectors: 34807d + 1 repaired sectors: 34808d + 1 repaired sectors: 34809d + 1 repaired sectors: 34810d + 1 repaired sectors: 34811d + 1 repaired sectors: 34812d + 1 repaired sectors: 34813d + 1 repaired sectors: 34814d + 1 repaired sectors: 34815d + 1 repaired sectors: 34818d + 1 repaired sectors: 34819d + 1 repaired sectors: 34820d + 1 repaired sectors: 34821d + 1 repaired sectors: 34822d + 1 repaired sectors: 34823d + 1 repaired sectors: 34824d + 1 repaired sectors: 34825d + 1 repaired sectors: 34826d + 1 repaired sectors: 34827d + 1 repaired sectors: 34828d + 1 repaired sectors: 34829d + 1 repaired sectors: 34830d + 1 repaired sectors: 34831d + 1 repaired sectors: 34832d + 1 repaired sectors: 34833d + 1 repaired sectors: 34834d + 1 repaired sectors: 34835d + 1 repaired sectors: 34836d + 1 repaired sectors: 34837d + 1 repaired sectors: 34838d + 1 repaired sectors: 34839d + 1 repaired sectors: 34840d + 1 repaired sectors: 34841d + 1 repaired sectors: 34842d + 1 repaired sectors: 34843d + 1 repaired sectors: 34844d + 1 repaired sectors: 34845d + 1 repaired sectors: 34846d + 1 repaired sectors: 34847d + 1 repaired sectors: 34848d + 1 repaired sectors: 34849d + 1 repaired sectors: 34850d + 1 repaired sectors: 34851d + 1 repaired sectors: 34852d + 1 repaired sectors: 34853d + 1 repaired sectors: 34854d + 1 repaired sectors: 34855d + 1 repaired sectors: 34856d + 1 repaired sectors: 34857d + 1 repaired sectors: 34858d + 1 repaired sectors: 34859d + 1 repaired sectors: 34860d + 2 repaired sectors: 34722d 34861d + 2 repaired sectors: 34723d 34862d + 2 repaired sectors: 34724d 34863d + 2 repaired sectors: 34725d 34864d + 2 repaired sectors: 34726d 34865d + 2 repaired sectors: 34727d 34866d + 2 repaired sectors: 34728d 34867d + 2 repaired sectors: 34729d 34868d + 2 repaired sectors: 34730d 34869d + 2 repaired sectors: 34731d 34870d + 2 repaired sectors: 34732d 34871d + 2 repaired sectors: 34733d 34872d + 2 repaired sectors: 34734d 34873d + 2 repaired sectors: 34735d 34874d + 2 repaired sectors: 34736d 34875d + 2 repaired sectors: 34737d 34876d + 2 repaired sectors: 34738d 34877d + 2 repaired sectors: 34739d 34878d + 2 repaired sectors: 34740d 34879d + 2 repaired sectors: 34741d 34880d + 2 repaired sectors: 34742d 34881d + 2 repaired sectors: 34743d 34882d + 2 repaired sectors: 34744d 34883d + 2 repaired sectors: 34745d 34884d + 2 repaired sectors: 34746d 34885d + 2 repaired sectors: 34747d 34886d + 2 repaired sectors: 34748d 34887d + 2 repaired sectors: 34749d 34888d + 2 repaired sectors: 34750d 34889d + 2 repaired sectors: 34751d 34890d + 2 repaired sectors: 34752d 34891d + 2 repaired sectors: 34753d 34892d + 2 repaired sectors: 34754d 34893d + 2 repaired sectors: 34755d 34894d + 2 repaired sectors: 34756d 34895d + 2 repaired sectors: 34757d 34896d + 2 repaired sectors: 34758d 34897d + 2 repaired sectors: 34759d 34898d + 2 repaired sectors: 34760d 34899d + 2 repaired sectors: 34761d 34900d + 2 repaired sectors: 34762d 34901d + 2 repaired sectors: 34763d 34902d + 2 repaired sectors: 34764d 34903d + 2 repaired sectors: 34765d 34904d + 2 repaired sectors: 34766d 34905d + 2 repaired sectors: 34767d 34906d + 2 repaired sectors: 34768d 34907d + 2 repaired sectors: 34769d 34908d + 2 repaired sectors: 34770d 34909d + 2 repaired sectors: 34771d 34910d + 2 repaired sectors: 34772d 34911d + 2 repaired sectors: 34773d 34912d + 2 repaired sectors: 34774d 34913d + 2 repaired sectors: 34775d 34914d + 2 repaired sectors: 34776d 34915d + 2 repaired sectors: 34777d 34916d + 2 repaired sectors: 34778d 34917d + 2 repaired sectors: 34779d 34918d + 2 repaired sectors: 34780d 34919d + 2 repaired sectors: 34781d 34920d + 2 repaired sectors: 34782d 34921d + 2 repaired sectors: 34783d 34922d + 2 repaired sectors: 34784d 34923d + 2 repaired sectors: 34785d 34924d + 2 repaired sectors: 34786d 34925d + 2 repaired sectors: 34787d 34926d + 2 repaired sectors: 34788d 34927d + 2 repaired sectors: 34789d 34928d + 2 repaired sectors: 34790d 34929d + 2 repaired sectors: 34791d 34930d Repaired sectors: 208 (0 data, 208 ecc) Good! All sectors are repaired. Erasure counts per ecc block: avg = 1.5; worst = 2. diff --git a/regtest/database/RS02_fix_with_rs01_file b/regtest/database/RS02_fix_with_rs01_file index 05afebd..6a1c86b 100644 --- a/regtest/database/RS02_fix_with_rs01_file +++ b/regtest/database/RS02_fix_with_rs01_file @@ -8,10 +8,9 @@ See the file "COPYING" for further information. Opening rs02-tmp.iso: 34932 medium sectors. Fix mode(RS01): Repairable sectors will be fixed in the image. -Ecc progress: 0.6%Ecc progress: 1.2%Ecc progress: 1.9%Ecc progress: 2.5%Ecc progress: 3.1%Ecc progress: 3.8%Ecc progress: 4.4%Ecc progress: 5.0%Ecc progress: 5.7%Ecc progress: 6.3%Ecc progress: 7.0%Ecc progress: 7.6%Ecc progress: 8.2%Ecc progress: 8.9%Ecc progress: 9.5%Ecc progress: 10.1%Ecc progress: 10.8%Ecc progress: 11.4%Ecc progress: 12.1%Ecc progress: 12.7%Ecc progress: 13.3%Ecc progress: 14.0%Ecc progress: 14.6%Ecc progress: 15.2%Ecc progress: 15.9%Ecc progress: 16.5%Ecc progress: 17.1%Ecc progress: 17.8%Ecc progress: 18.4%Ecc progress: 19.1%Ecc progress: 19.7%Ecc progress: 20.3%Ecc progress: 21.0%Ecc progress: 21.6%Ecc progress: 22.2%Ecc progress: 22.9%Ecc progress: 23.5%Ecc progress: 24.2%Ecc progress: 24.8%Ecc progress: 25.4%Ecc progress: 26.1%Ecc progress: 26.7%Ecc progress: 27.3%Ecc progress: 28.0%Ecc progress: 28.6%Ecc progress: 29.2%Ecc progress: 29.9%Ecc progress: 30.5%Ecc progress: 31.2%Ecc progress: 31.8%Ecc progress: 32.4%Ecc progress: 33.1%Ecc progress: 33.7%Ecc progress: 34.3%Ecc progress: 35.0%Ecc progress: 35.6%Ecc progress: 36.3%Ecc progress: 36.9%Ecc progress: 37.5%Ecc progress: 38.2%Ecc progress: 38.8%Ecc progress: 39.4%Ecc progress: 40.1%Ecc progress: 40.7%Ecc progress: 41.4%Ecc progress: 42.0%Ecc progress: 42.6%Ecc progress: 43.3%Ecc progress: 43.9%Ecc progress: 44.5%Ecc progress: 45.2%Ecc progress: 45.8%Ecc progress: 46.4%Ecc progress: 47.1%Ecc progress: 47.7%Ecc progress: 48.4%CRC error in sector 34930 +CRC error in sector 34930 -> Error located in sector 34930 at byte 0 (value 01 '.', expected 2a '*') 1 repaired sectors: 34930 -Ecc progress: 49.0%Ecc progress: 49.6%Ecc progress: 50.3%Ecc progress: 50.9%Ecc progress: 51.5%Ecc progress: 52.2%Ecc progress: 52.8%Ecc progress: 53.5%Ecc progress: 54.1%Ecc progress: 54.7%Ecc progress: 55.4%Ecc progress: 56.0%Ecc progress: 56.6%Ecc progress: 57.3%Ecc progress: 57.9%Ecc progress: 58.5%Ecc progress: 59.2%Ecc progress: 59.8%Ecc progress: 60.5%Ecc progress: 61.1%Ecc progress: 61.7%Ecc progress: 62.4%Ecc progress: 63.0%Ecc progress: 63.6%Ecc progress: 64.3%Ecc progress: 64.9%Ecc progress: 65.6%Ecc progress: 66.2%Ecc progress: 66.8%Ecc progress: 67.5%Ecc progress: 68.1%Ecc progress: 68.7%Ecc progress: 69.4%Ecc progress: 70.0%Ecc progress: 70.7%Ecc progress: 71.3%Ecc progress: 71.9%Ecc progress: 72.6%Ecc progress: 73.2%Ecc progress: 73.8%Ecc progress: 74.5%Ecc progress: 75.1%Ecc progress: 75.7%Ecc progress: 76.4%Ecc progress: 77.0%Ecc progress: 77.7%Ecc progress: 78.3%Ecc progress: 78.9%Ecc progress: 79.6%Ecc progress: 80.2%Ecc progress: 80.8%Ecc progress: 81.5%Ecc progress: 82.1%Ecc progress: 82.8%Ecc progress: 83.4%Ecc progress: 84.0%Ecc progress: 84.7%Ecc progress: 85.3%Ecc progress: 85.9%Ecc progress: 86.6%Ecc progress: 87.2%Ecc progress: 87.8%Ecc progress: 88.5%Ecc progress: 89.1%Ecc progress: 89.8%Ecc progress: 90.4%Ecc progress: 91.0%Ecc progress: 91.7%Ecc progress: 92.3%Ecc progress: 92.9%Ecc progress: 93.6%Ecc progress: 94.2%Ecc progress: 94.9%Ecc progress: 95.5%Ecc progress: 96.1%Ecc progress: 96.8%Ecc progress: 97.4%Ecc progress: 98.0%Ecc progress: 98.7%Ecc progress: 99.3%Ecc progress: 100.0%Ecc progress: 100.0% Repaired sectors: 1 Good! All sectors are repaired. Erasure counts per ecc block: avg = 1.0; worst = 1. diff --git a/regtest/database/RS02_fix_with_rs03_file b/regtest/database/RS02_fix_with_rs03_file index 40cfa9c..cfad948 100644 --- a/regtest/database/RS02_fix_with_rs03_file +++ b/regtest/database/RS02_fix_with_rs03_file @@ -8,10 +8,9 @@ See the file "COPYING" for further information. Opening rs02-tmp.iso: 34932 medium sectors. Fix mode(RS03f): Repairable sectors will be fixed in the image. -Ecc progress: 0.0%Ecc progress: 0.6%Ecc progress: 1.3%Ecc progress: 2.0%Ecc progress: 2.6%Ecc progress: 3.3%Ecc progress: 4.0%Ecc progress: 4.6%Ecc progress: 5.3%Ecc progress: 6.0%Ecc progress: 6.6%Ecc progress: 7.3%Ecc progress: 8.0%Ecc progress: 8.6%Ecc progress: 9.3%Ecc progress: 10.0%Ecc progress: 10.6%Ecc progress: 11.3%Ecc progress: 12.0%Ecc progress: 12.6%Ecc progress: 13.3%Ecc progress: 14.0%Ecc progress: 14.6%Ecc progress: 15.3%Ecc progress: 16.0%Ecc progress: 16.6%Ecc progress: 17.3%Ecc progress: 18.0%Ecc progress: 18.6%Ecc progress: 19.3%Ecc progress: 20.0%Ecc progress: 20.6%Ecc progress: 21.3%Ecc progress: 22.0%Ecc progress: 22.6%Ecc progress: 23.3%Ecc progress: 24.0%Ecc progress: 24.6%Ecc progress: 25.3%Ecc progress: 26.0%Ecc progress: 26.6%Ecc progress: 27.3%Ecc progress: 28.0%Ecc progress: 28.6%Ecc progress: 29.3%Ecc progress: 30.0%Ecc progress: 30.6%Ecc progress: 31.3%Ecc progress: 32.0%Ecc progress: 32.6%Ecc progress: 33.3%Ecc progress: 34.0%Ecc progress: 34.6%Ecc progress: 35.3%Ecc progress: 36.0%Ecc progress: 36.6%Ecc progress: 37.3%Ecc progress: 38.0%Ecc progress: 38.6%Ecc progress: 39.3%Ecc progress: 40.0%Ecc progress: 40.6%Ecc progress: 41.3%Ecc progress: 42.0%Ecc progress: 42.6%Ecc progress: 43.3%Ecc progress: 44.0%Ecc progress: 44.6%Ecc progress: 45.3%Ecc progress: 46.0%Ecc progress: 46.6%Ecc progress: 47.3%Ecc progress: 48.0%Ecc progress: 48.6%Ecc progress: 49.3%Ecc progress: 50.0%Ecc progress: 50.6%Ecc progress: 51.3%Ecc progress: 52.0%Ecc progress: 52.6%Ecc progress: 53.3%Ecc progress: 54.0%Ecc progress: 54.6%Ecc progress: 55.3%Ecc progress: 56.0%Ecc progress: 56.6%Ecc progress: 57.3%Ecc progress: 58.0%Ecc progress: 58.6%Ecc progress: 59.3%Ecc progress: 60.0%Ecc progress: 60.6%Ecc progress: 61.3%Ecc progress: 62.0%Ecc progress: 62.6%Ecc progress: 63.3%Ecc progress: 64.0%Ecc progress: 64.6%Ecc progress: 65.3%Ecc progress: 66.0%Ecc progress: 66.6%Ecc progress: 67.3%Ecc progress: 68.0%Ecc progress: 68.6%Ecc progress: 69.3%Ecc progress: 70.0%Ecc progress: 70.6%Ecc progress: 71.3%Ecc progress: 72.0%Ecc progress: 72.6%Ecc progress: 73.3%Ecc progress: 74.0%Ecc progress: 74.6%Ecc progress: 75.3%Ecc progress: 76.0%Ecc progress: 76.6%Ecc progress: 77.3%Ecc progress: 78.0%Ecc progress: 78.6%Ecc progress: 79.3%Ecc progress: 80.0%Ecc progress: 80.6%Ecc progress: 81.3%Ecc progress: 82.0%Ecc progress: 82.6%Ecc progress: 83.3%Ecc progress: 84.0%Ecc progress: 84.6%Ecc progress: 85.3%Ecc progress: 86.0%CRC error in sector 34930 +CRC error in sector 34930 -> CRC-predicted error in sector 34930 at byte 0 (value 01 '.', expected 2a '*') 1 repaired sectors: 34930c -Ecc progress: 86.6%Ecc progress: 87.3%Ecc progress: 88.0%Ecc progress: 88.6%Ecc progress: 89.3%Ecc progress: 90.0%Ecc progress: 90.6%Ecc progress: 91.3%Ecc progress: 92.0%Ecc progress: 92.6%Ecc progress: 93.3%Ecc progress: 94.0%Ecc progress: 94.6%Ecc progress: 95.3%Ecc progress: 96.0%Ecc progress: 96.6%Ecc progress: 97.3%Ecc progress: 98.0%Ecc progress: 98.6%Ecc progress: 99.3%Ecc progress: 100.0% Repaired sectors: 1 (1 data, 0 ecc) Good! All sectors are repaired. Erasure counts per ecc block: avg = 1.0; worst = 1. diff --git a/regtest/database/RS02_good b/regtest/database/RS02_good index 28671c7..b302f67 100644 --- a/regtest/database/RS02_good +++ b/regtest/database/RS02_good @@ -73,7 +73,7 @@ GetImageFingerprint(16): cached RS02LayoutFromImage(): returning cached layout rs02-master.iso: present, contains 34932 medium sectors. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%- good image : all sectors present +- good image : all sectors present - data md5sum : cbadac3ca7b6e9bccfc889b7eaded254 Error correction data: created by dvdisaster-0.80 diff --git a/regtest/database/RS02_good_0_offset b/regtest/database/RS02_good_0_offset index 28671c7..b302f67 100644 --- a/regtest/database/RS02_good_0_offset +++ b/regtest/database/RS02_good_0_offset @@ -73,7 +73,7 @@ GetImageFingerprint(16): cached RS02LayoutFromImage(): returning cached layout rs02-master.iso: present, contains 34932 medium sectors. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%- good image : all sectors present +- good image : all sectors present - data md5sum : cbadac3ca7b6e9bccfc889b7eaded254 Error correction data: created by dvdisaster-0.80 diff --git a/regtest/database/RS02_good_150_offset b/regtest/database/RS02_good_150_offset index a5f4a5e..6f43792 100644 --- a/regtest/database/RS02_good_150_offset +++ b/regtest/database/RS02_good_150_offset @@ -75,7 +75,7 @@ GetImageFingerprint(16): cached RS02LayoutFromImage(): returning cached layout rs02-tmp.iso: present, contains 34932 medium sectors. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%- good image : all sectors present +- good image : all sectors present - data md5sum : eb7f45cdb789193879dcc3421c6866a8 Error correction data: created by dvdisaster-0.80 diff --git a/regtest/database/RS02_missing_crc_sectors b/regtest/database/RS02_missing_crc_sectors index 6b5b8e7..30b2dd2 100644 --- a/regtest/database/RS02_missing_crc_sectors +++ b/regtest/database/RS02_missing_crc_sectors @@ -6,9 +6,9 @@ under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. rs02-tmp.iso: present, contains 34932 medium sectors. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%* missing sectors : 30020 - 30030 +* missing sectors : 30020 - 30030 * missing sector : 30034 -- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* BAD image : 12 sectors missing +* BAD image : 12 sectors missing ... ecc headers : 39 ok, 0 CRC errors, 0 missing ... data section : 0 sectors missing; 0 CRC errors ... data md5sum : cbadac3ca7b6e9bccfc889b7eaded254 diff --git a/regtest/database/RS02_missing_data_sectors b/regtest/database/RS02_missing_data_sectors index 12d248f..2ace54a 100644 --- a/regtest/database/RS02_missing_data_sectors +++ b/regtest/database/RS02_missing_data_sectors @@ -6,10 +6,10 @@ under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. rs02-tmp.iso: present, contains 34932 medium sectors. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%* missing sectors : 1000 - 1049 -- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%* missing sector : 21230 -- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%* missing sectors : 22450 - 22457 -- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* BAD image : 59 sectors missing +* missing sectors : 1000 - 1049 +* missing sector : 21230 +* missing sectors : 22450 - 22457 +* BAD image : 59 sectors missing ... ecc headers : 39 ok, 0 CRC errors, 0 missing ... data section : 59 sectors missing; 0 CRC errors ... crc section : 0 sectors missing diff --git a/regtest/database/RS02_missing_ecc_sectors b/regtest/database/RS02_missing_ecc_sectors index 769ee31..1aeb946 100644 --- a/regtest/database/RS02_missing_ecc_sectors +++ b/regtest/database/RS02_missing_ecc_sectors @@ -6,9 +6,9 @@ under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. rs02-tmp.iso: present, contains 34932 medium sectors. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%* missing sectors : 32020 - 32030 -- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%* missing sector : 33034 -- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* BAD image : 12 sectors missing +* missing sectors : 32020 - 32030 +* missing sector : 33034 +* BAD image : 12 sectors missing ... ecc headers : 39 ok, 0 CRC errors, 0 missing ... data section : 0 sectors missing; 0 CRC errors ... data md5sum : cbadac3ca7b6e9bccfc889b7eaded254 diff --git a/regtest/database/RS02_missing_headers b/regtest/database/RS02_missing_headers index 87f9df5..244aaa3 100644 --- a/regtest/database/RS02_missing_headers +++ b/regtest/database/RS02_missing_headers @@ -6,10 +6,10 @@ under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. rs02-tmp.iso: present, contains 34932 medium sectors. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%* missing sector : 30080 -- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%* missing sector : 31360 -- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%* missing sector : 34816 -- testing sectors : 100%* BAD image : 3 sectors missing, 2 CRC errors +* missing sector : 30080 +* missing sector : 31360 +* missing sector : 34816 +* BAD image : 3 sectors missing, 2 CRC errors ... ecc headers : 34 ok, 2 CRC errors, 3 missing ... data section : 0 sectors missing; 0 CRC errors ... data md5sum : cbadac3ca7b6e9bccfc889b7eaded254 diff --git a/regtest/database/RS02_modulo_glitch b/regtest/database/RS02_modulo_glitch index 251fecf..4369bad 100644 --- a/regtest/database/RS02_modulo_glitch +++ b/regtest/database/RS02_modulo_glitch @@ -73,7 +73,7 @@ GetImageFingerprint(16): cached RS02LayoutFromImage(): returning cached layout rs02-hmg-master.iso: present, contains 357655 medium sectors. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%- good image : all sectors present +- good image : all sectors present - data md5sum : aae7e725ff308877a45210bfd0b737f7 Error correction data: created by dvdisaster-0.80 diff --git a/regtest/database/RS02_modulo_glitch2 b/regtest/database/RS02_modulo_glitch2 index 3b3816a..6d58e71 100644 --- a/regtest/database/RS02_modulo_glitch2 +++ b/regtest/database/RS02_modulo_glitch2 @@ -74,7 +74,7 @@ GetImageFingerprint(16): cached RS02LayoutFromImage(): returning cached layout rs02-tmp.iso: present, contains 357655 medium sectors. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%- good image : all sectors present +- good image : all sectors present - data md5sum : aae7e725ff308877a45210bfd0b737f7 Error correction data: created by dvdisaster-0.80 diff --git a/regtest/database/RS02_modulo_glitch3 b/regtest/database/RS02_modulo_glitch3 index dbc69a4..d69e54f 100644 --- a/regtest/database/RS02_modulo_glitch3 +++ b/regtest/database/RS02_modulo_glitch3 @@ -75,8 +75,8 @@ GetImageFingerprint(16): cached RS02LayoutFromImage(): returning cached layout rs02-tmp.iso: present, contains 357520 medium sectors. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%* missing sectors : 357520 - 357654 -- testing sectors : 100%* BAD image : 135 sectors missing +* missing sectors : 357520 - 357654 +* BAD image : 135 sectors missing ... ecc headers : 21 ok, 0 CRC errors, 0 missing ... data section : 0 sectors missing; 0 CRC errors ... data md5sum : aae7e725ff308877a45210bfd0b737f7 diff --git a/regtest/database/RS02_modulo_glitch4 b/regtest/database/RS02_modulo_glitch4 index 98d67ed..2d43c17 100644 --- a/regtest/database/RS02_modulo_glitch4 +++ b/regtest/database/RS02_modulo_glitch4 @@ -94,27 +94,27 @@ GetImageFingerprint(16): cached RS02LayoutFromImage(): returning cached layout rs02-tmp.iso: present, contains 357520 medium sectors. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%* missing sector : 276480 -- testing sectors : 78%* missing sector : 280577 -- testing sectors : 79%* missing sector : 284672 -- testing sectors : 80%* missing sector : 288768 -- testing sectors : 81%* missing sector : 292864 -- testing sectors : 82%- testing sectors : 83%* missing sector : 296960 -- testing sectors : 84%* missing sector : 301056 -- testing sectors : 85%* missing sector : 305152 -- testing sectors : 86%* missing sector : 309248 -- testing sectors : 87%* missing sector : 313344 -- testing sectors : 88%* missing sector : 317440 -- testing sectors : 89%* missing sector : 321536 -- testing sectors : 90%- testing sectors : 91%* missing sector : 325632 -- testing sectors : 92%* missing sector : 329728 -- testing sectors : 93%* missing sector : 333824 -- testing sectors : 94%* missing sector : 337920 -- testing sectors : 95%* missing sector : 342016 -- testing sectors : 96%* missing sector : 346112 -- testing sectors : 97%* missing sector : 350208 -- testing sectors : 98%- testing sectors : 99%* missing sectors : 357520 - 357654 -- testing sectors : 100%* BAD image : 154 sectors missing +* missing sector : 276480 +* missing sector : 280577 +* missing sector : 284672 +* missing sector : 288768 +* missing sector : 292864 +* missing sector : 296960 +* missing sector : 301056 +* missing sector : 305152 +* missing sector : 309248 +* missing sector : 313344 +* missing sector : 317440 +* missing sector : 321536 +* missing sector : 325632 +* missing sector : 329728 +* missing sector : 333824 +* missing sector : 337920 +* missing sector : 342016 +* missing sector : 346112 +* missing sector : 350208 +* missing sectors : 357520 - 357654 +* BAD image : 154 sectors missing ... ecc headers : 21 ok, 0 CRC errors, 0 missing ... data section : 0 sectors missing; 0 CRC errors ... data md5sum : aae7e725ff308877a45210bfd0b737f7 diff --git a/regtest/database/RS02_plus1 b/regtest/database/RS02_plus1 index 7767366..d32ac83 100644 --- a/regtest/database/RS02_plus1 +++ b/regtest/database/RS02_plus1 @@ -6,7 +6,7 @@ under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. rs02-tmp.iso: present, contains 34933 medium sectors. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%- good image : all sectors present +- good image : all sectors present - data md5sum : cbadac3ca7b6e9bccfc889b7eaded254 Error correction data: created by dvdisaster-0.80 diff --git a/regtest/database/RS02_plus17 b/regtest/database/RS02_plus17 index 03f88ab..ac85f78 100644 --- a/regtest/database/RS02_plus17 +++ b/regtest/database/RS02_plus17 @@ -6,7 +6,7 @@ under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. rs02-tmp.iso: present, contains 34949 medium sectors. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%- good image : all sectors present +- good image : all sectors present - data md5sum : cbadac3ca7b6e9bccfc889b7eaded254 Error correction data: created by dvdisaster-0.80 diff --git a/regtest/database/RS02_read_bad_header b/regtest/database/RS02_read_bad_header index d1eb984..8c1aa75 100644 --- a/regtest/database/RS02_read_bad_header +++ b/regtest/database/RS02_read_bad_header @@ -11,5 +11,5 @@ Medium "Random Image": CD-R mode 1, 34932 sectors, Ecc, created 16-07-2006. Creating new rs02-tmp.iso image. Reading CRC information from ecc data (RS02) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. Checksums match. diff --git a/regtest/database/RS02_read_bad_headers b/regtest/database/RS02_read_bad_headers index c0a8699..811838b 100644 --- a/regtest/database/RS02_read_bad_headers +++ b/regtest/database/RS02_read_bad_headers @@ -11,5 +11,5 @@ Medium "Random Image": CD-R mode 1, 34932 sectors, Ecc, created 16-07-2006. Creating new rs02-tmp.iso image. Reading CRC information from ecc data (RS02) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. Checksums match. diff --git a/regtest/database/RS02_read_bad_master b/regtest/database/RS02_read_bad_master index 7c004c5..ca062c6 100644 --- a/regtest/database/RS02_read_bad_master +++ b/regtest/database/RS02_read_bad_master @@ -98,6 +98,12 @@ Medium size obtained from ISO/UDF file system: 30000 sectors Medium "Random Image": CD-R mode 1, 30000 sectors, created 16-07-2006. Creating new rs02-tmp.iso image. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx)CRC NOT created. All sectors successfully read. +CrcBuf contents, image path none (medium): + crcSize: 30000, dataSectors: 30000, coveredSectors: 30000, allSectors: 30000 + md5State: data_complete image_complete + data: cbadac3ca7b6e9bccfc889b7eaded254 + full: cbadac3ca7b6e9bccfc889b7eaded254 + fp sector: 16; abe80d3600553a8dce779713afd94f3c + missing crcs: 0 diff --git a/regtest/database/RS02_read_bad_master_exhaustive b/regtest/database/RS02_read_bad_master_exhaustive index cb4a832..ec3374b 100644 --- a/regtest/database/RS02_read_bad_master_exhaustive +++ b/regtest/database/RS02_read_bad_master_exhaustive @@ -164,8 +164,12 @@ Medium "Random Image": CD-R mode 1, 34932 sectors, Ecc, created 16-07-2006. Creating new rs02-tmp.iso image. Reading CRC information from ecc data (RS02) ... RS02LayoutFromImage(): returning cached layout done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Sector 30000, try 1: Medium Error; Unrecovered read error. +Sector 30000, try 1: Medium Error; Unrecovered read error. Sector 30000: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx)CRC NOT created. 16 unreadable sectors. +CrcBuf contents, image path none (medium): + crcSize: 34932, dataSectors: 30000, coveredSectors: 30000, allSectors: 34932 + md5State: invalid + fp sector: 16; abe80d3600553a8dce779713afd94f3c + missing crcs: 16 diff --git a/regtest/database/RS02_read_crc_bad_byte b/regtest/database/RS02_read_crc_bad_byte index 454659e..26dacfa 100644 --- a/regtest/database/RS02_read_crc_bad_byte +++ b/regtest/database/RS02_read_crc_bad_byte @@ -11,6 +11,6 @@ Medium "Random Image": CD-R mode 1, 34932 sectors, Ecc, created 16-07-2006. Creating new rs02-tmp.iso image. Reading CRC information from ecc data (RS02) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx) * CRC error, sector: 4152 -Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) +* CRC error, sector: 4152 + 1 CRC errors and a md5sum mismatch in the CRC section. diff --git a/regtest/database/RS02_read_data_bad_byte b/regtest/database/RS02_read_data_bad_byte deleted file mode 100644 index f809db8..0000000 --- a/regtest/database/RS02_read_data_bad_byte +++ /dev/null @@ -1,18 +0,0 @@ -fa49dc600ca8e5dfe28a2c34bcedb4a6 -ignore -This software comes with ABSOLUTELY NO WARRANTY. This -is free software and you are welcome to redistribute it -under the conditions of the GNU GENERAL PUBLIC LICENSE. -See the file "COPYING" for further information. - -Device: sim-cd, Simulated CD drive 1.00 -Using READ CD. -Medium "Random Image": CD-R mode 1, 34932 sectors, Ecc, created 16-07-2006. - -Creating new rs02-tmp.iso image. -Reading CRC information from ecc data (RS02) ... done. -* CRC error, sector: 0 -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx) * CRC error, sector: 1235 -Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx) * CRC error, sector: 29999 -Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) -3 CRC errors. diff --git a/regtest/database/RS02_read_data_bad_bytes b/regtest/database/RS02_read_data_bad_bytes new file mode 100644 index 0000000..23a48af --- /dev/null +++ b/regtest/database/RS02_read_data_bad_bytes @@ -0,0 +1,18 @@ +fa49dc600ca8e5dfe28a2c34bcedb4a6 +ignore +This software comes with ABSOLUTELY NO WARRANTY. This +is free software and you are welcome to redistribute it +under the conditions of the GNU GENERAL PUBLIC LICENSE. +See the file "COPYING" for further information. + +Device: sim-cd, Simulated CD drive 1.00 +Using READ CD. +Medium "Random Image": CD-R mode 1, 34932 sectors, Ecc, created 16-07-2006. + +Creating new rs02-tmp.iso image. +Reading CRC information from ecc data (RS02) ... done. +* CRC error, sector: 0 +* CRC error, sector: 1235 +* CRC error, sector: 29999 + +3 CRC errors. diff --git a/regtest/database/RS02_read_ecc_bad_byte b/regtest/database/RS02_read_ecc_bad_byte index 4e9888c..74aa28f 100644 --- a/regtest/database/RS02_read_ecc_bad_byte +++ b/regtest/database/RS02_read_ecc_bad_byte @@ -11,5 +11,5 @@ Medium "Random Image": CD-R mode 1, 34932 sectors, Ecc, created 16-07-2006. Creating new rs02-tmp.iso image. Reading CRC information from ecc data (RS02) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read, but wrong ecc md5sum. diff --git a/regtest/database/RS02_read_good b/regtest/database/RS02_read_good index 1274b43..23a9370 100644 --- a/regtest/database/RS02_read_good +++ b/regtest/database/RS02_read_good @@ -11,5 +11,5 @@ Medium "Random Image": CD-R mode 1, 34932 sectors, Ecc, created 16-07-2006. Creating new rs02-tmp.iso image. Reading CRC information from ecc data (RS02) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. Checksums match. diff --git a/regtest/database/RS02_read_good_verbose b/regtest/database/RS02_read_good_verbose index d943a6f..e874718 100644 --- a/regtest/database/RS02_read_good_verbose +++ b/regtest/database/RS02_read_good_verbose @@ -112,9 +112,15 @@ Medium "Random Image": CD-R mode 1, 34932 sectors, Ecc, created 16-07-2006. Creating new rs02-tmp.iso image. Reading CRC information from ecc data (RS02) ... RS02LayoutFromImage(): returning cached layout done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx)GOOD Data md5sum +GOOD Data md5sum GOOD CRC md5sum GOOD ECC md5sum -CRC cached. All sectors successfully read. Checksums match. +CrcBuf contents, image path none (medium): + crcSize: 34932, dataSectors: 30000, coveredSectors: 30000, allSectors: 34932 + md5State: data_complete image_complete + data: cbadac3ca7b6e9bccfc889b7eaded254 + full: 814f4c46fbb687eb43613fdfde9458cf + fp sector: 16; abe80d3600553a8dce779713afd94f3c + missing crcs: 0 diff --git a/regtest/database/RS02_read_incompatible_ecc b/regtest/database/RS02_read_incompatible_ecc index 7c0dc5d..f6229c5 100644 --- a/regtest/database/RS02_read_incompatible_ecc +++ b/regtest/database/RS02_read_incompatible_ecc @@ -15,5 +15,5 @@ Medium "Random Image": CD-R mode 1, 34932 sectors, Ecc, created 16-07-2006. Creating new rs02-tmp.iso image. Reading CRC information from ecc data (RS02) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. Checksums match. diff --git a/regtest/database/RS02_read_longer b/regtest/database/RS02_read_longer index 76e127b..a3bc0d4 100644 --- a/regtest/database/RS02_read_longer +++ b/regtest/database/RS02_read_longer @@ -112,9 +112,15 @@ Medium "Random Image": CD-R mode 1, 34932 sectors, Ecc, created 16-07-2006. Creating new rs02-tmp.iso image. Reading CRC information from ecc data (RS02) ... RS02LayoutFromImage(): returning cached layout done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx)GOOD Data md5sum +GOOD Data md5sum GOOD CRC md5sum GOOD ECC md5sum -CRC cached. All sectors successfully read. Checksums match. +CrcBuf contents, image path none (medium): + crcSize: 34932, dataSectors: 30000, coveredSectors: 30000, allSectors: 34932 + md5State: data_complete image_complete + data: cbadac3ca7b6e9bccfc889b7eaded254 + full: 814f4c46fbb687eb43613fdfde9458cf + fp sector: 16; abe80d3600553a8dce779713afd94f3c + missing crcs: 0 diff --git a/regtest/database/RS02_read_missing_crc_sectors b/regtest/database/RS02_read_missing_crc_sectors index bcaa499..a31dad0 100644 --- a/regtest/database/RS02_read_missing_crc_sectors +++ b/regtest/database/RS02_read_missing_crc_sectors @@ -11,9 +11,9 @@ Medium "Random Image": CD-R mode 1, 34932 sectors, Ecc, created 16-07-2006. Creating new rs02-tmp.iso image. Reading CRC information from ecc data (RS02) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Sector 30016, try 1: Medium Error; Unrecovered read error. +Sector 30016, try 1: Medium Error; Unrecovered read error. Sector 30016: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 30032, try 1: Medium Error; Unrecovered read error. Sector 30032: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + 32 unreadable sectors. diff --git a/regtest/database/RS02_read_missing_data_sectors b/regtest/database/RS02_read_missing_data_sectors index 37d1248..6151155 100644 --- a/regtest/database/RS02_read_missing_data_sectors +++ b/regtest/database/RS02_read_missing_data_sectors @@ -11,7 +11,7 @@ Medium "Random Image": CD-R mode 1, 34932 sectors, Ecc, created 16-07-2006. Creating new rs02-tmp.iso image. Reading CRC information from ecc data (RS02) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Sector 992, try 1: Medium Error; Unrecovered read error. +Sector 992, try 1: Medium Error; Unrecovered read error. Sector 992: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 1008, try 1: Medium Error; Unrecovered read error. Sector 1008: Medium Error; Unrecovered read error. Skipping 15 sectors. @@ -19,9 +19,9 @@ Sector 1024, try 1: Medium Error; Unrecovered read error. Sector 1024: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 1040, try 1: Medium Error; Unrecovered read error. Sector 1040: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Sector 21216, try 1: Medium Error; Unrecovered read error. +Sector 21216, try 1: Medium Error; Unrecovered read error. Sector 21216: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Sector 22448, try 1: Medium Error; Unrecovered read error. +Sector 22448, try 1: Medium Error; Unrecovered read error. Sector 22448: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + 96 unreadable sectors. diff --git a/regtest/database/RS02_read_missing_ecc_sectors b/regtest/database/RS02_read_missing_ecc_sectors index 7d2718c..ff380d7 100644 --- a/regtest/database/RS02_read_missing_ecc_sectors +++ b/regtest/database/RS02_read_missing_ecc_sectors @@ -11,9 +11,9 @@ Medium "Random Image": CD-R mode 1, 34932 sectors, Ecc, created 16-07-2006. Creating new rs02-tmp.iso image. Reading CRC information from ecc data (RS02) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Sector 32016, try 1: Medium Error; Unrecovered read error. +Sector 32016, try 1: Medium Error; Unrecovered read error. Sector 32016: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Sector 33024, try 1: Medium Error; Unrecovered read error. +Sector 33024, try 1: Medium Error; Unrecovered read error. Sector 33024: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + 32 unreadable sectors. diff --git a/regtest/database/RS02_read_modulo_glitch b/regtest/database/RS02_read_modulo_glitch index 99b5d14..594b345 100644 --- a/regtest/database/RS02_read_modulo_glitch +++ b/regtest/database/RS02_read_modulo_glitch @@ -112,9 +112,15 @@ Medium "Random Image": CD-R mode 1, 357655 sectors, Ecc, created 16-07-2006. Creating new rs02-tmp.iso image. Reading CRC information from ecc data (RS02) ... RS02LayoutFromImage(): returning cached layout done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx)GOOD Data md5sum +GOOD Data md5sum GOOD CRC md5sum GOOD ECC md5sum -CRC cached. All sectors successfully read. Checksums match. +CrcBuf contents, image path none (medium): + crcSize: 357655, dataSectors: 274300, coveredSectors: 274300, allSectors: 357655 + md5State: data_complete image_complete + data: aae7e725ff308877a45210bfd0b737f7 + full: 43b5730f46547eb489b81bae16321ea2 + fp sector: 16; 48a5a2186ffe363bee215f406d033aa7 + missing crcs: 0 diff --git a/regtest/database/RS02_read_modulo_glitch2 b/regtest/database/RS02_read_modulo_glitch2 index a8cee3e..f05d1d9 100644 --- a/regtest/database/RS02_read_modulo_glitch2 +++ b/regtest/database/RS02_read_modulo_glitch2 @@ -113,9 +113,15 @@ Medium "Random Image": CD-R mode 1, 357655 sectors, Ecc, created 16-07-2006. Creating new rs02-tmp.iso image. Reading CRC information from ecc data (RS02) ... RS02LayoutFromImage(): returning cached layout done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx)GOOD Data md5sum +GOOD Data md5sum GOOD CRC md5sum GOOD ECC md5sum -CRC cached. All sectors successfully read. Checksums match. +CrcBuf contents, image path none (medium): + crcSize: 357655, dataSectors: 274300, coveredSectors: 274300, allSectors: 357655 + md5State: data_complete image_complete + data: aae7e725ff308877a45210bfd0b737f7 + full: 61fc6058150dd48c46648c2fe85f8bd7 + fp sector: 16; 48a5a2186ffe363bee215f406d033aa7 + missing crcs: 0 diff --git a/regtest/database/RS02_read_modulo_glitch3 b/regtest/database/RS02_read_modulo_glitch3 index 8e9e32b..6fc5835 100644 --- a/regtest/database/RS02_read_modulo_glitch3 +++ b/regtest/database/RS02_read_modulo_glitch3 @@ -114,7 +114,7 @@ Medium "Random Image": CD-R mode 1, 357655 sectors, Ecc, created 16-07-2006. Creating new rs02-tmp.iso image. Reading CRC information from ecc data (RS02) ... RS02LayoutFromImage(): returning cached layout done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Sector 357520, try 1: Illegal Request; Logical block address out of range. +Sector 357520, try 1: Illegal Request; Logical block address out of range. Sector 357520: Illegal Request; Logical block address out of range. Skipping 15 sectors. Sector 357536, try 1: Illegal Request; Logical block address out of range. Sector 357536: Illegal Request; Logical block address out of range. Skipping 15 sectors. @@ -144,6 +144,10 @@ Sector 357653, try 1: Illegal Request; Logical block address out of range. Sector 357653: Illegal Request; Logical block address out of range. Sector 357654, try 1: Illegal Request; Logical block address out of range. Sector 357654: Illegal Request; Logical block address out of range. -Read position: 100.0% (nn.nx)CRC NOT created. 135 unreadable sectors. +CrcBuf contents, image path none (medium): + crcSize: 357655, dataSectors: 274300, coveredSectors: 274300, allSectors: 357655 + md5State: invalid + fp sector: 16; 48a5a2186ffe363bee215f406d033aa7 + missing crcs: 135 diff --git a/regtest/database/RS02_read_modulo_glitch4 b/regtest/database/RS02_read_modulo_glitch4 index 2490f2a..9c147e7 100644 --- a/regtest/database/RS02_read_modulo_glitch4 +++ b/regtest/database/RS02_read_modulo_glitch4 @@ -133,45 +133,45 @@ Medium "Random Image": CD-R mode 1, 357655 sectors, Ecc, created 16-07-2006. Creating new rs02-tmp.iso image. Reading CRC information from ecc data (RS02) ... RS02LayoutFromImage(): returning cached layout done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Sector 276480, try 1: Medium Error; Unrecovered read error. +Sector 276480, try 1: Medium Error; Unrecovered read error. Sector 276480: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Sector 280576, try 1: Medium Error; Unrecovered read error. +Sector 280576, try 1: Medium Error; Unrecovered read error. Sector 280576: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Sector 284672, try 1: Medium Error; Unrecovered read error. +Sector 284672, try 1: Medium Error; Unrecovered read error. Sector 284672: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Sector 288768, try 1: Medium Error; Unrecovered read error. +Sector 288768, try 1: Medium Error; Unrecovered read error. Sector 288768: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Sector 292864, try 1: Medium Error; Unrecovered read error. +Sector 292864, try 1: Medium Error; Unrecovered read error. Sector 292864: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Sector 296960, try 1: Medium Error; Unrecovered read error. +Sector 296960, try 1: Medium Error; Unrecovered read error. Sector 296960: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Sector 301056, try 1: Medium Error; Unrecovered read error. +Sector 301056, try 1: Medium Error; Unrecovered read error. Sector 301056: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Sector 305152, try 1: Medium Error; Unrecovered read error. +Sector 305152, try 1: Medium Error; Unrecovered read error. Sector 305152: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Sector 309248, try 1: Medium Error; Unrecovered read error. +Sector 309248, try 1: Medium Error; Unrecovered read error. Sector 309248: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Sector 313344, try 1: Medium Error; Unrecovered read error. +Sector 313344, try 1: Medium Error; Unrecovered read error. Sector 313344: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Sector 317440, try 1: Medium Error; Unrecovered read error. +Sector 317440, try 1: Medium Error; Unrecovered read error. Sector 317440: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Sector 321536, try 1: Medium Error; Unrecovered read error. +Sector 321536, try 1: Medium Error; Unrecovered read error. Sector 321536: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Sector 325632, try 1: Medium Error; Unrecovered read error. +Sector 325632, try 1: Medium Error; Unrecovered read error. Sector 325632: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Sector 329728, try 1: Medium Error; Unrecovered read error. +Sector 329728, try 1: Medium Error; Unrecovered read error. Sector 329728: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Sector 333824, try 1: Medium Error; Unrecovered read error. +Sector 333824, try 1: Medium Error; Unrecovered read error. Sector 333824: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Sector 337920, try 1: Medium Error; Unrecovered read error. +Sector 337920, try 1: Medium Error; Unrecovered read error. Sector 337920: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Sector 342016, try 1: Medium Error; Unrecovered read error. +Sector 342016, try 1: Medium Error; Unrecovered read error. Sector 342016: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Sector 346112, try 1: Medium Error; Unrecovered read error. +Sector 346112, try 1: Medium Error; Unrecovered read error. Sector 346112: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Sector 350208, try 1: Medium Error; Unrecovered read error. +Sector 350208, try 1: Medium Error; Unrecovered read error. Sector 350208: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Sector 357520, try 1: Illegal Request; Logical block address out of range. +Sector 357520, try 1: Illegal Request; Logical block address out of range. Sector 357520: Illegal Request; Logical block address out of range. Skipping 15 sectors. Sector 357536, try 1: Illegal Request; Logical block address out of range. Sector 357536: Illegal Request; Logical block address out of range. Skipping 15 sectors. @@ -201,6 +201,10 @@ Sector 357653, try 1: Illegal Request; Logical block address out of range. Sector 357653: Illegal Request; Logical block address out of range. Sector 357654, try 1: Illegal Request; Logical block address out of range. Sector 357654: Illegal Request; Logical block address out of range. -Read position: 100.0% (nn.nx)CRC NOT created. 439 unreadable sectors. +CrcBuf contents, image path none (medium): + crcSize: 357655, dataSectors: 274300, coveredSectors: 274300, allSectors: 357655 + md5State: invalid + fp sector: 16; 48a5a2186ffe363bee215f406d033aa7 + missing crcs: 439 diff --git a/regtest/database/RS02_read_multipass_ecc_partial_success b/regtest/database/RS02_read_multipass_ecc_partial_success new file mode 100644 index 0000000..0a87653 --- /dev/null +++ b/regtest/database/RS02_read_multipass_ecc_partial_success @@ -0,0 +1,1312 @@ +8fc0a9e324ce5636619c1e51d2902609 +ignore +This software comes with ABSOLUTELY NO WARRANTY. This +is free software and you are welcome to redistribute it +under the conditions of the GNU GENERAL PUBLIC LICENSE. +See the file "COPYING" for further information. + +Device: sim-cd, Simulated CD drive 1.00 +Using READ CD. +Medium "Random Image": CD-R mode 1, 34932 sectors, Ecc, created 16-07-2006. + +Creating new rs02-tmp.iso image. +Reading CRC information from ecc data (RS02) ... done. +* CRC error, sector: 10000 +Sector 15792, try 1: Medium Error; Unrecovered read error. +Sector 15792: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15808, try 1: Medium Error; Unrecovered read error. +Sector 15808: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15824, try 1: Medium Error; Unrecovered read error. +Sector 15824: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15840, try 1: Medium Error; Unrecovered read error. +Sector 15840: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15856, try 1: Medium Error; Unrecovered read error. +Sector 15856: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15872, try 1: Medium Error; Unrecovered read error. +Sector 15872: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15888, try 1: Medium Error; Unrecovered read error. +Sector 15888: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15904, try 1: Medium Error; Unrecovered read error. +Sector 15904: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15920, try 1: Medium Error; Unrecovered read error. +Sector 15920: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15936, try 1: Medium Error; Unrecovered read error. +Sector 15936: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15952, try 1: Medium Error; Unrecovered read error. +Sector 15952: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15968, try 1: Medium Error; Unrecovered read error. +Sector 15968: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15984, try 1: Medium Error; Unrecovered read error. +Sector 15984: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16000, try 1: Medium Error; Unrecovered read error. +Sector 16000: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16016, try 1: Medium Error; Unrecovered read error. +Sector 16016: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16032, try 1: Medium Error; Unrecovered read error. +Sector 16032: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16048, try 1: Medium Error; Unrecovered read error. +Sector 16048: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16064, try 1: Medium Error; Unrecovered read error. +Sector 16064: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16080, try 1: Medium Error; Unrecovered read error. +Sector 16080: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16096, try 1: Medium Error; Unrecovered read error. +Sector 16096: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16112, try 1: Medium Error; Unrecovered read error. +Sector 16112: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16128, try 1: Medium Error; Unrecovered read error. +Sector 16128: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16144, try 1: Medium Error; Unrecovered read error. +Sector 16144: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16160, try 1: Medium Error; Unrecovered read error. +Sector 16160: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16176, try 1: Medium Error; Unrecovered read error. +Sector 16176: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16192, try 1: Medium Error; Unrecovered read error. +Sector 16192: Medium Error; Unrecovered read error. Skipping 15 sectors. + +Trying to complete image, reading pass 2 of 3. +Sectors 15792 - 15807: Medium Error; Unrecovered read error. +* CRC error, sector: 10000 +Sector 15800, try 1: Medium Error; Unrecovered read error. +Sector 15800: Medium Error; Unrecovered read error. +Sector 15801, try 1: Medium Error; Unrecovered read error. +Sector 15801: Medium Error; Unrecovered read error. +Sector 15802, try 1: Medium Error; Unrecovered read error. +Sector 15802: Medium Error; Unrecovered read error. +Sector 15803, try 1: Medium Error; Unrecovered read error. +Sector 15803: Medium Error; Unrecovered read error. +Sector 15804, try 1: Medium Error; Unrecovered read error. +Sector 15804: Medium Error; Unrecovered read error. +Sector 15805, try 1: Medium Error; Unrecovered read error. +Sector 15805: Medium Error; Unrecovered read error. +Sector 15806, try 1: Medium Error; Unrecovered read error. +Sector 15806: Medium Error; Unrecovered read error. +Sector 15807, try 1: Medium Error; Unrecovered read error. +Sector 15807: Medium Error; Unrecovered read error. +Sectors 15808 - 15823: Medium Error; Unrecovered read error. +Sector 15808, try 1: Medium Error; Unrecovered read error. +Sector 15808: Medium Error; Unrecovered read error. +Sector 15809, try 1: Medium Error; Unrecovered read error. +Sector 15809: Medium Error; Unrecovered read error. +Sector 15810, try 1: Medium Error; Unrecovered read error. +Sector 15810: Medium Error; Unrecovered read error. +Sector 15811, try 1: Medium Error; Unrecovered read error. +Sector 15811: Medium Error; Unrecovered read error. +Sector 15812, try 1: Medium Error; Unrecovered read error. +Sector 15812: Medium Error; Unrecovered read error. +Sector 15813, try 1: Medium Error; Unrecovered read error. +Sector 15813: Medium Error; Unrecovered read error. +Sector 15814, try 1: Medium Error; Unrecovered read error. +Sector 15814: Medium Error; Unrecovered read error. +Sector 15815, try 1: Medium Error; Unrecovered read error. +Sector 15815: Medium Error; Unrecovered read error. +Sector 15816, try 1: Medium Error; Unrecovered read error. +Sector 15816: Medium Error; Unrecovered read error. +Sector 15817, try 1: Medium Error; Unrecovered read error. +Sector 15817: Medium Error; Unrecovered read error. +Sector 15818, try 1: Medium Error; Unrecovered read error. +Sector 15818: Medium Error; Unrecovered read error. +Sector 15819, try 1: Medium Error; Unrecovered read error. +Sector 15819: Medium Error; Unrecovered read error. +Sector 15820, try 1: Medium Error; Unrecovered read error. +Sector 15820: Medium Error; Unrecovered read error. +Sector 15821, try 1: Medium Error; Unrecovered read error. +Sector 15821: Medium Error; Unrecovered read error. +Sector 15822, try 1: Medium Error; Unrecovered read error. +Sector 15822: Medium Error; Unrecovered read error. +Sector 15823, try 1: Medium Error; Unrecovered read error. +Sector 15823: Medium Error; Unrecovered read error. +Sectors 15824 - 15839: Medium Error; Unrecovered read error. +Sector 15824, try 1: Medium Error; Unrecovered read error. +Sector 15824: Medium Error; Unrecovered read error. +Sector 15825, try 1: Medium Error; Unrecovered read error. +Sector 15825: Medium Error; Unrecovered read error. +Sector 15826, try 1: Medium Error; Unrecovered read error. +Sector 15826: Medium Error; Unrecovered read error. +Sector 15827, try 1: Medium Error; Unrecovered read error. +Sector 15827: Medium Error; Unrecovered read error. +Sector 15828, try 1: Medium Error; Unrecovered read error. +Sector 15828: Medium Error; Unrecovered read error. +Sector 15829, try 1: Medium Error; Unrecovered read error. +Sector 15829: Medium Error; Unrecovered read error. +Sector 15830, try 1: Medium Error; Unrecovered read error. +Sector 15830: Medium Error; Unrecovered read error. +Sector 15831, try 1: Medium Error; Unrecovered read error. +Sector 15831: Medium Error; Unrecovered read error. +Sector 15832, try 1: Medium Error; Unrecovered read error. +Sector 15832: Medium Error; Unrecovered read error. +Sector 15833, try 1: Medium Error; Unrecovered read error. +Sector 15833: Medium Error; Unrecovered read error. +Sector 15834, try 1: Medium Error; Unrecovered read error. +Sector 15834: Medium Error; Unrecovered read error. +Sector 15835, try 1: Medium Error; Unrecovered read error. +Sector 15835: Medium Error; Unrecovered read error. +Sector 15836, try 1: Medium Error; Unrecovered read error. +Sector 15836: Medium Error; Unrecovered read error. +Sector 15837, try 1: Medium Error; Unrecovered read error. +Sector 15837: Medium Error; Unrecovered read error. +Sector 15838, try 1: Medium Error; Unrecovered read error. +Sector 15838: Medium Error; Unrecovered read error. +Sector 15839, try 1: Medium Error; Unrecovered read error. +Sector 15839: Medium Error; Unrecovered read error. +Sectors 15840 - 15855: Medium Error; Unrecovered read error. +Sector 15840, try 1: Medium Error; Unrecovered read error. +Sector 15840: Medium Error; Unrecovered read error. +Sector 15841, try 1: Medium Error; Unrecovered read error. +Sector 15841: Medium Error; Unrecovered read error. +Sector 15842, try 1: Medium Error; Unrecovered read error. +Sector 15842: Medium Error; Unrecovered read error. +Sector 15843, try 1: Medium Error; Unrecovered read error. +Sector 15843: Medium Error; Unrecovered read error. +Sector 15844, try 1: Medium Error; Unrecovered read error. +Sector 15844: Medium Error; Unrecovered read error. +Sector 15845, try 1: Medium Error; Unrecovered read error. +Sector 15845: Medium Error; Unrecovered read error. +Sector 15846, try 1: Medium Error; Unrecovered read error. +Sector 15846: Medium Error; Unrecovered read error. +Sector 15847, try 1: Medium Error; Unrecovered read error. +Sector 15847: Medium Error; Unrecovered read error. +Sector 15848, try 1: Medium Error; Unrecovered read error. +Sector 15848: Medium Error; Unrecovered read error. +Sector 15849, try 1: Medium Error; Unrecovered read error. +Sector 15849: Medium Error; Unrecovered read error. +Sector 15850, try 1: Medium Error; Unrecovered read error. +Sector 15850: Medium Error; Unrecovered read error. +Sector 15851, try 1: Medium Error; Unrecovered read error. +Sector 15851: Medium Error; Unrecovered read error. +Sector 15852, try 1: Medium Error; Unrecovered read error. +Sector 15852: Medium Error; Unrecovered read error. +Sector 15853, try 1: Medium Error; Unrecovered read error. +Sector 15853: Medium Error; Unrecovered read error. +Sector 15854, try 1: Medium Error; Unrecovered read error. +Sector 15854: Medium Error; Unrecovered read error. +Sector 15855, try 1: Medium Error; Unrecovered read error. +Sector 15855: Medium Error; Unrecovered read error. +Sectors 15856 - 15871: Medium Error; Unrecovered read error. +Sector 15856, try 1: Medium Error; Unrecovered read error. +Sector 15856: Medium Error; Unrecovered read error. +Sector 15857, try 1: Medium Error; Unrecovered read error. +Sector 15857: Medium Error; Unrecovered read error. +Sector 15858, try 1: Medium Error; Unrecovered read error. +Sector 15858: Medium Error; Unrecovered read error. +Sector 15859, try 1: Medium Error; Unrecovered read error. +Sector 15859: Medium Error; Unrecovered read error. +Sector 15860, try 1: Medium Error; Unrecovered read error. +Sector 15860: Medium Error; Unrecovered read error. +Sector 15861, try 1: Medium Error; Unrecovered read error. +Sector 15861: Medium Error; Unrecovered read error. +Sector 15862, try 1: Medium Error; Unrecovered read error. +Sector 15862: Medium Error; Unrecovered read error. +Sector 15863, try 1: Medium Error; Unrecovered read error. +Sector 15863: Medium Error; Unrecovered read error. +Sector 15864, try 1: Medium Error; Unrecovered read error. +Sector 15864: Medium Error; Unrecovered read error. +Sector 15865, try 1: Medium Error; Unrecovered read error. +Sector 15865: Medium Error; Unrecovered read error. +Sector 15866, try 1: Medium Error; Unrecovered read error. +Sector 15866: Medium Error; Unrecovered read error. +Sector 15867, try 1: Medium Error; Unrecovered read error. +Sector 15867: Medium Error; Unrecovered read error. +Sector 15868, try 1: Medium Error; Unrecovered read error. +Sector 15868: Medium Error; Unrecovered read error. +Sector 15869, try 1: Medium Error; Unrecovered read error. +Sector 15869: Medium Error; Unrecovered read error. +Sector 15870, try 1: Medium Error; Unrecovered read error. +Sector 15870: Medium Error; Unrecovered read error. +Sector 15871, try 1: Medium Error; Unrecovered read error. +Sector 15871: Medium Error; Unrecovered read error. +Sectors 15872 - 15887: Medium Error; Unrecovered read error. +Sector 15872, try 1: Medium Error; Unrecovered read error. +Sector 15872: Medium Error; Unrecovered read error. +Sector 15873, try 1: Medium Error; Unrecovered read error. +Sector 15873: Medium Error; Unrecovered read error. +Sector 15874, try 1: Medium Error; Unrecovered read error. +Sector 15874: Medium Error; Unrecovered read error. +Sector 15875, try 1: Medium Error; Unrecovered read error. +Sector 15875: Medium Error; Unrecovered read error. +Sector 15876, try 1: Medium Error; Unrecovered read error. +Sector 15876: Medium Error; Unrecovered read error. +Sector 15877, try 1: Medium Error; Unrecovered read error. +Sector 15877: Medium Error; Unrecovered read error. +Sector 15878, try 1: Medium Error; Unrecovered read error. +Sector 15878: Medium Error; Unrecovered read error. +Sector 15879, try 1: Medium Error; Unrecovered read error. +Sector 15879: Medium Error; Unrecovered read error. +Sector 15880, try 1: Medium Error; Unrecovered read error. +Sector 15880: Medium Error; Unrecovered read error. +Sector 15881, try 1: Medium Error; Unrecovered read error. +Sector 15881: Medium Error; Unrecovered read error. +Sector 15882, try 1: Medium Error; Unrecovered read error. +Sector 15882: Medium Error; Unrecovered read error. +Sector 15883, try 1: Medium Error; Unrecovered read error. +Sector 15883: Medium Error; Unrecovered read error. +Sector 15884, try 1: Medium Error; Unrecovered read error. +Sector 15884: Medium Error; Unrecovered read error. +Sector 15885, try 1: Medium Error; Unrecovered read error. +Sector 15885: Medium Error; Unrecovered read error. +Sector 15886, try 1: Medium Error; Unrecovered read error. +Sector 15886: Medium Error; Unrecovered read error. +Sector 15887, try 1: Medium Error; Unrecovered read error. +Sector 15887: Medium Error; Unrecovered read error. +Sectors 15888 - 15903: Medium Error; Unrecovered read error. +Sector 15888, try 1: Medium Error; Unrecovered read error. +Sector 15888: Medium Error; Unrecovered read error. +Sector 15889, try 1: Medium Error; Unrecovered read error. +Sector 15889: Medium Error; Unrecovered read error. +Sector 15890, try 1: Medium Error; Unrecovered read error. +Sector 15890: Medium Error; Unrecovered read error. +Sector 15891, try 1: Medium Error; Unrecovered read error. +Sector 15891: Medium Error; Unrecovered read error. +Sector 15892, try 1: Medium Error; Unrecovered read error. +Sector 15892: Medium Error; Unrecovered read error. +Sector 15893, try 1: Medium Error; Unrecovered read error. +Sector 15893: Medium Error; Unrecovered read error. +Sector 15894, try 1: Medium Error; Unrecovered read error. +Sector 15894: Medium Error; Unrecovered read error. +Sector 15895, try 1: Medium Error; Unrecovered read error. +Sector 15895: Medium Error; Unrecovered read error. +Sector 15896, try 1: Medium Error; Unrecovered read error. +Sector 15896: Medium Error; Unrecovered read error. +Sector 15897, try 1: Medium Error; Unrecovered read error. +Sector 15897: Medium Error; Unrecovered read error. +Sector 15898, try 1: Medium Error; Unrecovered read error. +Sector 15898: Medium Error; Unrecovered read error. +Sector 15899, try 1: Medium Error; Unrecovered read error. +Sector 15899: Medium Error; Unrecovered read error. +Sector 15900, try 1: Medium Error; Unrecovered read error. +Sector 15900: Medium Error; Unrecovered read error. +Sector 15901, try 1: Medium Error; Unrecovered read error. +Sector 15901: Medium Error; Unrecovered read error. +Sector 15902, try 1: Medium Error; Unrecovered read error. +Sector 15902: Medium Error; Unrecovered read error. +Sector 15903, try 1: Medium Error; Unrecovered read error. +Sector 15903: Medium Error; Unrecovered read error. +Sectors 15904 - 15919: Medium Error; Unrecovered read error. +Sector 15904, try 1: Medium Error; Unrecovered read error. +Sector 15904: Medium Error; Unrecovered read error. +Sector 15905, try 1: Medium Error; Unrecovered read error. +Sector 15905: Medium Error; Unrecovered read error. +Sector 15906, try 1: Medium Error; Unrecovered read error. +Sector 15906: Medium Error; Unrecovered read error. +Sector 15907, try 1: Medium Error; Unrecovered read error. +Sector 15907: Medium Error; Unrecovered read error. +Sector 15908, try 1: Medium Error; Unrecovered read error. +Sector 15908: Medium Error; Unrecovered read error. +Sector 15909, try 1: Medium Error; Unrecovered read error. +Sector 15909: Medium Error; Unrecovered read error. +Sector 15910, try 1: Medium Error; Unrecovered read error. +Sector 15910: Medium Error; Unrecovered read error. +Sector 15911, try 1: Medium Error; Unrecovered read error. +Sector 15911: Medium Error; Unrecovered read error. +Sector 15912, try 1: Medium Error; Unrecovered read error. +Sector 15912: Medium Error; Unrecovered read error. +Sector 15913, try 1: Medium Error; Unrecovered read error. +Sector 15913: Medium Error; Unrecovered read error. +Sector 15914, try 1: Medium Error; Unrecovered read error. +Sector 15914: Medium Error; Unrecovered read error. +Sector 15915, try 1: Medium Error; Unrecovered read error. +Sector 15915: Medium Error; Unrecovered read error. +Sector 15916, try 1: Medium Error; Unrecovered read error. +Sector 15916: Medium Error; Unrecovered read error. +Sector 15917, try 1: Medium Error; Unrecovered read error. +Sector 15917: Medium Error; Unrecovered read error. +Sector 15918, try 1: Medium Error; Unrecovered read error. +Sector 15918: Medium Error; Unrecovered read error. +Sector 15919, try 1: Medium Error; Unrecovered read error. +Sector 15919: Medium Error; Unrecovered read error. +Sectors 15920 - 15935: Medium Error; Unrecovered read error. +Sector 15920, try 1: Medium Error; Unrecovered read error. +Sector 15920: Medium Error; Unrecovered read error. +Sector 15921, try 1: Medium Error; Unrecovered read error. +Sector 15921: Medium Error; Unrecovered read error. +Sector 15922, try 1: Medium Error; Unrecovered read error. +Sector 15922: Medium Error; Unrecovered read error. +Sector 15923, try 1: Medium Error; Unrecovered read error. +Sector 15923: Medium Error; Unrecovered read error. +Sector 15924, try 1: Medium Error; Unrecovered read error. +Sector 15924: Medium Error; Unrecovered read error. +Sector 15925, try 1: Medium Error; Unrecovered read error. +Sector 15925: Medium Error; Unrecovered read error. +Sector 15926, try 1: Medium Error; Unrecovered read error. +Sector 15926: Medium Error; Unrecovered read error. +Sector 15927, try 1: Medium Error; Unrecovered read error. +Sector 15927: Medium Error; Unrecovered read error. +Sector 15928, try 1: Medium Error; Unrecovered read error. +Sector 15928: Medium Error; Unrecovered read error. +Sector 15929, try 1: Medium Error; Unrecovered read error. +Sector 15929: Medium Error; Unrecovered read error. +Sector 15930, try 1: Medium Error; Unrecovered read error. +Sector 15930: Medium Error; Unrecovered read error. +Sector 15931, try 1: Medium Error; Unrecovered read error. +Sector 15931: Medium Error; Unrecovered read error. +Sector 15932, try 1: Medium Error; Unrecovered read error. +Sector 15932: Medium Error; Unrecovered read error. +Sector 15933, try 1: Medium Error; Unrecovered read error. +Sector 15933: Medium Error; Unrecovered read error. +Sector 15934, try 1: Medium Error; Unrecovered read error. +Sector 15934: Medium Error; Unrecovered read error. +Sector 15935, try 1: Medium Error; Unrecovered read error. +Sector 15935: Medium Error; Unrecovered read error. +Sectors 15936 - 15951: Medium Error; Unrecovered read error. +Sector 15936, try 1: Medium Error; Unrecovered read error. +Sector 15936: Medium Error; Unrecovered read error. +Sector 15937, try 1: Medium Error; Unrecovered read error. +Sector 15937: Medium Error; Unrecovered read error. +Sector 15938, try 1: Medium Error; Unrecovered read error. +Sector 15938: Medium Error; Unrecovered read error. +Sector 15939, try 1: Medium Error; Unrecovered read error. +Sector 15939: Medium Error; Unrecovered read error. +Sector 15940, try 1: Medium Error; Unrecovered read error. +Sector 15940: Medium Error; Unrecovered read error. +Sector 15941, try 1: Medium Error; Unrecovered read error. +Sector 15941: Medium Error; Unrecovered read error. +Sector 15942, try 1: Medium Error; Unrecovered read error. +Sector 15942: Medium Error; Unrecovered read error. +Sector 15943, try 1: Medium Error; Unrecovered read error. +Sector 15943: Medium Error; Unrecovered read error. +Sector 15944, try 1: Medium Error; Unrecovered read error. +Sector 15944: Medium Error; Unrecovered read error. +Sector 15945, try 1: Medium Error; Unrecovered read error. +Sector 15945: Medium Error; Unrecovered read error. +Sector 15946, try 1: Medium Error; Unrecovered read error. +Sector 15946: Medium Error; Unrecovered read error. +Sector 15947, try 1: Medium Error; Unrecovered read error. +Sector 15947: Medium Error; Unrecovered read error. +Sector 15948, try 1: Medium Error; Unrecovered read error. +Sector 15948: Medium Error; Unrecovered read error. +Sector 15949, try 1: Medium Error; Unrecovered read error. +Sector 15949: Medium Error; Unrecovered read error. +Sector 15950, try 1: Medium Error; Unrecovered read error. +Sector 15950: Medium Error; Unrecovered read error. +Sector 15951, try 1: Medium Error; Unrecovered read error. +Sector 15951: Medium Error; Unrecovered read error. +Sectors 15952 - 15967: Medium Error; Unrecovered read error. +Sector 15952, try 1: Medium Error; Unrecovered read error. +Sector 15952: Medium Error; Unrecovered read error. +Sector 15953, try 1: Medium Error; Unrecovered read error. +Sector 15953: Medium Error; Unrecovered read error. +Sector 15954, try 1: Medium Error; Unrecovered read error. +Sector 15954: Medium Error; Unrecovered read error. +Sector 15955, try 1: Medium Error; Unrecovered read error. +Sector 15955: Medium Error; Unrecovered read error. +Sector 15956, try 1: Medium Error; Unrecovered read error. +Sector 15956: Medium Error; Unrecovered read error. +Sector 15957, try 1: Medium Error; Unrecovered read error. +Sector 15957: Medium Error; Unrecovered read error. +Sector 15958, try 1: Medium Error; Unrecovered read error. +Sector 15958: Medium Error; Unrecovered read error. +Sector 15959, try 1: Medium Error; Unrecovered read error. +Sector 15959: Medium Error; Unrecovered read error. +Sector 15960, try 1: Medium Error; Unrecovered read error. +Sector 15960: Medium Error; Unrecovered read error. +Sector 15961, try 1: Medium Error; Unrecovered read error. +Sector 15961: Medium Error; Unrecovered read error. +Sector 15962, try 1: Medium Error; Unrecovered read error. +Sector 15962: Medium Error; Unrecovered read error. +Sector 15963, try 1: Medium Error; Unrecovered read error. +Sector 15963: Medium Error; Unrecovered read error. +Sector 15964, try 1: Medium Error; Unrecovered read error. +Sector 15964: Medium Error; Unrecovered read error. +Sector 15965, try 1: Medium Error; Unrecovered read error. +Sector 15965: Medium Error; Unrecovered read error. +Sector 15966, try 1: Medium Error; Unrecovered read error. +Sector 15966: Medium Error; Unrecovered read error. +Sector 15967, try 1: Medium Error; Unrecovered read error. +Sector 15967: Medium Error; Unrecovered read error. +Sectors 15968 - 15983: Medium Error; Unrecovered read error. +Sector 15968, try 1: Medium Error; Unrecovered read error. +Sector 15968: Medium Error; Unrecovered read error. +Sector 15969, try 1: Medium Error; Unrecovered read error. +Sector 15969: Medium Error; Unrecovered read error. +Sector 15970, try 1: Medium Error; Unrecovered read error. +Sector 15970: Medium Error; Unrecovered read error. +Sector 15971, try 1: Medium Error; Unrecovered read error. +Sector 15971: Medium Error; Unrecovered read error. +Sector 15972, try 1: Medium Error; Unrecovered read error. +Sector 15972: Medium Error; Unrecovered read error. +Sector 15973, try 1: Medium Error; Unrecovered read error. +Sector 15973: Medium Error; Unrecovered read error. +Sector 15974, try 1: Medium Error; Unrecovered read error. +Sector 15974: Medium Error; Unrecovered read error. +Sector 15975, try 1: Medium Error; Unrecovered read error. +Sector 15975: Medium Error; Unrecovered read error. +Sector 15976, try 1: Medium Error; Unrecovered read error. +Sector 15976: Medium Error; Unrecovered read error. +Sector 15977, try 1: Medium Error; Unrecovered read error. +Sector 15977: Medium Error; Unrecovered read error. +Sector 15978, try 1: Medium Error; Unrecovered read error. +Sector 15978: Medium Error; Unrecovered read error. +Sector 15979, try 1: Medium Error; Unrecovered read error. +Sector 15979: Medium Error; Unrecovered read error. +Sector 15980, try 1: Medium Error; Unrecovered read error. +Sector 15980: Medium Error; Unrecovered read error. +Sector 15981, try 1: Medium Error; Unrecovered read error. +Sector 15981: Medium Error; Unrecovered read error. +Sector 15982, try 1: Medium Error; Unrecovered read error. +Sector 15982: Medium Error; Unrecovered read error. +Sector 15983, try 1: Medium Error; Unrecovered read error. +Sector 15983: Medium Error; Unrecovered read error. +Sectors 15984 - 15999: Medium Error; Unrecovered read error. +Sector 15984, try 1: Medium Error; Unrecovered read error. +Sector 15984: Medium Error; Unrecovered read error. +Sector 15985, try 1: Medium Error; Unrecovered read error. +Sector 15985: Medium Error; Unrecovered read error. +Sector 15986, try 1: Medium Error; Unrecovered read error. +Sector 15986: Medium Error; Unrecovered read error. +Sector 15987, try 1: Medium Error; Unrecovered read error. +Sector 15987: Medium Error; Unrecovered read error. +Sector 15988, try 1: Medium Error; Unrecovered read error. +Sector 15988: Medium Error; Unrecovered read error. +Sector 15989, try 1: Medium Error; Unrecovered read error. +Sector 15989: Medium Error; Unrecovered read error. +Sector 15990, try 1: Medium Error; Unrecovered read error. +Sector 15990: Medium Error; Unrecovered read error. +Sector 15991, try 1: Medium Error; Unrecovered read error. +Sector 15991: Medium Error; Unrecovered read error. +Sector 15992, try 1: Medium Error; Unrecovered read error. +Sector 15992: Medium Error; Unrecovered read error. +Sector 15993, try 1: Medium Error; Unrecovered read error. +Sector 15993: Medium Error; Unrecovered read error. +Sector 15994, try 1: Medium Error; Unrecovered read error. +Sector 15994: Medium Error; Unrecovered read error. +Sector 15995, try 1: Medium Error; Unrecovered read error. +Sector 15995: Medium Error; Unrecovered read error. +Sector 15996, try 1: Medium Error; Unrecovered read error. +Sector 15996: Medium Error; Unrecovered read error. +Sector 15997, try 1: Medium Error; Unrecovered read error. +Sector 15997: Medium Error; Unrecovered read error. +Sector 15998, try 1: Medium Error; Unrecovered read error. +Sector 15998: Medium Error; Unrecovered read error. +Sector 15999, try 1: Medium Error; Unrecovered read error. +Sector 15999: Medium Error; Unrecovered read error. +Sectors 16000 - 16015: Medium Error; Unrecovered read error. +Sector 16000, try 1: Medium Error; Unrecovered read error. +Sector 16000: Medium Error; Unrecovered read error. +Sector 16001, try 1: Medium Error; Unrecovered read error. +Sector 16001: Medium Error; Unrecovered read error. +Sector 16002, try 1: Medium Error; Unrecovered read error. +Sector 16002: Medium Error; Unrecovered read error. +Sector 16003, try 1: Medium Error; Unrecovered read error. +Sector 16003: Medium Error; Unrecovered read error. +Sector 16004, try 1: Medium Error; Unrecovered read error. +Sector 16004: Medium Error; Unrecovered read error. +Sector 16005, try 1: Medium Error; Unrecovered read error. +Sector 16005: Medium Error; Unrecovered read error. +Sector 16006, try 1: Medium Error; Unrecovered read error. +Sector 16006: Medium Error; Unrecovered read error. +Sector 16007, try 1: Medium Error; Unrecovered read error. +Sector 16007: Medium Error; Unrecovered read error. +Sector 16008, try 1: Medium Error; Unrecovered read error. +Sector 16008: Medium Error; Unrecovered read error. +Sector 16009, try 1: Medium Error; Unrecovered read error. +Sector 16009: Medium Error; Unrecovered read error. +Sector 16010, try 1: Medium Error; Unrecovered read error. +Sector 16010: Medium Error; Unrecovered read error. +Sector 16011, try 1: Medium Error; Unrecovered read error. +Sector 16011: Medium Error; Unrecovered read error. +Sector 16012, try 1: Medium Error; Unrecovered read error. +Sector 16012: Medium Error; Unrecovered read error. +Sector 16013, try 1: Medium Error; Unrecovered read error. +Sector 16013: Medium Error; Unrecovered read error. +Sector 16014, try 1: Medium Error; Unrecovered read error. +Sector 16014: Medium Error; Unrecovered read error. +Sector 16015, try 1: Medium Error; Unrecovered read error. +Sector 16015: Medium Error; Unrecovered read error. +Sectors 16016 - 16031: Medium Error; Unrecovered read error. +Sector 16016, try 1: Medium Error; Unrecovered read error. +Sector 16016: Medium Error; Unrecovered read error. +Sector 16017, try 1: Medium Error; Unrecovered read error. +Sector 16017: Medium Error; Unrecovered read error. +Sector 16018, try 1: Medium Error; Unrecovered read error. +Sector 16018: Medium Error; Unrecovered read error. +Sector 16019, try 1: Medium Error; Unrecovered read error. +Sector 16019: Medium Error; Unrecovered read error. +Sector 16020, try 1: Medium Error; Unrecovered read error. +Sector 16020: Medium Error; Unrecovered read error. +Sector 16021, try 1: Medium Error; Unrecovered read error. +Sector 16021: Medium Error; Unrecovered read error. +Sector 16022, try 1: Medium Error; Unrecovered read error. +Sector 16022: Medium Error; Unrecovered read error. +Sector 16023, try 1: Medium Error; Unrecovered read error. +Sector 16023: Medium Error; Unrecovered read error. +Sector 16024, try 1: Medium Error; Unrecovered read error. +Sector 16024: Medium Error; Unrecovered read error. +Sector 16025, try 1: Medium Error; Unrecovered read error. +Sector 16025: Medium Error; Unrecovered read error. +Sector 16026, try 1: Medium Error; Unrecovered read error. +Sector 16026: Medium Error; Unrecovered read error. +Sector 16027, try 1: Medium Error; Unrecovered read error. +Sector 16027: Medium Error; Unrecovered read error. +Sector 16028, try 1: Medium Error; Unrecovered read error. +Sector 16028: Medium Error; Unrecovered read error. +Sector 16029, try 1: Medium Error; Unrecovered read error. +Sector 16029: Medium Error; Unrecovered read error. +Sector 16030, try 1: Medium Error; Unrecovered read error. +Sector 16030: Medium Error; Unrecovered read error. +Sector 16031, try 1: Medium Error; Unrecovered read error. +Sector 16031: Medium Error; Unrecovered read error. +Sectors 16032 - 16047: Medium Error; Unrecovered read error. +Sector 16032, try 1: Medium Error; Unrecovered read error. +Sector 16032: Medium Error; Unrecovered read error. +Sector 16033, try 1: Medium Error; Unrecovered read error. +Sector 16033: Medium Error; Unrecovered read error. +Sector 16034, try 1: Medium Error; Unrecovered read error. +Sector 16034: Medium Error; Unrecovered read error. +Sector 16035, try 1: Medium Error; Unrecovered read error. +Sector 16035: Medium Error; Unrecovered read error. +Sector 16036, try 1: Medium Error; Unrecovered read error. +Sector 16036: Medium Error; Unrecovered read error. +Sector 16037, try 1: Medium Error; Unrecovered read error. +Sector 16037: Medium Error; Unrecovered read error. +Sector 16038, try 1: Medium Error; Unrecovered read error. +Sector 16038: Medium Error; Unrecovered read error. +Sector 16039, try 1: Medium Error; Unrecovered read error. +Sector 16039: Medium Error; Unrecovered read error. +Sector 16040, try 1: Medium Error; Unrecovered read error. +Sector 16040: Medium Error; Unrecovered read error. +Sector 16041, try 1: Medium Error; Unrecovered read error. +Sector 16041: Medium Error; Unrecovered read error. +Sector 16042, try 1: Medium Error; Unrecovered read error. +Sector 16042: Medium Error; Unrecovered read error. +Sector 16043, try 1: Medium Error; Unrecovered read error. +Sector 16043: Medium Error; Unrecovered read error. +Sector 16044, try 1: Medium Error; Unrecovered read error. +Sector 16044: Medium Error; Unrecovered read error. +Sector 16045, try 1: Medium Error; Unrecovered read error. +Sector 16045: Medium Error; Unrecovered read error. +Sector 16046, try 1: Medium Error; Unrecovered read error. +Sector 16046: Medium Error; Unrecovered read error. +Sector 16047, try 1: Medium Error; Unrecovered read error. +Sector 16047: Medium Error; Unrecovered read error. +Sectors 16048 - 16063: Medium Error; Unrecovered read error. +Sector 16048, try 1: Medium Error; Unrecovered read error. +Sector 16048: Medium Error; Unrecovered read error. +Sector 16049, try 1: Medium Error; Unrecovered read error. +Sector 16049: Medium Error; Unrecovered read error. +Sector 16050, try 1: Medium Error; Unrecovered read error. +Sector 16050: Medium Error; Unrecovered read error. +Sector 16051, try 1: Medium Error; Unrecovered read error. +Sector 16051: Medium Error; Unrecovered read error. +Sector 16052, try 1: Medium Error; Unrecovered read error. +Sector 16052: Medium Error; Unrecovered read error. +Sector 16053, try 1: Medium Error; Unrecovered read error. +Sector 16053: Medium Error; Unrecovered read error. +Sector 16054, try 1: Medium Error; Unrecovered read error. +Sector 16054: Medium Error; Unrecovered read error. +Sector 16055, try 1: Medium Error; Unrecovered read error. +Sector 16055: Medium Error; Unrecovered read error. +Sector 16056, try 1: Medium Error; Unrecovered read error. +Sector 16056: Medium Error; Unrecovered read error. +Sector 16057, try 1: Medium Error; Unrecovered read error. +Sector 16057: Medium Error; Unrecovered read error. +Sector 16058, try 1: Medium Error; Unrecovered read error. +Sector 16058: Medium Error; Unrecovered read error. +Sector 16059, try 1: Medium Error; Unrecovered read error. +Sector 16059: Medium Error; Unrecovered read error. +Sector 16060, try 1: Medium Error; Unrecovered read error. +Sector 16060: Medium Error; Unrecovered read error. +Sector 16061, try 1: Medium Error; Unrecovered read error. +Sector 16061: Medium Error; Unrecovered read error. +Sector 16062, try 1: Medium Error; Unrecovered read error. +Sector 16062: Medium Error; Unrecovered read error. +Sector 16063, try 1: Medium Error; Unrecovered read error. +Sector 16063: Medium Error; Unrecovered read error. +Sectors 16064 - 16079: Medium Error; Unrecovered read error. +Sector 16064, try 1: Medium Error; Unrecovered read error. +Sector 16064: Medium Error; Unrecovered read error. +Sector 16065, try 1: Medium Error; Unrecovered read error. +Sector 16065: Medium Error; Unrecovered read error. +Sector 16066, try 1: Medium Error; Unrecovered read error. +Sector 16066: Medium Error; Unrecovered read error. +Sector 16067, try 1: Medium Error; Unrecovered read error. +Sector 16067: Medium Error; Unrecovered read error. +Sector 16068, try 1: Medium Error; Unrecovered read error. +Sector 16068: Medium Error; Unrecovered read error. +Sector 16069, try 1: Medium Error; Unrecovered read error. +Sector 16069: Medium Error; Unrecovered read error. +Sector 16070, try 1: Medium Error; Unrecovered read error. +Sector 16070: Medium Error; Unrecovered read error. +Sector 16071, try 1: Medium Error; Unrecovered read error. +Sector 16071: Medium Error; Unrecovered read error. +Sector 16072, try 1: Medium Error; Unrecovered read error. +Sector 16072: Medium Error; Unrecovered read error. +Sector 16073, try 1: Medium Error; Unrecovered read error. +Sector 16073: Medium Error; Unrecovered read error. +Sector 16074, try 1: Medium Error; Unrecovered read error. +Sector 16074: Medium Error; Unrecovered read error. +Sector 16075, try 1: Medium Error; Unrecovered read error. +Sector 16075: Medium Error; Unrecovered read error. +Sector 16076, try 1: Medium Error; Unrecovered read error. +Sector 16076: Medium Error; Unrecovered read error. +Sector 16077, try 1: Medium Error; Unrecovered read error. +Sector 16077: Medium Error; Unrecovered read error. +Sector 16078, try 1: Medium Error; Unrecovered read error. +Sector 16078: Medium Error; Unrecovered read error. +Sector 16079, try 1: Medium Error; Unrecovered read error. +Sector 16079: Medium Error; Unrecovered read error. +Sectors 16080 - 16095: Medium Error; Unrecovered read error. +Sector 16080, try 1: Medium Error; Unrecovered read error. +Sector 16080: Medium Error; Unrecovered read error. +Sector 16081, try 1: Medium Error; Unrecovered read error. +Sector 16081: Medium Error; Unrecovered read error. +Sector 16082, try 1: Medium Error; Unrecovered read error. +Sector 16082: Medium Error; Unrecovered read error. +Sector 16083, try 1: Medium Error; Unrecovered read error. +Sector 16083: Medium Error; Unrecovered read error. +Sector 16084, try 1: Medium Error; Unrecovered read error. +Sector 16084: Medium Error; Unrecovered read error. +Sector 16085, try 1: Medium Error; Unrecovered read error. +Sector 16085: Medium Error; Unrecovered read error. +Sector 16086, try 1: Medium Error; Unrecovered read error. +Sector 16086: Medium Error; Unrecovered read error. +Sector 16087, try 1: Medium Error; Unrecovered read error. +Sector 16087: Medium Error; Unrecovered read error. +Sector 16088, try 1: Medium Error; Unrecovered read error. +Sector 16088: Medium Error; Unrecovered read error. +Sector 16089, try 1: Medium Error; Unrecovered read error. +Sector 16089: Medium Error; Unrecovered read error. +Sector 16090, try 1: Medium Error; Unrecovered read error. +Sector 16090: Medium Error; Unrecovered read error. +Sector 16091, try 1: Medium Error; Unrecovered read error. +Sector 16091: Medium Error; Unrecovered read error. +Sector 16092, try 1: Medium Error; Unrecovered read error. +Sector 16092: Medium Error; Unrecovered read error. +Sector 16093, try 1: Medium Error; Unrecovered read error. +Sector 16093: Medium Error; Unrecovered read error. +Sector 16094, try 1: Medium Error; Unrecovered read error. +Sector 16094: Medium Error; Unrecovered read error. +Sector 16095, try 1: Medium Error; Unrecovered read error. +Sector 16095: Medium Error; Unrecovered read error. +Sectors 16096 - 16111: Medium Error; Unrecovered read error. +Sector 16096, try 1: Medium Error; Unrecovered read error. +Sector 16096: Medium Error; Unrecovered read error. +Sector 16097, try 1: Medium Error; Unrecovered read error. +Sector 16097: Medium Error; Unrecovered read error. +Sector 16098, try 1: Medium Error; Unrecovered read error. +Sector 16098: Medium Error; Unrecovered read error. +Sector 16099, try 1: Medium Error; Unrecovered read error. +Sector 16099: Medium Error; Unrecovered read error. +Sector 16100, try 1: Medium Error; Unrecovered read error. +Sector 16100: Medium Error; Unrecovered read error. +Sector 16101, try 1: Medium Error; Unrecovered read error. +Sector 16101: Medium Error; Unrecovered read error. +Sector 16102, try 1: Medium Error; Unrecovered read error. +Sector 16102: Medium Error; Unrecovered read error. +Sector 16103, try 1: Medium Error; Unrecovered read error. +Sector 16103: Medium Error; Unrecovered read error. +Sector 16104, try 1: Medium Error; Unrecovered read error. +Sector 16104: Medium Error; Unrecovered read error. +Sector 16105, try 1: Medium Error; Unrecovered read error. +Sector 16105: Medium Error; Unrecovered read error. +Sector 16106, try 1: Medium Error; Unrecovered read error. +Sector 16106: Medium Error; Unrecovered read error. +Sector 16107, try 1: Medium Error; Unrecovered read error. +Sector 16107: Medium Error; Unrecovered read error. +Sector 16108, try 1: Medium Error; Unrecovered read error. +Sector 16108: Medium Error; Unrecovered read error. +Sector 16109, try 1: Medium Error; Unrecovered read error. +Sector 16109: Medium Error; Unrecovered read error. +Sector 16110, try 1: Medium Error; Unrecovered read error. +Sector 16110: Medium Error; Unrecovered read error. +Sector 16111, try 1: Medium Error; Unrecovered read error. +Sector 16111: Medium Error; Unrecovered read error. +Sectors 16112 - 16127: Medium Error; Unrecovered read error. +Sector 16112, try 1: Medium Error; Unrecovered read error. +Sector 16112: Medium Error; Unrecovered read error. +Sector 16113, try 1: Medium Error; Unrecovered read error. +Sector 16113: Medium Error; Unrecovered read error. +Sector 16114, try 1: Medium Error; Unrecovered read error. +Sector 16114: Medium Error; Unrecovered read error. +Sector 16115, try 1: Medium Error; Unrecovered read error. +Sector 16115: Medium Error; Unrecovered read error. +Sector 16116, try 1: Medium Error; Unrecovered read error. +Sector 16116: Medium Error; Unrecovered read error. +Sector 16117, try 1: Medium Error; Unrecovered read error. +Sector 16117: Medium Error; Unrecovered read error. +Sector 16118, try 1: Medium Error; Unrecovered read error. +Sector 16118: Medium Error; Unrecovered read error. +Sector 16119, try 1: Medium Error; Unrecovered read error. +Sector 16119: Medium Error; Unrecovered read error. +Sector 16120, try 1: Medium Error; Unrecovered read error. +Sector 16120: Medium Error; Unrecovered read error. +Sector 16121, try 1: Medium Error; Unrecovered read error. +Sector 16121: Medium Error; Unrecovered read error. +Sector 16122, try 1: Medium Error; Unrecovered read error. +Sector 16122: Medium Error; Unrecovered read error. +Sector 16123, try 1: Medium Error; Unrecovered read error. +Sector 16123: Medium Error; Unrecovered read error. +Sector 16124, try 1: Medium Error; Unrecovered read error. +Sector 16124: Medium Error; Unrecovered read error. +Sector 16125, try 1: Medium Error; Unrecovered read error. +Sector 16125: Medium Error; Unrecovered read error. +Sector 16126, try 1: Medium Error; Unrecovered read error. +Sector 16126: Medium Error; Unrecovered read error. +Sector 16127, try 1: Medium Error; Unrecovered read error. +Sector 16127: Medium Error; Unrecovered read error. +Sectors 16128 - 16143: Medium Error; Unrecovered read error. +Sector 16128, try 1: Medium Error; Unrecovered read error. +Sector 16128: Medium Error; Unrecovered read error. +Sector 16129, try 1: Medium Error; Unrecovered read error. +Sector 16129: Medium Error; Unrecovered read error. +Sector 16130, try 1: Medium Error; Unrecovered read error. +Sector 16130: Medium Error; Unrecovered read error. +Sector 16131, try 1: Medium Error; Unrecovered read error. +Sector 16131: Medium Error; Unrecovered read error. +Sector 16132, try 1: Medium Error; Unrecovered read error. +Sector 16132: Medium Error; Unrecovered read error. +Sector 16133, try 1: Medium Error; Unrecovered read error. +Sector 16133: Medium Error; Unrecovered read error. +Sector 16134, try 1: Medium Error; Unrecovered read error. +Sector 16134: Medium Error; Unrecovered read error. +Sector 16135, try 1: Medium Error; Unrecovered read error. +Sector 16135: Medium Error; Unrecovered read error. +Sector 16136, try 1: Medium Error; Unrecovered read error. +Sector 16136: Medium Error; Unrecovered read error. +Sector 16137, try 1: Medium Error; Unrecovered read error. +Sector 16137: Medium Error; Unrecovered read error. +Sector 16138, try 1: Medium Error; Unrecovered read error. +Sector 16138: Medium Error; Unrecovered read error. +Sector 16139, try 1: Medium Error; Unrecovered read error. +Sector 16139: Medium Error; Unrecovered read error. +Sector 16140, try 1: Medium Error; Unrecovered read error. +Sector 16140: Medium Error; Unrecovered read error. +Sector 16141, try 1: Medium Error; Unrecovered read error. +Sector 16141: Medium Error; Unrecovered read error. +Sector 16142, try 1: Medium Error; Unrecovered read error. +Sector 16142: Medium Error; Unrecovered read error. +Sector 16143, try 1: Medium Error; Unrecovered read error. +Sector 16143: Medium Error; Unrecovered read error. +Sectors 16144 - 16159: Medium Error; Unrecovered read error. +Sector 16144, try 1: Medium Error; Unrecovered read error. +Sector 16144: Medium Error; Unrecovered read error. +Sector 16145, try 1: Medium Error; Unrecovered read error. +Sector 16145: Medium Error; Unrecovered read error. +Sector 16146, try 1: Medium Error; Unrecovered read error. +Sector 16146: Medium Error; Unrecovered read error. +Sector 16147, try 1: Medium Error; Unrecovered read error. +Sector 16147: Medium Error; Unrecovered read error. +Sector 16148, try 1: Medium Error; Unrecovered read error. +Sector 16148: Medium Error; Unrecovered read error. +Sector 16149, try 1: Medium Error; Unrecovered read error. +Sector 16149: Medium Error; Unrecovered read error. +Sector 16150, try 1: Medium Error; Unrecovered read error. +Sector 16150: Medium Error; Unrecovered read error. +Sector 16151, try 1: Medium Error; Unrecovered read error. +Sector 16151: Medium Error; Unrecovered read error. +Sector 16152, try 1: Medium Error; Unrecovered read error. +Sector 16152: Medium Error; Unrecovered read error. +Sector 16153, try 1: Medium Error; Unrecovered read error. +Sector 16153: Medium Error; Unrecovered read error. +Sector 16154, try 1: Medium Error; Unrecovered read error. +Sector 16154: Medium Error; Unrecovered read error. +Sector 16155, try 1: Medium Error; Unrecovered read error. +Sector 16155: Medium Error; Unrecovered read error. +Sector 16156, try 1: Medium Error; Unrecovered read error. +Sector 16156: Medium Error; Unrecovered read error. +Sector 16157, try 1: Medium Error; Unrecovered read error. +Sector 16157: Medium Error; Unrecovered read error. +Sector 16158, try 1: Medium Error; Unrecovered read error. +Sector 16158: Medium Error; Unrecovered read error. +Sector 16159, try 1: Medium Error; Unrecovered read error. +Sector 16159: Medium Error; Unrecovered read error. +Sectors 16160 - 16175: Medium Error; Unrecovered read error. +Sector 16160, try 1: Medium Error; Unrecovered read error. +Sector 16160: Medium Error; Unrecovered read error. +Sector 16161, try 1: Medium Error; Unrecovered read error. +Sector 16161: Medium Error; Unrecovered read error. +Sector 16162, try 1: Medium Error; Unrecovered read error. +Sector 16162: Medium Error; Unrecovered read error. +Sector 16163, try 1: Medium Error; Unrecovered read error. +Sector 16163: Medium Error; Unrecovered read error. +Sector 16164, try 1: Medium Error; Unrecovered read error. +Sector 16164: Medium Error; Unrecovered read error. +Sector 16165, try 1: Medium Error; Unrecovered read error. +Sector 16165: Medium Error; Unrecovered read error. +Sector 16166, try 1: Medium Error; Unrecovered read error. +Sector 16166: Medium Error; Unrecovered read error. +Sector 16167, try 1: Medium Error; Unrecovered read error. +Sector 16167: Medium Error; Unrecovered read error. +Sector 16168, try 1: Medium Error; Unrecovered read error. +Sector 16168: Medium Error; Unrecovered read error. +Sector 16169, try 1: Medium Error; Unrecovered read error. +Sector 16169: Medium Error; Unrecovered read error. +Sector 16170, try 1: Medium Error; Unrecovered read error. +Sector 16170: Medium Error; Unrecovered read error. +Sector 16171, try 1: Medium Error; Unrecovered read error. +Sector 16171: Medium Error; Unrecovered read error. +Sector 16172, try 1: Medium Error; Unrecovered read error. +Sector 16172: Medium Error; Unrecovered read error. +Sector 16173, try 1: Medium Error; Unrecovered read error. +Sector 16173: Medium Error; Unrecovered read error. +Sector 16174, try 1: Medium Error; Unrecovered read error. +Sector 16174: Medium Error; Unrecovered read error. +Sector 16175, try 1: Medium Error; Unrecovered read error. +Sector 16175: Medium Error; Unrecovered read error. +Sectors 16176 - 16191: Medium Error; Unrecovered read error. +Sector 16176, try 1: Medium Error; Unrecovered read error. +Sector 16176: Medium Error; Unrecovered read error. +Sector 16177, try 1: Medium Error; Unrecovered read error. +Sector 16177: Medium Error; Unrecovered read error. +Sector 16178, try 1: Medium Error; Unrecovered read error. +Sector 16178: Medium Error; Unrecovered read error. +Sector 16179, try 1: Medium Error; Unrecovered read error. +Sector 16179: Medium Error; Unrecovered read error. +Sector 16180, try 1: Medium Error; Unrecovered read error. +Sector 16180: Medium Error; Unrecovered read error. +Sector 16181, try 1: Medium Error; Unrecovered read error. +Sector 16181: Medium Error; Unrecovered read error. +Sector 16182, try 1: Medium Error; Unrecovered read error. +Sector 16182: Medium Error; Unrecovered read error. +Sector 16183, try 1: Medium Error; Unrecovered read error. +Sector 16183: Medium Error; Unrecovered read error. +Sector 16184, try 1: Medium Error; Unrecovered read error. +Sector 16184: Medium Error; Unrecovered read error. +Sector 16185, try 1: Medium Error; Unrecovered read error. +Sector 16185: Medium Error; Unrecovered read error. +Sector 16186, try 1: Medium Error; Unrecovered read error. +Sector 16186: Medium Error; Unrecovered read error. +Sector 16187, try 1: Medium Error; Unrecovered read error. +Sector 16187: Medium Error; Unrecovered read error. +Sector 16188, try 1: Medium Error; Unrecovered read error. +Sector 16188: Medium Error; Unrecovered read error. +Sector 16189, try 1: Medium Error; Unrecovered read error. +Sector 16189: Medium Error; Unrecovered read error. +Sector 16190, try 1: Medium Error; Unrecovered read error. +Sector 16190: Medium Error; Unrecovered read error. +Sector 16191, try 1: Medium Error; Unrecovered read error. +Sector 16191: Medium Error; Unrecovered read error. +Sectors 16192 - 16207: Medium Error; Unrecovered read error. +Sector 16192, try 1: Medium Error; Unrecovered read error. +Sector 16192: Medium Error; Unrecovered read error. +Sector 16193, try 1: Medium Error; Unrecovered read error. +Sector 16193: Medium Error; Unrecovered read error. +Sector 16194, try 1: Medium Error; Unrecovered read error. +Sector 16194: Medium Error; Unrecovered read error. +Sector 16195, try 1: Medium Error; Unrecovered read error. +Sector 16195: Medium Error; Unrecovered read error. +Sector 16196, try 1: Medium Error; Unrecovered read error. +Sector 16196: Medium Error; Unrecovered read error. +Sector 16197, try 1: Medium Error; Unrecovered read error. +Sector 16197: Medium Error; Unrecovered read error. +Sector 16198, try 1: Medium Error; Unrecovered read error. +Sector 16198: Medium Error; Unrecovered read error. +Sector 16199, try 1: Medium Error; Unrecovered read error. +Sector 16199: Medium Error; Unrecovered read error. + +Trying to complete image, reading pass 3 of 3. +Sector 15800, try 1: Medium Error; Unrecovered read error. +Sector 15800: Medium Error; Unrecovered read error. +Sector 15801, try 1: Medium Error; Unrecovered read error. +Sector 15801: Medium Error; Unrecovered read error. +Sector 15802, try 1: Medium Error; Unrecovered read error. +Sector 15802: Medium Error; Unrecovered read error. +Sector 15803, try 1: Medium Error; Unrecovered read error. +Sector 15803: Medium Error; Unrecovered read error. +Sector 15804, try 1: Medium Error; Unrecovered read error. +Sector 15804: Medium Error; Unrecovered read error. +Sector 15805, try 1: Medium Error; Unrecovered read error. +Sector 15805: Medium Error; Unrecovered read error. +Sector 15806, try 1: Medium Error; Unrecovered read error. +Sector 15806: Medium Error; Unrecovered read error. +Sector 15807, try 1: Medium Error; Unrecovered read error. +Sector 15807: Medium Error; Unrecovered read error. +Sectors 15808 - 15823: Medium Error; Unrecovered read error. +Sector 15808, try 1: Medium Error; Unrecovered read error. +Sector 15808: Medium Error; Unrecovered read error. +Sector 15809, try 1: Medium Error; Unrecovered read error. +Sector 15809: Medium Error; Unrecovered read error. +Sector 15810, try 1: Medium Error; Unrecovered read error. +Sector 15810: Medium Error; Unrecovered read error. +Sector 15811, try 1: Medium Error; Unrecovered read error. +Sector 15811: Medium Error; Unrecovered read error. +Sector 15812, try 1: Medium Error; Unrecovered read error. +Sector 15812: Medium Error; Unrecovered read error. +Sector 15813, try 1: Medium Error; Unrecovered read error. +Sector 15813: Medium Error; Unrecovered read error. +Sector 15814, try 1: Medium Error; Unrecovered read error. +Sector 15814: Medium Error; Unrecovered read error. +Sector 15815, try 1: Medium Error; Unrecovered read error. +Sector 15815: Medium Error; Unrecovered read error. +Sector 15816, try 1: Medium Error; Unrecovered read error. +Sector 15816: Medium Error; Unrecovered read error. +Sector 15817, try 1: Medium Error; Unrecovered read error. +Sector 15817: Medium Error; Unrecovered read error. +Sector 15818, try 1: Medium Error; Unrecovered read error. +Sector 15818: Medium Error; Unrecovered read error. +Sector 15819, try 1: Medium Error; Unrecovered read error. +Sector 15819: Medium Error; Unrecovered read error. +Sector 15820, try 1: Medium Error; Unrecovered read error. +Sector 15820: Medium Error; Unrecovered read error. +Sector 15821, try 1: Medium Error; Unrecovered read error. +Sector 15821: Medium Error; Unrecovered read error. +Sector 15822, try 1: Medium Error; Unrecovered read error. +Sector 15822: Medium Error; Unrecovered read error. +Sector 15823, try 1: Medium Error; Unrecovered read error. +Sector 15823: Medium Error; Unrecovered read error. +Sectors 15824 - 15839: Medium Error; Unrecovered read error. +Sector 15824, try 1: Medium Error; Unrecovered read error. +Sector 15824: Medium Error; Unrecovered read error. +Sector 15825, try 1: Medium Error; Unrecovered read error. +Sector 15825: Medium Error; Unrecovered read error. +Sector 15826, try 1: Medium Error; Unrecovered read error. +Sector 15826: Medium Error; Unrecovered read error. +Sector 15827, try 1: Medium Error; Unrecovered read error. +Sector 15827: Medium Error; Unrecovered read error. +Sector 15828, try 1: Medium Error; Unrecovered read error. +Sector 15828: Medium Error; Unrecovered read error. +Sector 15829, try 1: Medium Error; Unrecovered read error. +Sector 15829: Medium Error; Unrecovered read error. +Sector 15830, try 1: Medium Error; Unrecovered read error. +Sector 15830: Medium Error; Unrecovered read error. +Sector 15831, try 1: Medium Error; Unrecovered read error. +Sector 15831: Medium Error; Unrecovered read error. +Sector 15832, try 1: Medium Error; Unrecovered read error. +Sector 15832: Medium Error; Unrecovered read error. +Sector 15833, try 1: Medium Error; Unrecovered read error. +Sector 15833: Medium Error; Unrecovered read error. +Sector 15834, try 1: Medium Error; Unrecovered read error. +Sector 15834: Medium Error; Unrecovered read error. +Sector 15835, try 1: Medium Error; Unrecovered read error. +Sector 15835: Medium Error; Unrecovered read error. +Sector 15836, try 1: Medium Error; Unrecovered read error. +Sector 15836: Medium Error; Unrecovered read error. +Sector 15837, try 1: Medium Error; Unrecovered read error. +Sector 15837: Medium Error; Unrecovered read error. +Sector 15838, try 1: Medium Error; Unrecovered read error. +Sector 15838: Medium Error; Unrecovered read error. +Sector 15839, try 1: Medium Error; Unrecovered read error. +Sector 15839: Medium Error; Unrecovered read error. +Sectors 15840 - 15855: Medium Error; Unrecovered read error. +* CRC error, sector: 10000 +Sector 15840, try 1: Medium Error; Unrecovered read error. +Sector 15840: Medium Error; Unrecovered read error. +Sector 15841, try 1: Medium Error; Unrecovered read error. +Sector 15841: Medium Error; Unrecovered read error. +Sector 15842, try 1: Medium Error; Unrecovered read error. +Sector 15842: Medium Error; Unrecovered read error. +Sector 15843, try 1: Medium Error; Unrecovered read error. +Sector 15843: Medium Error; Unrecovered read error. +Sector 15844, try 1: Medium Error; Unrecovered read error. +Sector 15844: Medium Error; Unrecovered read error. +Sector 15845, try 1: Medium Error; Unrecovered read error. +Sector 15845: Medium Error; Unrecovered read error. +Sector 15846, try 1: Medium Error; Unrecovered read error. +Sector 15846: Medium Error; Unrecovered read error. +Sector 15847, try 1: Medium Error; Unrecovered read error. +Sector 15847: Medium Error; Unrecovered read error. +Sector 15848, try 1: Medium Error; Unrecovered read error. +Sector 15848: Medium Error; Unrecovered read error. +Sector 15849, try 1: Medium Error; Unrecovered read error. +Sector 15849: Medium Error; Unrecovered read error. +Sector 15850, try 1: Medium Error; Unrecovered read error. +Sector 15850: Medium Error; Unrecovered read error. +Sector 15851, try 1: Medium Error; Unrecovered read error. +Sector 15851: Medium Error; Unrecovered read error. +Sector 15852, try 1: Medium Error; Unrecovered read error. +Sector 15852: Medium Error; Unrecovered read error. +Sector 15853, try 1: Medium Error; Unrecovered read error. +Sector 15853: Medium Error; Unrecovered read error. +Sector 15854, try 1: Medium Error; Unrecovered read error. +Sector 15854: Medium Error; Unrecovered read error. +Sector 15855, try 1: Medium Error; Unrecovered read error. +Sector 15855: Medium Error; Unrecovered read error. +Sectors 15856 - 15871: Medium Error; Unrecovered read error. +Sector 15856, try 1: Medium Error; Unrecovered read error. +Sector 15856: Medium Error; Unrecovered read error. +Sector 15857, try 1: Medium Error; Unrecovered read error. +Sector 15857: Medium Error; Unrecovered read error. +Sector 15858, try 1: Medium Error; Unrecovered read error. +Sector 15858: Medium Error; Unrecovered read error. +Sector 15859, try 1: Medium Error; Unrecovered read error. +Sector 15859: Medium Error; Unrecovered read error. +Sector 15860, try 1: Medium Error; Unrecovered read error. +Sector 15860: Medium Error; Unrecovered read error. +Sector 15861, try 1: Medium Error; Unrecovered read error. +Sector 15861: Medium Error; Unrecovered read error. +Sector 15862, try 1: Medium Error; Unrecovered read error. +Sector 15862: Medium Error; Unrecovered read error. +Sector 15863, try 1: Medium Error; Unrecovered read error. +Sector 15863: Medium Error; Unrecovered read error. +Sector 15864, try 1: Medium Error; Unrecovered read error. +Sector 15864: Medium Error; Unrecovered read error. +Sector 15865, try 1: Medium Error; Unrecovered read error. +Sector 15865: Medium Error; Unrecovered read error. +Sector 15866, try 1: Medium Error; Unrecovered read error. +Sector 15866: Medium Error; Unrecovered read error. +Sector 15867, try 1: Medium Error; Unrecovered read error. +Sector 15867: Medium Error; Unrecovered read error. +Sector 15868, try 1: Medium Error; Unrecovered read error. +Sector 15868: Medium Error; Unrecovered read error. +Sector 15869, try 1: Medium Error; Unrecovered read error. +Sector 15869: Medium Error; Unrecovered read error. +Sector 15870, try 1: Medium Error; Unrecovered read error. +Sector 15870: Medium Error; Unrecovered read error. +Sector 15871, try 1: Medium Error; Unrecovered read error. +Sector 15871: Medium Error; Unrecovered read error. +Sectors 15872 - 15887: Medium Error; Unrecovered read error. +Sector 15872, try 1: Medium Error; Unrecovered read error. +Sector 15872: Medium Error; Unrecovered read error. +Sector 15873, try 1: Medium Error; Unrecovered read error. +Sector 15873: Medium Error; Unrecovered read error. +Sector 15874, try 1: Medium Error; Unrecovered read error. +Sector 15874: Medium Error; Unrecovered read error. +Sector 15875, try 1: Medium Error; Unrecovered read error. +Sector 15875: Medium Error; Unrecovered read error. +Sector 15876, try 1: Medium Error; Unrecovered read error. +Sector 15876: Medium Error; Unrecovered read error. +Sector 15877, try 1: Medium Error; Unrecovered read error. +Sector 15877: Medium Error; Unrecovered read error. +Sector 15878, try 1: Medium Error; Unrecovered read error. +Sector 15878: Medium Error; Unrecovered read error. +Sector 15879, try 1: Medium Error; Unrecovered read error. +Sector 15879: Medium Error; Unrecovered read error. +Sector 15880, try 1: Medium Error; Unrecovered read error. +Sector 15880: Medium Error; Unrecovered read error. +Sector 15881, try 1: Medium Error; Unrecovered read error. +Sector 15881: Medium Error; Unrecovered read error. +Sector 15882, try 1: Medium Error; Unrecovered read error. +Sector 15882: Medium Error; Unrecovered read error. +Sector 15883, try 1: Medium Error; Unrecovered read error. +Sector 15883: Medium Error; Unrecovered read error. +Sector 15884, try 1: Medium Error; Unrecovered read error. +Sector 15884: Medium Error; Unrecovered read error. +Sector 15885, try 1: Medium Error; Unrecovered read error. +Sector 15885: Medium Error; Unrecovered read error. +Sector 15886, try 1: Medium Error; Unrecovered read error. +Sector 15886: Medium Error; Unrecovered read error. +Sector 15887, try 1: Medium Error; Unrecovered read error. +Sector 15887: Medium Error; Unrecovered read error. +Sectors 15888 - 15903: Medium Error; Unrecovered read error. +Sector 15888, try 1: Medium Error; Unrecovered read error. +Sector 15888: Medium Error; Unrecovered read error. +Sector 15889, try 1: Medium Error; Unrecovered read error. +Sector 15889: Medium Error; Unrecovered read error. +Sector 15890, try 1: Medium Error; Unrecovered read error. +Sector 15890: Medium Error; Unrecovered read error. +Sector 15891, try 1: Medium Error; Unrecovered read error. +Sector 15891: Medium Error; Unrecovered read error. +Sector 15892, try 1: Medium Error; Unrecovered read error. +Sector 15892: Medium Error; Unrecovered read error. +Sector 15893, try 1: Medium Error; Unrecovered read error. +Sector 15893: Medium Error; Unrecovered read error. +Sector 15894, try 1: Medium Error; Unrecovered read error. +Sector 15894: Medium Error; Unrecovered read error. +Sector 15895, try 1: Medium Error; Unrecovered read error. +Sector 15895: Medium Error; Unrecovered read error. +Sector 15896, try 1: Medium Error; Unrecovered read error. +Sector 15896: Medium Error; Unrecovered read error. +Sector 15897, try 1: Medium Error; Unrecovered read error. +Sector 15897: Medium Error; Unrecovered read error. +Sector 15898, try 1: Medium Error; Unrecovered read error. +Sector 15898: Medium Error; Unrecovered read error. +Sector 15899, try 1: Medium Error; Unrecovered read error. +Sector 15899: Medium Error; Unrecovered read error. +Sectors 16096 - 16111: Medium Error; Unrecovered read error. +Sector 16100, try 1: Medium Error; Unrecovered read error. +Sector 16100: Medium Error; Unrecovered read error. +Sector 16101, try 1: Medium Error; Unrecovered read error. +Sector 16101: Medium Error; Unrecovered read error. +Sector 16102, try 1: Medium Error; Unrecovered read error. +Sector 16102: Medium Error; Unrecovered read error. +Sector 16103, try 1: Medium Error; Unrecovered read error. +Sector 16103: Medium Error; Unrecovered read error. +Sector 16104, try 1: Medium Error; Unrecovered read error. +Sector 16104: Medium Error; Unrecovered read error. +Sector 16105, try 1: Medium Error; Unrecovered read error. +Sector 16105: Medium Error; Unrecovered read error. +Sector 16106, try 1: Medium Error; Unrecovered read error. +Sector 16106: Medium Error; Unrecovered read error. +Sector 16107, try 1: Medium Error; Unrecovered read error. +Sector 16107: Medium Error; Unrecovered read error. +Sector 16108, try 1: Medium Error; Unrecovered read error. +Sector 16108: Medium Error; Unrecovered read error. +Sector 16109, try 1: Medium Error; Unrecovered read error. +Sector 16109: Medium Error; Unrecovered read error. +Sector 16110, try 1: Medium Error; Unrecovered read error. +Sector 16110: Medium Error; Unrecovered read error. +Sector 16111, try 1: Medium Error; Unrecovered read error. +Sector 16111: Medium Error; Unrecovered read error. +Sectors 16112 - 16127: Medium Error; Unrecovered read error. +Sector 16112, try 1: Medium Error; Unrecovered read error. +Sector 16112: Medium Error; Unrecovered read error. +Sector 16113, try 1: Medium Error; Unrecovered read error. +Sector 16113: Medium Error; Unrecovered read error. +Sector 16114, try 1: Medium Error; Unrecovered read error. +Sector 16114: Medium Error; Unrecovered read error. +Sector 16115, try 1: Medium Error; Unrecovered read error. +Sector 16115: Medium Error; Unrecovered read error. +Sector 16116, try 1: Medium Error; Unrecovered read error. +Sector 16116: Medium Error; Unrecovered read error. +Sector 16117, try 1: Medium Error; Unrecovered read error. +Sector 16117: Medium Error; Unrecovered read error. +Sector 16118, try 1: Medium Error; Unrecovered read error. +Sector 16118: Medium Error; Unrecovered read error. +Sector 16119, try 1: Medium Error; Unrecovered read error. +Sector 16119: Medium Error; Unrecovered read error. +Sector 16120, try 1: Medium Error; Unrecovered read error. +Sector 16120: Medium Error; Unrecovered read error. +Sector 16121, try 1: Medium Error; Unrecovered read error. +Sector 16121: Medium Error; Unrecovered read error. +Sector 16122, try 1: Medium Error; Unrecovered read error. +Sector 16122: Medium Error; Unrecovered read error. +Sector 16123, try 1: Medium Error; Unrecovered read error. +Sector 16123: Medium Error; Unrecovered read error. +Sector 16124, try 1: Medium Error; Unrecovered read error. +Sector 16124: Medium Error; Unrecovered read error. +Sector 16125, try 1: Medium Error; Unrecovered read error. +Sector 16125: Medium Error; Unrecovered read error. +Sector 16126, try 1: Medium Error; Unrecovered read error. +Sector 16126: Medium Error; Unrecovered read error. +Sector 16127, try 1: Medium Error; Unrecovered read error. +Sector 16127: Medium Error; Unrecovered read error. +Sectors 16128 - 16143: Medium Error; Unrecovered read error. +Sector 16128, try 1: Medium Error; Unrecovered read error. +Sector 16128: Medium Error; Unrecovered read error. +Sector 16129, try 1: Medium Error; Unrecovered read error. +Sector 16129: Medium Error; Unrecovered read error. +Sector 16130, try 1: Medium Error; Unrecovered read error. +Sector 16130: Medium Error; Unrecovered read error. +Sector 16131, try 1: Medium Error; Unrecovered read error. +Sector 16131: Medium Error; Unrecovered read error. +Sector 16132, try 1: Medium Error; Unrecovered read error. +Sector 16132: Medium Error; Unrecovered read error. +Sector 16133, try 1: Medium Error; Unrecovered read error. +Sector 16133: Medium Error; Unrecovered read error. +Sector 16134, try 1: Medium Error; Unrecovered read error. +Sector 16134: Medium Error; Unrecovered read error. +Sector 16135, try 1: Medium Error; Unrecovered read error. +Sector 16135: Medium Error; Unrecovered read error. +Sector 16136, try 1: Medium Error; Unrecovered read error. +Sector 16136: Medium Error; Unrecovered read error. +Sector 16137, try 1: Medium Error; Unrecovered read error. +Sector 16137: Medium Error; Unrecovered read error. +Sector 16138, try 1: Medium Error; Unrecovered read error. +Sector 16138: Medium Error; Unrecovered read error. +Sector 16139, try 1: Medium Error; Unrecovered read error. +Sector 16139: Medium Error; Unrecovered read error. +Sector 16140, try 1: Medium Error; Unrecovered read error. +Sector 16140: Medium Error; Unrecovered read error. +Sector 16141, try 1: Medium Error; Unrecovered read error. +Sector 16141: Medium Error; Unrecovered read error. +Sector 16142, try 1: Medium Error; Unrecovered read error. +Sector 16142: Medium Error; Unrecovered read error. +Sector 16143, try 1: Medium Error; Unrecovered read error. +Sector 16143: Medium Error; Unrecovered read error. +Sectors 16144 - 16159: Medium Error; Unrecovered read error. +Sector 16144, try 1: Medium Error; Unrecovered read error. +Sector 16144: Medium Error; Unrecovered read error. +Sector 16145, try 1: Medium Error; Unrecovered read error. +Sector 16145: Medium Error; Unrecovered read error. +Sector 16146, try 1: Medium Error; Unrecovered read error. +Sector 16146: Medium Error; Unrecovered read error. +Sector 16147, try 1: Medium Error; Unrecovered read error. +Sector 16147: Medium Error; Unrecovered read error. +Sector 16148, try 1: Medium Error; Unrecovered read error. +Sector 16148: Medium Error; Unrecovered read error. +Sector 16149, try 1: Medium Error; Unrecovered read error. +Sector 16149: Medium Error; Unrecovered read error. +Sector 16150, try 1: Medium Error; Unrecovered read error. +Sector 16150: Medium Error; Unrecovered read error. +Sector 16151, try 1: Medium Error; Unrecovered read error. +Sector 16151: Medium Error; Unrecovered read error. +Sector 16152, try 1: Medium Error; Unrecovered read error. +Sector 16152: Medium Error; Unrecovered read error. +Sector 16153, try 1: Medium Error; Unrecovered read error. +Sector 16153: Medium Error; Unrecovered read error. +Sector 16154, try 1: Medium Error; Unrecovered read error. +Sector 16154: Medium Error; Unrecovered read error. +Sector 16155, try 1: Medium Error; Unrecovered read error. +Sector 16155: Medium Error; Unrecovered read error. +Sector 16156, try 1: Medium Error; Unrecovered read error. +Sector 16156: Medium Error; Unrecovered read error. +Sector 16157, try 1: Medium Error; Unrecovered read error. +Sector 16157: Medium Error; Unrecovered read error. +Sector 16158, try 1: Medium Error; Unrecovered read error. +Sector 16158: Medium Error; Unrecovered read error. +Sector 16159, try 1: Medium Error; Unrecovered read error. +Sector 16159: Medium Error; Unrecovered read error. +Sectors 16160 - 16175: Medium Error; Unrecovered read error. +Sector 16160, try 1: Medium Error; Unrecovered read error. +Sector 16160: Medium Error; Unrecovered read error. +Sector 16161, try 1: Medium Error; Unrecovered read error. +Sector 16161: Medium Error; Unrecovered read error. +Sector 16162, try 1: Medium Error; Unrecovered read error. +Sector 16162: Medium Error; Unrecovered read error. +Sector 16163, try 1: Medium Error; Unrecovered read error. +Sector 16163: Medium Error; Unrecovered read error. +Sector 16164, try 1: Medium Error; Unrecovered read error. +Sector 16164: Medium Error; Unrecovered read error. +Sector 16165, try 1: Medium Error; Unrecovered read error. +Sector 16165: Medium Error; Unrecovered read error. +Sector 16166, try 1: Medium Error; Unrecovered read error. +Sector 16166: Medium Error; Unrecovered read error. +Sector 16167, try 1: Medium Error; Unrecovered read error. +Sector 16167: Medium Error; Unrecovered read error. +Sector 16168, try 1: Medium Error; Unrecovered read error. +Sector 16168: Medium Error; Unrecovered read error. +Sector 16169, try 1: Medium Error; Unrecovered read error. +Sector 16169: Medium Error; Unrecovered read error. +Sector 16170, try 1: Medium Error; Unrecovered read error. +Sector 16170: Medium Error; Unrecovered read error. +Sector 16171, try 1: Medium Error; Unrecovered read error. +Sector 16171: Medium Error; Unrecovered read error. +Sector 16172, try 1: Medium Error; Unrecovered read error. +Sector 16172: Medium Error; Unrecovered read error. +Sector 16173, try 1: Medium Error; Unrecovered read error. +Sector 16173: Medium Error; Unrecovered read error. +Sector 16174, try 1: Medium Error; Unrecovered read error. +Sector 16174: Medium Error; Unrecovered read error. +Sector 16175, try 1: Medium Error; Unrecovered read error. +Sector 16175: Medium Error; Unrecovered read error. +Sectors 16176 - 16191: Medium Error; Unrecovered read error. +Sector 16176, try 1: Medium Error; Unrecovered read error. +Sector 16176: Medium Error; Unrecovered read error. +Sector 16177, try 1: Medium Error; Unrecovered read error. +Sector 16177: Medium Error; Unrecovered read error. +Sector 16178, try 1: Medium Error; Unrecovered read error. +Sector 16178: Medium Error; Unrecovered read error. +Sector 16179, try 1: Medium Error; Unrecovered read error. +Sector 16179: Medium Error; Unrecovered read error. +Sector 16180, try 1: Medium Error; Unrecovered read error. +Sector 16180: Medium Error; Unrecovered read error. +Sector 16181, try 1: Medium Error; Unrecovered read error. +Sector 16181: Medium Error; Unrecovered read error. +Sector 16182, try 1: Medium Error; Unrecovered read error. +Sector 16182: Medium Error; Unrecovered read error. +Sector 16183, try 1: Medium Error; Unrecovered read error. +Sector 16183: Medium Error; Unrecovered read error. +Sector 16184, try 1: Medium Error; Unrecovered read error. +Sector 16184: Medium Error; Unrecovered read error. +Sector 16185, try 1: Medium Error; Unrecovered read error. +Sector 16185: Medium Error; Unrecovered read error. +Sector 16186, try 1: Medium Error; Unrecovered read error. +Sector 16186: Medium Error; Unrecovered read error. +Sector 16187, try 1: Medium Error; Unrecovered read error. +Sector 16187: Medium Error; Unrecovered read error. +Sector 16188, try 1: Medium Error; Unrecovered read error. +Sector 16188: Medium Error; Unrecovered read error. +Sector 16189, try 1: Medium Error; Unrecovered read error. +Sector 16189: Medium Error; Unrecovered read error. +Sector 16190, try 1: Medium Error; Unrecovered read error. +Sector 16190: Medium Error; Unrecovered read error. +Sector 16191, try 1: Medium Error; Unrecovered read error. +Sector 16191: Medium Error; Unrecovered read error. +Sector 16192, try 1: Medium Error; Unrecovered read error. +Sector 16192: Medium Error; Unrecovered read error. +Sector 16193, try 1: Medium Error; Unrecovered read error. +Sector 16193: Medium Error; Unrecovered read error. +Sector 16194, try 1: Medium Error; Unrecovered read error. +Sector 16194: Medium Error; Unrecovered read error. +Sector 16195, try 1: Medium Error; Unrecovered read error. +Sector 16195: Medium Error; Unrecovered read error. +Sector 16196, try 1: Medium Error; Unrecovered read error. +Sector 16196: Medium Error; Unrecovered read error. +Sector 16197, try 1: Medium Error; Unrecovered read error. +Sector 16197: Medium Error; Unrecovered read error. +Sector 16198, try 1: Medium Error; Unrecovered read error. +Sector 16198: Medium Error; Unrecovered read error. +Sector 16199, try 1: Medium Error; Unrecovered read error. +Sector 16199: Medium Error; Unrecovered read error. + +1 CRC errors, 200 unreadable sectors. diff --git a/regtest/database/RS02_read_no_tao_tail b/regtest/database/RS02_read_no_tao_tail index c95284d..6582f05 100644 --- a/regtest/database/RS02_read_no_tao_tail +++ b/regtest/database/RS02_read_no_tao_tail @@ -11,9 +11,9 @@ Medium "Random Image": CD-R mode 1, 34932 sectors, Ecc, created 16-07-2006. Creating new rs02-tmp.iso image. Reading CRC information from ecc data (RS02) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Sector 34930, try 1: Medium Error; Unrecovered read error. +Sector 34930, try 1: Medium Error; Unrecovered read error. Sector 34930: Medium Error; Unrecovered read error. Sector 34931, try 1: Medium Error; Unrecovered read error. Sector 34931: Medium Error; Unrecovered read error. -Read position: 100.0% (nn.nx) + 2 unreadable sectors. diff --git a/regtest/database/RS02_read_second_pass_with_crc_error b/regtest/database/RS02_read_second_pass_with_crc_error new file mode 100644 index 0000000..0b1fb3a --- /dev/null +++ b/regtest/database/RS02_read_second_pass_with_crc_error @@ -0,0 +1,16 @@ +667865960829549f83fe3805946a51f9 +ignore +This software comes with ABSOLUTELY NO WARRANTY. This +is free software and you are welcome to redistribute it +under the conditions of the GNU GENERAL PUBLIC LICENSE. +See the file "COPYING" for further information. + +Device: sim-cd, Simulated CD drive 1.00 +Using READ CD. +Medium "Random Image": CD-R mode 1, 34932 sectors, Ecc, created 16-07-2006. + +Completing image rs02-tmp.iso. Only missing sectors will be read. +Reading CRC information from ecc data (RS02) ... done. +* CRC error, sector: 15830 + +400 sectors read. diff --git a/regtest/database/RS02_read_shorter b/regtest/database/RS02_read_shorter index 8a67ddb..2e3577d 100644 --- a/regtest/database/RS02_read_shorter +++ b/regtest/database/RS02_read_shorter @@ -112,11 +112,11 @@ Medium "Random Image": CD-R mode 1, 34932 sectors, Ecc, created 16-07-2006. Creating new rs02-tmp.iso image. Reading CRC information from ecc data (RS02) ... RS02LayoutFromImage(): returning cached layout done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Sector 34880, try 1: Illegal Request; Logical block address out of range. +Sector 34880, try 1: Illegal Request; Logical block address out of range. Sector 34880: Illegal Request; Logical block address out of range. Skipping 15 sectors. Sector 34896, try 1: Illegal Request; Logical block address out of range. Sector 34896: Illegal Request; Logical block address out of range. Skipping 15 sectors. -Read position: 99.9% (nn.nx)Sector 34912, try 1: Illegal Request; Logical block address out of range. +Sector 34912, try 1: Illegal Request; Logical block address out of range. Sector 34912: Illegal Request; Logical block address out of range. Skipping 15 sectors. Sector 34928, try 1: Illegal Request; Logical block address out of range. Sector 34928: Illegal Request; Logical block address out of range. @@ -126,6 +126,10 @@ Sector 34930, try 1: Illegal Request; Logical block address out of range. Sector 34930: Illegal Request; Logical block address out of range. Sector 34931, try 1: Illegal Request; Logical block address out of range. Sector 34931: Illegal Request; Logical block address out of range. -CRC NOT created. 52 unreadable sectors. +CrcBuf contents, image path none (medium): + crcSize: 34932, dataSectors: 30000, coveredSectors: 30000, allSectors: 34932 + md5State: invalid + fp sector: 16; abe80d3600553a8dce779713afd94f3c + missing crcs: 52 diff --git a/regtest/database/RS02_read_tao_tail b/regtest/database/RS02_read_tao_tail index 1274b43..23a9370 100644 --- a/regtest/database/RS02_read_tao_tail +++ b/regtest/database/RS02_read_tao_tail @@ -11,5 +11,5 @@ Medium "Random Image": CD-R mode 1, 34932 sectors, Ecc, created 16-07-2006. Creating new rs02-tmp.iso image. Reading CRC information from ecc data (RS02) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. Checksums match. diff --git a/regtest/database/RS02_read_with_rs01_file b/regtest/database/RS02_read_with_rs01_file index 3d276a9..c38351b 100644 --- a/regtest/database/RS02_read_with_rs01_file +++ b/regtest/database/RS02_read_with_rs01_file @@ -11,6 +11,6 @@ Medium "Random Image": CD-R mode 1, 34932 sectors, Ecc, created 16-07-2006. Creating new rs02-tmp.iso image. Reading CRC information from ecc data (RS01) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) * CRC error, sector: 34930 +* CRC error, sector: 34930 1 CRC errors. diff --git a/regtest/database/RS02_read_with_rs03_file b/regtest/database/RS02_read_with_rs03_file index ff5ab3c..e915e88 100644 --- a/regtest/database/RS02_read_with_rs03_file +++ b/regtest/database/RS02_read_with_rs03_file @@ -11,6 +11,6 @@ Medium "Random Image": CD-R mode 1, 34932 sectors, Ecc, created 16-07-2006. Creating new rs02-tmp.iso image. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) * CRC error, sector: 34930 +* CRC error, sector: 34930 1 CRC errors. diff --git a/regtest/database/RS02_read_with_wrong_rs01_file b/regtest/database/RS02_read_with_wrong_rs01_file index 29e6831..7f62e5a 100644 --- a/regtest/database/RS02_read_with_wrong_rs01_file +++ b/regtest/database/RS02_read_with_wrong_rs01_file @@ -11,6 +11,6 @@ Medium "Random Image": CD-R mode 1, 34932 sectors, Ecc, created 16-07-2006. Creating new rs02-tmp.iso image. Reading CRC information from ecc data (RS01) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) * CRC error, sector: 34930 +* CRC error, sector: 34930 1 CRC errors. diff --git a/regtest/database/RS02_read_with_wrong_rs03_file b/regtest/database/RS02_read_with_wrong_rs03_file index 9a1e75a..413758e 100644 --- a/regtest/database/RS02_read_with_wrong_rs03_file +++ b/regtest/database/RS02_read_with_wrong_rs03_file @@ -11,6 +11,6 @@ Medium "Random Image": CD-R mode 1, 34932 sectors, Ecc, created 16-07-2006. Creating new rs02-tmp.iso image. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) * CRC error, sector: 34930 +* CRC error, sector: 34930 1 CRC errors. diff --git a/regtest/database/RS02_scan_bad_header b/regtest/database/RS02_scan_bad_header index 0d0234d..6ae52fb 100644 --- a/regtest/database/RS02_scan_bad_header +++ b/regtest/database/RS02_scan_bad_header @@ -11,5 +11,5 @@ Medium "Random Image": CD-R mode 1, 34932 sectors, Ecc, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS02) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. Checksums match. diff --git a/regtest/database/RS02_scan_bad_headers b/regtest/database/RS02_scan_bad_headers index 0d0234d..6ae52fb 100644 --- a/regtest/database/RS02_scan_bad_headers +++ b/regtest/database/RS02_scan_bad_headers @@ -11,5 +11,5 @@ Medium "Random Image": CD-R mode 1, 34932 sectors, Ecc, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS02) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. Checksums match. diff --git a/regtest/database/RS02_scan_crc_bad_byte b/regtest/database/RS02_scan_crc_bad_byte index e873c85..eba72d7 100644 --- a/regtest/database/RS02_scan_crc_bad_byte +++ b/regtest/database/RS02_scan_crc_bad_byte @@ -11,6 +11,6 @@ Medium "Random Image": CD-R mode 1, 34932 sectors, Ecc, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS02) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx) * CRC error, sector: 4152 -Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) +* CRC error, sector: 4152 + 1 CRC errors and a md5sum mismatch in the CRC section. diff --git a/regtest/database/RS02_scan_data_bad_byte b/regtest/database/RS02_scan_data_bad_byte index 7dae0ce..3c255c9 100644 --- a/regtest/database/RS02_scan_data_bad_byte +++ b/regtest/database/RS02_scan_data_bad_byte @@ -11,6 +11,6 @@ Medium "Random Image": CD-R mode 1, 34932 sectors, Ecc, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS02) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx) * CRC error, sector: 1235 -Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) +* CRC error, sector: 1235 + 1 CRC errors. diff --git a/regtest/database/RS02_scan_ecc_bad_byte b/regtest/database/RS02_scan_ecc_bad_byte index a544089..d8845f6 100644 --- a/regtest/database/RS02_scan_ecc_bad_byte +++ b/regtest/database/RS02_scan_ecc_bad_byte @@ -11,5 +11,5 @@ Medium "Random Image": CD-R mode 1, 34932 sectors, Ecc, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS02) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read, but wrong ecc md5sum. diff --git a/regtest/database/RS02_scan_good b/regtest/database/RS02_scan_good index 0d0234d..6ae52fb 100644 --- a/regtest/database/RS02_scan_good +++ b/regtest/database/RS02_scan_good @@ -11,5 +11,5 @@ Medium "Random Image": CD-R mode 1, 34932 sectors, Ecc, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS02) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. Checksums match. diff --git a/regtest/database/RS02_scan_incompatible_ecc b/regtest/database/RS02_scan_incompatible_ecc index e52e93a..87ca38d 100644 --- a/regtest/database/RS02_scan_incompatible_ecc +++ b/regtest/database/RS02_scan_incompatible_ecc @@ -15,5 +15,5 @@ Medium "Random Image": CD-R mode 1, 34932 sectors, Ecc, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS02) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. Checksums match. diff --git a/regtest/database/RS02_scan_longer b/regtest/database/RS02_scan_longer index 3ee1347..d7fb010 100644 --- a/regtest/database/RS02_scan_longer +++ b/regtest/database/RS02_scan_longer @@ -112,9 +112,15 @@ Medium "Random Image": CD-R mode 1, 34932 sectors, Ecc, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS02) ... RS02LayoutFromImage(): returning cached layout done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx)GOOD Data md5sum +GOOD Data md5sum GOOD CRC md5sum GOOD ECC md5sum -CRC NOT created. All sectors successfully read. Checksums match. +CrcBuf contents, image path none (medium): + crcSize: 34932, dataSectors: 30000, coveredSectors: 30000, allSectors: 34932 + md5State: data_complete image_complete + data: cbadac3ca7b6e9bccfc889b7eaded254 + full: 814f4c46fbb687eb43613fdfde9458cf + fp sector: 16; abe80d3600553a8dce779713afd94f3c + missing crcs: 0 diff --git a/regtest/database/RS02_scan_missing_crc_sectors b/regtest/database/RS02_scan_missing_crc_sectors index 4166847..33184ef 100644 --- a/regtest/database/RS02_scan_missing_crc_sectors +++ b/regtest/database/RS02_scan_missing_crc_sectors @@ -11,9 +11,9 @@ Medium "Random Image": CD-R mode 1, 34932 sectors, Ecc, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS02) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Sector 30016, try 1: Medium Error; Unrecovered read error. +Sector 30016, try 1: Medium Error; Unrecovered read error. Sector 30016: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 30032, try 1: Medium Error; Unrecovered read error. Sector 30032: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + 32 unreadable sectors. diff --git a/regtest/database/RS02_scan_missing_data_sectors b/regtest/database/RS02_scan_missing_data_sectors index e9728df..31bdfb2 100644 --- a/regtest/database/RS02_scan_missing_data_sectors +++ b/regtest/database/RS02_scan_missing_data_sectors @@ -11,7 +11,7 @@ Medium "Random Image": CD-R mode 1, 34932 sectors, Ecc, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS02) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Sector 992, try 1: Medium Error; Unrecovered read error. +Sector 992, try 1: Medium Error; Unrecovered read error. Sector 992: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 1008, try 1: Medium Error; Unrecovered read error. Sector 1008: Medium Error; Unrecovered read error. Skipping 15 sectors. @@ -19,9 +19,9 @@ Sector 1024, try 1: Medium Error; Unrecovered read error. Sector 1024: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 1040, try 1: Medium Error; Unrecovered read error. Sector 1040: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Sector 21216, try 1: Medium Error; Unrecovered read error. +Sector 21216, try 1: Medium Error; Unrecovered read error. Sector 21216: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Sector 22448, try 1: Medium Error; Unrecovered read error. +Sector 22448, try 1: Medium Error; Unrecovered read error. Sector 22448: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + 96 unreadable sectors. diff --git a/regtest/database/RS02_scan_missing_ecc_sectors b/regtest/database/RS02_scan_missing_ecc_sectors index ce2ead0..9235e4e 100644 --- a/regtest/database/RS02_scan_missing_ecc_sectors +++ b/regtest/database/RS02_scan_missing_ecc_sectors @@ -11,9 +11,9 @@ Medium "Random Image": CD-R mode 1, 34932 sectors, Ecc, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS02) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Sector 32016, try 1: Medium Error; Unrecovered read error. +Sector 32016, try 1: Medium Error; Unrecovered read error. Sector 32016: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Sector 33024, try 1: Medium Error; Unrecovered read error. +Sector 33024, try 1: Medium Error; Unrecovered read error. Sector 33024: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + 32 unreadable sectors. diff --git a/regtest/database/RS02_scan_modulo_glitch b/regtest/database/RS02_scan_modulo_glitch index e1915bd..2b32335 100644 --- a/regtest/database/RS02_scan_modulo_glitch +++ b/regtest/database/RS02_scan_modulo_glitch @@ -112,9 +112,15 @@ Medium "Random Image": CD-R mode 1, 357655 sectors, Ecc, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS02) ... RS02LayoutFromImage(): returning cached layout done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx)GOOD Data md5sum +GOOD Data md5sum GOOD CRC md5sum GOOD ECC md5sum -CRC NOT created. All sectors successfully read. Checksums match. +CrcBuf contents, image path none (medium): + crcSize: 357655, dataSectors: 274300, coveredSectors: 274300, allSectors: 357655 + md5State: data_complete image_complete + data: aae7e725ff308877a45210bfd0b737f7 + full: 43b5730f46547eb489b81bae16321ea2 + fp sector: 16; 48a5a2186ffe363bee215f406d033aa7 + missing crcs: 0 diff --git a/regtest/database/RS02_scan_modulo_glitch2 b/regtest/database/RS02_scan_modulo_glitch2 index bba5d5d..ec05315 100644 --- a/regtest/database/RS02_scan_modulo_glitch2 +++ b/regtest/database/RS02_scan_modulo_glitch2 @@ -113,9 +113,15 @@ Medium "Random Image": CD-R mode 1, 357655 sectors, Ecc, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS02) ... RS02LayoutFromImage(): returning cached layout done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx)GOOD Data md5sum +GOOD Data md5sum GOOD CRC md5sum GOOD ECC md5sum -CRC NOT created. All sectors successfully read. Checksums match. +CrcBuf contents, image path none (medium): + crcSize: 357655, dataSectors: 274300, coveredSectors: 274300, allSectors: 357655 + md5State: data_complete image_complete + data: aae7e725ff308877a45210bfd0b737f7 + full: 61fc6058150dd48c46648c2fe85f8bd7 + fp sector: 16; 48a5a2186ffe363bee215f406d033aa7 + missing crcs: 0 diff --git a/regtest/database/RS02_scan_modulo_glitch3 b/regtest/database/RS02_scan_modulo_glitch3 index c583f4c..9fdf1be 100644 --- a/regtest/database/RS02_scan_modulo_glitch3 +++ b/regtest/database/RS02_scan_modulo_glitch3 @@ -114,7 +114,7 @@ Medium "Random Image": CD-R mode 1, 357655 sectors, Ecc, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS02) ... RS02LayoutFromImage(): returning cached layout done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Sector 357520, try 1: Illegal Request; Logical block address out of range. +Sector 357520, try 1: Illegal Request; Logical block address out of range. Sector 357520: Illegal Request; Logical block address out of range. Skipping 15 sectors. Sector 357536, try 1: Illegal Request; Logical block address out of range. Sector 357536: Illegal Request; Logical block address out of range. Skipping 15 sectors. @@ -144,9 +144,10 @@ Sector 357653, try 1: Illegal Request; Logical block address out of range. Sector 357653: Illegal Request; Logical block address out of range. Sector 357654, try 1: Illegal Request; Logical block address out of range. Sector 357654: Illegal Request; Logical block address out of range. -Read position: 100.0% (nn.nx)GOOD Data md5sum -GOOD CRC md5sum -BAD ECC md5sum: 61bf91cb63a25597db9a8ea4366224d7 -CRC NOT created. 135 unreadable sectors. +CrcBuf contents, image path none (medium): + crcSize: 357655, dataSectors: 274300, coveredSectors: 274300, allSectors: 357655 + md5State: invalid + fp sector: 16; 48a5a2186ffe363bee215f406d033aa7 + missing crcs: 135 diff --git a/regtest/database/RS02_scan_modulo_glitch4 b/regtest/database/RS02_scan_modulo_glitch4 index 8346dc1..02e7d74 100644 --- a/regtest/database/RS02_scan_modulo_glitch4 +++ b/regtest/database/RS02_scan_modulo_glitch4 @@ -133,45 +133,45 @@ Medium "Random Image": CD-R mode 1, 357655 sectors, Ecc, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS02) ... RS02LayoutFromImage(): returning cached layout done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Sector 276480, try 1: Medium Error; Unrecovered read error. +Sector 276480, try 1: Medium Error; Unrecovered read error. Sector 276480: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Sector 280576, try 1: Medium Error; Unrecovered read error. +Sector 280576, try 1: Medium Error; Unrecovered read error. Sector 280576: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Sector 284672, try 1: Medium Error; Unrecovered read error. +Sector 284672, try 1: Medium Error; Unrecovered read error. Sector 284672: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Sector 288768, try 1: Medium Error; Unrecovered read error. +Sector 288768, try 1: Medium Error; Unrecovered read error. Sector 288768: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Sector 292864, try 1: Medium Error; Unrecovered read error. +Sector 292864, try 1: Medium Error; Unrecovered read error. Sector 292864: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Sector 296960, try 1: Medium Error; Unrecovered read error. +Sector 296960, try 1: Medium Error; Unrecovered read error. Sector 296960: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Sector 301056, try 1: Medium Error; Unrecovered read error. +Sector 301056, try 1: Medium Error; Unrecovered read error. Sector 301056: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Sector 305152, try 1: Medium Error; Unrecovered read error. +Sector 305152, try 1: Medium Error; Unrecovered read error. Sector 305152: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Sector 309248, try 1: Medium Error; Unrecovered read error. +Sector 309248, try 1: Medium Error; Unrecovered read error. Sector 309248: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Sector 313344, try 1: Medium Error; Unrecovered read error. +Sector 313344, try 1: Medium Error; Unrecovered read error. Sector 313344: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Sector 317440, try 1: Medium Error; Unrecovered read error. +Sector 317440, try 1: Medium Error; Unrecovered read error. Sector 317440: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Sector 321536, try 1: Medium Error; Unrecovered read error. +Sector 321536, try 1: Medium Error; Unrecovered read error. Sector 321536: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Sector 325632, try 1: Medium Error; Unrecovered read error. +Sector 325632, try 1: Medium Error; Unrecovered read error. Sector 325632: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Sector 329728, try 1: Medium Error; Unrecovered read error. +Sector 329728, try 1: Medium Error; Unrecovered read error. Sector 329728: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Sector 333824, try 1: Medium Error; Unrecovered read error. +Sector 333824, try 1: Medium Error; Unrecovered read error. Sector 333824: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Sector 337920, try 1: Medium Error; Unrecovered read error. +Sector 337920, try 1: Medium Error; Unrecovered read error. Sector 337920: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Sector 342016, try 1: Medium Error; Unrecovered read error. +Sector 342016, try 1: Medium Error; Unrecovered read error. Sector 342016: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Sector 346112, try 1: Medium Error; Unrecovered read error. +Sector 346112, try 1: Medium Error; Unrecovered read error. Sector 346112: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Sector 350208, try 1: Medium Error; Unrecovered read error. +Sector 350208, try 1: Medium Error; Unrecovered read error. Sector 350208: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Sector 357520, try 1: Illegal Request; Logical block address out of range. +Sector 357520, try 1: Illegal Request; Logical block address out of range. Sector 357520: Illegal Request; Logical block address out of range. Skipping 15 sectors. Sector 357536, try 1: Illegal Request; Logical block address out of range. Sector 357536: Illegal Request; Logical block address out of range. Skipping 15 sectors. @@ -201,9 +201,10 @@ Sector 357653, try 1: Illegal Request; Logical block address out of range. Sector 357653: Illegal Request; Logical block address out of range. Sector 357654, try 1: Illegal Request; Logical block address out of range. Sector 357654: Illegal Request; Logical block address out of range. -Read position: 100.0% (nn.nx)GOOD Data md5sum -GOOD CRC md5sum -BAD ECC md5sum: e560f4d7c90cbac94b73fd36b157421f -CRC NOT created. 439 unreadable sectors. +CrcBuf contents, image path none (medium): + crcSize: 357655, dataSectors: 274300, coveredSectors: 274300, allSectors: 357655 + md5State: invalid + fp sector: 16; 48a5a2186ffe363bee215f406d033aa7 + missing crcs: 439 diff --git a/regtest/database/RS02_scan_no_tao_tail b/regtest/database/RS02_scan_no_tao_tail index 70d6995..90ffa63 100644 --- a/regtest/database/RS02_scan_no_tao_tail +++ b/regtest/database/RS02_scan_no_tao_tail @@ -11,9 +11,9 @@ Medium "Random Image": CD-R mode 1, 34932 sectors, Ecc, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS02) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Sector 34930, try 1: Medium Error; Unrecovered read error. +Sector 34930, try 1: Medium Error; Unrecovered read error. Sector 34930: Medium Error; Unrecovered read error. Sector 34931, try 1: Medium Error; Unrecovered read error. Sector 34931: Medium Error; Unrecovered read error. -Read position: 100.0% (nn.nx) + 2 unreadable sectors. diff --git a/regtest/database/RS02_scan_shorter b/regtest/database/RS02_scan_shorter index 8166a14..6010e3d 100644 --- a/regtest/database/RS02_scan_shorter +++ b/regtest/database/RS02_scan_shorter @@ -112,11 +112,11 @@ Medium "Random Image": CD-R mode 1, 34932 sectors, Ecc, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS02) ... RS02LayoutFromImage(): returning cached layout done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Sector 34880, try 1: Illegal Request; Logical block address out of range. +Sector 34880, try 1: Illegal Request; Logical block address out of range. Sector 34880: Illegal Request; Logical block address out of range. Skipping 15 sectors. Sector 34896, try 1: Illegal Request; Logical block address out of range. Sector 34896: Illegal Request; Logical block address out of range. Skipping 15 sectors. -Read position: 99.9% (nn.nx)Sector 34912, try 1: Illegal Request; Logical block address out of range. +Sector 34912, try 1: Illegal Request; Logical block address out of range. Sector 34912: Illegal Request; Logical block address out of range. Skipping 15 sectors. Sector 34928, try 1: Illegal Request; Logical block address out of range. Sector 34928: Illegal Request; Logical block address out of range. @@ -126,9 +126,10 @@ Sector 34930, try 1: Illegal Request; Logical block address out of range. Sector 34930: Illegal Request; Logical block address out of range. Sector 34931, try 1: Illegal Request; Logical block address out of range. Sector 34931: Illegal Request; Logical block address out of range. -GOOD Data md5sum -GOOD CRC md5sum -BAD ECC md5sum: e430890875aaa1c2e8827750f91d589c -CRC NOT created. 52 unreadable sectors. +CrcBuf contents, image path none (medium): + crcSize: 34932, dataSectors: 30000, coveredSectors: 30000, allSectors: 34932 + md5State: invalid + fp sector: 16; abe80d3600553a8dce779713afd94f3c + missing crcs: 52 diff --git a/regtest/database/RS02_scan_tao_tail b/regtest/database/RS02_scan_tao_tail index 0d0234d..6ae52fb 100644 --- a/regtest/database/RS02_scan_tao_tail +++ b/regtest/database/RS02_scan_tao_tail @@ -11,5 +11,5 @@ Medium "Random Image": CD-R mode 1, 34932 sectors, Ecc, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS02) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. Checksums match. diff --git a/regtest/database/RS02_scan_with_rs01_file b/regtest/database/RS02_scan_with_rs01_file index ea04f98..0b297ef 100644 --- a/regtest/database/RS02_scan_with_rs01_file +++ b/regtest/database/RS02_scan_with_rs01_file @@ -11,5 +11,6 @@ Medium "Random Image": CD-R mode 1, 34932 sectors, Ecc, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS01) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx) * CRC error, sector: 34930 +* CRC error, sector: 34930 + 1 CRC errors. diff --git a/regtest/database/RS02_scan_with_rs03_file b/regtest/database/RS02_scan_with_rs03_file index 4029410..1432d79 100644 --- a/regtest/database/RS02_scan_with_rs03_file +++ b/regtest/database/RS02_scan_with_rs03_file @@ -11,6 +11,6 @@ Medium "Random Image": CD-R mode 1, 34932 sectors, Ecc, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx) * CRC error, sector: 34930 -Read position: 100.0% (nn.nx) +* CRC error, sector: 34930 + 1 CRC errors. diff --git a/regtest/database/RS02_scan_with_wrong_rs01_file b/regtest/database/RS02_scan_with_wrong_rs01_file index 6df95b4..ab49d21 100644 --- a/regtest/database/RS02_scan_with_wrong_rs01_file +++ b/regtest/database/RS02_scan_with_wrong_rs01_file @@ -11,6 +11,6 @@ Medium "Random Image": CD-R mode 1, 34932 sectors, Ecc, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS01) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx) * CRC error, sector: 34930 -Read position: 100.0% (nn.nx) +* CRC error, sector: 34930 + 1 CRC errors. diff --git a/regtest/database/RS02_scan_with_wrong_rs03_file b/regtest/database/RS02_scan_with_wrong_rs03_file index 53d1fd0..b3eaa13 100644 --- a/regtest/database/RS02_scan_with_wrong_rs03_file +++ b/regtest/database/RS02_scan_with_wrong_rs03_file @@ -11,6 +11,6 @@ Medium "Random Image": CD-R mode 1, 34932 sectors, Ecc, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx) * CRC error, sector: 34930 -Read position: 100.0% (nn.nx) +* CRC error, sector: 34930 + 1 CRC errors. diff --git a/regtest/database/RS02_truncated b/regtest/database/RS02_truncated index c0d7385..42d39bc 100644 --- a/regtest/database/RS02_truncated +++ b/regtest/database/RS02_truncated @@ -6,8 +6,8 @@ under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. rs02-tmp.iso: present, contains 34927 medium sectors. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%* missing sectors : 34927 - 34931 -- testing sectors : 100%* BAD image : 5 sectors missing +* missing sectors : 34927 - 34931 +* BAD image : 5 sectors missing ... ecc headers : 39 ok, 0 CRC errors, 0 missing ... data section : 0 sectors missing; 0 CRC errors ... data md5sum : cbadac3ca7b6e9bccfc889b7eaded254 diff --git a/regtest/database/RS02_uncorrectable_dsm_in_image b/regtest/database/RS02_uncorrectable_dsm_in_image index e9b69f1..5c64614 100644 --- a/regtest/database/RS02_uncorrectable_dsm_in_image +++ b/regtest/database/RS02_uncorrectable_dsm_in_image @@ -6,7 +6,7 @@ under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. rs02-tmp.iso: present, contains 34932 medium sectors. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%* Unrecoverable sector found! +* Unrecoverable sector found! * * Sector 3030 is marked unreadable and annotated to be * in a different location (3130). @@ -24,11 +24,11 @@ rs02-tmp.iso: present, contains 34932 medium sectors. * repaired by dvdisaster. Also it will not be possible to create * error correction data for it. Sorry for the bad news. * missing sector : 3030 -- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%* ... more unrecoverable sectors found ... +* ... more unrecoverable sectors found ... * further messages are suppressed unless the -v option is given. * missing sector : 4400 * missing sector : 4411 -- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* BAD image : 3 sectors missing +* BAD image : 3 sectors missing ... ecc headers : 39 ok, 0 CRC errors, 0 missing ... data section : 3 sectors missing; 0 CRC errors ... crc section : 0 sectors missing diff --git a/regtest/database/RS02_uncorrectable_dsm_in_image2 b/regtest/database/RS02_uncorrectable_dsm_in_image2 index 583766b..2fb90b2 100644 --- a/regtest/database/RS02_uncorrectable_dsm_in_image2 +++ b/regtest/database/RS02_uncorrectable_dsm_in_image2 @@ -6,7 +6,7 @@ under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. rs02-tmp.iso: present, contains 34932 medium sectors. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%* Unrecoverable sector found! +* Unrecoverable sector found! * * Sector 3030 is marked unreadable and seems to come * from a different medium. @@ -24,11 +24,11 @@ rs02-tmp.iso: present, contains 34932 medium sectors. * repaired by dvdisaster. Also it will not be possible to create * error correction data for it. Sorry for the bad news. * missing sector : 3030 -- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%* ... more unrecoverable sectors found ... +* ... more unrecoverable sectors found ... * further messages are suppressed unless the -v option is given. * missing sector : 4400 * missing sector : 4411 -- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* BAD image : 3 sectors missing +* BAD image : 3 sectors missing ... ecc headers : 39 ok, 0 CRC errors, 0 missing ... data section : 3 sectors missing; 0 CRC errors ... crc section : 0 sectors missing diff --git a/regtest/database/RS02_uncorrectable_dsm_in_image2_verbose b/regtest/database/RS02_uncorrectable_dsm_in_image2_verbose index df8b941..b770bfc 100644 --- a/regtest/database/RS02_uncorrectable_dsm_in_image2_verbose +++ b/regtest/database/RS02_uncorrectable_dsm_in_image2_verbose @@ -73,7 +73,7 @@ GetImageFingerprint(16): cached RS02LayoutFromImage(): returning cached layout rs02-tmp.iso: present, contains 34932 medium sectors. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%* Unrecoverable sector found! +* Unrecoverable sector found! * * Sector 3030 is marked unreadable and seems to come * from a different medium. @@ -91,7 +91,7 @@ rs02-tmp.iso: present, contains 34932 medium sectors. * repaired by dvdisaster. Also it will not be possible to create * error correction data for it. Sorry for the bad news. * missing sector : 3030 -- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%* Unrecoverable sector found! +* Unrecoverable sector found! * * Sector 4400 is marked unreadable and seems to come * from a different medium. @@ -127,7 +127,7 @@ rs02-tmp.iso: present, contains 34932 medium sectors. * repaired by dvdisaster. Also it will not be possible to create * error correction data for it. Sorry for the bad news. * missing sector : 4411 -- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* BAD image : 3 sectors missing +* BAD image : 3 sectors missing ... ecc headers : 39 ok, 0 CRC errors, 0 missing ... data section : 3 sectors missing; 0 CRC errors ... crc section : 0 sectors missing diff --git a/regtest/database/RS02_uncorrectable_dsm_in_image3 b/regtest/database/RS02_uncorrectable_dsm_in_image3 index 9020b13..10cb605 100644 --- a/regtest/database/RS02_uncorrectable_dsm_in_image3 +++ b/regtest/database/RS02_uncorrectable_dsm_in_image3 @@ -25,7 +25,7 @@ rs02-tmp.iso: present, contains 34932 medium sectors. * error correction data for it. Sorry for the bad news. * ... more unrecoverable sectors found ... * further messages are suppressed unless the -v option is given. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%* Unrecoverable sector found! +* Unrecoverable sector found! * * Sector 30030 is marked unreadable and seems to come * from a different medium. @@ -45,7 +45,7 @@ rs02-tmp.iso: present, contains 34932 medium sectors. * ... more unrecoverable sectors found ... * further messages are suppressed unless the -v option is given. * missing sectors : 30030 - 30032 -- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* BAD image : 3 sectors missing +* BAD image : 3 sectors missing ... ecc headers : 39 ok, 0 CRC errors, 0 missing ... data section : 0 sectors missing; 0 CRC errors ... data md5sum : cbadac3ca7b6e9bccfc889b7eaded254 diff --git a/regtest/database/RS02_uncorrectable_dsm_in_image_verbose b/regtest/database/RS02_uncorrectable_dsm_in_image_verbose index ff72fd1..7ff17ab 100644 --- a/regtest/database/RS02_uncorrectable_dsm_in_image_verbose +++ b/regtest/database/RS02_uncorrectable_dsm_in_image_verbose @@ -73,7 +73,7 @@ GetImageFingerprint(16): cached RS02LayoutFromImage(): returning cached layout rs02-tmp.iso: present, contains 34932 medium sectors. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%* Unrecoverable sector found! +* Unrecoverable sector found! * * Sector 3030 is marked unreadable and annotated to be * in a different location (3130). @@ -91,7 +91,7 @@ rs02-tmp.iso: present, contains 34932 medium sectors. * repaired by dvdisaster. Also it will not be possible to create * error correction data for it. Sorry for the bad news. * missing sector : 3030 -- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%* Unrecoverable sector found! +* Unrecoverable sector found! * * Sector 4400 is marked unreadable and annotated to be * in a different location (4500). @@ -127,7 +127,7 @@ rs02-tmp.iso: present, contains 34932 medium sectors. * repaired by dvdisaster. Also it will not be possible to create * error correction data for it. Sorry for the bad news. * missing sector : 4411 -- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* BAD image : 3 sectors missing +* BAD image : 3 sectors missing ... ecc headers : 39 ok, 0 CRC errors, 0 missing ... data section : 3 sectors missing; 0 CRC errors ... crc section : 0 sectors missing diff --git a/regtest/database/RS02_with_rs01_file b/regtest/database/RS02_with_rs01_file index 6c7b223..6d5cf63 100644 --- a/regtest/database/RS02_with_rs01_file +++ b/regtest/database/RS02_with_rs01_file @@ -73,7 +73,7 @@ GetImageFingerprint(16): cached GetImageFingerprint(16): cached rs02-master.iso: present, contains 34932 medium sectors. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%- good image : all sectors present +- good image : all sectors present - image md5sum : 814f4c46fbb687eb43613fdfde9458cf rs02-tmp.ecc: created by dvdisaster-0.80 @@ -83,5 +83,5 @@ rs02-tmp.ecc: created by dvdisaster-0.80 - image md5sum : 814f4c46fbb687eb43613fdfde9458cf (good) - fingerprint match: good - ecc blocks : 321536 (good) -- ecc md5sum : 0%- ecc md5sum : 1%- ecc md5sum : 2%- ecc md5sum : 3%- ecc md5sum : 4%- ecc md5sum : 5%- ecc md5sum : 6%- ecc md5sum : 7%- ecc md5sum : 8%- ecc md5sum : 9%- ecc md5sum : 10%- ecc md5sum : 11%- ecc md5sum : 12%- ecc md5sum : 13%- ecc md5sum : 14%- ecc md5sum : 15%- ecc md5sum : 16%- ecc md5sum : 17%- ecc md5sum : 18%- ecc md5sum : 19%- ecc md5sum : 20%- ecc md5sum : 21%- ecc md5sum : 22%- ecc md5sum : 23%- ecc md5sum : 24%- ecc md5sum : 25%- ecc md5sum : 26%- ecc md5sum : 27%- ecc md5sum : 28%- ecc md5sum : 29%- ecc md5sum : 30%- ecc md5sum : 31%- ecc md5sum : 32%- ecc md5sum : 33%- ecc md5sum : 34%- ecc md5sum : 35%- ecc md5sum : 36%- ecc md5sum : 37%- ecc md5sum : 38%- ecc md5sum : 39%- ecc md5sum : 40%- ecc md5sum : 41%- ecc md5sum : 42%- ecc md5sum : 43%- ecc md5sum : 44%- ecc md5sum : 45%- ecc md5sum : 46%- ecc md5sum : 47%- ecc md5sum : 48%- ecc md5sum : 49%- ecc md5sum : 50%- ecc md5sum : 51%- ecc md5sum : 52%- ecc md5sum : 53%- ecc md5sum : 54%- ecc md5sum : 55%- ecc md5sum : 56%- ecc md5sum : 57%- ecc md5sum : 58%- ecc md5sum : 59%- ecc md5sum : 60%- ecc md5sum : 61%- ecc md5sum : 62%- ecc md5sum : 63%- ecc md5sum : 64%- ecc md5sum : 65%- ecc md5sum : 66%- ecc md5sum : 67%- ecc md5sum : 68%- ecc md5sum : 69%- ecc md5sum : 70%- ecc md5sum : 71%- ecc md5sum : 72%- ecc md5sum : 73%- ecc md5sum : 74%- ecc md5sum : 75%- ecc md5sum : 76%- ecc md5sum : 77%- ecc md5sum : 78%- ecc md5sum : 79%- ecc md5sum : 80%- ecc md5sum : 81%- ecc md5sum : 82%- ecc md5sum : 83%- ecc md5sum : 84%- ecc md5sum : 85%- ecc md5sum : 86%- ecc md5sum : 87%- ecc md5sum : 88%- ecc md5sum : 89%- ecc md5sum : 90%- ecc md5sum : 91%- ecc md5sum : 92%- ecc md5sum : 93%- ecc md5sum : 94%- ecc md5sum : 95%- ecc md5sum : 96%- ecc md5sum : 97%- ecc md5sum : 98%- ecc md5sum : 99%- ecc md5sum : 100%- ecc md5sum : 027fed18723f905baa9079b10b913e4d (good) +- ecc md5sum : 027fed18723f905baa9079b10b913e4d (good) diff --git a/regtest/database/RS02_with_rs03_file b/regtest/database/RS02_with_rs03_file index a8da8d7..fff65d0 100644 --- a/regtest/database/RS02_with_rs03_file +++ b/regtest/database/RS02_with_rs03_file @@ -101,6 +101,7 @@ Error correction properties: Data integrity: - sectors : 34932 in image; 3152 in ecc file CalcRS03Layout(): returning cached layout (file) -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%- good image/file : all sectors present +- good image/file : all sectors present - data md5sum : 814f4c46fbb687eb43613fdfde9458cf -- Ecc block test : 0% tested- Ecc block test : 1% tested- Ecc block test : 2% tested- Ecc block test : 3% tested- Ecc block test : 4% tested- Ecc block test : 5% tested- Ecc block test : 6% tested- Ecc block test : 7% tested- Ecc block test : 8% tested- Ecc block test : 9% tested- Ecc block test : 10% tested- Ecc block test : 11% tested- Ecc block test : 12% tested- Ecc block test : 13% tested- Ecc block test : 14% tested- Ecc block test : 15% tested- Ecc block test : 16% tested- Ecc block test : 17% tested- Ecc block test : 18% tested- Ecc block test : 19% tested- Ecc block test : 20% tested- Ecc block test : 21% tested- Ecc block test : 22% tested- Ecc block test : 23% tested- Ecc block test : 24% tested- Ecc block test : 25% tested- Ecc block test : 26% tested- Ecc block test : 27% tested- Ecc block test : 28% tested- Ecc block test : 29% tested- Ecc block test : 30% tested- Ecc block test : 31% tested- Ecc block test : 32% tested- Ecc block test : 33% tested- Ecc block test : 34% tested- Ecc block test : 35% tested- Ecc block test : 36% tested- Ecc block test : 37% tested- Ecc block test : 38% tested- Ecc block test : 39% tested- Ecc block test : 40% tested- Ecc block test : 41% tested- Ecc block test : 42% tested- Ecc block test : 43% tested- Ecc block test : 44% tested- Ecc block test : 45% tested- Ecc block test : 46% tested- Ecc block test : 47% tested- Ecc block test : 48% tested- Ecc block test : 49% tested- Ecc block test : 50% tested- Ecc block test : 51% tested- Ecc block test : 52% tested- Ecc block test : 53% tested- Ecc block test : 54% tested- Ecc block test : 55% tested- Ecc block test : 56% tested- Ecc block test : 57% tested- Ecc block test : 58% tested- Ecc block test : 59% tested- Ecc block test : 60% tested- Ecc block test : 61% tested- Ecc block test : 62% tested- Ecc block test : 63% tested- Ecc block test : 64% tested- Ecc block test : 65% tested- Ecc block test : 66% tested- Ecc block test : 67% tested- Ecc block test : 68% tested- Ecc block test : 69% tested- Ecc block test : 70% tested- Ecc block test : 71% tested- Ecc block test : 72% tested- Ecc block test : 73% tested- Ecc block test : 74% tested- Ecc block test : 75% tested- Ecc block test : 76% tested- Ecc block test : 77% tested- Ecc block test : 78% tested- Ecc block test : 79% tested- Ecc block test : 80% tested- Ecc block test : 81% tested- Ecc block test : 82% tested- Ecc block test : 83% tested- Ecc block test : 84% tested- Ecc block test : 85% tested- Ecc block test : 86% tested- Ecc block test : 87% tested- Ecc block test : 88% tested- Ecc block test : 89% tested- Ecc block test : 90% tested- Ecc block test : 91% tested- Ecc block test : 92% tested- Ecc block test : 93% tested- Ecc block test : 94% tested- Ecc block test : 95% tested- Ecc block test : 96% tested- Ecc block test : 97% tested- Ecc block test : 98% tested- Ecc block test : 99% tested- Ecc block test : 100% tested - Ecc block test : pass +- Ecc block test : pass +FreeCrcBuf - buffer cleared diff --git a/regtest/database/RS02_with_wrong_rs01_file b/regtest/database/RS02_with_wrong_rs01_file index 837677a..66103ce 100644 --- a/regtest/database/RS02_with_wrong_rs01_file +++ b/regtest/database/RS02_with_wrong_rs01_file @@ -73,7 +73,7 @@ GetImageFingerprint(16): cached GetImageFingerprint(16): cached rs02-master.iso: present, contains 34932 medium sectors. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%- good image : all sectors present +- good image : all sectors present - image md5sum : 814f4c46fbb687eb43613fdfde9458cf rs02-tmp.ecc: created by dvdisaster-0.80 @@ -83,5 +83,5 @@ rs02-tmp.ecc: created by dvdisaster-0.80 - image md5sum : 814f4c46fbb687eb43613fdfde9458cf (good) * fingerprint match: MISMATCH - .iso and .ecc don't belong together! - ecc blocks : 321536 (good) -- ecc md5sum : 0%- ecc md5sum : 1%- ecc md5sum : 2%- ecc md5sum : 3%- ecc md5sum : 4%- ecc md5sum : 5%- ecc md5sum : 6%- ecc md5sum : 7%- ecc md5sum : 8%- ecc md5sum : 9%- ecc md5sum : 10%- ecc md5sum : 11%- ecc md5sum : 12%- ecc md5sum : 13%- ecc md5sum : 14%- ecc md5sum : 15%- ecc md5sum : 16%- ecc md5sum : 17%- ecc md5sum : 18%- ecc md5sum : 19%- ecc md5sum : 20%- ecc md5sum : 21%- ecc md5sum : 22%- ecc md5sum : 23%- ecc md5sum : 24%- ecc md5sum : 25%- ecc md5sum : 26%- ecc md5sum : 27%- ecc md5sum : 28%- ecc md5sum : 29%- ecc md5sum : 30%- ecc md5sum : 31%- ecc md5sum : 32%- ecc md5sum : 33%- ecc md5sum : 34%- ecc md5sum : 35%- ecc md5sum : 36%- ecc md5sum : 37%- ecc md5sum : 38%- ecc md5sum : 39%- ecc md5sum : 40%- ecc md5sum : 41%- ecc md5sum : 42%- ecc md5sum : 43%- ecc md5sum : 44%- ecc md5sum : 45%- ecc md5sum : 46%- ecc md5sum : 47%- ecc md5sum : 48%- ecc md5sum : 49%- ecc md5sum : 50%- ecc md5sum : 51%- ecc md5sum : 52%- ecc md5sum : 53%- ecc md5sum : 54%- ecc md5sum : 55%- ecc md5sum : 56%- ecc md5sum : 57%- ecc md5sum : 58%- ecc md5sum : 59%- ecc md5sum : 60%- ecc md5sum : 61%- ecc md5sum : 62%- ecc md5sum : 63%- ecc md5sum : 64%- ecc md5sum : 65%- ecc md5sum : 66%- ecc md5sum : 67%- ecc md5sum : 68%- ecc md5sum : 69%- ecc md5sum : 70%- ecc md5sum : 71%- ecc md5sum : 72%- ecc md5sum : 73%- ecc md5sum : 74%- ecc md5sum : 75%- ecc md5sum : 76%- ecc md5sum : 77%- ecc md5sum : 78%- ecc md5sum : 79%- ecc md5sum : 80%- ecc md5sum : 81%- ecc md5sum : 82%- ecc md5sum : 83%- ecc md5sum : 84%- ecc md5sum : 85%- ecc md5sum : 86%- ecc md5sum : 87%- ecc md5sum : 88%- ecc md5sum : 89%- ecc md5sum : 90%- ecc md5sum : 91%- ecc md5sum : 92%- ecc md5sum : 93%- ecc md5sum : 94%- ecc md5sum : 95%- ecc md5sum : 96%- ecc md5sum : 97%- ecc md5sum : 98%- ecc md5sum : 99%- ecc md5sum : 100%- ecc md5sum : 027fed18723f905baa9079b10b913e4d (good) +- ecc md5sum : 027fed18723f905baa9079b10b913e4d (good) diff --git a/regtest/database/RS02_with_wrong_rs03_file b/regtest/database/RS02_with_wrong_rs03_file index 3c1c27d..782dbb9 100644 --- a/regtest/database/RS02_with_wrong_rs03_file +++ b/regtest/database/RS02_with_wrong_rs03_file @@ -102,10 +102,11 @@ Data integrity: - sectors : 34932 in image; 3152 in ecc file CalcRS03Layout(): returning cached layout (file) * CRC error, sector: 16 -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* suspicious image : all sectors present, but 1 CRC errors +* suspicious image : all sectors present, but 1 CRC errors ... data section : 0 sectors missing; 1 CRC errors ... crc section : 0 sectors missing ... ecc section : 0 sectors missing -- Ecc block test : 0% tested- Ecc block test : 1% tested- Ecc block test : 2% tested- Ecc block test : 3% tested- Ecc block test : 4% tested- Ecc block test : 5% tested- Ecc block test : 6% tested- Ecc block test : 7% tested- Ecc block test : 8% tested- Ecc block test : 9% tested- Ecc block test : 10% tested* Ecc block test : 16 good, 1 bad; 11% tested* Ecc block test : 17 good, 1 bad; 12% tested* Ecc block test : 19 good, 1 bad; 13% tested* Ecc block test : 20 good, 1 bad; 14% tested* Ecc block test : 22 good, 1 bad; 15% tested* Ecc block test : 23 good, 1 bad; 16% tested* Ecc block test : 25 good, 1 bad; 17% tested* Ecc block test : 26 good, 1 bad; 18% tested* Ecc block test : 28 good, 1 bad; 19% tested* Ecc block test : 29 good, 1 bad; 20% tested* Ecc block test : 31 good, 1 bad; 21% tested* Ecc block test : 32 good, 1 bad; 22% tested* Ecc block test : 34 good, 1 bad; 23% tested* Ecc block test : 35 good, 1 bad; 24% tested* Ecc block test : 37 good, 1 bad; 25% tested* Ecc block test : 38 good, 1 bad; 26% tested* Ecc block test : 40 good, 1 bad; 27% tested* Ecc block test : 41 good, 1 bad; 28% tested* Ecc block test : 43 good, 1 bad; 29% tested* Ecc block test : 44 good, 1 bad; 30% tested* Ecc block test : 46 good, 1 bad; 31% tested* Ecc block test : 47 good, 1 bad; 32% tested* Ecc block test : 49 good, 1 bad; 33% tested* Ecc block test : 50 good, 1 bad; 34% tested* Ecc block test : 52 good, 1 bad; 35% tested* Ecc block test : 53 good, 1 bad; 36% tested* Ecc block test : 55 good, 1 bad; 37% tested* Ecc block test : 56 good, 1 bad; 38% tested* Ecc block test : 58 good, 1 bad; 39% tested* Ecc block test : 59 good, 1 bad; 40% tested* Ecc block test : 61 good, 1 bad; 41% tested* Ecc block test : 62 good, 1 bad; 42% tested* Ecc block test : 64 good, 1 bad; 43% tested* Ecc block test : 65 good, 1 bad; 44% tested* Ecc block test : 67 good, 1 bad; 45% tested* Ecc block test : 68 good, 1 bad; 46% tested* Ecc block test : 70 good, 1 bad; 47% tested* Ecc block test : 71 good, 1 bad; 48% tested* Ecc block test : 73 good, 1 bad; 49% tested* Ecc block test : 74 good, 1 bad; 50% tested* Ecc block test : 76 good, 1 bad; 51% tested* Ecc block test : 77 good, 1 bad; 52% tested* Ecc block test : 79 good, 1 bad; 53% tested* Ecc block test : 80 good, 1 bad; 54% tested* Ecc block test : 82 good, 1 bad; 55% tested* Ecc block test : 83 good, 1 bad; 56% tested* Ecc block test : 85 good, 1 bad; 57% tested* Ecc block test : 86 good, 1 bad; 58% tested* Ecc block test : 88 good, 1 bad; 59% tested* Ecc block test : 89 good, 1 bad; 60% tested* Ecc block test : 91 good, 1 bad; 61% tested* Ecc block test : 92 good, 1 bad; 62% tested* Ecc block test : 94 good, 1 bad; 63% tested* Ecc block test : 95 good, 1 bad; 64% tested* Ecc block test : 97 good, 1 bad; 65% tested* Ecc block test : 98 good, 1 bad; 66% tested* Ecc block test : 100 good, 1 bad; 67% tested* Ecc block test : 101 good, 1 bad; 68% tested* Ecc block test : 103 good, 1 bad; 69% tested* Ecc block test : 104 good, 1 bad; 70% tested* Ecc block test : 106 good, 1 bad; 71% tested* Ecc block test : 107 good, 1 bad; 72% tested* Ecc block test : 109 good, 1 bad; 73% tested* Ecc block test : 110 good, 1 bad; 74% tested* Ecc block test : 112 good, 1 bad; 75% tested* Ecc block test : 113 good, 1 bad; 76% tested* Ecc block test : 115 good, 1 bad; 77% tested* Ecc block test : 116 good, 1 bad; 78% tested* Ecc block test : 118 good, 1 bad; 79% tested* Ecc block test : 119 good, 1 bad; 80% tested* Ecc block test : 121 good, 1 bad; 81% tested* Ecc block test : 122 good, 1 bad; 82% tested* Ecc block test : 124 good, 1 bad; 83% tested* Ecc block test : 125 good, 1 bad; 84% tested* Ecc block test : 127 good, 1 bad; 85% tested* Ecc block test : 128 good, 1 bad; 86% tested* Ecc block test : 130 good, 1 bad; 87% tested* Ecc block test : 131 good, 1 bad; 88% tested* Ecc block test : 133 good, 1 bad; 89% tested* Ecc block test : 134 good, 1 bad; 90% tested* Ecc block test : 136 good, 1 bad; 91% tested* Ecc block test : 137 good, 1 bad; 92% tested* Ecc block test : 139 good, 1 bad; 93% tested* Ecc block test : 140 good, 1 bad; 94% tested* Ecc block test : 142 good, 1 bad; 95% tested* Ecc block test : 143 good, 1 bad; 96% tested* Ecc block test : 145 good, 1 bad; 97% tested* Ecc block test : 146 good, 1 bad; 98% tested* Ecc block test : 148 good, 1 bad; 99% tested* Ecc block test : 149 good, 1 bad; 100% tested* Ecc block test : 149 good, 1 bad; 1 bad sub blocks +* Ecc block test : 149 good, 1 bad; 1 bad sub blocks - erasure counts : avg = 1.0; worst = 1 per ecc block. - prognosis : 38084 of 38084 sectors recoverable (100.0%) +FreeCrcBuf - buffer cleared diff --git a/regtest/database/RS03f_17_extra_sectors b/regtest/database/RS03f_17_extra_sectors index d32db59..7a393d1 100644 --- a/regtest/database/RS03f_17_extra_sectors +++ b/regtest/database/RS03f_17_extra_sectors @@ -18,6 +18,6 @@ Error correction properties: Data integrity: * sectors : 21017 (21000 expected); 1892 sectors in ecc file -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%- good image/file : all sectors present +- good image/file : all sectors present - data md5sum : 9503f278d4550a9507a317664481adf8 -- Ecc block test : 1% tested- Ecc block test : 2% tested- Ecc block test : 3% tested- Ecc block test : 4% tested- Ecc block test : 5% tested- Ecc block test : 6% tested- Ecc block test : 7% tested- Ecc block test : 8% tested- Ecc block test : 10% tested- Ecc block test : 11% tested- Ecc block test : 12% tested- Ecc block test : 13% tested- Ecc block test : 14% tested- Ecc block test : 15% tested- Ecc block test : 16% tested- Ecc block test : 17% tested- Ecc block test : 18% tested- Ecc block test : 20% tested- Ecc block test : 21% tested- Ecc block test : 22% tested- Ecc block test : 23% tested- Ecc block test : 24% tested- Ecc block test : 25% tested- Ecc block test : 26% tested- Ecc block test : 27% tested- Ecc block test : 28% tested- Ecc block test : 30% tested- Ecc block test : 31% tested- Ecc block test : 32% tested- Ecc block test : 33% tested- Ecc block test : 34% tested- Ecc block test : 35% tested- Ecc block test : 36% tested- Ecc block test : 37% tested- Ecc block test : 38% tested- Ecc block test : 40% tested- Ecc block test : 41% tested- Ecc block test : 42% tested- Ecc block test : 43% tested- Ecc block test : 44% tested- Ecc block test : 45% tested- Ecc block test : 46% tested- Ecc block test : 47% tested- Ecc block test : 48% tested- Ecc block test : 50% tested- Ecc block test : 51% tested- Ecc block test : 52% tested- Ecc block test : 53% tested- Ecc block test : 54% tested- Ecc block test : 55% tested- Ecc block test : 56% tested- Ecc block test : 57% tested- Ecc block test : 58% tested- Ecc block test : 60% tested- Ecc block test : 61% tested- Ecc block test : 62% tested- Ecc block test : 63% tested- Ecc block test : 64% tested- Ecc block test : 65% tested- Ecc block test : 66% tested- Ecc block test : 67% tested- Ecc block test : 68% tested- Ecc block test : 70% tested- Ecc block test : 71% tested- Ecc block test : 72% tested- Ecc block test : 73% tested- Ecc block test : 74% tested- Ecc block test : 75% tested- Ecc block test : 76% tested- Ecc block test : 77% tested- Ecc block test : 78% tested- Ecc block test : 80% tested- Ecc block test : 81% tested- Ecc block test : 82% tested- Ecc block test : 83% tested- Ecc block test : 84% tested- Ecc block test : 85% tested- Ecc block test : 86% tested- Ecc block test : 87% tested- Ecc block test : 88% tested- Ecc block test : 90% tested- Ecc block test : 91% tested- Ecc block test : 92% tested- Ecc block test : 93% tested- Ecc block test : 94% tested- Ecc block test : 95% tested- Ecc block test : 96% tested- Ecc block test : 97% tested- Ecc block test : 98% tested- Ecc block test : 100% tested - Ecc block test : pass +- Ecc block test : pass diff --git a/regtest/database/RS03f_crc_error_in_fingerprint b/regtest/database/RS03f_crc_error_in_fingerprint index ca8b2a3..08e8f60 100644 --- a/regtest/database/RS03f_crc_error_in_fingerprint +++ b/regtest/database/RS03f_crc_error_in_fingerprint @@ -19,10 +19,10 @@ Error correction properties: Data integrity: - sectors : 21000 in image; 1892 in ecc file * CRC error, sector: 16 -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* suspicious image : all sectors present, but 1 CRC errors +* suspicious image : all sectors present, but 1 CRC errors ... data section : 0 sectors missing; 1 CRC errors ... crc section : 0 sectors missing ... ecc section : 0 sectors missing -- Ecc block test : 1% tested- Ecc block test : 2% tested- Ecc block test : 3% tested- Ecc block test : 4% tested- Ecc block test : 5% tested- Ecc block test : 6% tested- Ecc block test : 7% tested- Ecc block test : 8% tested- Ecc block test : 10% tested- Ecc block test : 11% tested- Ecc block test : 12% tested- Ecc block test : 13% tested- Ecc block test : 14% tested- Ecc block test : 15% tested- Ecc block test : 16% tested- Ecc block test : 17% tested* Ecc block test : 16 good, 1 bad; 18% tested* Ecc block test : 17 good, 1 bad; 20% tested* Ecc block test : 18 good, 1 bad; 21% tested* Ecc block test : 19 good, 1 bad; 22% tested* Ecc block test : 20 good, 1 bad; 23% tested* Ecc block test : 21 good, 1 bad; 24% tested* Ecc block test : 22 good, 1 bad; 25% tested* Ecc block test : 23 good, 1 bad; 26% tested* Ecc block test : 24 good, 1 bad; 27% tested* Ecc block test : 25 good, 1 bad; 28% tested* Ecc block test : 26 good, 1 bad; 30% tested* Ecc block test : 27 good, 1 bad; 31% tested* Ecc block test : 28 good, 1 bad; 32% tested* Ecc block test : 29 good, 1 bad; 33% tested* Ecc block test : 30 good, 1 bad; 34% tested* Ecc block test : 31 good, 1 bad; 35% tested* Ecc block test : 32 good, 1 bad; 36% tested* Ecc block test : 33 good, 1 bad; 37% tested* Ecc block test : 34 good, 1 bad; 38% tested* Ecc block test : 35 good, 1 bad; 40% tested* Ecc block test : 36 good, 1 bad; 41% tested* Ecc block test : 37 good, 1 bad; 42% tested* Ecc block test : 38 good, 1 bad; 43% tested* Ecc block test : 39 good, 1 bad; 44% tested* Ecc block test : 40 good, 1 bad; 45% tested* Ecc block test : 41 good, 1 bad; 46% tested* Ecc block test : 42 good, 1 bad; 47% tested* Ecc block test : 43 good, 1 bad; 48% tested* Ecc block test : 44 good, 1 bad; 50% tested* Ecc block test : 45 good, 1 bad; 51% tested* Ecc block test : 46 good, 1 bad; 52% tested* Ecc block test : 47 good, 1 bad; 53% tested* Ecc block test : 48 good, 1 bad; 54% tested* Ecc block test : 49 good, 1 bad; 55% tested* Ecc block test : 50 good, 1 bad; 56% tested* Ecc block test : 51 good, 1 bad; 57% tested* Ecc block test : 52 good, 1 bad; 58% tested* Ecc block test : 53 good, 1 bad; 60% tested* Ecc block test : 54 good, 1 bad; 61% tested* Ecc block test : 55 good, 1 bad; 62% tested* Ecc block test : 56 good, 1 bad; 63% tested* Ecc block test : 57 good, 1 bad; 64% tested* Ecc block test : 58 good, 1 bad; 65% tested* Ecc block test : 59 good, 1 bad; 66% tested* Ecc block test : 60 good, 1 bad; 67% tested* Ecc block test : 61 good, 1 bad; 68% tested* Ecc block test : 62 good, 1 bad; 70% tested* Ecc block test : 63 good, 1 bad; 71% tested* Ecc block test : 64 good, 1 bad; 72% tested* Ecc block test : 65 good, 1 bad; 73% tested* Ecc block test : 66 good, 1 bad; 74% tested* Ecc block test : 67 good, 1 bad; 75% tested* Ecc block test : 68 good, 1 bad; 76% tested* Ecc block test : 69 good, 1 bad; 77% tested* Ecc block test : 70 good, 1 bad; 78% tested* Ecc block test : 71 good, 1 bad; 80% tested* Ecc block test : 72 good, 1 bad; 81% tested* Ecc block test : 73 good, 1 bad; 82% tested* Ecc block test : 74 good, 1 bad; 83% tested* Ecc block test : 75 good, 1 bad; 84% tested* Ecc block test : 76 good, 1 bad; 85% tested* Ecc block test : 77 good, 1 bad; 86% tested* Ecc block test : 78 good, 1 bad; 87% tested* Ecc block test : 79 good, 1 bad; 88% tested* Ecc block test : 80 good, 1 bad; 90% tested* Ecc block test : 81 good, 1 bad; 91% tested* Ecc block test : 82 good, 1 bad; 92% tested* Ecc block test : 83 good, 1 bad; 93% tested* Ecc block test : 84 good, 1 bad; 94% tested* Ecc block test : 85 good, 1 bad; 95% tested* Ecc block test : 86 good, 1 bad; 96% tested* Ecc block test : 87 good, 1 bad; 97% tested* Ecc block test : 88 good, 1 bad; 98% tested* Ecc block test : 89 good, 1 bad; 100% tested* Ecc block test : 89 good, 1 bad; 1 bad sub blocks +* Ecc block test : 89 good, 1 bad; 1 bad sub blocks - erasure counts : avg = 1.0; worst = 1 per ecc block. - prognosis : 22892 of 22892 sectors recoverable (100.0%) diff --git a/regtest/database/RS03f_crc_errors b/regtest/database/RS03f_crc_errors index 41be9b1..be9e4dd 100644 --- a/regtest/database/RS03f_crc_errors +++ b/regtest/database/RS03f_crc_errors @@ -18,14 +18,14 @@ Error correction properties: Data integrity: - sectors : 21000 in image; 1892 in ecc file -- testing sectors : 1%- testing sectors : 2%* CRC error, sector: 670 -- testing sectors : 3%* CRC error, sector: 770 +* CRC error, sector: 670 +* CRC error, sector: 770 * CRC error, sector: 771 * CRC error, sector: 772 -- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* suspicious image : all sectors present, but 4 CRC errors +* suspicious image : all sectors present, but 4 CRC errors ... data section : 0 sectors missing; 4 CRC errors ... crc section : 0 sectors missing ... ecc section : 0 sectors missing -- Ecc block test : 1% tested- Ecc block test : 2% tested- Ecc block test : 3% tested- Ecc block test : 4% tested- Ecc block test : 5% tested- Ecc block test : 6% tested- Ecc block test : 7% tested- Ecc block test : 8% tested- Ecc block test : 10% tested- Ecc block test : 11% tested- Ecc block test : 12% tested- Ecc block test : 13% tested- Ecc block test : 14% tested- Ecc block test : 15% tested- Ecc block test : 16% tested- Ecc block test : 17% tested- Ecc block test : 18% tested- Ecc block test : 20% tested- Ecc block test : 21% tested- Ecc block test : 22% tested- Ecc block test : 23% tested- Ecc block test : 24% tested- Ecc block test : 25% tested- Ecc block test : 26% tested- Ecc block test : 27% tested- Ecc block test : 28% tested- Ecc block test : 30% tested- Ecc block test : 31% tested- Ecc block test : 32% tested- Ecc block test : 33% tested- Ecc block test : 34% tested- Ecc block test : 35% tested- Ecc block test : 36% tested- Ecc block test : 37% tested- Ecc block test : 38% tested- Ecc block test : 40% tested- Ecc block test : 41% tested- Ecc block test : 42% tested- Ecc block test : 43% tested- Ecc block test : 44% tested* Ecc block test : 40 good, 1 bad; 45% tested* Ecc block test : 41 good, 1 bad; 46% tested* Ecc block test : 42 good, 1 bad; 47% tested* Ecc block test : 43 good, 1 bad; 48% tested* Ecc block test : 44 good, 1 bad; 50% tested* Ecc block test : 45 good, 1 bad; 51% tested* Ecc block test : 46 good, 1 bad; 52% tested* Ecc block test : 47 good, 1 bad; 53% tested* Ecc block test : 48 good, 1 bad; 54% tested* Ecc block test : 49 good, 1 bad; 55% tested* Ecc block test : 49 good, 2 bad; 56% tested* Ecc block test : 49 good, 3 bad; 57% tested* Ecc block test : 49 good, 4 bad; 58% tested* Ecc block test : 50 good, 4 bad; 60% tested* Ecc block test : 51 good, 4 bad; 61% tested* Ecc block test : 52 good, 4 bad; 62% tested* Ecc block test : 53 good, 4 bad; 63% tested* Ecc block test : 54 good, 4 bad; 64% tested* Ecc block test : 55 good, 4 bad; 65% tested* Ecc block test : 56 good, 4 bad; 66% tested* Ecc block test : 57 good, 4 bad; 67% tested* Ecc block test : 58 good, 4 bad; 68% tested* Ecc block test : 59 good, 4 bad; 70% tested* Ecc block test : 60 good, 4 bad; 71% tested* Ecc block test : 61 good, 4 bad; 72% tested* Ecc block test : 62 good, 4 bad; 73% tested* Ecc block test : 63 good, 4 bad; 74% tested* Ecc block test : 64 good, 4 bad; 75% tested* Ecc block test : 65 good, 4 bad; 76% tested* Ecc block test : 66 good, 4 bad; 77% tested* Ecc block test : 67 good, 4 bad; 78% tested* Ecc block test : 68 good, 4 bad; 80% tested* Ecc block test : 69 good, 4 bad; 81% tested* Ecc block test : 70 good, 4 bad; 82% tested* Ecc block test : 71 good, 4 bad; 83% tested* Ecc block test : 72 good, 4 bad; 84% tested* Ecc block test : 73 good, 4 bad; 85% tested* Ecc block test : 74 good, 4 bad; 86% tested* Ecc block test : 75 good, 4 bad; 87% tested* Ecc block test : 76 good, 4 bad; 88% tested* Ecc block test : 77 good, 4 bad; 90% tested* Ecc block test : 78 good, 4 bad; 91% tested* Ecc block test : 79 good, 4 bad; 92% tested* Ecc block test : 80 good, 4 bad; 93% tested* Ecc block test : 81 good, 4 bad; 94% tested* Ecc block test : 82 good, 4 bad; 95% tested* Ecc block test : 83 good, 4 bad; 96% tested* Ecc block test : 84 good, 4 bad; 97% tested* Ecc block test : 85 good, 4 bad; 98% tested* Ecc block test : 86 good, 4 bad; 100% tested* Ecc block test : 86 good, 4 bad; 4 bad sub blocks +* Ecc block test : 86 good, 4 bad; 4 bad sub blocks - erasure counts : avg = 1.0; worst = 1 per ecc block. - prognosis : 22892 of 22892 sectors recoverable (100.0%) diff --git a/regtest/database/RS03f_crc_section_with_uncorrectable_dsm b/regtest/database/RS03f_crc_section_with_uncorrectable_dsm index 1cf9ae4..f89017d 100644 --- a/regtest/database/RS03f_crc_section_with_uncorrectable_dsm +++ b/regtest/database/RS03f_crc_section_with_uncorrectable_dsm @@ -18,7 +18,7 @@ Error correction properties: Data integrity: - sectors : 21000 in image; 1892 in ecc file -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%* Unrecoverable sector found! +* Unrecoverable sector found! * * Sector 10 is marked unreadable in the ecc file. * @@ -30,10 +30,10 @@ Data integrity: * ... more unrecoverable sectors found ... * further messages are suppressed unless the -v option is given. * missing sectors : 15 - 16 (in ecc file) -- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* BAD image/file : 3 sectors missing +* BAD image/file : 3 sectors missing ... data section : 0 sectors missing; 0 CRC errors ... crc section : 3 sectors missing ... ecc section : 0 sectors missing -- Ecc block test : 1% tested- Ecc block test : 2% tested- Ecc block test : 3% tested- Ecc block test : 4% tested- Ecc block test : 5% tested- Ecc block test : 6% tested- Ecc block test : 7% tested- Ecc block test : 8% tested* Ecc block test : 8 good, 1 bad; 10% tested* Ecc block test : 9 good, 1 bad; 11% tested* Ecc block test : 10 good, 1 bad; 12% tested* Ecc block test : 11 good, 1 bad; 13% tested* Ecc block test : 12 good, 1 bad; 14% tested* Ecc block test : 12 good, 2 bad; 15% tested* Ecc block test : 12 good, 3 bad; 16% tested* Ecc block test : 13 good, 3 bad; 17% tested* Ecc block test : 14 good, 3 bad; 18% tested* Ecc block test : 15 good, 3 bad; 20% tested* Ecc block test : 16 good, 3 bad; 21% tested* Ecc block test : 17 good, 3 bad; 22% tested* Ecc block test : 18 good, 3 bad; 23% tested* Ecc block test : 19 good, 3 bad; 24% tested* Ecc block test : 20 good, 3 bad; 25% tested* Ecc block test : 21 good, 3 bad; 26% tested* Ecc block test : 22 good, 3 bad; 27% tested* Ecc block test : 23 good, 3 bad; 28% tested* Ecc block test : 24 good, 3 bad; 30% tested* Ecc block test : 25 good, 3 bad; 31% tested* Ecc block test : 26 good, 3 bad; 32% tested* Ecc block test : 27 good, 3 bad; 33% tested* Ecc block test : 28 good, 3 bad; 34% tested* Ecc block test : 29 good, 3 bad; 35% tested* Ecc block test : 30 good, 3 bad; 36% tested* Ecc block test : 31 good, 3 bad; 37% tested* Ecc block test : 32 good, 3 bad; 38% tested* Ecc block test : 33 good, 3 bad; 40% tested* Ecc block test : 34 good, 3 bad; 41% tested* Ecc block test : 35 good, 3 bad; 42% tested* Ecc block test : 36 good, 3 bad; 43% tested* Ecc block test : 37 good, 3 bad; 44% tested* Ecc block test : 38 good, 3 bad; 45% tested* Ecc block test : 39 good, 3 bad; 46% tested* Ecc block test : 40 good, 3 bad; 47% tested* Ecc block test : 41 good, 3 bad; 48% tested* Ecc block test : 42 good, 3 bad; 50% tested* Ecc block test : 43 good, 3 bad; 51% tested* Ecc block test : 44 good, 3 bad; 52% tested* Ecc block test : 45 good, 3 bad; 53% tested* Ecc block test : 46 good, 3 bad; 54% tested* Ecc block test : 47 good, 3 bad; 55% tested* Ecc block test : 48 good, 3 bad; 56% tested* Ecc block test : 49 good, 3 bad; 57% tested* Ecc block test : 50 good, 3 bad; 58% tested* Ecc block test : 51 good, 3 bad; 60% tested* Ecc block test : 52 good, 3 bad; 61% tested* Ecc block test : 53 good, 3 bad; 62% tested* Ecc block test : 54 good, 3 bad; 63% tested* Ecc block test : 55 good, 3 bad; 64% tested* Ecc block test : 56 good, 3 bad; 65% tested* Ecc block test : 57 good, 3 bad; 66% tested* Ecc block test : 58 good, 3 bad; 67% tested* Ecc block test : 59 good, 3 bad; 68% tested* Ecc block test : 60 good, 3 bad; 70% tested* Ecc block test : 61 good, 3 bad; 71% tested* Ecc block test : 62 good, 3 bad; 72% tested* Ecc block test : 63 good, 3 bad; 73% tested* Ecc block test : 64 good, 3 bad; 74% tested* Ecc block test : 65 good, 3 bad; 75% tested* Ecc block test : 66 good, 3 bad; 76% tested* Ecc block test : 67 good, 3 bad; 77% tested* Ecc block test : 68 good, 3 bad; 78% tested* Ecc block test : 69 good, 3 bad; 80% tested* Ecc block test : 70 good, 3 bad; 81% tested* Ecc block test : 71 good, 3 bad; 82% tested* Ecc block test : 72 good, 3 bad; 83% tested* Ecc block test : 73 good, 3 bad; 84% tested* Ecc block test : 74 good, 3 bad; 85% tested* Ecc block test : 75 good, 3 bad; 86% tested* Ecc block test : 76 good, 3 bad; 87% tested* Ecc block test : 77 good, 3 bad; 88% tested* Ecc block test : 78 good, 3 bad; 90% tested* Ecc block test : 79 good, 3 bad; 91% tested* Ecc block test : 80 good, 3 bad; 92% tested* Ecc block test : 81 good, 3 bad; 93% tested* Ecc block test : 82 good, 3 bad; 94% tested* Ecc block test : 83 good, 3 bad; 95% tested* Ecc block test : 84 good, 3 bad; 96% tested* Ecc block test : 85 good, 3 bad; 97% tested* Ecc block test : 86 good, 3 bad; 98% tested* Ecc block test : 87 good, 3 bad; 100% tested* Ecc block test : 87 good, 3 bad; 3035 bad sub blocks +* Ecc block test : 87 good, 3 bad; 3035 bad sub blocks - erasure counts : avg = 1.0; worst = 1 per ecc block. - prognosis : 22892 of 22892 sectors recoverable (100.0%) diff --git a/regtest/database/RS03f_ecc_create b/regtest/database/RS03f_ecc_create index 1f1f821..58158a1 100644 --- a/regtest/database/RS03f_ecc_create +++ b/regtest/database/RS03f_ecc_create @@ -7,7 +7,5 @@ See the file "COPYING" for further information. Opening rs03f-master.iso: 21000 medium sectors. 41 MiB data, 3 MiB ecc (20 roots; 8.5% redundancy). -Preparing ecc file: 1%Preparing ecc file: 2%Preparing ecc file: 3%Preparing ecc file: 4%Preparing ecc file: 5%Preparing ecc file: 6%Preparing ecc file: 7%Preparing ecc file: 8%Preparing ecc file: 9%Preparing ecc file: 10%Preparing ecc file: 11%Preparing ecc file: 12%Preparing ecc file: 13%Preparing ecc file: 14%Preparing ecc file: 15%Preparing ecc file: 16%Preparing ecc file: 17%Preparing ecc file: 18%Preparing ecc file: 19%Preparing ecc file: 20%Preparing ecc file: 21%Preparing ecc file: 22%Preparing ecc file: 23%Preparing ecc file: 24%Preparing ecc file: 25%Preparing ecc file: 26%Preparing ecc file: 27%Preparing ecc file: 28%Preparing ecc file: 29%Preparing ecc file: 30%Preparing ecc file: 31%Preparing ecc file: 32%Preparing ecc file: 33%Preparing ecc file: 34%Preparing ecc file: 35%Preparing ecc file: 36%Preparing ecc file: 37%Preparing ecc file: 38%Preparing ecc file: 39%Preparing ecc file: 40%Preparing ecc file: 41%Preparing ecc file: 42%Preparing ecc file: 43%Preparing ecc file: 44%Preparing ecc file: 45%Preparing ecc file: 46%Preparing ecc file: 47%Preparing ecc file: 48%Preparing ecc file: 49%Preparing ecc file: 50%Preparing ecc file: 51%Preparing ecc file: 52%Preparing ecc file: 53%Preparing ecc file: 54%Preparing ecc file: 55%Preparing ecc file: 56%Preparing ecc file: 57%Preparing ecc file: 58%Preparing ecc file: 59%Preparing ecc file: 60%Preparing ecc file: 61%Preparing ecc file: 62%Preparing ecc file: 63%Preparing ecc file: 64%Preparing ecc file: 65%Preparing ecc file: 66%Preparing ecc file: 67%Preparing ecc file: 68%Preparing ecc file: 69%Preparing ecc file: 70%Preparing ecc file: 71%Preparing ecc file: 72%Preparing ecc file: 73%Preparing ecc file: 74%Preparing ecc file: 75%Preparing ecc file: 76%Preparing ecc file: 77%Preparing ecc file: 78%Preparing ecc file: 79%Preparing ecc file: 80%Preparing ecc file: 81%Preparing ecc file: 82%Preparing ecc file: 83%Preparing ecc file: 84%Preparing ecc file: 85%Preparing ecc file: 86%Preparing ecc file: 87%Preparing ecc file: 88%Preparing ecc file: 89%Preparing ecc file: 90%Preparing ecc file: 91%Preparing ecc file: 92%Preparing ecc file: 93%Preparing ecc file: 94%Preparing ecc file: 95%Preparing ecc file: 96%Preparing ecc file: 97%Preparing ecc file: 98%Preparing ecc file: 99%Preparing ecc file: 100% -Ecc generation: 1.1%Ecc generation: 2.2%Ecc generation: 3.3%Ecc generation: 4.4%Ecc generation: 5.5%Ecc generation: 6.6%Ecc generation: 7.7%Ecc generation: 8.8%Ecc generation: 10.0%Ecc generation: 11.1%Ecc generation: 12.2%Ecc generation: 13.3%Ecc generation: 14.4%Ecc generation: 15.5%Ecc generation: 16.6%Ecc generation: 17.7%Ecc generation: 18.8%Ecc generation: 20.0%Ecc generation: 21.1%Ecc generation: 22.2%Ecc generation: 23.3%Ecc generation: 24.4%Ecc generation: 25.5%Ecc generation: 26.6%Ecc generation: 27.7%Ecc generation: 28.8%Ecc generation: 30.0%Ecc generation: 31.1%Ecc generation: 32.2%Ecc generation: 33.3%Ecc generation: 34.4%Ecc generation: 35.5%Ecc generation: 36.6%Ecc generation: 37.7%Ecc generation: 38.8%Ecc generation: 40.0%Ecc generation: 41.1%Ecc generation: 42.2%Ecc generation: 43.3%Ecc generation: 44.4%Ecc generation: 45.5%Ecc generation: 46.6%Ecc generation: 47.7%Ecc generation: 48.8%Ecc generation: 50.0%Ecc generation: 51.1%Ecc generation: 52.2%Ecc generation: 53.3%Ecc generation: 54.4%Ecc generation: 55.5%Ecc generation: 56.6%Ecc generation: 57.7%Ecc generation: 58.8%Ecc generation: 60.0%Ecc generation: 61.1%Ecc generation: 62.2%Ecc generation: 63.3%Ecc generation: 64.4%Ecc generation: 65.5%Ecc generation: 66.6%Ecc generation: 67.7%Ecc generation: 68.8%Ecc generation: 70.0%Ecc generation: 71.1%Ecc generation: 72.2%Ecc generation: 73.3%Ecc generation: 74.4%Ecc generation: 75.5%Ecc generation: 76.6%Ecc generation: 77.7%Ecc generation: 78.8%Ecc generation: 80.0%Ecc generation: 81.1%Ecc generation: 82.2%Ecc generation: 83.3%Ecc generation: 84.4%Ecc generation: 85.5%Ecc generation: 86.6%Ecc generation: 87.7%Ecc generation: 88.8%Ecc generation: 90.0%Ecc generation: 91.1%Ecc generation: 92.2%Ecc generation: 93.3%Ecc generation: 94.4%Ecc generation: 95.5%Ecc generation: 96.6%Ecc generation: 97.7%Ecc generation: 98.8%Ecc generation: 100.0%Ecc generation: 100.0% Error correction file "rs03f-tmp.ecc" created. Make sure to keep this file on a reliable medium. diff --git a/regtest/database/RS03f_ecc_create_after_partial_read b/regtest/database/RS03f_ecc_create_after_partial_read index 9ae7cc9..77ef7ce 100644 --- a/regtest/database/RS03f_ecc_create_after_partial_read +++ b/regtest/database/RS03f_ecc_create_after_partial_read @@ -4,19 +4,252 @@ This software comes with ABSOLUTELY NO WARRANTY. This is free software and you are welcome to redistribute it under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. +# *** OpenImageFromDevice(sim-cd) *** +# InquireDevice returned: Simulated CD drive 1.00 Device: sim-cd, Simulated CD drive 1.00 +# *** query_type(Simulated CD drive 1.00, 0) *** +# *** get_configuration(Simulated CD drive 1.00) *** +# 8 data len, 9 current +-> profile 9: CD-R +# trying READ DISC INFORMATION for size +# size returned is 32 +# trying READ DISC INFORMATION for real info +0000: 00 20 1e 00 00 00 00 00 00 00 00 00 00 00 00 00 . ...... ........ +0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........ +# status is 1e, disc type 0 +#CD: starting media probe +#CD: querying size of READ TOC/PMA/ATIP (for TOC) +#CD: size returned is 12 +#CD: querying real READ TOC/PMA/ATIP (for TOC) +0000: 00 0a 00 00 00 14 00 00 00 00 00 00 ........ .... +#CD: control is 0x14 +#CD: querying size of READ TOC/PMA/ATIP (for full TOC) +# Warning: Realigning length from 26 to 24 +#CD: size returned is 24 +#CD: querying real READ TOC/PMA/ATIP (for full TOC) +0000: 00 18 00 01 00 00 00 a0 00 00 00 00 00 00 00 00 ........ ........ +0010: 00 00 00 00 00 00 00 00 ........ +#CD: 1 sessions +#CD: CD medium detected, type: CD-R mode 1 +# query_type() returned. +# deciding reading strategy... Using READ CD. +GetImageFingerprint(16): read & cached + +ExamineUDF(Device: Simulated CD drive 1.00) + Examining the ISO file system... + Sector 16: + Volume descriptor type = 1 + Volume descriptor version = 1 + Standard identifier = CD001 + -> primary volume descriptor: + System identifier : | | + Volume identifier : |RANDOM IMAGE | + Volume space size : 21000 sectors + Volume set size : 1 + Volume sequence size : 1 + Logical block size : 2048 + Path table size : 10 bytes + L-Path table location : 19 + Opt L-Path table location : 0 + M-Path table location : 20 + Opt M-Path table location : 0 + Volume creation date/time : 16-07-2006 10:35:46.23 + Volume modification d/t : 16-07-2006 10:35:46.23 + Volume expiration d/t : 16-07-2106 10:35:46.23 + Volume effective d/t : 16-07-2006 10:35:46.23 + File structure version : 1 + Sector 17: + Volume descriptor type = 2 + Volume descriptor version = 1 + Standard identifier = CD001 + -> supplementary volume descriptor: *skipped* + Sector 18: + Volume descriptor type = 255 + Volume descriptor version = 1 + Standard identifier = CD001 + -> volume descriptor set terminator; + end of ISO file system parsing. + Examining the UDF file system... + not yet implemented. + +# *** read_capacity(Simulated CD drive 1.00) *** + -> 20999 +ExamineECC() started +...trying RS01 +...trying RS02 +RS02Recognize: medium sim-cd +try_sector: trying sector 21000 +try_sector: read error, trying next header +try_sector: trying sector 20850 +try_sector: no cookie, skipping current modulo +RS02Recognize: skipping exhaustive RS02 search +...trying RS03 +RS03RecognizeImage: medium sim-cd +FindRS03HeaderInImage: medium sim-cd +RS03RecognizeImage: skipping exhaustive RS03 search +...no augmented image detected. +# Calling query_size() +# *** query_size(Simulated CD drive 1.00) *** +Medium size could NOT be determined from ECC header. +Medium size obtained from ISO/UDF file system: 21000 sectors +# returned: 21000 sectors Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. +GetImageFingerprint(16): cached Completing image rs03f-tmp.iso. Only missing sectors will be read. Waiting 5 seconds for drive to spin up... -Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx) -501 sectors read. -Opening rs03f-tmp.iso: 21000 medium sectors. +501 sectors read. +CrcBuf contents, image path none (medium): + crcSize: 21000, dataSectors: 21000, coveredSectors: 21000, allSectors: 21000 + md5State: invalid + fp sector: 16; 15c0fd35a0cfa0f83b9ccbd8604c2592 + missing crcs: 20499 + +Opening rs03f-tmp.iso +ExamineUDF(File: rs03f-tmp.iso) + Examining the ISO file system... + Sector 16: + Volume descriptor type = 1 + Volume descriptor version = 1 + Standard identifier = CD001 + -> primary volume descriptor: + System identifier : | | + Volume identifier : |RANDOM IMAGE | + Volume space size : 21000 sectors + Volume set size : 1 + Volume sequence size : 1 + Logical block size : 2048 + Path table size : 10 bytes + L-Path table location : 19 + Opt L-Path table location : 0 + M-Path table location : 20 + Opt M-Path table location : 0 + Volume creation date/time : 16-07-2006 10:35:46.23 + Volume modification d/t : 16-07-2006 10:35:46.23 + Volume expiration d/t : 16-07-2106 10:35:46.23 + Volume effective d/t : 16-07-2006 10:35:46.23 + File structure version : 1 + Sector 17: + Volume descriptor type = 2 + Volume descriptor version = 1 + Standard identifier = CD001 + -> supplementary volume descriptor: *skipped* + Sector 18: + Volume descriptor type = 255 + Volume descriptor version = 1 + Standard identifier = CD001 + -> volume descriptor set terminator; + end of ISO file system parsing. + Examining the UDF file system... + not yet implemented. + +ExamineECC() started +...trying RS01 +...trying RS02 +RS02Recognize: file rs03f-tmp.iso +try_sector: trying sector 21000 +try_sector: read error, trying next header +try_sector: trying sector 20850 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 4611686018427387904 +FindHeaderInMedium: Trying modulo 2305843009213693952 +FindHeaderInMedium: Trying modulo 1152921504606846976 +FindHeaderInMedium: Trying modulo 576460752303423488 +FindHeaderInMedium: Trying modulo 288230376151711744 +FindHeaderInMedium: Trying modulo 144115188075855872 +FindHeaderInMedium: Trying modulo 72057594037927936 +FindHeaderInMedium: Trying modulo 36028797018963968 +FindHeaderInMedium: Trying modulo 18014398509481984 +FindHeaderInMedium: Trying modulo 9007199254740992 +FindHeaderInMedium: Trying modulo 4503599627370496 +FindHeaderInMedium: Trying modulo 2251799813685248 +FindHeaderInMedium: Trying modulo 1125899906842624 +FindHeaderInMedium: Trying modulo 562949953421312 +FindHeaderInMedium: Trying modulo 281474976710656 +FindHeaderInMedium: Trying modulo 140737488355328 +FindHeaderInMedium: Trying modulo 70368744177664 +FindHeaderInMedium: Trying modulo 35184372088832 +FindHeaderInMedium: Trying modulo 17592186044416 +FindHeaderInMedium: Trying modulo 8796093022208 +FindHeaderInMedium: Trying modulo 4398046511104 +FindHeaderInMedium: Trying modulo 2199023255552 +FindHeaderInMedium: Trying modulo 1099511627776 +FindHeaderInMedium: Trying modulo 549755813888 +FindHeaderInMedium: Trying modulo 274877906944 +FindHeaderInMedium: Trying modulo 137438953472 +FindHeaderInMedium: Trying modulo 68719476736 +FindHeaderInMedium: Trying modulo 34359738368 +FindHeaderInMedium: Trying modulo 17179869184 +FindHeaderInMedium: Trying modulo 8589934592 +FindHeaderInMedium: Trying modulo 4294967296 +FindHeaderInMedium: Trying modulo 2147483648 +FindHeaderInMedium: Trying modulo 1073741824 +FindHeaderInMedium: Trying modulo 536870912 +FindHeaderInMedium: Trying modulo 268435456 +FindHeaderInMedium: Trying modulo 134217728 +FindHeaderInMedium: Trying modulo 67108864 +FindHeaderInMedium: Trying modulo 33554432 +FindHeaderInMedium: Trying modulo 16777216 +FindHeaderInMedium: Trying modulo 8388608 +FindHeaderInMedium: Trying modulo 4194304 +FindHeaderInMedium: Trying modulo 2097152 +FindHeaderInMedium: Trying modulo 1048576 +FindHeaderInMedium: Trying modulo 524288 +FindHeaderInMedium: Trying modulo 262144 +FindHeaderInMedium: Trying modulo 131072 +FindHeaderInMedium: Trying modulo 65536 +FindHeaderInMedium: Trying modulo 32768 +FindHeaderInMedium: Trying modulo 16384 +try_sector: trying sector 16384 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 8192 +Sector 16384 cached; skipping modulo +FindHeaderInMedium: Trying modulo 4096 +try_sector: trying sector 20480 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 2048 +Sector 20480 cached; skipping modulo +FindHeaderInMedium: Trying modulo 1024 +Sector 20480 cached; skipping modulo +FindHeaderInMedium: Trying modulo 512 +try_sector: trying sector 20992 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 256 +Sector 20992 cached; skipping modulo +FindHeaderInMedium: Trying modulo 128 +Sector 20992 cached; skipping modulo +FindHeaderInMedium: Trying modulo 64 +Sector 20992 cached; skipping modulo +FindHeaderInMedium: Trying modulo 32 +Sector 20992 cached; skipping modulo +...trying RS03 +RS03RecognizeImage: file rs03f-tmp.iso +FindRS03HeaderInImage: file rs03f-tmp.iso +RS03RecognizeImage: No EH, entering exhaustive search +.. trying layer size 1409 +Scanning layers for signatures. +- layer slice 0 +** All layers tested -> no RS03 data found +...no augmented image detected. +GetImageFingerprint(16): read & cached +: 21000 medium sectors. +Calculated layout for RS03 file: +data sectors = 21000 +data padding = 0 +layer size = 90 +total sectors = 22892 +medium capacity = 0 +header position = 0 +first CRC sector = 2 +first ECC sector = 92 +ndata = 235 +nroots = 20 ( 8.5%) + 41 MiB data, 3 MiB ecc (20 roots; 8.5% redundancy). -Preparing ecc file: 1%Preparing ecc file: 2%Preparing ecc file: 3%Preparing ecc file: 4%Preparing ecc file: 5%Preparing ecc file: 6%Preparing ecc file: 7%Preparing ecc file: 8%Preparing ecc file: 9%Preparing ecc file: 10%Preparing ecc file: 11%Preparing ecc file: 12%Preparing ecc file: 13%Preparing ecc file: 14%Preparing ecc file: 15%Preparing ecc file: 16%Preparing ecc file: 17%Preparing ecc file: 18%Preparing ecc file: 19%Preparing ecc file: 20%Preparing ecc file: 21%Preparing ecc file: 22%Preparing ecc file: 23%Preparing ecc file: 24%Preparing ecc file: 25%Preparing ecc file: 26%Preparing ecc file: 27%Preparing ecc file: 28%Preparing ecc file: 29%Preparing ecc file: 30%Preparing ecc file: 31%Preparing ecc file: 32%Preparing ecc file: 33%Preparing ecc file: 34%Preparing ecc file: 35%Preparing ecc file: 36%Preparing ecc file: 37%Preparing ecc file: 38%Preparing ecc file: 39%Preparing ecc file: 40%Preparing ecc file: 41%Preparing ecc file: 42%Preparing ecc file: 43%Preparing ecc file: 44%Preparing ecc file: 45%Preparing ecc file: 46%Preparing ecc file: 47%Preparing ecc file: 48%Preparing ecc file: 49%Preparing ecc file: 50%Preparing ecc file: 51%Preparing ecc file: 52%Preparing ecc file: 53%Preparing ecc file: 54%Preparing ecc file: 55%Preparing ecc file: 56%Preparing ecc file: 57%Preparing ecc file: 58%Preparing ecc file: 59%Preparing ecc file: 60%Preparing ecc file: 61%Preparing ecc file: 62%Preparing ecc file: 63%Preparing ecc file: 64%Preparing ecc file: 65%Preparing ecc file: 66%Preparing ecc file: 67%Preparing ecc file: 68%Preparing ecc file: 69%Preparing ecc file: 70%Preparing ecc file: 71%Preparing ecc file: 72%Preparing ecc file: 73%Preparing ecc file: 74%Preparing ecc file: 75%Preparing ecc file: 76%Preparing ecc file: 77%Preparing ecc file: 78%Preparing ecc file: 79%Preparing ecc file: 80%Preparing ecc file: 81%Preparing ecc file: 82%Preparing ecc file: 83%Preparing ecc file: 84%Preparing ecc file: 85%Preparing ecc file: 86%Preparing ecc file: 87%Preparing ecc file: 88%Preparing ecc file: 89%Preparing ecc file: 90%Preparing ecc file: 91%Preparing ecc file: 92%Preparing ecc file: 93%Preparing ecc file: 94%Preparing ecc file: 95%Preparing ecc file: 96%Preparing ecc file: 97%Preparing ecc file: 98%Preparing ecc file: 99%Preparing ecc file: 100% -Ecc generation: 1.1%Ecc generation: 2.2%Ecc generation: 3.3%Ecc generation: 4.4%Ecc generation: 5.5%Ecc generation: 6.6%Ecc generation: 7.7%Ecc generation: 8.8%Ecc generation: 10.0%Ecc generation: 11.1%Ecc generation: 12.2%Ecc generation: 13.3%Ecc generation: 14.4%Ecc generation: 15.5%Ecc generation: 16.6%Ecc generation: 17.7%Ecc generation: 18.8%Ecc generation: 20.0%Ecc generation: 21.1%Ecc generation: 22.2%Ecc generation: 23.3%Ecc generation: 24.4%Ecc generation: 25.5%Ecc generation: 26.6%Ecc generation: 27.7%Ecc generation: 28.8%Ecc generation: 30.0%Ecc generation: 31.1%Ecc generation: 32.2%Ecc generation: 33.3%Ecc generation: 34.4%Ecc generation: 35.5%Ecc generation: 36.6%Ecc generation: 37.7%Ecc generation: 38.8%Ecc generation: 40.0%Ecc generation: 41.1%Ecc generation: 42.2%Ecc generation: 43.3%Ecc generation: 44.4%Ecc generation: 45.5%Ecc generation: 46.6%Ecc generation: 47.7%Ecc generation: 48.8%Ecc generation: 50.0%Ecc generation: 51.1%Ecc generation: 52.2%Ecc generation: 53.3%Ecc generation: 54.4%Ecc generation: 55.5%Ecc generation: 56.6%Ecc generation: 57.7%Ecc generation: 58.8%Ecc generation: 60.0%Ecc generation: 61.1%Ecc generation: 62.2%Ecc generation: 63.3%Ecc generation: 64.4%Ecc generation: 65.5%Ecc generation: 66.6%Ecc generation: 67.7%Ecc generation: 68.8%Ecc generation: 70.0%Ecc generation: 71.1%Ecc generation: 72.2%Ecc generation: 73.3%Ecc generation: 74.4%Ecc generation: 75.5%Ecc generation: 76.6%Ecc generation: 77.7%Ecc generation: 78.8%Ecc generation: 80.0%Ecc generation: 81.1%Ecc generation: 82.2%Ecc generation: 83.3%Ecc generation: 84.4%Ecc generation: 85.5%Ecc generation: 86.6%Ecc generation: 87.7%Ecc generation: 88.8%Ecc generation: 90.0%Ecc generation: 91.1%Ecc generation: 92.2%Ecc generation: 93.3%Ecc generation: 94.4%Ecc generation: 95.5%Ecc generation: 96.6%Ecc generation: 97.7%Ecc generation: 98.8%Ecc generation: 100.0%Ecc generation: 100.0% +CrcBufValid: NOT complete +Cache allocation: 120320K+8192K+5120K=130M (data+parity+descrambling) Error correction file "rs03f-tmp.ecc" created. Make sure to keep this file on a reliable medium. diff --git a/regtest/database/RS03f_ecc_create_after_read b/regtest/database/RS03f_ecc_create_after_read index 3dbe768..5034166 100644 --- a/regtest/database/RS03f_ecc_create_after_read +++ b/regtest/database/RS03f_ecc_create_after_read @@ -1,22 +1,257 @@ 9503f278d4550a9507a317664481adf8 -1f52f29bf40b8a530697c969ab7044a6 +66a95c966898ca1b05bf480c329ac911 This software comes with ABSOLUTELY NO WARRANTY. This is free software and you are welcome to redistribute it under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. +# *** OpenImageFromDevice(sim-cd) *** +# InquireDevice returned: Simulated CD drive 1.00 Device: sim-cd, Simulated CD drive 1.00 +# *** query_type(Simulated CD drive 1.00, 0) *** +# *** get_configuration(Simulated CD drive 1.00) *** +# 8 data len, 9 current +-> profile 9: CD-R +# trying READ DISC INFORMATION for size +# size returned is 32 +# trying READ DISC INFORMATION for real info +0000: 00 20 1e 00 00 00 00 00 00 00 00 00 00 00 00 00 . ...... ........ +0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........ +# status is 1e, disc type 0 +#CD: starting media probe +#CD: querying size of READ TOC/PMA/ATIP (for TOC) +#CD: size returned is 12 +#CD: querying real READ TOC/PMA/ATIP (for TOC) +0000: 00 0a 00 00 00 14 00 00 00 00 00 00 ........ .... +#CD: control is 0x14 +#CD: querying size of READ TOC/PMA/ATIP (for full TOC) +# Warning: Realigning length from 26 to 24 +#CD: size returned is 24 +#CD: querying real READ TOC/PMA/ATIP (for full TOC) +0000: 00 18 00 01 00 00 00 a0 00 00 00 00 00 00 00 00 ........ ........ +0010: 00 00 00 00 00 00 00 00 ........ +#CD: 1 sessions +#CD: CD medium detected, type: CD-R mode 1 +# query_type() returned. +# deciding reading strategy... Using READ CD. +GetImageFingerprint(16): read & cached + +ExamineUDF(Device: Simulated CD drive 1.00) + Examining the ISO file system... + Sector 16: + Volume descriptor type = 1 + Volume descriptor version = 1 + Standard identifier = CD001 + -> primary volume descriptor: + System identifier : | | + Volume identifier : |RANDOM IMAGE | + Volume space size : 21000 sectors + Volume set size : 1 + Volume sequence size : 1 + Logical block size : 2048 + Path table size : 10 bytes + L-Path table location : 19 + Opt L-Path table location : 0 + M-Path table location : 20 + Opt M-Path table location : 0 + Volume creation date/time : 16-07-2006 10:35:46.23 + Volume modification d/t : 16-07-2006 10:35:46.23 + Volume expiration d/t : 16-07-2106 10:35:46.23 + Volume effective d/t : 16-07-2006 10:35:46.23 + File structure version : 1 + Sector 17: + Volume descriptor type = 2 + Volume descriptor version = 1 + Standard identifier = CD001 + -> supplementary volume descriptor: *skipped* + Sector 18: + Volume descriptor type = 255 + Volume descriptor version = 1 + Standard identifier = CD001 + -> volume descriptor set terminator; + end of ISO file system parsing. + Examining the UDF file system... + not yet implemented. + +# *** read_capacity(Simulated CD drive 1.00) *** + -> 20999 +ExamineECC() started +...trying RS01 +...trying RS02 +RS02Recognize: medium sim-cd +try_sector: trying sector 21000 +try_sector: read error, trying next header +try_sector: trying sector 20850 +try_sector: no cookie, skipping current modulo +RS02Recognize: skipping exhaustive RS02 search +...trying RS03 +RS03RecognizeImage: medium sim-cd +FindRS03HeaderInImage: medium sim-cd +RS03RecognizeImage: skipping exhaustive RS03 search +...no augmented image detected. +# Calling query_size() +# *** query_size(Simulated CD drive 1.00) *** +Medium size could NOT be determined from ECC header. +Medium size obtained from ISO/UDF file system: 21000 sectors +# returned: 21000 sectors Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Creating new rs03f-tmp.iso image. Waiting 5 seconds for drive to spin up... -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) -All sectors successfully read. -Opening rs03f-tmp.iso: 21000 medium sectors. +All sectors successfully read. +CrcBuf contents, image path none (medium): + crcSize: 21000, dataSectors: 21000, coveredSectors: 21000, allSectors: 21000 + md5State: data_complete image_complete + data: 9503f278d4550a9507a317664481adf8 + full: 9503f278d4550a9507a317664481adf8 + fp sector: 16; 15c0fd35a0cfa0f83b9ccbd8604c2592 + missing crcs: 0 + +Opening rs03f-tmp.iso +ExamineUDF(File: rs03f-tmp.iso) + Examining the ISO file system... + Sector 16: + Volume descriptor type = 1 + Volume descriptor version = 1 + Standard identifier = CD001 + -> primary volume descriptor: + System identifier : | | + Volume identifier : |RANDOM IMAGE | + Volume space size : 21000 sectors + Volume set size : 1 + Volume sequence size : 1 + Logical block size : 2048 + Path table size : 10 bytes + L-Path table location : 19 + Opt L-Path table location : 0 + M-Path table location : 20 + Opt M-Path table location : 0 + Volume creation date/time : 16-07-2006 10:35:46.23 + Volume modification d/t : 16-07-2006 10:35:46.23 + Volume expiration d/t : 16-07-2106 10:35:46.23 + Volume effective d/t : 16-07-2006 10:35:46.23 + File structure version : 1 + Sector 17: + Volume descriptor type = 2 + Volume descriptor version = 1 + Standard identifier = CD001 + -> supplementary volume descriptor: *skipped* + Sector 18: + Volume descriptor type = 255 + Volume descriptor version = 1 + Standard identifier = CD001 + -> volume descriptor set terminator; + end of ISO file system parsing. + Examining the UDF file system... + not yet implemented. + +ExamineECC() started +...trying RS01 +...trying RS02 +RS02Recognize: file rs03f-tmp.iso +try_sector: trying sector 21000 +try_sector: read error, trying next header +try_sector: trying sector 20850 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 4611686018427387904 +FindHeaderInMedium: Trying modulo 2305843009213693952 +FindHeaderInMedium: Trying modulo 1152921504606846976 +FindHeaderInMedium: Trying modulo 576460752303423488 +FindHeaderInMedium: Trying modulo 288230376151711744 +FindHeaderInMedium: Trying modulo 144115188075855872 +FindHeaderInMedium: Trying modulo 72057594037927936 +FindHeaderInMedium: Trying modulo 36028797018963968 +FindHeaderInMedium: Trying modulo 18014398509481984 +FindHeaderInMedium: Trying modulo 9007199254740992 +FindHeaderInMedium: Trying modulo 4503599627370496 +FindHeaderInMedium: Trying modulo 2251799813685248 +FindHeaderInMedium: Trying modulo 1125899906842624 +FindHeaderInMedium: Trying modulo 562949953421312 +FindHeaderInMedium: Trying modulo 281474976710656 +FindHeaderInMedium: Trying modulo 140737488355328 +FindHeaderInMedium: Trying modulo 70368744177664 +FindHeaderInMedium: Trying modulo 35184372088832 +FindHeaderInMedium: Trying modulo 17592186044416 +FindHeaderInMedium: Trying modulo 8796093022208 +FindHeaderInMedium: Trying modulo 4398046511104 +FindHeaderInMedium: Trying modulo 2199023255552 +FindHeaderInMedium: Trying modulo 1099511627776 +FindHeaderInMedium: Trying modulo 549755813888 +FindHeaderInMedium: Trying modulo 274877906944 +FindHeaderInMedium: Trying modulo 137438953472 +FindHeaderInMedium: Trying modulo 68719476736 +FindHeaderInMedium: Trying modulo 34359738368 +FindHeaderInMedium: Trying modulo 17179869184 +FindHeaderInMedium: Trying modulo 8589934592 +FindHeaderInMedium: Trying modulo 4294967296 +FindHeaderInMedium: Trying modulo 2147483648 +FindHeaderInMedium: Trying modulo 1073741824 +FindHeaderInMedium: Trying modulo 536870912 +FindHeaderInMedium: Trying modulo 268435456 +FindHeaderInMedium: Trying modulo 134217728 +FindHeaderInMedium: Trying modulo 67108864 +FindHeaderInMedium: Trying modulo 33554432 +FindHeaderInMedium: Trying modulo 16777216 +FindHeaderInMedium: Trying modulo 8388608 +FindHeaderInMedium: Trying modulo 4194304 +FindHeaderInMedium: Trying modulo 2097152 +FindHeaderInMedium: Trying modulo 1048576 +FindHeaderInMedium: Trying modulo 524288 +FindHeaderInMedium: Trying modulo 262144 +FindHeaderInMedium: Trying modulo 131072 +FindHeaderInMedium: Trying modulo 65536 +FindHeaderInMedium: Trying modulo 32768 +FindHeaderInMedium: Trying modulo 16384 +try_sector: trying sector 16384 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 8192 +Sector 16384 cached; skipping modulo +FindHeaderInMedium: Trying modulo 4096 +try_sector: trying sector 20480 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 2048 +Sector 20480 cached; skipping modulo +FindHeaderInMedium: Trying modulo 1024 +Sector 20480 cached; skipping modulo +FindHeaderInMedium: Trying modulo 512 +try_sector: trying sector 20992 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 256 +Sector 20992 cached; skipping modulo +FindHeaderInMedium: Trying modulo 128 +Sector 20992 cached; skipping modulo +FindHeaderInMedium: Trying modulo 64 +Sector 20992 cached; skipping modulo +FindHeaderInMedium: Trying modulo 32 +Sector 20992 cached; skipping modulo +...trying RS03 +RS03RecognizeImage: file rs03f-tmp.iso +FindRS03HeaderInImage: file rs03f-tmp.iso +RS03RecognizeImage: No EH, entering exhaustive search +.. trying layer size 1409 +Scanning layers for signatures. +- layer slice 0 +** All layers tested -> no RS03 data found +...no augmented image detected. +GetImageFingerprint(16): read & cached +: 21000 medium sectors. +Calculated layout for RS03 file: +data sectors = 21000 +data padding = 0 +layer size = 90 +total sectors = 22892 +medium capacity = 0 +header position = 0 +first CRC sector = 2 +first ECC sector = 92 +ndata = 235 +nroots = 20 ( 8.5%) + 41 MiB data, 3 MiB ecc (20 roots; 8.5% redundancy). -Preparing ecc file: 1%Preparing ecc file: 2%Preparing ecc file: 3%Preparing ecc file: 4%Preparing ecc file: 5%Preparing ecc file: 6%Preparing ecc file: 7%Preparing ecc file: 8%Preparing ecc file: 9%Preparing ecc file: 10%Preparing ecc file: 11%Preparing ecc file: 12%Preparing ecc file: 13%Preparing ecc file: 14%Preparing ecc file: 15%Preparing ecc file: 16%Preparing ecc file: 17%Preparing ecc file: 18%Preparing ecc file: 19%Preparing ecc file: 20%Preparing ecc file: 21%Preparing ecc file: 22%Preparing ecc file: 23%Preparing ecc file: 24%Preparing ecc file: 25%Preparing ecc file: 26%Preparing ecc file: 27%Preparing ecc file: 28%Preparing ecc file: 29%Preparing ecc file: 30%Preparing ecc file: 31%Preparing ecc file: 32%Preparing ecc file: 33%Preparing ecc file: 34%Preparing ecc file: 35%Preparing ecc file: 36%Preparing ecc file: 37%Preparing ecc file: 38%Preparing ecc file: 39%Preparing ecc file: 40%Preparing ecc file: 41%Preparing ecc file: 42%Preparing ecc file: 43%Preparing ecc file: 44%Preparing ecc file: 45%Preparing ecc file: 46%Preparing ecc file: 47%Preparing ecc file: 48%Preparing ecc file: 49%Preparing ecc file: 50%Preparing ecc file: 51%Preparing ecc file: 52%Preparing ecc file: 53%Preparing ecc file: 54%Preparing ecc file: 55%Preparing ecc file: 56%Preparing ecc file: 57%Preparing ecc file: 58%Preparing ecc file: 59%Preparing ecc file: 60%Preparing ecc file: 61%Preparing ecc file: 62%Preparing ecc file: 63%Preparing ecc file: 64%Preparing ecc file: 65%Preparing ecc file: 66%Preparing ecc file: 67%Preparing ecc file: 68%Preparing ecc file: 69%Preparing ecc file: 70%Preparing ecc file: 71%Preparing ecc file: 72%Preparing ecc file: 73%Preparing ecc file: 74%Preparing ecc file: 75%Preparing ecc file: 76%Preparing ecc file: 77%Preparing ecc file: 78%Preparing ecc file: 79%Preparing ecc file: 80%Preparing ecc file: 81%Preparing ecc file: 82%Preparing ecc file: 83%Preparing ecc file: 84%Preparing ecc file: 85%Preparing ecc file: 86%Preparing ecc file: 87%Preparing ecc file: 88%Preparing ecc file: 89%Preparing ecc file: 90%Preparing ecc file: 91%Preparing ecc file: 92%Preparing ecc file: 93%Preparing ecc file: 94%Preparing ecc file: 95%Preparing ecc file: 96%Preparing ecc file: 97%Preparing ecc file: 98%Preparing ecc file: 99%Preparing ecc file: 100% -Ecc generation: 1.1%Ecc generation: 2.2%Ecc generation: 3.3%Ecc generation: 4.4%Ecc generation: 5.5%Ecc generation: 6.6%Ecc generation: 7.7%Ecc generation: 8.8%Ecc generation: 10.0%Ecc generation: 11.1%Ecc generation: 12.2%Ecc generation: 13.3%Ecc generation: 14.4%Ecc generation: 15.5%Ecc generation: 16.6%Ecc generation: 17.7%Ecc generation: 18.8%Ecc generation: 20.0%Ecc generation: 21.1%Ecc generation: 22.2%Ecc generation: 23.3%Ecc generation: 24.4%Ecc generation: 25.5%Ecc generation: 26.6%Ecc generation: 27.7%Ecc generation: 28.8%Ecc generation: 30.0%Ecc generation: 31.1%Ecc generation: 32.2%Ecc generation: 33.3%Ecc generation: 34.4%Ecc generation: 35.5%Ecc generation: 36.6%Ecc generation: 37.7%Ecc generation: 38.8%Ecc generation: 40.0%Ecc generation: 41.1%Ecc generation: 42.2%Ecc generation: 43.3%Ecc generation: 44.4%Ecc generation: 45.5%Ecc generation: 46.6%Ecc generation: 47.7%Ecc generation: 48.8%Ecc generation: 50.0%Ecc generation: 51.1%Ecc generation: 52.2%Ecc generation: 53.3%Ecc generation: 54.4%Ecc generation: 55.5%Ecc generation: 56.6%Ecc generation: 57.7%Ecc generation: 58.8%Ecc generation: 60.0%Ecc generation: 61.1%Ecc generation: 62.2%Ecc generation: 63.3%Ecc generation: 64.4%Ecc generation: 65.5%Ecc generation: 66.6%Ecc generation: 67.7%Ecc generation: 68.8%Ecc generation: 70.0%Ecc generation: 71.1%Ecc generation: 72.2%Ecc generation: 73.3%Ecc generation: 74.4%Ecc generation: 75.5%Ecc generation: 76.6%Ecc generation: 77.7%Ecc generation: 78.8%Ecc generation: 80.0%Ecc generation: 81.1%Ecc generation: 82.2%Ecc generation: 83.3%Ecc generation: 84.4%Ecc generation: 85.5%Ecc generation: 86.6%Ecc generation: 87.7%Ecc generation: 88.8%Ecc generation: 90.0%Ecc generation: 91.1%Ecc generation: 92.2%Ecc generation: 93.3%Ecc generation: 94.4%Ecc generation: 95.5%Ecc generation: 96.6%Ecc generation: 97.7%Ecc generation: 98.8%Ecc generation: 100.0%Ecc generation: 100.0% +CrcBufValid: buffer VALID +CrcBuf present, ecc file: using image MD5 sum +Cache allocation: 120320K+8192K+5120K=130M (data+parity+descrambling) Error correction file "rs03f-tmp.ecc" created. Make sure to keep this file on a reliable medium. diff --git a/regtest/database/RS03f_ecc_create_plus56 b/regtest/database/RS03f_ecc_create_plus56 index 587d409..7afc19e 100644 --- a/regtest/database/RS03f_ecc_create_plus56 +++ b/regtest/database/RS03f_ecc_create_plus56 @@ -7,7 +7,5 @@ See the file "COPYING" for further information. Opening rs03f-tmp.iso: 21000 medium sectors and 56 bytes. 41 MiB data, 3 MiB ecc (20 roots; 8.5% redundancy). -Preparing ecc file: 1%Preparing ecc file: 2%Preparing ecc file: 3%Preparing ecc file: 4%Preparing ecc file: 5%Preparing ecc file: 6%Preparing ecc file: 7%Preparing ecc file: 8%Preparing ecc file: 9%Preparing ecc file: 10%Preparing ecc file: 11%Preparing ecc file: 12%Preparing ecc file: 13%Preparing ecc file: 14%Preparing ecc file: 15%Preparing ecc file: 16%Preparing ecc file: 17%Preparing ecc file: 18%Preparing ecc file: 19%Preparing ecc file: 20%Preparing ecc file: 21%Preparing ecc file: 22%Preparing ecc file: 23%Preparing ecc file: 24%Preparing ecc file: 25%Preparing ecc file: 26%Preparing ecc file: 27%Preparing ecc file: 28%Preparing ecc file: 29%Preparing ecc file: 30%Preparing ecc file: 31%Preparing ecc file: 32%Preparing ecc file: 33%Preparing ecc file: 34%Preparing ecc file: 35%Preparing ecc file: 36%Preparing ecc file: 37%Preparing ecc file: 38%Preparing ecc file: 39%Preparing ecc file: 40%Preparing ecc file: 41%Preparing ecc file: 42%Preparing ecc file: 43%Preparing ecc file: 44%Preparing ecc file: 45%Preparing ecc file: 46%Preparing ecc file: 47%Preparing ecc file: 48%Preparing ecc file: 49%Preparing ecc file: 50%Preparing ecc file: 51%Preparing ecc file: 52%Preparing ecc file: 53%Preparing ecc file: 54%Preparing ecc file: 55%Preparing ecc file: 56%Preparing ecc file: 57%Preparing ecc file: 58%Preparing ecc file: 59%Preparing ecc file: 60%Preparing ecc file: 61%Preparing ecc file: 62%Preparing ecc file: 63%Preparing ecc file: 64%Preparing ecc file: 65%Preparing ecc file: 66%Preparing ecc file: 67%Preparing ecc file: 68%Preparing ecc file: 69%Preparing ecc file: 70%Preparing ecc file: 71%Preparing ecc file: 72%Preparing ecc file: 73%Preparing ecc file: 74%Preparing ecc file: 75%Preparing ecc file: 76%Preparing ecc file: 77%Preparing ecc file: 78%Preparing ecc file: 79%Preparing ecc file: 80%Preparing ecc file: 81%Preparing ecc file: 82%Preparing ecc file: 83%Preparing ecc file: 84%Preparing ecc file: 85%Preparing ecc file: 86%Preparing ecc file: 87%Preparing ecc file: 88%Preparing ecc file: 89%Preparing ecc file: 90%Preparing ecc file: 91%Preparing ecc file: 92%Preparing ecc file: 93%Preparing ecc file: 94%Preparing ecc file: 95%Preparing ecc file: 96%Preparing ecc file: 97%Preparing ecc file: 98%Preparing ecc file: 99%Preparing ecc file: 100% -Ecc generation: 1.1%Ecc generation: 2.2%Ecc generation: 3.3%Ecc generation: 4.4%Ecc generation: 5.5%Ecc generation: 6.6%Ecc generation: 7.7%Ecc generation: 8.8%Ecc generation: 10.0%Ecc generation: 11.1%Ecc generation: 12.2%Ecc generation: 13.3%Ecc generation: 14.4%Ecc generation: 15.5%Ecc generation: 16.6%Ecc generation: 17.7%Ecc generation: 18.8%Ecc generation: 20.0%Ecc generation: 21.1%Ecc generation: 22.2%Ecc generation: 23.3%Ecc generation: 24.4%Ecc generation: 25.5%Ecc generation: 26.6%Ecc generation: 27.7%Ecc generation: 28.8%Ecc generation: 30.0%Ecc generation: 31.1%Ecc generation: 32.2%Ecc generation: 33.3%Ecc generation: 34.4%Ecc generation: 35.5%Ecc generation: 36.6%Ecc generation: 37.7%Ecc generation: 38.8%Ecc generation: 40.0%Ecc generation: 41.1%Ecc generation: 42.2%Ecc generation: 43.3%Ecc generation: 44.4%Ecc generation: 45.5%Ecc generation: 46.6%Ecc generation: 47.7%Ecc generation: 48.8%Ecc generation: 50.0%Ecc generation: 51.1%Ecc generation: 52.2%Ecc generation: 53.3%Ecc generation: 54.4%Ecc generation: 55.5%Ecc generation: 56.6%Ecc generation: 57.7%Ecc generation: 58.8%Ecc generation: 60.0%Ecc generation: 61.1%Ecc generation: 62.2%Ecc generation: 63.3%Ecc generation: 64.4%Ecc generation: 65.5%Ecc generation: 66.6%Ecc generation: 67.7%Ecc generation: 68.8%Ecc generation: 70.0%Ecc generation: 71.1%Ecc generation: 72.2%Ecc generation: 73.3%Ecc generation: 74.4%Ecc generation: 75.5%Ecc generation: 76.6%Ecc generation: 77.7%Ecc generation: 78.8%Ecc generation: 80.0%Ecc generation: 81.1%Ecc generation: 82.2%Ecc generation: 83.3%Ecc generation: 84.4%Ecc generation: 85.5%Ecc generation: 86.6%Ecc generation: 87.7%Ecc generation: 88.8%Ecc generation: 90.0%Ecc generation: 91.1%Ecc generation: 92.2%Ecc generation: 93.3%Ecc generation: 94.4%Ecc generation: 95.5%Ecc generation: 96.6%Ecc generation: 97.7%Ecc generation: 98.8%Ecc generation: 100.0%Ecc generation: 100.0% Error correction file "rs03f-tmp.ecc" created. Make sure to keep this file on a reliable medium. diff --git a/regtest/database/RS03f_ecc_existing_file b/regtest/database/RS03f_ecc_existing_file index 1f1f821..58158a1 100644 --- a/regtest/database/RS03f_ecc_existing_file +++ b/regtest/database/RS03f_ecc_existing_file @@ -7,7 +7,5 @@ See the file "COPYING" for further information. Opening rs03f-master.iso: 21000 medium sectors. 41 MiB data, 3 MiB ecc (20 roots; 8.5% redundancy). -Preparing ecc file: 1%Preparing ecc file: 2%Preparing ecc file: 3%Preparing ecc file: 4%Preparing ecc file: 5%Preparing ecc file: 6%Preparing ecc file: 7%Preparing ecc file: 8%Preparing ecc file: 9%Preparing ecc file: 10%Preparing ecc file: 11%Preparing ecc file: 12%Preparing ecc file: 13%Preparing ecc file: 14%Preparing ecc file: 15%Preparing ecc file: 16%Preparing ecc file: 17%Preparing ecc file: 18%Preparing ecc file: 19%Preparing ecc file: 20%Preparing ecc file: 21%Preparing ecc file: 22%Preparing ecc file: 23%Preparing ecc file: 24%Preparing ecc file: 25%Preparing ecc file: 26%Preparing ecc file: 27%Preparing ecc file: 28%Preparing ecc file: 29%Preparing ecc file: 30%Preparing ecc file: 31%Preparing ecc file: 32%Preparing ecc file: 33%Preparing ecc file: 34%Preparing ecc file: 35%Preparing ecc file: 36%Preparing ecc file: 37%Preparing ecc file: 38%Preparing ecc file: 39%Preparing ecc file: 40%Preparing ecc file: 41%Preparing ecc file: 42%Preparing ecc file: 43%Preparing ecc file: 44%Preparing ecc file: 45%Preparing ecc file: 46%Preparing ecc file: 47%Preparing ecc file: 48%Preparing ecc file: 49%Preparing ecc file: 50%Preparing ecc file: 51%Preparing ecc file: 52%Preparing ecc file: 53%Preparing ecc file: 54%Preparing ecc file: 55%Preparing ecc file: 56%Preparing ecc file: 57%Preparing ecc file: 58%Preparing ecc file: 59%Preparing ecc file: 60%Preparing ecc file: 61%Preparing ecc file: 62%Preparing ecc file: 63%Preparing ecc file: 64%Preparing ecc file: 65%Preparing ecc file: 66%Preparing ecc file: 67%Preparing ecc file: 68%Preparing ecc file: 69%Preparing ecc file: 70%Preparing ecc file: 71%Preparing ecc file: 72%Preparing ecc file: 73%Preparing ecc file: 74%Preparing ecc file: 75%Preparing ecc file: 76%Preparing ecc file: 77%Preparing ecc file: 78%Preparing ecc file: 79%Preparing ecc file: 80%Preparing ecc file: 81%Preparing ecc file: 82%Preparing ecc file: 83%Preparing ecc file: 84%Preparing ecc file: 85%Preparing ecc file: 86%Preparing ecc file: 87%Preparing ecc file: 88%Preparing ecc file: 89%Preparing ecc file: 90%Preparing ecc file: 91%Preparing ecc file: 92%Preparing ecc file: 93%Preparing ecc file: 94%Preparing ecc file: 95%Preparing ecc file: 96%Preparing ecc file: 97%Preparing ecc file: 98%Preparing ecc file: 99%Preparing ecc file: 100% -Ecc generation: 1.1%Ecc generation: 2.2%Ecc generation: 3.3%Ecc generation: 4.4%Ecc generation: 5.5%Ecc generation: 6.6%Ecc generation: 7.7%Ecc generation: 8.8%Ecc generation: 10.0%Ecc generation: 11.1%Ecc generation: 12.2%Ecc generation: 13.3%Ecc generation: 14.4%Ecc generation: 15.5%Ecc generation: 16.6%Ecc generation: 17.7%Ecc generation: 18.8%Ecc generation: 20.0%Ecc generation: 21.1%Ecc generation: 22.2%Ecc generation: 23.3%Ecc generation: 24.4%Ecc generation: 25.5%Ecc generation: 26.6%Ecc generation: 27.7%Ecc generation: 28.8%Ecc generation: 30.0%Ecc generation: 31.1%Ecc generation: 32.2%Ecc generation: 33.3%Ecc generation: 34.4%Ecc generation: 35.5%Ecc generation: 36.6%Ecc generation: 37.7%Ecc generation: 38.8%Ecc generation: 40.0%Ecc generation: 41.1%Ecc generation: 42.2%Ecc generation: 43.3%Ecc generation: 44.4%Ecc generation: 45.5%Ecc generation: 46.6%Ecc generation: 47.7%Ecc generation: 48.8%Ecc generation: 50.0%Ecc generation: 51.1%Ecc generation: 52.2%Ecc generation: 53.3%Ecc generation: 54.4%Ecc generation: 55.5%Ecc generation: 56.6%Ecc generation: 57.7%Ecc generation: 58.8%Ecc generation: 60.0%Ecc generation: 61.1%Ecc generation: 62.2%Ecc generation: 63.3%Ecc generation: 64.4%Ecc generation: 65.5%Ecc generation: 66.6%Ecc generation: 67.7%Ecc generation: 68.8%Ecc generation: 70.0%Ecc generation: 71.1%Ecc generation: 72.2%Ecc generation: 73.3%Ecc generation: 74.4%Ecc generation: 75.5%Ecc generation: 76.6%Ecc generation: 77.7%Ecc generation: 78.8%Ecc generation: 80.0%Ecc generation: 81.1%Ecc generation: 82.2%Ecc generation: 83.3%Ecc generation: 84.4%Ecc generation: 85.5%Ecc generation: 86.6%Ecc generation: 87.7%Ecc generation: 88.8%Ecc generation: 90.0%Ecc generation: 91.1%Ecc generation: 92.2%Ecc generation: 93.3%Ecc generation: 94.4%Ecc generation: 95.5%Ecc generation: 96.6%Ecc generation: 97.7%Ecc generation: 98.8%Ecc generation: 100.0%Ecc generation: 100.0% Error correction file "rs03f-tmp.ecc" created. Make sure to keep this file on a reliable medium. diff --git a/regtest/database/RS03f_ecc_file_cookieless_crc b/regtest/database/RS03f_ecc_file_cookieless_crc index faa76e0..937c8a8 100644 --- a/regtest/database/RS03f_ecc_file_cookieless_crc +++ b/regtest/database/RS03f_ecc_file_cookieless_crc @@ -18,8 +18,8 @@ Error correction properties: Data integrity: - sectors : 21000 in image; 1892 in ecc file -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* suspicious image : all sectors present, but 0 CRC errors +* suspicious image : all sectors present, but 0 CRC errors ... data section : 0 sectors missing; 0 CRC errors ... crc section : 0 sectors missing; 1 signature errors ... ecc section : 0 sectors missing -* Ecc block test : 0 good, 1 bad; 1% tested* Ecc block test : 1 good, 1 bad; 2% tested* Ecc block test : 2 good, 1 bad; 3% tested* Ecc block test : 3 good, 1 bad; 4% tested* Ecc block test : 4 good, 1 bad; 5% tested* Ecc block test : 5 good, 1 bad; 6% tested* Ecc block test : 6 good, 1 bad; 7% tested* Ecc block test : 7 good, 1 bad; 8% tested* Ecc block test : 8 good, 1 bad; 10% tested* Ecc block test : 9 good, 1 bad; 11% tested* Ecc block test : 10 good, 1 bad; 12% tested* Ecc block test : 11 good, 1 bad; 13% tested* Ecc block test : 12 good, 1 bad; 14% tested* Ecc block test : 13 good, 1 bad; 15% tested* Ecc block test : 14 good, 1 bad; 16% tested* Ecc block test : 15 good, 1 bad; 17% tested* Ecc block test : 16 good, 1 bad; 18% tested* Ecc block test : 17 good, 1 bad; 20% tested* Ecc block test : 18 good, 1 bad; 21% tested* Ecc block test : 19 good, 1 bad; 22% tested* Ecc block test : 20 good, 1 bad; 23% tested* Ecc block test : 21 good, 1 bad; 24% tested* Ecc block test : 22 good, 1 bad; 25% tested* Ecc block test : 23 good, 1 bad; 26% tested* Ecc block test : 24 good, 1 bad; 27% tested* Ecc block test : 25 good, 1 bad; 28% tested* Ecc block test : 26 good, 1 bad; 30% tested* Ecc block test : 27 good, 1 bad; 31% tested* Ecc block test : 28 good, 1 bad; 32% tested* Ecc block test : 29 good, 1 bad; 33% tested* Ecc block test : 30 good, 1 bad; 34% tested* Ecc block test : 31 good, 1 bad; 35% tested* Ecc block test : 32 good, 1 bad; 36% tested* Ecc block test : 33 good, 1 bad; 37% tested* Ecc block test : 34 good, 1 bad; 38% tested* Ecc block test : 35 good, 1 bad; 40% tested* Ecc block test : 36 good, 1 bad; 41% tested* Ecc block test : 37 good, 1 bad; 42% tested* Ecc block test : 38 good, 1 bad; 43% tested* Ecc block test : 39 good, 1 bad; 44% tested* Ecc block test : 40 good, 1 bad; 45% tested* Ecc block test : 41 good, 1 bad; 46% tested* Ecc block test : 42 good, 1 bad; 47% tested* Ecc block test : 43 good, 1 bad; 48% tested* Ecc block test : 44 good, 1 bad; 50% tested* Ecc block test : 45 good, 1 bad; 51% tested* Ecc block test : 46 good, 1 bad; 52% tested* Ecc block test : 47 good, 1 bad; 53% tested* Ecc block test : 48 good, 1 bad; 54% tested* Ecc block test : 49 good, 1 bad; 55% tested* Ecc block test : 50 good, 1 bad; 56% tested* Ecc block test : 51 good, 1 bad; 57% tested* Ecc block test : 52 good, 1 bad; 58% tested* Ecc block test : 53 good, 1 bad; 60% tested* Ecc block test : 54 good, 1 bad; 61% tested* Ecc block test : 55 good, 1 bad; 62% tested* Ecc block test : 56 good, 1 bad; 63% tested* Ecc block test : 57 good, 1 bad; 64% tested* Ecc block test : 58 good, 1 bad; 65% tested* Ecc block test : 59 good, 1 bad; 66% tested* Ecc block test : 60 good, 1 bad; 67% tested* Ecc block test : 61 good, 1 bad; 68% tested* Ecc block test : 62 good, 1 bad; 70% tested* Ecc block test : 63 good, 1 bad; 71% tested* Ecc block test : 64 good, 1 bad; 72% tested* Ecc block test : 65 good, 1 bad; 73% tested* Ecc block test : 66 good, 1 bad; 74% tested* Ecc block test : 67 good, 1 bad; 75% tested* Ecc block test : 68 good, 1 bad; 76% tested* Ecc block test : 69 good, 1 bad; 77% tested* Ecc block test : 70 good, 1 bad; 78% tested* Ecc block test : 71 good, 1 bad; 80% tested* Ecc block test : 72 good, 1 bad; 81% tested* Ecc block test : 73 good, 1 bad; 82% tested* Ecc block test : 74 good, 1 bad; 83% tested* Ecc block test : 75 good, 1 bad; 84% tested* Ecc block test : 76 good, 1 bad; 85% tested* Ecc block test : 77 good, 1 bad; 86% tested* Ecc block test : 78 good, 1 bad; 87% tested* Ecc block test : 79 good, 1 bad; 88% tested* Ecc block test : 80 good, 1 bad; 90% tested* Ecc block test : 81 good, 1 bad; 91% tested* Ecc block test : 82 good, 1 bad; 92% tested* Ecc block test : 83 good, 1 bad; 93% tested* Ecc block test : 84 good, 1 bad; 94% tested* Ecc block test : 85 good, 1 bad; 95% tested* Ecc block test : 86 good, 1 bad; 96% tested* Ecc block test : 87 good, 1 bad; 97% tested* Ecc block test : 88 good, 1 bad; 98% tested* Ecc block test : 89 good, 1 bad; 100% tested* Ecc block test : 89 good, 1 bad; 1 bad sub blocks +* Ecc block test : 89 good, 1 bad; 1 bad sub blocks diff --git a/regtest/database/RS03f_ecc_file_defective_crc b/regtest/database/RS03f_ecc_file_defective_crc index 2c1ef93..f822524 100644 --- a/regtest/database/RS03f_ecc_file_defective_crc +++ b/regtest/database/RS03f_ecc_file_defective_crc @@ -18,8 +18,8 @@ Error correction properties: Data integrity: - sectors : 21000 in image; 1892 in ecc file -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* suspicious image : all sectors present, but 0 CRC errors +* suspicious image : all sectors present, but 0 CRC errors ... data section : 0 sectors missing; 0 CRC errors ... crc section : 0 sectors missing; 2 signature errors ... ecc section : 0 sectors missing -- Ecc block test : 1% tested- Ecc block test : 2% tested* Ecc block test : 2 good, 1 bad; 3% tested* Ecc block test : 2 good, 2 bad; 4% tested* Ecc block test : 3 good, 2 bad; 5% tested* Ecc block test : 4 good, 2 bad; 6% tested* Ecc block test : 5 good, 2 bad; 7% tested* Ecc block test : 6 good, 2 bad; 8% tested* Ecc block test : 7 good, 2 bad; 10% tested* Ecc block test : 8 good, 2 bad; 11% tested* Ecc block test : 9 good, 2 bad; 12% tested* Ecc block test : 10 good, 2 bad; 13% tested* Ecc block test : 11 good, 2 bad; 14% tested* Ecc block test : 12 good, 2 bad; 15% tested* Ecc block test : 13 good, 2 bad; 16% tested* Ecc block test : 14 good, 2 bad; 17% tested* Ecc block test : 15 good, 2 bad; 18% tested* Ecc block test : 16 good, 2 bad; 20% tested* Ecc block test : 17 good, 2 bad; 21% tested* Ecc block test : 18 good, 2 bad; 22% tested* Ecc block test : 19 good, 2 bad; 23% tested* Ecc block test : 20 good, 2 bad; 24% tested* Ecc block test : 21 good, 2 bad; 25% tested* Ecc block test : 22 good, 2 bad; 26% tested* Ecc block test : 23 good, 2 bad; 27% tested* Ecc block test : 24 good, 2 bad; 28% tested* Ecc block test : 25 good, 2 bad; 30% tested* Ecc block test : 26 good, 2 bad; 31% tested* Ecc block test : 27 good, 2 bad; 32% tested* Ecc block test : 28 good, 2 bad; 33% tested* Ecc block test : 29 good, 2 bad; 34% tested* Ecc block test : 30 good, 2 bad; 35% tested* Ecc block test : 31 good, 2 bad; 36% tested* Ecc block test : 32 good, 2 bad; 37% tested* Ecc block test : 33 good, 2 bad; 38% tested* Ecc block test : 34 good, 2 bad; 40% tested* Ecc block test : 35 good, 2 bad; 41% tested* Ecc block test : 36 good, 2 bad; 42% tested* Ecc block test : 37 good, 2 bad; 43% tested* Ecc block test : 38 good, 2 bad; 44% tested* Ecc block test : 39 good, 2 bad; 45% tested* Ecc block test : 40 good, 2 bad; 46% tested* Ecc block test : 41 good, 2 bad; 47% tested* Ecc block test : 42 good, 2 bad; 48% tested* Ecc block test : 43 good, 2 bad; 50% tested* Ecc block test : 44 good, 2 bad; 51% tested* Ecc block test : 45 good, 2 bad; 52% tested* Ecc block test : 46 good, 2 bad; 53% tested* Ecc block test : 47 good, 2 bad; 54% tested* Ecc block test : 48 good, 2 bad; 55% tested* Ecc block test : 49 good, 2 bad; 56% tested* Ecc block test : 50 good, 2 bad; 57% tested* Ecc block test : 51 good, 2 bad; 58% tested* Ecc block test : 52 good, 2 bad; 60% tested* Ecc block test : 53 good, 2 bad; 61% tested* Ecc block test : 54 good, 2 bad; 62% tested* Ecc block test : 55 good, 2 bad; 63% tested* Ecc block test : 56 good, 2 bad; 64% tested* Ecc block test : 57 good, 2 bad; 65% tested* Ecc block test : 58 good, 2 bad; 66% tested* Ecc block test : 59 good, 2 bad; 67% tested* Ecc block test : 60 good, 2 bad; 68% tested* Ecc block test : 61 good, 2 bad; 70% tested* Ecc block test : 62 good, 2 bad; 71% tested* Ecc block test : 63 good, 2 bad; 72% tested* Ecc block test : 64 good, 2 bad; 73% tested* Ecc block test : 65 good, 2 bad; 74% tested* Ecc block test : 66 good, 2 bad; 75% tested* Ecc block test : 67 good, 2 bad; 76% tested* Ecc block test : 68 good, 2 bad; 77% tested* Ecc block test : 69 good, 2 bad; 78% tested* Ecc block test : 70 good, 2 bad; 80% tested* Ecc block test : 71 good, 2 bad; 81% tested* Ecc block test : 72 good, 2 bad; 82% tested* Ecc block test : 73 good, 2 bad; 83% tested* Ecc block test : 74 good, 2 bad; 84% tested* Ecc block test : 75 good, 2 bad; 85% tested* Ecc block test : 76 good, 2 bad; 86% tested* Ecc block test : 77 good, 2 bad; 87% tested* Ecc block test : 78 good, 2 bad; 88% tested* Ecc block test : 79 good, 2 bad; 90% tested* Ecc block test : 80 good, 2 bad; 91% tested* Ecc block test : 81 good, 2 bad; 92% tested* Ecc block test : 82 good, 2 bad; 93% tested* Ecc block test : 83 good, 2 bad; 94% tested* Ecc block test : 84 good, 2 bad; 95% tested* Ecc block test : 85 good, 2 bad; 96% tested* Ecc block test : 86 good, 2 bad; 97% tested* Ecc block test : 87 good, 2 bad; 98% tested* Ecc block test : 88 good, 2 bad; 100% tested* Ecc block test : 88 good, 2 bad; 2 bad sub blocks +* Ecc block test : 88 good, 2 bad; 2 bad sub blocks diff --git a/regtest/database/RS03f_ecc_file_defective_ecc b/regtest/database/RS03f_ecc_file_defective_ecc index 3ecd092..228f501 100644 --- a/regtest/database/RS03f_ecc_file_defective_ecc +++ b/regtest/database/RS03f_ecc_file_defective_ecc @@ -18,6 +18,6 @@ Error correction properties: Data integrity: - sectors : 21000 in image; 1892 in ecc file -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%- good image/file : all sectors present +- good image/file : all sectors present - data md5sum : 9503f278d4550a9507a317664481adf8 -- Ecc block test : 1% tested- Ecc block test : 2% tested- Ecc block test : 3% tested- Ecc block test : 4% tested- Ecc block test : 5% tested- Ecc block test : 6% tested- Ecc block test : 7% tested- Ecc block test : 8% tested- Ecc block test : 10% tested- Ecc block test : 11% tested- Ecc block test : 12% tested- Ecc block test : 13% tested- Ecc block test : 14% tested- Ecc block test : 15% tested- Ecc block test : 16% tested- Ecc block test : 17% tested- Ecc block test : 18% tested- Ecc block test : 20% tested- Ecc block test : 21% tested- Ecc block test : 22% tested- Ecc block test : 23% tested- Ecc block test : 24% tested- Ecc block test : 25% tested- Ecc block test : 26% tested- Ecc block test : 27% tested- Ecc block test : 28% tested- Ecc block test : 30% tested- Ecc block test : 31% tested- Ecc block test : 32% tested- Ecc block test : 33% tested- Ecc block test : 34% tested- Ecc block test : 35% tested- Ecc block test : 36% tested- Ecc block test : 37% tested- Ecc block test : 38% tested- Ecc block test : 40% tested- Ecc block test : 41% tested- Ecc block test : 42% tested- Ecc block test : 43% tested- Ecc block test : 44% tested- Ecc block test : 45% tested- Ecc block test : 46% tested- Ecc block test : 47% tested- Ecc block test : 48% tested- Ecc block test : 50% tested- Ecc block test : 51% tested- Ecc block test : 52% tested- Ecc block test : 53% tested* Ecc block test : 48 good, 1 bad; 54% tested* Ecc block test : 49 good, 1 bad; 55% tested* Ecc block test : 50 good, 1 bad; 56% tested* Ecc block test : 51 good, 1 bad; 57% tested* Ecc block test : 52 good, 1 bad; 58% tested* Ecc block test : 53 good, 1 bad; 60% tested* Ecc block test : 54 good, 1 bad; 61% tested* Ecc block test : 55 good, 1 bad; 62% tested* Ecc block test : 56 good, 1 bad; 63% tested* Ecc block test : 57 good, 1 bad; 64% tested* Ecc block test : 58 good, 1 bad; 65% tested* Ecc block test : 59 good, 1 bad; 66% tested* Ecc block test : 60 good, 1 bad; 67% tested* Ecc block test : 61 good, 1 bad; 68% tested* Ecc block test : 62 good, 1 bad; 70% tested* Ecc block test : 63 good, 1 bad; 71% tested* Ecc block test : 64 good, 1 bad; 72% tested* Ecc block test : 65 good, 1 bad; 73% tested* Ecc block test : 66 good, 1 bad; 74% tested* Ecc block test : 67 good, 1 bad; 75% tested* Ecc block test : 68 good, 1 bad; 76% tested* Ecc block test : 69 good, 1 bad; 77% tested* Ecc block test : 70 good, 1 bad; 78% tested* Ecc block test : 71 good, 1 bad; 80% tested* Ecc block test : 72 good, 1 bad; 81% tested* Ecc block test : 73 good, 1 bad; 82% tested* Ecc block test : 74 good, 1 bad; 83% tested* Ecc block test : 75 good, 1 bad; 84% tested* Ecc block test : 76 good, 1 bad; 85% tested* Ecc block test : 77 good, 1 bad; 86% tested* Ecc block test : 78 good, 1 bad; 87% tested* Ecc block test : 79 good, 1 bad; 88% tested* Ecc block test : 80 good, 1 bad; 90% tested* Ecc block test : 81 good, 1 bad; 91% tested* Ecc block test : 82 good, 1 bad; 92% tested* Ecc block test : 83 good, 1 bad; 93% tested* Ecc block test : 84 good, 1 bad; 94% tested* Ecc block test : 85 good, 1 bad; 95% tested* Ecc block test : 86 good, 1 bad; 96% tested* Ecc block test : 87 good, 1 bad; 97% tested* Ecc block test : 88 good, 1 bad; 98% tested* Ecc block test : 89 good, 1 bad; 100% tested* Ecc block test : 89 good, 1 bad; 1 bad sub blocks +* Ecc block test : 89 good, 1 bad; 1 bad sub blocks diff --git a/regtest/database/RS03f_ecc_file_missing_crc b/regtest/database/RS03f_ecc_file_missing_crc index cfbd73d..8dfc9d7 100644 --- a/regtest/database/RS03f_ecc_file_missing_crc +++ b/regtest/database/RS03f_ecc_file_missing_crc @@ -18,7 +18,7 @@ Error correction properties: Data integrity: - sectors : 21000 in image; 1892 in ecc file -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%* Unrecoverable sector found! +* Unrecoverable sector found! * * Sector 10 is marked unreadable in the ecc file. * @@ -29,10 +29,10 @@ Data integrity: * ... more unrecoverable sectors found ... * further messages are suppressed unless the -v option is given. * missing sectors : 10 - 19 (in ecc file) -- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* BAD image/file : 10 sectors missing +* BAD image/file : 10 sectors missing ... data section : 0 sectors missing; 0 CRC errors ... crc section : 10 sectors missing ... ecc section : 0 sectors missing -- Ecc block test : 1% tested- Ecc block test : 2% tested- Ecc block test : 3% tested- Ecc block test : 4% tested- Ecc block test : 5% tested- Ecc block test : 6% tested- Ecc block test : 7% tested- Ecc block test : 8% tested* Ecc block test : 8 good, 1 bad; 10% tested* Ecc block test : 8 good, 2 bad; 11% tested* Ecc block test : 8 good, 3 bad; 12% tested* Ecc block test : 8 good, 4 bad; 13% tested* Ecc block test : 8 good, 5 bad; 14% tested* Ecc block test : 8 good, 6 bad; 15% tested* Ecc block test : 8 good, 7 bad; 16% tested* Ecc block test : 8 good, 8 bad; 17% tested* Ecc block test : 8 good, 9 bad; 18% tested* Ecc block test : 8 good, 10 bad; 20% tested* Ecc block test : 9 good, 10 bad; 21% tested* Ecc block test : 10 good, 10 bad; 22% tested* Ecc block test : 11 good, 10 bad; 23% tested* Ecc block test : 12 good, 10 bad; 24% tested* Ecc block test : 13 good, 10 bad; 25% tested* Ecc block test : 14 good, 10 bad; 26% tested* Ecc block test : 15 good, 10 bad; 27% tested* Ecc block test : 16 good, 10 bad; 28% tested* Ecc block test : 17 good, 10 bad; 30% tested* Ecc block test : 18 good, 10 bad; 31% tested* Ecc block test : 19 good, 10 bad; 32% tested* Ecc block test : 20 good, 10 bad; 33% tested* Ecc block test : 21 good, 10 bad; 34% tested* Ecc block test : 22 good, 10 bad; 35% tested* Ecc block test : 23 good, 10 bad; 36% tested* Ecc block test : 24 good, 10 bad; 37% tested* Ecc block test : 25 good, 10 bad; 38% tested* Ecc block test : 26 good, 10 bad; 40% tested* Ecc block test : 27 good, 10 bad; 41% tested* Ecc block test : 28 good, 10 bad; 42% tested* Ecc block test : 29 good, 10 bad; 43% tested* Ecc block test : 30 good, 10 bad; 44% tested* Ecc block test : 31 good, 10 bad; 45% tested* Ecc block test : 32 good, 10 bad; 46% tested* Ecc block test : 33 good, 10 bad; 47% tested* Ecc block test : 34 good, 10 bad; 48% tested* Ecc block test : 35 good, 10 bad; 50% tested* Ecc block test : 36 good, 10 bad; 51% tested* Ecc block test : 37 good, 10 bad; 52% tested* Ecc block test : 38 good, 10 bad; 53% tested* Ecc block test : 39 good, 10 bad; 54% tested* Ecc block test : 40 good, 10 bad; 55% tested* Ecc block test : 41 good, 10 bad; 56% tested* Ecc block test : 42 good, 10 bad; 57% tested* Ecc block test : 43 good, 10 bad; 58% tested* Ecc block test : 44 good, 10 bad; 60% tested* Ecc block test : 45 good, 10 bad; 61% tested* Ecc block test : 46 good, 10 bad; 62% tested* Ecc block test : 47 good, 10 bad; 63% tested* Ecc block test : 48 good, 10 bad; 64% tested* Ecc block test : 49 good, 10 bad; 65% tested* Ecc block test : 50 good, 10 bad; 66% tested* Ecc block test : 51 good, 10 bad; 67% tested* Ecc block test : 52 good, 10 bad; 68% tested* Ecc block test : 53 good, 10 bad; 70% tested* Ecc block test : 54 good, 10 bad; 71% tested* Ecc block test : 55 good, 10 bad; 72% tested* Ecc block test : 56 good, 10 bad; 73% tested* Ecc block test : 57 good, 10 bad; 74% tested* Ecc block test : 58 good, 10 bad; 75% tested* Ecc block test : 59 good, 10 bad; 76% tested* Ecc block test : 60 good, 10 bad; 77% tested* Ecc block test : 61 good, 10 bad; 78% tested* Ecc block test : 62 good, 10 bad; 80% tested* Ecc block test : 63 good, 10 bad; 81% tested* Ecc block test : 64 good, 10 bad; 82% tested* Ecc block test : 65 good, 10 bad; 83% tested* Ecc block test : 66 good, 10 bad; 84% tested* Ecc block test : 67 good, 10 bad; 85% tested* Ecc block test : 68 good, 10 bad; 86% tested* Ecc block test : 69 good, 10 bad; 87% tested* Ecc block test : 70 good, 10 bad; 88% tested* Ecc block test : 71 good, 10 bad; 90% tested* Ecc block test : 72 good, 10 bad; 91% tested* Ecc block test : 73 good, 10 bad; 92% tested* Ecc block test : 74 good, 10 bad; 93% tested* Ecc block test : 75 good, 10 bad; 94% tested* Ecc block test : 76 good, 10 bad; 95% tested* Ecc block test : 77 good, 10 bad; 96% tested* Ecc block test : 78 good, 10 bad; 97% tested* Ecc block test : 79 good, 10 bad; 98% tested* Ecc block test : 80 good, 10 bad; 100% tested* Ecc block test : 80 good, 10 bad; 10131 bad sub blocks +* Ecc block test : 80 good, 10 bad; 10131 bad sub blocks - erasure counts : avg = 1.0; worst = 1 per ecc block. - prognosis : 22892 of 22892 sectors recoverable (100.0%) diff --git a/regtest/database/RS03f_ecc_file_missing_crc2 b/regtest/database/RS03f_ecc_file_missing_crc2 index 4558b0e..57bcffc 100644 --- a/regtest/database/RS03f_ecc_file_missing_crc2 +++ b/regtest/database/RS03f_ecc_file_missing_crc2 @@ -18,7 +18,7 @@ Error correction properties: Data integrity: - sectors : 21000 in image; 1892 in ecc file -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%* Unrecoverable sector found! +* Unrecoverable sector found! * * Sector 2 is marked unreadable in the ecc file. * @@ -27,10 +27,10 @@ Data integrity: * in the ecc file are missing and its error correction * capacity will be reduced. * missing sector : 2 (in ecc file) -- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* BAD image/file : 1 sectors missing +* BAD image/file : 1 sectors missing ... data section : 0 sectors missing; 0 CRC errors ... crc section : 1 sectors missing ... ecc section : 0 sectors missing -* Ecc block test : 0 good, 1 bad; 1% tested* Ecc block test : 0 good, 2 bad; 2% tested* Ecc block test : 1 good, 2 bad; 3% tested* Ecc block test : 2 good, 2 bad; 4% tested* Ecc block test : 3 good, 2 bad; 5% tested* Ecc block test : 4 good, 2 bad; 6% tested* Ecc block test : 5 good, 2 bad; 7% tested* Ecc block test : 6 good, 2 bad; 8% tested* Ecc block test : 7 good, 2 bad; 10% tested* Ecc block test : 8 good, 2 bad; 11% tested* Ecc block test : 9 good, 2 bad; 12% tested* Ecc block test : 10 good, 2 bad; 13% tested* Ecc block test : 11 good, 2 bad; 14% tested* Ecc block test : 12 good, 2 bad; 15% tested* Ecc block test : 13 good, 2 bad; 16% tested* Ecc block test : 14 good, 2 bad; 17% tested* Ecc block test : 15 good, 2 bad; 18% tested* Ecc block test : 16 good, 2 bad; 20% tested* Ecc block test : 17 good, 2 bad; 21% tested* Ecc block test : 18 good, 2 bad; 22% tested* Ecc block test : 19 good, 2 bad; 23% tested* Ecc block test : 20 good, 2 bad; 24% tested* Ecc block test : 21 good, 2 bad; 25% tested* Ecc block test : 22 good, 2 bad; 26% tested* Ecc block test : 23 good, 2 bad; 27% tested* Ecc block test : 24 good, 2 bad; 28% tested* Ecc block test : 25 good, 2 bad; 30% tested* Ecc block test : 26 good, 2 bad; 31% tested* Ecc block test : 27 good, 2 bad; 32% tested* Ecc block test : 28 good, 2 bad; 33% tested* Ecc block test : 29 good, 2 bad; 34% tested* Ecc block test : 30 good, 2 bad; 35% tested* Ecc block test : 31 good, 2 bad; 36% tested* Ecc block test : 32 good, 2 bad; 37% tested* Ecc block test : 33 good, 2 bad; 38% tested* Ecc block test : 34 good, 2 bad; 40% tested* Ecc block test : 35 good, 2 bad; 41% tested* Ecc block test : 36 good, 2 bad; 42% tested* Ecc block test : 37 good, 2 bad; 43% tested* Ecc block test : 38 good, 2 bad; 44% tested* Ecc block test : 39 good, 2 bad; 45% tested* Ecc block test : 40 good, 2 bad; 46% tested* Ecc block test : 41 good, 2 bad; 47% tested* Ecc block test : 42 good, 2 bad; 48% tested* Ecc block test : 43 good, 2 bad; 50% tested* Ecc block test : 44 good, 2 bad; 51% tested* Ecc block test : 45 good, 2 bad; 52% tested* Ecc block test : 46 good, 2 bad; 53% tested* Ecc block test : 47 good, 2 bad; 54% tested* Ecc block test : 48 good, 2 bad; 55% tested* Ecc block test : 49 good, 2 bad; 56% tested* Ecc block test : 50 good, 2 bad; 57% tested* Ecc block test : 51 good, 2 bad; 58% tested* Ecc block test : 52 good, 2 bad; 60% tested* Ecc block test : 53 good, 2 bad; 61% tested* Ecc block test : 54 good, 2 bad; 62% tested* Ecc block test : 55 good, 2 bad; 63% tested* Ecc block test : 56 good, 2 bad; 64% tested* Ecc block test : 57 good, 2 bad; 65% tested* Ecc block test : 58 good, 2 bad; 66% tested* Ecc block test : 59 good, 2 bad; 67% tested* Ecc block test : 60 good, 2 bad; 68% tested* Ecc block test : 61 good, 2 bad; 70% tested* Ecc block test : 62 good, 2 bad; 71% tested* Ecc block test : 63 good, 2 bad; 72% tested* Ecc block test : 64 good, 2 bad; 73% tested* Ecc block test : 65 good, 2 bad; 74% tested* Ecc block test : 66 good, 2 bad; 75% tested* Ecc block test : 67 good, 2 bad; 76% tested* Ecc block test : 68 good, 2 bad; 77% tested* Ecc block test : 69 good, 2 bad; 78% tested* Ecc block test : 70 good, 2 bad; 80% tested* Ecc block test : 71 good, 2 bad; 81% tested* Ecc block test : 72 good, 2 bad; 82% tested* Ecc block test : 73 good, 2 bad; 83% tested* Ecc block test : 74 good, 2 bad; 84% tested* Ecc block test : 75 good, 2 bad; 85% tested* Ecc block test : 76 good, 2 bad; 86% tested* Ecc block test : 77 good, 2 bad; 87% tested* Ecc block test : 78 good, 2 bad; 88% tested* Ecc block test : 79 good, 2 bad; 90% tested* Ecc block test : 80 good, 2 bad; 91% tested* Ecc block test : 81 good, 2 bad; 92% tested* Ecc block test : 82 good, 2 bad; 93% tested* Ecc block test : 83 good, 2 bad; 94% tested* Ecc block test : 84 good, 2 bad; 95% tested* Ecc block test : 85 good, 2 bad; 96% tested* Ecc block test : 86 good, 2 bad; 97% tested* Ecc block test : 87 good, 2 bad; 98% tested* Ecc block test : 88 good, 2 bad; 100% tested* Ecc block test : 88 good, 2 bad; 1015 bad sub blocks +* Ecc block test : 88 good, 2 bad; 1015 bad sub blocks - erasure counts : avg = 1.0; worst = 1 per ecc block. - prognosis : 22892 of 22892 sectors recoverable (100.0%) diff --git a/regtest/database/RS03f_ecc_file_missing_crc3 b/regtest/database/RS03f_ecc_file_missing_crc3 index 477ea1a..6462547 100644 --- a/regtest/database/RS03f_ecc_file_missing_crc3 +++ b/regtest/database/RS03f_ecc_file_missing_crc3 @@ -18,8 +18,8 @@ Error correction properties: Data integrity: - sectors : 21000 in image; 1892 in ecc file -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* suspicious image : all sectors present, but 0 CRC errors +* suspicious image : all sectors present, but 0 CRC errors ... data section : 0 sectors missing; 0 CRC errors ... crc section : 0 sectors missing; 1 signature errors ... ecc section : 0 sectors missing -* Ecc block test : 0 good, 1 bad; 1% tested* Ecc block test : 0 good, 2 bad; 2% tested* Ecc block test : 1 good, 2 bad; 3% tested* Ecc block test : 2 good, 2 bad; 4% tested* Ecc block test : 3 good, 2 bad; 5% tested* Ecc block test : 4 good, 2 bad; 6% tested* Ecc block test : 5 good, 2 bad; 7% tested* Ecc block test : 6 good, 2 bad; 8% tested* Ecc block test : 7 good, 2 bad; 10% tested* Ecc block test : 8 good, 2 bad; 11% tested* Ecc block test : 9 good, 2 bad; 12% tested* Ecc block test : 10 good, 2 bad; 13% tested* Ecc block test : 11 good, 2 bad; 14% tested* Ecc block test : 12 good, 2 bad; 15% tested* Ecc block test : 13 good, 2 bad; 16% tested* Ecc block test : 14 good, 2 bad; 17% tested* Ecc block test : 15 good, 2 bad; 18% tested* Ecc block test : 16 good, 2 bad; 20% tested* Ecc block test : 17 good, 2 bad; 21% tested* Ecc block test : 18 good, 2 bad; 22% tested* Ecc block test : 19 good, 2 bad; 23% tested* Ecc block test : 20 good, 2 bad; 24% tested* Ecc block test : 21 good, 2 bad; 25% tested* Ecc block test : 22 good, 2 bad; 26% tested* Ecc block test : 23 good, 2 bad; 27% tested* Ecc block test : 24 good, 2 bad; 28% tested* Ecc block test : 25 good, 2 bad; 30% tested* Ecc block test : 26 good, 2 bad; 31% tested* Ecc block test : 27 good, 2 bad; 32% tested* Ecc block test : 28 good, 2 bad; 33% tested* Ecc block test : 29 good, 2 bad; 34% tested* Ecc block test : 30 good, 2 bad; 35% tested* Ecc block test : 31 good, 2 bad; 36% tested* Ecc block test : 32 good, 2 bad; 37% tested* Ecc block test : 33 good, 2 bad; 38% tested* Ecc block test : 34 good, 2 bad; 40% tested* Ecc block test : 35 good, 2 bad; 41% tested* Ecc block test : 36 good, 2 bad; 42% tested* Ecc block test : 37 good, 2 bad; 43% tested* Ecc block test : 38 good, 2 bad; 44% tested* Ecc block test : 39 good, 2 bad; 45% tested* Ecc block test : 40 good, 2 bad; 46% tested* Ecc block test : 41 good, 2 bad; 47% tested* Ecc block test : 42 good, 2 bad; 48% tested* Ecc block test : 43 good, 2 bad; 50% tested* Ecc block test : 44 good, 2 bad; 51% tested* Ecc block test : 45 good, 2 bad; 52% tested* Ecc block test : 46 good, 2 bad; 53% tested* Ecc block test : 47 good, 2 bad; 54% tested* Ecc block test : 48 good, 2 bad; 55% tested* Ecc block test : 49 good, 2 bad; 56% tested* Ecc block test : 50 good, 2 bad; 57% tested* Ecc block test : 51 good, 2 bad; 58% tested* Ecc block test : 52 good, 2 bad; 60% tested* Ecc block test : 53 good, 2 bad; 61% tested* Ecc block test : 54 good, 2 bad; 62% tested* Ecc block test : 55 good, 2 bad; 63% tested* Ecc block test : 56 good, 2 bad; 64% tested* Ecc block test : 57 good, 2 bad; 65% tested* Ecc block test : 58 good, 2 bad; 66% tested* Ecc block test : 59 good, 2 bad; 67% tested* Ecc block test : 60 good, 2 bad; 68% tested* Ecc block test : 61 good, 2 bad; 70% tested* Ecc block test : 62 good, 2 bad; 71% tested* Ecc block test : 63 good, 2 bad; 72% tested* Ecc block test : 64 good, 2 bad; 73% tested* Ecc block test : 65 good, 2 bad; 74% tested* Ecc block test : 66 good, 2 bad; 75% tested* Ecc block test : 67 good, 2 bad; 76% tested* Ecc block test : 68 good, 2 bad; 77% tested* Ecc block test : 69 good, 2 bad; 78% tested* Ecc block test : 70 good, 2 bad; 80% tested* Ecc block test : 71 good, 2 bad; 81% tested* Ecc block test : 72 good, 2 bad; 82% tested* Ecc block test : 73 good, 2 bad; 83% tested* Ecc block test : 74 good, 2 bad; 84% tested* Ecc block test : 75 good, 2 bad; 85% tested* Ecc block test : 76 good, 2 bad; 86% tested* Ecc block test : 77 good, 2 bad; 87% tested* Ecc block test : 78 good, 2 bad; 88% tested* Ecc block test : 79 good, 2 bad; 90% tested* Ecc block test : 80 good, 2 bad; 91% tested* Ecc block test : 81 good, 2 bad; 92% tested* Ecc block test : 82 good, 2 bad; 93% tested* Ecc block test : 83 good, 2 bad; 94% tested* Ecc block test : 84 good, 2 bad; 95% tested* Ecc block test : 85 good, 2 bad; 96% tested* Ecc block test : 86 good, 2 bad; 97% tested* Ecc block test : 87 good, 2 bad; 98% tested* Ecc block test : 88 good, 2 bad; 100% tested* Ecc block test : 88 good, 2 bad; 2 bad sub blocks +* Ecc block test : 88 good, 2 bad; 2 bad sub blocks diff --git a/regtest/database/RS03f_ecc_file_missing_ecc b/regtest/database/RS03f_ecc_file_missing_ecc index 7761b8e..68f5411 100644 --- a/regtest/database/RS03f_ecc_file_missing_ecc +++ b/regtest/database/RS03f_ecc_file_missing_ecc @@ -18,7 +18,7 @@ Error correction properties: Data integrity: - sectors : 21000 in image; 1892 in ecc file -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%* Unrecoverable sector found! +* Unrecoverable sector found! * * Sector 1000 is marked unreadable in the ecc file. * @@ -29,10 +29,10 @@ Data integrity: * ... more unrecoverable sectors found ... * further messages are suppressed unless the -v option is given. * missing sectors : 1000 - 1014 (in ecc file) -- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* BAD image/file : 15 sectors missing +* BAD image/file : 15 sectors missing ... data section : 0 sectors missing; 0 CRC errors ... crc section : 0 sectors missing ... ecc section : 15 sectors missing -- Ecc block test : 1% tested- Ecc block test : 2% tested- Ecc block test : 3% tested- Ecc block test : 4% tested- Ecc block test : 5% tested- Ecc block test : 6% tested- Ecc block test : 7% tested- Ecc block test : 8% tested* Ecc block test : 8 good, 1 bad; 10% tested* Ecc block test : 8 good, 2 bad; 11% tested* Ecc block test : 8 good, 3 bad; 12% tested* Ecc block test : 8 good, 4 bad; 13% tested* Ecc block test : 8 good, 5 bad; 14% tested* Ecc block test : 8 good, 6 bad; 15% tested* Ecc block test : 8 good, 7 bad; 16% tested* Ecc block test : 8 good, 8 bad; 17% tested* Ecc block test : 8 good, 9 bad; 18% tested* Ecc block test : 8 good, 10 bad; 20% tested* Ecc block test : 8 good, 11 bad; 21% tested* Ecc block test : 8 good, 12 bad; 22% tested* Ecc block test : 8 good, 13 bad; 23% tested* Ecc block test : 8 good, 14 bad; 24% tested* Ecc block test : 8 good, 15 bad; 25% tested* Ecc block test : 9 good, 15 bad; 26% tested* Ecc block test : 10 good, 15 bad; 27% tested* Ecc block test : 11 good, 15 bad; 28% tested* Ecc block test : 12 good, 15 bad; 30% tested* Ecc block test : 13 good, 15 bad; 31% tested* Ecc block test : 14 good, 15 bad; 32% tested* Ecc block test : 15 good, 15 bad; 33% tested* Ecc block test : 16 good, 15 bad; 34% tested* Ecc block test : 17 good, 15 bad; 35% tested* Ecc block test : 18 good, 15 bad; 36% tested* Ecc block test : 19 good, 15 bad; 37% tested* Ecc block test : 20 good, 15 bad; 38% tested* Ecc block test : 21 good, 15 bad; 40% tested* Ecc block test : 22 good, 15 bad; 41% tested* Ecc block test : 23 good, 15 bad; 42% tested* Ecc block test : 24 good, 15 bad; 43% tested* Ecc block test : 25 good, 15 bad; 44% tested* Ecc block test : 26 good, 15 bad; 45% tested* Ecc block test : 27 good, 15 bad; 46% tested* Ecc block test : 28 good, 15 bad; 47% tested* Ecc block test : 29 good, 15 bad; 48% tested* Ecc block test : 30 good, 15 bad; 50% tested* Ecc block test : 31 good, 15 bad; 51% tested* Ecc block test : 32 good, 15 bad; 52% tested* Ecc block test : 33 good, 15 bad; 53% tested* Ecc block test : 34 good, 15 bad; 54% tested* Ecc block test : 35 good, 15 bad; 55% tested* Ecc block test : 36 good, 15 bad; 56% tested* Ecc block test : 37 good, 15 bad; 57% tested* Ecc block test : 38 good, 15 bad; 58% tested* Ecc block test : 39 good, 15 bad; 60% tested* Ecc block test : 40 good, 15 bad; 61% tested* Ecc block test : 41 good, 15 bad; 62% tested* Ecc block test : 42 good, 15 bad; 63% tested* Ecc block test : 43 good, 15 bad; 64% tested* Ecc block test : 44 good, 15 bad; 65% tested* Ecc block test : 45 good, 15 bad; 66% tested* Ecc block test : 46 good, 15 bad; 67% tested* Ecc block test : 47 good, 15 bad; 68% tested* Ecc block test : 48 good, 15 bad; 70% tested* Ecc block test : 49 good, 15 bad; 71% tested* Ecc block test : 50 good, 15 bad; 72% tested* Ecc block test : 51 good, 15 bad; 73% tested* Ecc block test : 52 good, 15 bad; 74% tested* Ecc block test : 53 good, 15 bad; 75% tested* Ecc block test : 54 good, 15 bad; 76% tested* Ecc block test : 55 good, 15 bad; 77% tested* Ecc block test : 56 good, 15 bad; 78% tested* Ecc block test : 57 good, 15 bad; 80% tested* Ecc block test : 58 good, 15 bad; 81% tested* Ecc block test : 59 good, 15 bad; 82% tested* Ecc block test : 60 good, 15 bad; 83% tested* Ecc block test : 61 good, 15 bad; 84% tested* Ecc block test : 62 good, 15 bad; 85% tested* Ecc block test : 63 good, 15 bad; 86% tested* Ecc block test : 64 good, 15 bad; 87% tested* Ecc block test : 65 good, 15 bad; 88% tested* Ecc block test : 66 good, 15 bad; 90% tested* Ecc block test : 67 good, 15 bad; 91% tested* Ecc block test : 68 good, 15 bad; 92% tested* Ecc block test : 69 good, 15 bad; 93% tested* Ecc block test : 70 good, 15 bad; 94% tested* Ecc block test : 71 good, 15 bad; 95% tested* Ecc block test : 72 good, 15 bad; 96% tested* Ecc block test : 73 good, 15 bad; 97% tested* Ecc block test : 74 good, 15 bad; 98% tested* Ecc block test : 75 good, 15 bad; 100% tested* Ecc block test : 75 good, 15 bad; 30601 bad sub blocks +* Ecc block test : 75 good, 15 bad; 30601 bad sub blocks - erasure counts : avg = 1.0; worst = 1 per ecc block. - prognosis : 22892 of 22892 sectors recoverable (100.0%) diff --git a/regtest/database/RS03f_ecc_file_plus_garbage b/regtest/database/RS03f_ecc_file_plus_garbage index 20ea786..5e024b2 100644 --- a/regtest/database/RS03f_ecc_file_plus_garbage +++ b/regtest/database/RS03f_ecc_file_plus_garbage @@ -19,6 +19,6 @@ Error correction properties: Data integrity: - sectors : 21000 in image; 1893 in ecc file -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%- good image/file : all sectors present +- good image/file : all sectors present - data md5sum : 9503f278d4550a9507a317664481adf8 -- Ecc block test : 1% tested- Ecc block test : 2% tested- Ecc block test : 3% tested- Ecc block test : 4% tested- Ecc block test : 5% tested- Ecc block test : 6% tested- Ecc block test : 7% tested- Ecc block test : 8% tested- Ecc block test : 10% tested- Ecc block test : 11% tested- Ecc block test : 12% tested- Ecc block test : 13% tested- Ecc block test : 14% tested- Ecc block test : 15% tested- Ecc block test : 16% tested- Ecc block test : 17% tested- Ecc block test : 18% tested- Ecc block test : 20% tested- Ecc block test : 21% tested- Ecc block test : 22% tested- Ecc block test : 23% tested- Ecc block test : 24% tested- Ecc block test : 25% tested- Ecc block test : 26% tested- Ecc block test : 27% tested- Ecc block test : 28% tested- Ecc block test : 30% tested- Ecc block test : 31% tested- Ecc block test : 32% tested- Ecc block test : 33% tested- Ecc block test : 34% tested- Ecc block test : 35% tested- Ecc block test : 36% tested- Ecc block test : 37% tested- Ecc block test : 38% tested- Ecc block test : 40% tested- Ecc block test : 41% tested- Ecc block test : 42% tested- Ecc block test : 43% tested- Ecc block test : 44% tested- Ecc block test : 45% tested- Ecc block test : 46% tested- Ecc block test : 47% tested- Ecc block test : 48% tested- Ecc block test : 50% tested- Ecc block test : 51% tested- Ecc block test : 52% tested- Ecc block test : 53% tested- Ecc block test : 54% tested- Ecc block test : 55% tested- Ecc block test : 56% tested- Ecc block test : 57% tested- Ecc block test : 58% tested- Ecc block test : 60% tested- Ecc block test : 61% tested- Ecc block test : 62% tested- Ecc block test : 63% tested- Ecc block test : 64% tested- Ecc block test : 65% tested- Ecc block test : 66% tested- Ecc block test : 67% tested- Ecc block test : 68% tested- Ecc block test : 70% tested- Ecc block test : 71% tested- Ecc block test : 72% tested- Ecc block test : 73% tested- Ecc block test : 74% tested- Ecc block test : 75% tested- Ecc block test : 76% tested- Ecc block test : 77% tested- Ecc block test : 78% tested- Ecc block test : 80% tested- Ecc block test : 81% tested- Ecc block test : 82% tested- Ecc block test : 83% tested- Ecc block test : 84% tested- Ecc block test : 85% tested- Ecc block test : 86% tested- Ecc block test : 87% tested- Ecc block test : 88% tested- Ecc block test : 90% tested- Ecc block test : 91% tested- Ecc block test : 92% tested- Ecc block test : 93% tested- Ecc block test : 94% tested- Ecc block test : 95% tested- Ecc block test : 96% tested- Ecc block test : 97% tested- Ecc block test : 98% tested- Ecc block test : 100% tested - Ecc block test : pass +- Ecc block test : pass diff --git a/regtest/database/RS03f_ecc_file_truncated b/regtest/database/RS03f_ecc_file_truncated index d47598f..0274a3c 100644 --- a/regtest/database/RS03f_ecc_file_truncated +++ b/regtest/database/RS03f_ecc_file_truncated @@ -19,11 +19,11 @@ Error correction properties: Data integrity: - sectors : 21000 in image; 1788 in ecc file -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%* missing sectors : 1788 - 1891 (in ecc file) -- testing sectors : 100%* BAD image/file : 104 sectors missing +* missing sectors : 1788 - 1891 (in ecc file) +* BAD image/file : 104 sectors missing ... data section : 0 sectors missing; 0 CRC errors ... crc section : 0 sectors missing ... ecc section : 104 sectors missing -* Ecc block test : 0 good, 1 bad; 1% tested* Ecc block test : 0 good, 2 bad; 2% tested* Ecc block test : 0 good, 3 bad; 3% tested* Ecc block test : 0 good, 4 bad; 4% tested* Ecc block test : 0 good, 5 bad; 5% tested* Ecc block test : 0 good, 6 bad; 6% tested* Ecc block test : 0 good, 7 bad; 7% tested* Ecc block test : 0 good, 8 bad; 8% tested* Ecc block test : 0 good, 9 bad; 10% tested* Ecc block test : 0 good, 10 bad; 11% tested* Ecc block test : 0 good, 11 bad; 12% tested* Ecc block test : 0 good, 12 bad; 13% tested* Ecc block test : 0 good, 13 bad; 14% tested* Ecc block test : 0 good, 14 bad; 15% tested* Ecc block test : 0 good, 15 bad; 16% tested* Ecc block test : 0 good, 16 bad; 17% tested* Ecc block test : 0 good, 17 bad; 18% tested* Ecc block test : 0 good, 18 bad; 20% tested* Ecc block test : 0 good, 19 bad; 21% tested* Ecc block test : 0 good, 20 bad; 22% tested* Ecc block test : 0 good, 21 bad; 23% tested* Ecc block test : 0 good, 22 bad; 24% tested* Ecc block test : 0 good, 23 bad; 25% tested* Ecc block test : 0 good, 24 bad; 26% tested* Ecc block test : 0 good, 25 bad; 27% tested* Ecc block test : 0 good, 26 bad; 28% tested* Ecc block test : 0 good, 27 bad; 30% tested* Ecc block test : 0 good, 28 bad; 31% tested* Ecc block test : 0 good, 29 bad; 32% tested* Ecc block test : 0 good, 30 bad; 33% tested* Ecc block test : 0 good, 31 bad; 34% tested* Ecc block test : 0 good, 32 bad; 35% tested* Ecc block test : 0 good, 33 bad; 36% tested* Ecc block test : 0 good, 34 bad; 37% tested* Ecc block test : 0 good, 35 bad; 38% tested* Ecc block test : 0 good, 36 bad; 40% tested* Ecc block test : 0 good, 37 bad; 41% tested* Ecc block test : 0 good, 38 bad; 42% tested* Ecc block test : 0 good, 39 bad; 43% tested* Ecc block test : 0 good, 40 bad; 44% tested* Ecc block test : 0 good, 41 bad; 45% tested* Ecc block test : 0 good, 42 bad; 46% tested* Ecc block test : 0 good, 43 bad; 47% tested* Ecc block test : 0 good, 44 bad; 48% tested* Ecc block test : 0 good, 45 bad; 50% tested* Ecc block test : 0 good, 46 bad; 51% tested* Ecc block test : 0 good, 47 bad; 52% tested* Ecc block test : 0 good, 48 bad; 53% tested* Ecc block test : 0 good, 49 bad; 54% tested* Ecc block test : 0 good, 50 bad; 55% tested* Ecc block test : 0 good, 51 bad; 56% tested* Ecc block test : 0 good, 52 bad; 57% tested* Ecc block test : 0 good, 53 bad; 58% tested* Ecc block test : 0 good, 54 bad; 60% tested* Ecc block test : 0 good, 55 bad; 61% tested* Ecc block test : 0 good, 56 bad; 62% tested* Ecc block test : 0 good, 57 bad; 63% tested* Ecc block test : 0 good, 58 bad; 64% tested* Ecc block test : 0 good, 59 bad; 65% tested* Ecc block test : 0 good, 60 bad; 66% tested* Ecc block test : 0 good, 61 bad; 67% tested* Ecc block test : 0 good, 62 bad; 68% tested* Ecc block test : 0 good, 63 bad; 70% tested* Ecc block test : 0 good, 64 bad; 71% tested* Ecc block test : 0 good, 65 bad; 72% tested* Ecc block test : 0 good, 66 bad; 73% tested* Ecc block test : 0 good, 67 bad; 74% tested* Ecc block test : 0 good, 68 bad; 75% tested* Ecc block test : 0 good, 69 bad; 76% tested* Ecc block test : 0 good, 70 bad; 77% tested* Ecc block test : 0 good, 71 bad; 78% tested* Ecc block test : 0 good, 72 bad; 80% tested* Ecc block test : 0 good, 73 bad; 81% tested* Ecc block test : 0 good, 74 bad; 82% tested* Ecc block test : 0 good, 75 bad; 83% tested* Ecc block test : 0 good, 76 bad; 84% tested* Ecc block test : 0 good, 77 bad; 85% tested* Ecc block test : 0 good, 78 bad; 86% tested* Ecc block test : 0 good, 79 bad; 87% tested* Ecc block test : 0 good, 80 bad; 88% tested* Ecc block test : 0 good, 81 bad; 90% tested* Ecc block test : 0 good, 82 bad; 91% tested* Ecc block test : 0 good, 83 bad; 92% tested* Ecc block test : 0 good, 84 bad; 93% tested* Ecc block test : 0 good, 85 bad; 94% tested* Ecc block test : 0 good, 86 bad; 95% tested* Ecc block test : 0 good, 87 bad; 96% tested* Ecc block test : 0 good, 88 bad; 97% tested* Ecc block test : 0 good, 89 bad; 98% tested* Ecc block test : 0 good, 90 bad; 100% tested* Ecc block test : 0 good, 90 bad; 183691 bad sub blocks +* Ecc block test : 0 good, 90 bad; 183691 bad sub blocks - erasure counts : avg = 1.2; worst = 2 per ecc block. - prognosis : 22892 of 22892 sectors recoverable (100.0%) diff --git a/regtest/database/RS03f_ecc_header_crc_error b/regtest/database/RS03f_ecc_header_crc_error index e3adb92..8009a22 100644 --- a/regtest/database/RS03f_ecc_header_crc_error +++ b/regtest/database/RS03f_ecc_header_crc_error @@ -163,6 +163,7 @@ Error correction properties: Data integrity: - sectors : 21000 in image; 1892 in ecc file CalcRS03Layout(): returning cached layout (file) -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%- good image/file : all sectors present +- good image/file : all sectors present - data md5sum : 9503f278d4550a9507a317664481adf8 -- Ecc block test : 1% tested- Ecc block test : 2% tested- Ecc block test : 3% tested- Ecc block test : 4% tested- Ecc block test : 5% tested- Ecc block test : 6% tested- Ecc block test : 7% tested- Ecc block test : 8% tested- Ecc block test : 10% tested- Ecc block test : 11% tested- Ecc block test : 12% tested- Ecc block test : 13% tested- Ecc block test : 14% tested- Ecc block test : 15% tested- Ecc block test : 16% tested- Ecc block test : 17% tested- Ecc block test : 18% tested- Ecc block test : 20% tested- Ecc block test : 21% tested- Ecc block test : 22% tested- Ecc block test : 23% tested- Ecc block test : 24% tested- Ecc block test : 25% tested- Ecc block test : 26% tested- Ecc block test : 27% tested- Ecc block test : 28% tested- Ecc block test : 30% tested- Ecc block test : 31% tested- Ecc block test : 32% tested- Ecc block test : 33% tested- Ecc block test : 34% tested- Ecc block test : 35% tested- Ecc block test : 36% tested- Ecc block test : 37% tested- Ecc block test : 38% tested- Ecc block test : 40% tested- Ecc block test : 41% tested- Ecc block test : 42% tested- Ecc block test : 43% tested- Ecc block test : 44% tested- Ecc block test : 45% tested- Ecc block test : 46% tested- Ecc block test : 47% tested- Ecc block test : 48% tested- Ecc block test : 50% tested- Ecc block test : 51% tested- Ecc block test : 52% tested- Ecc block test : 53% tested- Ecc block test : 54% tested- Ecc block test : 55% tested- Ecc block test : 56% tested- Ecc block test : 57% tested- Ecc block test : 58% tested- Ecc block test : 60% tested- Ecc block test : 61% tested- Ecc block test : 62% tested- Ecc block test : 63% tested- Ecc block test : 64% tested- Ecc block test : 65% tested- Ecc block test : 66% tested- Ecc block test : 67% tested- Ecc block test : 68% tested- Ecc block test : 70% tested- Ecc block test : 71% tested- Ecc block test : 72% tested- Ecc block test : 73% tested- Ecc block test : 74% tested- Ecc block test : 75% tested- Ecc block test : 76% tested- Ecc block test : 77% tested- Ecc block test : 78% tested- Ecc block test : 80% tested- Ecc block test : 81% tested- Ecc block test : 82% tested- Ecc block test : 83% tested- Ecc block test : 84% tested- Ecc block test : 85% tested- Ecc block test : 86% tested- Ecc block test : 87% tested- Ecc block test : 88% tested- Ecc block test : 90% tested- Ecc block test : 91% tested- Ecc block test : 92% tested- Ecc block test : 93% tested- Ecc block test : 94% tested- Ecc block test : 95% tested- Ecc block test : 96% tested- Ecc block test : 97% tested- Ecc block test : 98% tested- Ecc block test : 100% tested - Ecc block test : pass +- Ecc block test : pass +FreeCrcBuf - buffer cleared diff --git a/regtest/database/RS03f_ecc_missing_sectors b/regtest/database/RS03f_ecc_missing_sectors index 1b4fad0..a71395b 100644 --- a/regtest/database/RS03f_ecc_missing_sectors +++ b/regtest/database/RS03f_ecc_missing_sectors @@ -7,7 +7,6 @@ See the file "COPYING" for further information. Opening rs03f-tmp.iso: 21000 medium sectors. 41 MiB data, 3 MiB ecc (20 roots; 8.5% redundancy). -Preparing ecc file: 1%Preparing ecc file: 2%Preparing ecc file: 3%Preparing ecc file: 4%Preparing ecc file: 5%Preparing ecc file: 6%Preparing ecc file: 7%Preparing ecc file: 8%Preparing ecc file: 9%Preparing ecc file: 10%Preparing ecc file: 11%Preparing ecc file: 12%Preparing ecc file: 13%Preparing ecc file: 14%Preparing ecc file: 15%Preparing ecc file: 16%Preparing ecc file: 17%Preparing ecc file: 18%Preparing ecc file: 19%Preparing ecc file: 20%Preparing ecc file: 21%Preparing ecc file: 22%Preparing ecc file: 23%Preparing ecc file: 24%Preparing ecc file: 25%Preparing ecc file: 26%Preparing ecc file: 27%Preparing ecc file: 28%Preparing ecc file: 29%Preparing ecc file: 30%Preparing ecc file: 31%Preparing ecc file: 32%Preparing ecc file: 33%Preparing ecc file: 34%Preparing ecc file: 35%Preparing ecc file: 36%Preparing ecc file: 37%Preparing ecc file: 38%Preparing ecc file: 39%Preparing ecc file: 40%Preparing ecc file: 41%Preparing ecc file: 42%Preparing ecc file: 43%Preparing ecc file: 44%Preparing ecc file: 45%Preparing ecc file: 46%Preparing ecc file: 47%Preparing ecc file: 48%Preparing ecc file: 49%Preparing ecc file: 50%Preparing ecc file: 51%Preparing ecc file: 52%Preparing ecc file: 53%Preparing ecc file: 54%Preparing ecc file: 55%Preparing ecc file: 56%Preparing ecc file: 57%Preparing ecc file: 58%Preparing ecc file: 59%Preparing ecc file: 60%Preparing ecc file: 61%Preparing ecc file: 62%Preparing ecc file: 63%Preparing ecc file: 64%Preparing ecc file: 65%Preparing ecc file: 66%Preparing ecc file: 67%Preparing ecc file: 68%Preparing ecc file: 69%Preparing ecc file: 70%Preparing ecc file: 71%Preparing ecc file: 72%Preparing ecc file: 73%Preparing ecc file: 74%Preparing ecc file: 75%Preparing ecc file: 76%Preparing ecc file: 77%Preparing ecc file: 78%Preparing ecc file: 79%Preparing ecc file: 80%Preparing ecc file: 81%Preparing ecc file: 82%Preparing ecc file: 83%Preparing ecc file: 84%Preparing ecc file: 85%Preparing ecc file: 86%Preparing ecc file: 87%Preparing ecc file: 88%Preparing ecc file: 89%Preparing ecc file: 90%Preparing ecc file: 91%Preparing ecc file: 92%Preparing ecc file: 93%Preparing ecc file: 94%Preparing ecc file: 95%Preparing ecc file: 96%Preparing ecc file: 97%Preparing ecc file: 98%Preparing ecc file: 99%Preparing ecc file: 100% * * dvdisaster - can not continue: diff --git a/regtest/database/RS03f_ecc_no_write_perm b/regtest/database/RS03f_ecc_no_write_perm index 1f1f821..58158a1 100644 --- a/regtest/database/RS03f_ecc_no_write_perm +++ b/regtest/database/RS03f_ecc_no_write_perm @@ -7,7 +7,5 @@ See the file "COPYING" for further information. Opening rs03f-master.iso: 21000 medium sectors. 41 MiB data, 3 MiB ecc (20 roots; 8.5% redundancy). -Preparing ecc file: 1%Preparing ecc file: 2%Preparing ecc file: 3%Preparing ecc file: 4%Preparing ecc file: 5%Preparing ecc file: 6%Preparing ecc file: 7%Preparing ecc file: 8%Preparing ecc file: 9%Preparing ecc file: 10%Preparing ecc file: 11%Preparing ecc file: 12%Preparing ecc file: 13%Preparing ecc file: 14%Preparing ecc file: 15%Preparing ecc file: 16%Preparing ecc file: 17%Preparing ecc file: 18%Preparing ecc file: 19%Preparing ecc file: 20%Preparing ecc file: 21%Preparing ecc file: 22%Preparing ecc file: 23%Preparing ecc file: 24%Preparing ecc file: 25%Preparing ecc file: 26%Preparing ecc file: 27%Preparing ecc file: 28%Preparing ecc file: 29%Preparing ecc file: 30%Preparing ecc file: 31%Preparing ecc file: 32%Preparing ecc file: 33%Preparing ecc file: 34%Preparing ecc file: 35%Preparing ecc file: 36%Preparing ecc file: 37%Preparing ecc file: 38%Preparing ecc file: 39%Preparing ecc file: 40%Preparing ecc file: 41%Preparing ecc file: 42%Preparing ecc file: 43%Preparing ecc file: 44%Preparing ecc file: 45%Preparing ecc file: 46%Preparing ecc file: 47%Preparing ecc file: 48%Preparing ecc file: 49%Preparing ecc file: 50%Preparing ecc file: 51%Preparing ecc file: 52%Preparing ecc file: 53%Preparing ecc file: 54%Preparing ecc file: 55%Preparing ecc file: 56%Preparing ecc file: 57%Preparing ecc file: 58%Preparing ecc file: 59%Preparing ecc file: 60%Preparing ecc file: 61%Preparing ecc file: 62%Preparing ecc file: 63%Preparing ecc file: 64%Preparing ecc file: 65%Preparing ecc file: 66%Preparing ecc file: 67%Preparing ecc file: 68%Preparing ecc file: 69%Preparing ecc file: 70%Preparing ecc file: 71%Preparing ecc file: 72%Preparing ecc file: 73%Preparing ecc file: 74%Preparing ecc file: 75%Preparing ecc file: 76%Preparing ecc file: 77%Preparing ecc file: 78%Preparing ecc file: 79%Preparing ecc file: 80%Preparing ecc file: 81%Preparing ecc file: 82%Preparing ecc file: 83%Preparing ecc file: 84%Preparing ecc file: 85%Preparing ecc file: 86%Preparing ecc file: 87%Preparing ecc file: 88%Preparing ecc file: 89%Preparing ecc file: 90%Preparing ecc file: 91%Preparing ecc file: 92%Preparing ecc file: 93%Preparing ecc file: 94%Preparing ecc file: 95%Preparing ecc file: 96%Preparing ecc file: 97%Preparing ecc file: 98%Preparing ecc file: 99%Preparing ecc file: 100% -Ecc generation: 1.1%Ecc generation: 2.2%Ecc generation: 3.3%Ecc generation: 4.4%Ecc generation: 5.5%Ecc generation: 6.6%Ecc generation: 7.7%Ecc generation: 8.8%Ecc generation: 10.0%Ecc generation: 11.1%Ecc generation: 12.2%Ecc generation: 13.3%Ecc generation: 14.4%Ecc generation: 15.5%Ecc generation: 16.6%Ecc generation: 17.7%Ecc generation: 18.8%Ecc generation: 20.0%Ecc generation: 21.1%Ecc generation: 22.2%Ecc generation: 23.3%Ecc generation: 24.4%Ecc generation: 25.5%Ecc generation: 26.6%Ecc generation: 27.7%Ecc generation: 28.8%Ecc generation: 30.0%Ecc generation: 31.1%Ecc generation: 32.2%Ecc generation: 33.3%Ecc generation: 34.4%Ecc generation: 35.5%Ecc generation: 36.6%Ecc generation: 37.7%Ecc generation: 38.8%Ecc generation: 40.0%Ecc generation: 41.1%Ecc generation: 42.2%Ecc generation: 43.3%Ecc generation: 44.4%Ecc generation: 45.5%Ecc generation: 46.6%Ecc generation: 47.7%Ecc generation: 48.8%Ecc generation: 50.0%Ecc generation: 51.1%Ecc generation: 52.2%Ecc generation: 53.3%Ecc generation: 54.4%Ecc generation: 55.5%Ecc generation: 56.6%Ecc generation: 57.7%Ecc generation: 58.8%Ecc generation: 60.0%Ecc generation: 61.1%Ecc generation: 62.2%Ecc generation: 63.3%Ecc generation: 64.4%Ecc generation: 65.5%Ecc generation: 66.6%Ecc generation: 67.7%Ecc generation: 68.8%Ecc generation: 70.0%Ecc generation: 71.1%Ecc generation: 72.2%Ecc generation: 73.3%Ecc generation: 74.4%Ecc generation: 75.5%Ecc generation: 76.6%Ecc generation: 77.7%Ecc generation: 78.8%Ecc generation: 80.0%Ecc generation: 81.1%Ecc generation: 82.2%Ecc generation: 83.3%Ecc generation: 84.4%Ecc generation: 85.5%Ecc generation: 86.6%Ecc generation: 87.7%Ecc generation: 88.8%Ecc generation: 90.0%Ecc generation: 91.1%Ecc generation: 92.2%Ecc generation: 93.3%Ecc generation: 94.4%Ecc generation: 95.5%Ecc generation: 96.6%Ecc generation: 97.7%Ecc generation: 98.8%Ecc generation: 100.0%Ecc generation: 100.0% Error correction file "rs03f-tmp.ecc" created. Make sure to keep this file on a reliable medium. diff --git a/regtest/database/RS03f_ecc_recreate_after_read_rs01 b/regtest/database/RS03f_ecc_recreate_after_read_rs01 index bc36fac..37ce17d 100644 --- a/regtest/database/RS03f_ecc_recreate_after_read_rs01 +++ b/regtest/database/RS03f_ecc_recreate_after_read_rs01 @@ -1,23 +1,259 @@ 9503f278d4550a9507a317664481adf8 -1f52f29bf40b8a530697c969ab7044a6 +66a95c966898ca1b05bf480c329ac911 This software comes with ABSOLUTELY NO WARRANTY. This is free software and you are welcome to redistribute it under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. +# *** OpenImageFromDevice(sim-cd) *** +# InquireDevice returned: Simulated CD drive 1.00 Device: sim-cd, Simulated CD drive 1.00 +# *** query_type(Simulated CD drive 1.00, 0) *** +# *** get_configuration(Simulated CD drive 1.00) *** +# 8 data len, 9 current +-> profile 9: CD-R +# trying READ DISC INFORMATION for size +# size returned is 32 +# trying READ DISC INFORMATION for real info +0000: 00 20 1e 00 00 00 00 00 00 00 00 00 00 00 00 00 . ...... ........ +0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........ +# status is 1e, disc type 0 +#CD: starting media probe +#CD: querying size of READ TOC/PMA/ATIP (for TOC) +#CD: size returned is 12 +#CD: querying real READ TOC/PMA/ATIP (for TOC) +0000: 00 0a 00 00 00 14 00 00 00 00 00 00 ........ .... +#CD: control is 0x14 +#CD: querying size of READ TOC/PMA/ATIP (for full TOC) +# Warning: Realigning length from 26 to 24 +#CD: size returned is 24 +#CD: querying real READ TOC/PMA/ATIP (for full TOC) +0000: 00 18 00 01 00 00 00 a0 00 00 00 00 00 00 00 00 ........ ........ +0010: 00 00 00 00 00 00 00 00 ........ +#CD: 1 sessions +#CD: CD medium detected, type: CD-R mode 1 +# query_type() returned. +# deciding reading strategy... Using READ CD. +GetImageFingerprint(16): read & cached + +ExamineUDF(Device: Simulated CD drive 1.00) + Examining the ISO file system... + Sector 16: + Volume descriptor type = 1 + Volume descriptor version = 1 + Standard identifier = CD001 + -> primary volume descriptor: + System identifier : | | + Volume identifier : |RANDOM IMAGE | + Volume space size : 21000 sectors + Volume set size : 1 + Volume sequence size : 1 + Logical block size : 2048 + Path table size : 10 bytes + L-Path table location : 19 + Opt L-Path table location : 0 + M-Path table location : 20 + Opt M-Path table location : 0 + Volume creation date/time : 16-07-2006 10:35:46.23 + Volume modification d/t : 16-07-2006 10:35:46.23 + Volume expiration d/t : 16-07-2106 10:35:46.23 + Volume effective d/t : 16-07-2006 10:35:46.23 + File structure version : 1 + Sector 17: + Volume descriptor type = 2 + Volume descriptor version = 1 + Standard identifier = CD001 + -> supplementary volume descriptor: *skipped* + Sector 18: + Volume descriptor type = 255 + Volume descriptor version = 1 + Standard identifier = CD001 + -> volume descriptor set terminator; + end of ISO file system parsing. + Examining the UDF file system... + not yet implemented. + +# *** read_capacity(Simulated CD drive 1.00) *** + -> 20999 +ExamineECC() started +...trying RS01 +...trying RS02 +RS02Recognize: medium sim-cd +try_sector: trying sector 21000 +try_sector: read error, trying next header +try_sector: trying sector 20850 +try_sector: no cookie, skipping current modulo +RS02Recognize: skipping exhaustive RS02 search +...trying RS03 +RS03RecognizeImage: medium sim-cd +FindRS03HeaderInImage: medium sim-cd +RS03RecognizeImage: skipping exhaustive RS03 search +...no augmented image detected. +# Calling query_size() +# *** query_size(Simulated CD drive 1.00) *** +Medium size could NOT be determined from ECC header. +Medium size obtained from ISO/UDF file system: 21000 sectors +# returned: 21000 sectors Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. +GetImageFingerprint(16): cached Creating new rs03f-tmp.iso image. Reading CRC information from ecc data (RS01) ... done. Waiting 5 seconds for drive to spin up... -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) -All sectors successfully read. Checksums match. -Opening rs03f-tmp.iso: 21000 medium sectors. +All sectors successfully read. Checksums match. +CrcBuf contents, image path none (medium): + crcSize: 21000, dataSectors: 21000, coveredSectors: 21000, allSectors: 21000 + md5State: data_complete image_complete + data: 9503f278d4550a9507a317664481adf8 + full: 9503f278d4550a9507a317664481adf8 + fp sector: 16; 15c0fd35a0cfa0f83b9ccbd8604c2592 + missing crcs: 0 + +Opening rs03f-tmp.iso +ExamineUDF(File: rs03f-tmp.iso) + Examining the ISO file system... + Sector 16: + Volume descriptor type = 1 + Volume descriptor version = 1 + Standard identifier = CD001 + -> primary volume descriptor: + System identifier : | | + Volume identifier : |RANDOM IMAGE | + Volume space size : 21000 sectors + Volume set size : 1 + Volume sequence size : 1 + Logical block size : 2048 + Path table size : 10 bytes + L-Path table location : 19 + Opt L-Path table location : 0 + M-Path table location : 20 + Opt M-Path table location : 0 + Volume creation date/time : 16-07-2006 10:35:46.23 + Volume modification d/t : 16-07-2006 10:35:46.23 + Volume expiration d/t : 16-07-2106 10:35:46.23 + Volume effective d/t : 16-07-2006 10:35:46.23 + File structure version : 1 + Sector 17: + Volume descriptor type = 2 + Volume descriptor version = 1 + Standard identifier = CD001 + -> supplementary volume descriptor: *skipped* + Sector 18: + Volume descriptor type = 255 + Volume descriptor version = 1 + Standard identifier = CD001 + -> volume descriptor set terminator; + end of ISO file system parsing. + Examining the UDF file system... + not yet implemented. + +ExamineECC() started +...trying RS01 +...trying RS02 +RS02Recognize: file rs03f-tmp.iso +try_sector: trying sector 21000 +try_sector: read error, trying next header +try_sector: trying sector 20850 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 4611686018427387904 +FindHeaderInMedium: Trying modulo 2305843009213693952 +FindHeaderInMedium: Trying modulo 1152921504606846976 +FindHeaderInMedium: Trying modulo 576460752303423488 +FindHeaderInMedium: Trying modulo 288230376151711744 +FindHeaderInMedium: Trying modulo 144115188075855872 +FindHeaderInMedium: Trying modulo 72057594037927936 +FindHeaderInMedium: Trying modulo 36028797018963968 +FindHeaderInMedium: Trying modulo 18014398509481984 +FindHeaderInMedium: Trying modulo 9007199254740992 +FindHeaderInMedium: Trying modulo 4503599627370496 +FindHeaderInMedium: Trying modulo 2251799813685248 +FindHeaderInMedium: Trying modulo 1125899906842624 +FindHeaderInMedium: Trying modulo 562949953421312 +FindHeaderInMedium: Trying modulo 281474976710656 +FindHeaderInMedium: Trying modulo 140737488355328 +FindHeaderInMedium: Trying modulo 70368744177664 +FindHeaderInMedium: Trying modulo 35184372088832 +FindHeaderInMedium: Trying modulo 17592186044416 +FindHeaderInMedium: Trying modulo 8796093022208 +FindHeaderInMedium: Trying modulo 4398046511104 +FindHeaderInMedium: Trying modulo 2199023255552 +FindHeaderInMedium: Trying modulo 1099511627776 +FindHeaderInMedium: Trying modulo 549755813888 +FindHeaderInMedium: Trying modulo 274877906944 +FindHeaderInMedium: Trying modulo 137438953472 +FindHeaderInMedium: Trying modulo 68719476736 +FindHeaderInMedium: Trying modulo 34359738368 +FindHeaderInMedium: Trying modulo 17179869184 +FindHeaderInMedium: Trying modulo 8589934592 +FindHeaderInMedium: Trying modulo 4294967296 +FindHeaderInMedium: Trying modulo 2147483648 +FindHeaderInMedium: Trying modulo 1073741824 +FindHeaderInMedium: Trying modulo 536870912 +FindHeaderInMedium: Trying modulo 268435456 +FindHeaderInMedium: Trying modulo 134217728 +FindHeaderInMedium: Trying modulo 67108864 +FindHeaderInMedium: Trying modulo 33554432 +FindHeaderInMedium: Trying modulo 16777216 +FindHeaderInMedium: Trying modulo 8388608 +FindHeaderInMedium: Trying modulo 4194304 +FindHeaderInMedium: Trying modulo 2097152 +FindHeaderInMedium: Trying modulo 1048576 +FindHeaderInMedium: Trying modulo 524288 +FindHeaderInMedium: Trying modulo 262144 +FindHeaderInMedium: Trying modulo 131072 +FindHeaderInMedium: Trying modulo 65536 +FindHeaderInMedium: Trying modulo 32768 +FindHeaderInMedium: Trying modulo 16384 +try_sector: trying sector 16384 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 8192 +Sector 16384 cached; skipping modulo +FindHeaderInMedium: Trying modulo 4096 +try_sector: trying sector 20480 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 2048 +Sector 20480 cached; skipping modulo +FindHeaderInMedium: Trying modulo 1024 +Sector 20480 cached; skipping modulo +FindHeaderInMedium: Trying modulo 512 +try_sector: trying sector 20992 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 256 +Sector 20992 cached; skipping modulo +FindHeaderInMedium: Trying modulo 128 +Sector 20992 cached; skipping modulo +FindHeaderInMedium: Trying modulo 64 +Sector 20992 cached; skipping modulo +FindHeaderInMedium: Trying modulo 32 +Sector 20992 cached; skipping modulo +...trying RS03 +RS03RecognizeImage: file rs03f-tmp.iso +FindRS03HeaderInImage: file rs03f-tmp.iso +RS03RecognizeImage: No EH, entering exhaustive search +.. trying layer size 1409 +Scanning layers for signatures. +- layer slice 0 +** All layers tested -> no RS03 data found +...no augmented image detected. +GetImageFingerprint(16): read & cached +: 21000 medium sectors. +Calculated layout for RS03 file: +data sectors = 21000 +data padding = 0 +layer size = 90 +total sectors = 22892 +medium capacity = 0 +header position = 0 +first CRC sector = 2 +first ECC sector = 92 +ndata = 235 +nroots = 20 ( 8.5%) + 41 MiB data, 3 MiB ecc (20 roots; 8.5% redundancy). -Preparing ecc file: 1%Preparing ecc file: 2%Preparing ecc file: 3%Preparing ecc file: 4%Preparing ecc file: 5%Preparing ecc file: 6%Preparing ecc file: 7%Preparing ecc file: 8%Preparing ecc file: 9%Preparing ecc file: 10%Preparing ecc file: 11%Preparing ecc file: 12%Preparing ecc file: 13%Preparing ecc file: 14%Preparing ecc file: 15%Preparing ecc file: 16%Preparing ecc file: 17%Preparing ecc file: 18%Preparing ecc file: 19%Preparing ecc file: 20%Preparing ecc file: 21%Preparing ecc file: 22%Preparing ecc file: 23%Preparing ecc file: 24%Preparing ecc file: 25%Preparing ecc file: 26%Preparing ecc file: 27%Preparing ecc file: 28%Preparing ecc file: 29%Preparing ecc file: 30%Preparing ecc file: 31%Preparing ecc file: 32%Preparing ecc file: 33%Preparing ecc file: 34%Preparing ecc file: 35%Preparing ecc file: 36%Preparing ecc file: 37%Preparing ecc file: 38%Preparing ecc file: 39%Preparing ecc file: 40%Preparing ecc file: 41%Preparing ecc file: 42%Preparing ecc file: 43%Preparing ecc file: 44%Preparing ecc file: 45%Preparing ecc file: 46%Preparing ecc file: 47%Preparing ecc file: 48%Preparing ecc file: 49%Preparing ecc file: 50%Preparing ecc file: 51%Preparing ecc file: 52%Preparing ecc file: 53%Preparing ecc file: 54%Preparing ecc file: 55%Preparing ecc file: 56%Preparing ecc file: 57%Preparing ecc file: 58%Preparing ecc file: 59%Preparing ecc file: 60%Preparing ecc file: 61%Preparing ecc file: 62%Preparing ecc file: 63%Preparing ecc file: 64%Preparing ecc file: 65%Preparing ecc file: 66%Preparing ecc file: 67%Preparing ecc file: 68%Preparing ecc file: 69%Preparing ecc file: 70%Preparing ecc file: 71%Preparing ecc file: 72%Preparing ecc file: 73%Preparing ecc file: 74%Preparing ecc file: 75%Preparing ecc file: 76%Preparing ecc file: 77%Preparing ecc file: 78%Preparing ecc file: 79%Preparing ecc file: 80%Preparing ecc file: 81%Preparing ecc file: 82%Preparing ecc file: 83%Preparing ecc file: 84%Preparing ecc file: 85%Preparing ecc file: 86%Preparing ecc file: 87%Preparing ecc file: 88%Preparing ecc file: 89%Preparing ecc file: 90%Preparing ecc file: 91%Preparing ecc file: 92%Preparing ecc file: 93%Preparing ecc file: 94%Preparing ecc file: 95%Preparing ecc file: 96%Preparing ecc file: 97%Preparing ecc file: 98%Preparing ecc file: 99%Preparing ecc file: 100% -Ecc generation: 1.1%Ecc generation: 2.2%Ecc generation: 3.3%Ecc generation: 4.4%Ecc generation: 5.5%Ecc generation: 6.6%Ecc generation: 7.7%Ecc generation: 8.8%Ecc generation: 10.0%Ecc generation: 11.1%Ecc generation: 12.2%Ecc generation: 13.3%Ecc generation: 14.4%Ecc generation: 15.5%Ecc generation: 16.6%Ecc generation: 17.7%Ecc generation: 18.8%Ecc generation: 20.0%Ecc generation: 21.1%Ecc generation: 22.2%Ecc generation: 23.3%Ecc generation: 24.4%Ecc generation: 25.5%Ecc generation: 26.6%Ecc generation: 27.7%Ecc generation: 28.8%Ecc generation: 30.0%Ecc generation: 31.1%Ecc generation: 32.2%Ecc generation: 33.3%Ecc generation: 34.4%Ecc generation: 35.5%Ecc generation: 36.6%Ecc generation: 37.7%Ecc generation: 38.8%Ecc generation: 40.0%Ecc generation: 41.1%Ecc generation: 42.2%Ecc generation: 43.3%Ecc generation: 44.4%Ecc generation: 45.5%Ecc generation: 46.6%Ecc generation: 47.7%Ecc generation: 48.8%Ecc generation: 50.0%Ecc generation: 51.1%Ecc generation: 52.2%Ecc generation: 53.3%Ecc generation: 54.4%Ecc generation: 55.5%Ecc generation: 56.6%Ecc generation: 57.7%Ecc generation: 58.8%Ecc generation: 60.0%Ecc generation: 61.1%Ecc generation: 62.2%Ecc generation: 63.3%Ecc generation: 64.4%Ecc generation: 65.5%Ecc generation: 66.6%Ecc generation: 67.7%Ecc generation: 68.8%Ecc generation: 70.0%Ecc generation: 71.1%Ecc generation: 72.2%Ecc generation: 73.3%Ecc generation: 74.4%Ecc generation: 75.5%Ecc generation: 76.6%Ecc generation: 77.7%Ecc generation: 78.8%Ecc generation: 80.0%Ecc generation: 81.1%Ecc generation: 82.2%Ecc generation: 83.3%Ecc generation: 84.4%Ecc generation: 85.5%Ecc generation: 86.6%Ecc generation: 87.7%Ecc generation: 88.8%Ecc generation: 90.0%Ecc generation: 91.1%Ecc generation: 92.2%Ecc generation: 93.3%Ecc generation: 94.4%Ecc generation: 95.5%Ecc generation: 96.6%Ecc generation: 97.7%Ecc generation: 98.8%Ecc generation: 100.0%Ecc generation: 100.0% +CrcBufValid: buffer VALID +CrcBuf present, ecc file: using image MD5 sum +Cache allocation: 120320K+8192K+5120K=130M (data+parity+descrambling) Error correction file "rs03f-tmp.ecc" created. Make sure to keep this file on a reliable medium. diff --git a/regtest/database/RS03f_ecc_recreate_after_read_rs02 b/regtest/database/RS03f_ecc_recreate_after_read_rs02 index 624c52c..fe6138a 100644 --- a/regtest/database/RS03f_ecc_recreate_after_read_rs02 +++ b/regtest/database/RS03f_ecc_recreate_after_read_rs02 @@ -1,23 +1,214 @@ 45ad4cec0172310e72411d326b8b892c -97a0b4b5ea4620c0ef153d399cd10f8c +60c1b01f5a4a62fc6617dce510a9a845 This software comes with ABSOLUTELY NO WARRANTY. This is free software and you are welcome to redistribute it under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. +# *** OpenImageFromDevice(sim-cd) *** +# InquireDevice returned: Simulated CD drive 1.00 Device: sim-cd, Simulated CD drive 1.00 +# *** query_type(Simulated CD drive 1.00, 0) *** +# *** get_configuration(Simulated CD drive 1.00) *** +# 8 data len, 9 current +-> profile 9: CD-R +# trying READ DISC INFORMATION for size +# size returned is 32 +# trying READ DISC INFORMATION for real info +0000: 00 20 1e 00 00 00 00 00 00 00 00 00 00 00 00 00 . ...... ........ +0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........ +# status is 1e, disc type 0 +#CD: starting media probe +#CD: querying size of READ TOC/PMA/ATIP (for TOC) +#CD: size returned is 12 +#CD: querying real READ TOC/PMA/ATIP (for TOC) +0000: 00 0a 00 00 00 14 00 00 00 00 00 00 ........ .... +#CD: control is 0x14 +#CD: querying size of READ TOC/PMA/ATIP (for full TOC) +# Warning: Realigning length from 26 to 24 +#CD: size returned is 24 +#CD: querying real READ TOC/PMA/ATIP (for full TOC) +0000: 00 18 00 01 00 00 00 a0 00 00 00 00 00 00 00 00 ........ ........ +0010: 00 00 00 00 00 00 00 00 ........ +#CD: 1 sessions +#CD: CD medium detected, type: CD-R mode 1 +# query_type() returned. +# deciding reading strategy... Using READ CD. +GetImageFingerprint(16): read & cached + +ExamineUDF(Device: Simulated CD drive 1.00) + Examining the ISO file system... + Sector 16: + Volume descriptor type = 1 + Volume descriptor version = 1 + Standard identifier = CD001 + -> primary volume descriptor: + System identifier : | | + Volume identifier : |RANDOM IMAGE | + Volume space size : 21000 sectors + Volume set size : 1 + Volume sequence size : 1 + Logical block size : 2048 + Path table size : 10 bytes + L-Path table location : 19 + Opt L-Path table location : 0 + M-Path table location : 20 + Opt M-Path table location : 0 + Volume creation date/time : 16-07-2006 10:35:46.23 + Volume modification d/t : 16-07-2006 10:35:46.23 + Volume expiration d/t : 16-07-2106 10:35:46.23 + Volume effective d/t : 16-07-2006 10:35:46.23 + File structure version : 1 + Sector 17: + Volume descriptor type = 2 + Volume descriptor version = 1 + Standard identifier = CD001 + -> supplementary volume descriptor: *skipped* + Sector 18: + Volume descriptor type = 255 + Volume descriptor version = 1 + Standard identifier = CD001 + -> volume descriptor set terminator; + end of ISO file system parsing. + Examining the UDF file system... + not yet implemented. + +# *** read_capacity(Simulated CD drive 1.00) *** + -> 23907 +ExamineECC() started +...trying RS01 +...trying RS02 +RS02Recognize: medium sim-cd +try_sector: trying sector 21000 +try_sector: header at 21000: magic cookie found +try_sector: CRC okay +GetImageFingerprint(16): cached +try_sector: fingerprint okay, header good +Root sector search at +0 successful +...augmented image found +Expected size calculated from ecc header: 23908 +--> confirmed layout variant 1 +Calculated layout for RS02 image: +data sectors = 21000 +crc sectors = 42 +protected sectors = 21044 (incl. 2 hdr sectors) +reed solomon secs = 2820 (30 roots, 225 data) +header repeats = 22 (using modulo 128) +added sectors = 2908 +total image size = 23908 +medium capacity = n.a. + +Interleaving layout: +94 sectors per ecc layer +first layer sector with CRC data 40 (sector# 21002) + +# Calling query_size() +# *** query_size(Simulated CD drive 1.00) *** +Medium size obtained from ECC header: 23908 sectors +# returned: 23908 sectors Medium "Random Image": CD-R mode 1, 23908 sectors, Ecc, created 16-07-2006. Creating new rs03f-tmp.iso image. -Reading CRC information from ecc data (RS02) ... done. +Reading CRC information from ecc data (RS02) ... RS02LayoutFromImage(): returning cached layout +done. Waiting 5 seconds for drive to spin up... -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) -All sectors successfully read. Checksums match. +GOOD Data md5sum +GOOD CRC md5sum +GOOD ECC md5sum + +All sectors successfully read. Checksums match. +CrcBuf contents, image path none (medium): + crcSize: 23908, dataSectors: 21000, coveredSectors: 21000, allSectors: 23908 + md5State: data_complete image_complete + data: 9503f278d4550a9507a317664481adf8 + full: 45ad4cec0172310e72411d326b8b892c + fp sector: 16; 15c0fd35a0cfa0f83b9ccbd8604c2592 + missing crcs: 0 + +Opening rs03f-tmp.iso +ExamineUDF(File: rs03f-tmp.iso) + Examining the ISO file system... + Sector 16: + Volume descriptor type = 1 + Volume descriptor version = 1 + Standard identifier = CD001 + -> primary volume descriptor: + System identifier : | | + Volume identifier : |RANDOM IMAGE | + Volume space size : 21000 sectors + Volume set size : 1 + Volume sequence size : 1 + Logical block size : 2048 + Path table size : 10 bytes + L-Path table location : 19 + Opt L-Path table location : 0 + M-Path table location : 20 + Opt M-Path table location : 0 + Volume creation date/time : 16-07-2006 10:35:46.23 + Volume modification d/t : 16-07-2006 10:35:46.23 + Volume expiration d/t : 16-07-2106 10:35:46.23 + Volume effective d/t : 16-07-2006 10:35:46.23 + File structure version : 1 + Sector 17: + Volume descriptor type = 2 + Volume descriptor version = 1 + Standard identifier = CD001 + -> supplementary volume descriptor: *skipped* + Sector 18: + Volume descriptor type = 255 + Volume descriptor version = 1 + Standard identifier = CD001 + -> volume descriptor set terminator; + end of ISO file system parsing. + Examining the UDF file system... + not yet implemented. + +ExamineECC() started +...trying RS01 +...trying RS02 +RS02Recognize: file rs03f-tmp.iso +try_sector: trying sector 21000 +try_sector: header at 21000: magic cookie found +try_sector: CRC okay +GetImageFingerprint(16): read & cached +try_sector: fingerprint okay, header good +Root sector search at +0 successful +...augmented image found +Expected size calculated from ecc header: 23908 +--> confirmed layout variant 1 +Calculated layout for RS02 image: +data sectors = 21000 +crc sectors = 42 +protected sectors = 21044 (incl. 2 hdr sectors) +reed solomon secs = 2820 (30 roots, 225 data) +header repeats = 22 (using modulo 128) +added sectors = 2908 +total image size = 23908 +medium capacity = n.a. + +Interleaving layout: +94 sectors per ecc layer +first layer sector with CRC data 40 (sector# 21002) + +GetImageFingerprint(16): cached +: 23908 medium sectors. +CalcRS03Layout(): removed cached layout from other codec +Calculated layout for RS03 file: +data sectors = 23908 +data padding = 0 +layer size = 103 +total sectors = 26073 +medium capacity = 0 +header position = 0 +first CRC sector = 2 +first ECC sector = 105 +ndata = 235 +nroots = 20 ( 8.5%) -Opening rs03f-tmp.iso: 23908 medium sectors. 46 MiB data, 4 MiB ecc (20 roots; 8.5% redundancy). -Preparing ecc file: 1%Preparing ecc file: 2%Preparing ecc file: 3%Preparing ecc file: 4%Preparing ecc file: 5%Preparing ecc file: 6%Preparing ecc file: 7%Preparing ecc file: 8%Preparing ecc file: 9%Preparing ecc file: 10%Preparing ecc file: 11%Preparing ecc file: 12%Preparing ecc file: 13%Preparing ecc file: 14%Preparing ecc file: 15%Preparing ecc file: 16%Preparing ecc file: 17%Preparing ecc file: 18%Preparing ecc file: 19%Preparing ecc file: 20%Preparing ecc file: 21%Preparing ecc file: 22%Preparing ecc file: 23%Preparing ecc file: 24%Preparing ecc file: 25%Preparing ecc file: 26%Preparing ecc file: 27%Preparing ecc file: 28%Preparing ecc file: 29%Preparing ecc file: 30%Preparing ecc file: 31%Preparing ecc file: 32%Preparing ecc file: 33%Preparing ecc file: 34%Preparing ecc file: 35%Preparing ecc file: 36%Preparing ecc file: 37%Preparing ecc file: 38%Preparing ecc file: 39%Preparing ecc file: 40%Preparing ecc file: 41%Preparing ecc file: 42%Preparing ecc file: 43%Preparing ecc file: 44%Preparing ecc file: 45%Preparing ecc file: 46%Preparing ecc file: 47%Preparing ecc file: 48%Preparing ecc file: 49%Preparing ecc file: 50%Preparing ecc file: 51%Preparing ecc file: 52%Preparing ecc file: 53%Preparing ecc file: 54%Preparing ecc file: 55%Preparing ecc file: 56%Preparing ecc file: 57%Preparing ecc file: 58%Preparing ecc file: 59%Preparing ecc file: 60%Preparing ecc file: 61%Preparing ecc file: 62%Preparing ecc file: 63%Preparing ecc file: 64%Preparing ecc file: 65%Preparing ecc file: 66%Preparing ecc file: 67%Preparing ecc file: 68%Preparing ecc file: 69%Preparing ecc file: 70%Preparing ecc file: 71%Preparing ecc file: 72%Preparing ecc file: 73%Preparing ecc file: 74%Preparing ecc file: 75%Preparing ecc file: 76%Preparing ecc file: 77%Preparing ecc file: 78%Preparing ecc file: 79%Preparing ecc file: 80%Preparing ecc file: 81%Preparing ecc file: 82%Preparing ecc file: 83%Preparing ecc file: 84%Preparing ecc file: 85%Preparing ecc file: 86%Preparing ecc file: 87%Preparing ecc file: 88%Preparing ecc file: 89%Preparing ecc file: 90%Preparing ecc file: 91%Preparing ecc file: 92%Preparing ecc file: 93%Preparing ecc file: 94%Preparing ecc file: 95%Preparing ecc file: 96%Preparing ecc file: 97%Preparing ecc file: 98%Preparing ecc file: 99%Preparing ecc file: 100% -Ecc generation: 0.9%Ecc generation: 1.9%Ecc generation: 2.9%Ecc generation: 3.8%Ecc generation: 4.8%Ecc generation: 5.8%Ecc generation: 6.7%Ecc generation: 7.7%Ecc generation: 8.7%Ecc generation: 9.7%Ecc generation: 10.6%Ecc generation: 11.6%Ecc generation: 12.6%Ecc generation: 13.5%Ecc generation: 14.5%Ecc generation: 15.5%Ecc generation: 16.5%Ecc generation: 17.4%Ecc generation: 18.4%Ecc generation: 19.4%Ecc generation: 20.3%Ecc generation: 21.3%Ecc generation: 22.3%Ecc generation: 23.3%Ecc generation: 24.2%Ecc generation: 25.2%Ecc generation: 26.2%Ecc generation: 27.1%Ecc generation: 28.1%Ecc generation: 29.1%Ecc generation: 30.0%Ecc generation: 31.0%Ecc generation: 32.0%Ecc generation: 33.0%Ecc generation: 33.9%Ecc generation: 34.9%Ecc generation: 35.9%Ecc generation: 36.8%Ecc generation: 37.8%Ecc generation: 38.8%Ecc generation: 39.8%Ecc generation: 40.7%Ecc generation: 41.7%Ecc generation: 42.7%Ecc generation: 43.6%Ecc generation: 44.6%Ecc generation: 45.6%Ecc generation: 46.6%Ecc generation: 47.5%Ecc generation: 48.5%Ecc generation: 49.5%Ecc generation: 50.4%Ecc generation: 51.4%Ecc generation: 52.4%Ecc generation: 53.3%Ecc generation: 54.3%Ecc generation: 55.3%Ecc generation: 56.3%Ecc generation: 57.2%Ecc generation: 58.2%Ecc generation: 59.2%Ecc generation: 60.1%Ecc generation: 61.1%Ecc generation: 62.1%Ecc generation: 63.1%Ecc generation: 64.0%Ecc generation: 65.0%Ecc generation: 66.0%Ecc generation: 66.9%Ecc generation: 67.9%Ecc generation: 68.9%Ecc generation: 69.9%Ecc generation: 70.8%Ecc generation: 71.8%Ecc generation: 72.8%Ecc generation: 73.7%Ecc generation: 74.7%Ecc generation: 75.7%Ecc generation: 76.6%Ecc generation: 77.6%Ecc generation: 78.6%Ecc generation: 79.6%Ecc generation: 80.5%Ecc generation: 81.5%Ecc generation: 82.5%Ecc generation: 83.4%Ecc generation: 84.4%Ecc generation: 85.4%Ecc generation: 86.4%Ecc generation: 87.3%Ecc generation: 88.3%Ecc generation: 89.3%Ecc generation: 90.2%Ecc generation: 91.2%Ecc generation: 92.2%Ecc generation: 93.2%Ecc generation: 94.1%Ecc generation: 95.1%Ecc generation: 96.1%Ecc generation: 97.0%Ecc generation: 98.0%Ecc generation: 99.0%Ecc generation: 100.0%Ecc generation: 100.0% +CrcBufValid: buffer VALID +CrcBuf present, ecc file: using image MD5 sum +Cache allocation: 120320K+8192K+5120K=130M (data+parity+descrambling) Error correction file "rs03f-tmp.ecc" created. Make sure to keep this file on a reliable medium. diff --git a/regtest/database/RS03f_ecc_recreate_after_read_rs03f b/regtest/database/RS03f_ecc_recreate_after_read_rs03f index b28fb4b..52813ef 100644 --- a/regtest/database/RS03f_ecc_recreate_after_read_rs03f +++ b/regtest/database/RS03f_ecc_recreate_after_read_rs03f @@ -1,23 +1,273 @@ 9503f278d4550a9507a317664481adf8 -1f52f29bf40b8a530697c969ab7044a6 +66a95c966898ca1b05bf480c329ac911 This software comes with ABSOLUTELY NO WARRANTY. This is free software and you are welcome to redistribute it under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. +# *** OpenImageFromDevice(sim-cd) *** +# InquireDevice returned: Simulated CD drive 1.00 Device: sim-cd, Simulated CD drive 1.00 +# *** query_type(Simulated CD drive 1.00, 0) *** +# *** get_configuration(Simulated CD drive 1.00) *** +# 8 data len, 9 current +-> profile 9: CD-R +# trying READ DISC INFORMATION for size +# size returned is 32 +# trying READ DISC INFORMATION for real info +0000: 00 20 1e 00 00 00 00 00 00 00 00 00 00 00 00 00 . ...... ........ +0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........ +# status is 1e, disc type 0 +#CD: starting media probe +#CD: querying size of READ TOC/PMA/ATIP (for TOC) +#CD: size returned is 12 +#CD: querying real READ TOC/PMA/ATIP (for TOC) +0000: 00 0a 00 00 00 14 00 00 00 00 00 00 ........ .... +#CD: control is 0x14 +#CD: querying size of READ TOC/PMA/ATIP (for full TOC) +# Warning: Realigning length from 26 to 24 +#CD: size returned is 24 +#CD: querying real READ TOC/PMA/ATIP (for full TOC) +0000: 00 18 00 01 00 00 00 a0 00 00 00 00 00 00 00 00 ........ ........ +0010: 00 00 00 00 00 00 00 00 ........ +#CD: 1 sessions +#CD: CD medium detected, type: CD-R mode 1 +# query_type() returned. +# deciding reading strategy... Using READ CD. +GetImageFingerprint(16): read & cached + +ExamineUDF(Device: Simulated CD drive 1.00) + Examining the ISO file system... + Sector 16: + Volume descriptor type = 1 + Volume descriptor version = 1 + Standard identifier = CD001 + -> primary volume descriptor: + System identifier : | | + Volume identifier : |RANDOM IMAGE | + Volume space size : 21000 sectors + Volume set size : 1 + Volume sequence size : 1 + Logical block size : 2048 + Path table size : 10 bytes + L-Path table location : 19 + Opt L-Path table location : 0 + M-Path table location : 20 + Opt M-Path table location : 0 + Volume creation date/time : 16-07-2006 10:35:46.23 + Volume modification d/t : 16-07-2006 10:35:46.23 + Volume expiration d/t : 16-07-2106 10:35:46.23 + Volume effective d/t : 16-07-2006 10:35:46.23 + File structure version : 1 + Sector 17: + Volume descriptor type = 2 + Volume descriptor version = 1 + Standard identifier = CD001 + -> supplementary volume descriptor: *skipped* + Sector 18: + Volume descriptor type = 255 + Volume descriptor version = 1 + Standard identifier = CD001 + -> volume descriptor set terminator; + end of ISO file system parsing. + Examining the UDF file system... + not yet implemented. + +# *** read_capacity(Simulated CD drive 1.00) *** + -> 20999 +ExamineECC() started +...trying RS01 +...trying RS02 +RS02Recognize: medium sim-cd +try_sector: trying sector 21000 +try_sector: read error, trying next header +try_sector: trying sector 20850 +try_sector: no cookie, skipping current modulo +RS02Recognize: skipping exhaustive RS02 search +...trying RS03 +RS03RecognizeImage: medium sim-cd +FindRS03HeaderInImage: medium sim-cd +RS03RecognizeImage: skipping exhaustive RS03 search +...no augmented image detected. +# Calling query_size() +# *** query_size(Simulated CD drive 1.00) *** +Medium size could NOT be determined from ECC header. +Medium size obtained from ISO/UDF file system: 21000 sectors +# returned: 21000 sectors Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. +RS03RecognizeFile(): examining rs03f-tmp.ecc +RS03RecognizeFile(): ecc header found +GetImageFingerprint(16): cached Creating new rs03f-tmp.iso image. -Reading CRC information from ecc data (RS03) ... done. -Waiting 5 seconds for drive to spin up... -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) -All sectors successfully read. Checksums match. +Reading CRC information from ecc data (RS03) ... Calculated layout for RS03 file: +data sectors = 21000 +data padding = 0 +layer size = 86 +total sectors = 21862 +medium capacity = 0 +header position = 0 +first CRC sector = 2 +first ECC sector = 88 +ndata = 246 +nroots = 9 ( 3.7%) + +done. +Waiting 5 seconds for drive to spin up... + +All sectors successfully read. Checksums match. +CrcBuf contents, image path none (medium): + crcSize: 21000, dataSectors: 21000, coveredSectors: 21000, allSectors: 21000 + md5State: data_complete image_complete + data: 9503f278d4550a9507a317664481adf8 + full: 9503f278d4550a9507a317664481adf8 + fp sector: 16; 15c0fd35a0cfa0f83b9ccbd8604c2592 + missing crcs: 0 + +Opening rs03f-tmp.iso +ExamineUDF(File: rs03f-tmp.iso) + Examining the ISO file system... + Sector 16: + Volume descriptor type = 1 + Volume descriptor version = 1 + Standard identifier = CD001 + -> primary volume descriptor: + System identifier : | | + Volume identifier : |RANDOM IMAGE | + Volume space size : 21000 sectors + Volume set size : 1 + Volume sequence size : 1 + Logical block size : 2048 + Path table size : 10 bytes + L-Path table location : 19 + Opt L-Path table location : 0 + M-Path table location : 20 + Opt M-Path table location : 0 + Volume creation date/time : 16-07-2006 10:35:46.23 + Volume modification d/t : 16-07-2006 10:35:46.23 + Volume expiration d/t : 16-07-2106 10:35:46.23 + Volume effective d/t : 16-07-2006 10:35:46.23 + File structure version : 1 + Sector 17: + Volume descriptor type = 2 + Volume descriptor version = 1 + Standard identifier = CD001 + -> supplementary volume descriptor: *skipped* + Sector 18: + Volume descriptor type = 255 + Volume descriptor version = 1 + Standard identifier = CD001 + -> volume descriptor set terminator; + end of ISO file system parsing. + Examining the UDF file system... + not yet implemented. + +ExamineECC() started +...trying RS01 +...trying RS02 +RS02Recognize: file rs03f-tmp.iso +try_sector: trying sector 21000 +try_sector: read error, trying next header +try_sector: trying sector 20850 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 4611686018427387904 +FindHeaderInMedium: Trying modulo 2305843009213693952 +FindHeaderInMedium: Trying modulo 1152921504606846976 +FindHeaderInMedium: Trying modulo 576460752303423488 +FindHeaderInMedium: Trying modulo 288230376151711744 +FindHeaderInMedium: Trying modulo 144115188075855872 +FindHeaderInMedium: Trying modulo 72057594037927936 +FindHeaderInMedium: Trying modulo 36028797018963968 +FindHeaderInMedium: Trying modulo 18014398509481984 +FindHeaderInMedium: Trying modulo 9007199254740992 +FindHeaderInMedium: Trying modulo 4503599627370496 +FindHeaderInMedium: Trying modulo 2251799813685248 +FindHeaderInMedium: Trying modulo 1125899906842624 +FindHeaderInMedium: Trying modulo 562949953421312 +FindHeaderInMedium: Trying modulo 281474976710656 +FindHeaderInMedium: Trying modulo 140737488355328 +FindHeaderInMedium: Trying modulo 70368744177664 +FindHeaderInMedium: Trying modulo 35184372088832 +FindHeaderInMedium: Trying modulo 17592186044416 +FindHeaderInMedium: Trying modulo 8796093022208 +FindHeaderInMedium: Trying modulo 4398046511104 +FindHeaderInMedium: Trying modulo 2199023255552 +FindHeaderInMedium: Trying modulo 1099511627776 +FindHeaderInMedium: Trying modulo 549755813888 +FindHeaderInMedium: Trying modulo 274877906944 +FindHeaderInMedium: Trying modulo 137438953472 +FindHeaderInMedium: Trying modulo 68719476736 +FindHeaderInMedium: Trying modulo 34359738368 +FindHeaderInMedium: Trying modulo 17179869184 +FindHeaderInMedium: Trying modulo 8589934592 +FindHeaderInMedium: Trying modulo 4294967296 +FindHeaderInMedium: Trying modulo 2147483648 +FindHeaderInMedium: Trying modulo 1073741824 +FindHeaderInMedium: Trying modulo 536870912 +FindHeaderInMedium: Trying modulo 268435456 +FindHeaderInMedium: Trying modulo 134217728 +FindHeaderInMedium: Trying modulo 67108864 +FindHeaderInMedium: Trying modulo 33554432 +FindHeaderInMedium: Trying modulo 16777216 +FindHeaderInMedium: Trying modulo 8388608 +FindHeaderInMedium: Trying modulo 4194304 +FindHeaderInMedium: Trying modulo 2097152 +FindHeaderInMedium: Trying modulo 1048576 +FindHeaderInMedium: Trying modulo 524288 +FindHeaderInMedium: Trying modulo 262144 +FindHeaderInMedium: Trying modulo 131072 +FindHeaderInMedium: Trying modulo 65536 +FindHeaderInMedium: Trying modulo 32768 +FindHeaderInMedium: Trying modulo 16384 +try_sector: trying sector 16384 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 8192 +Sector 16384 cached; skipping modulo +FindHeaderInMedium: Trying modulo 4096 +try_sector: trying sector 20480 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 2048 +Sector 20480 cached; skipping modulo +FindHeaderInMedium: Trying modulo 1024 +Sector 20480 cached; skipping modulo +FindHeaderInMedium: Trying modulo 512 +try_sector: trying sector 20992 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 256 +Sector 20992 cached; skipping modulo +FindHeaderInMedium: Trying modulo 128 +Sector 20992 cached; skipping modulo +FindHeaderInMedium: Trying modulo 64 +Sector 20992 cached; skipping modulo +FindHeaderInMedium: Trying modulo 32 +Sector 20992 cached; skipping modulo +...trying RS03 +RS03RecognizeImage: file rs03f-tmp.iso +FindRS03HeaderInImage: file rs03f-tmp.iso +RS03RecognizeImage: No EH, entering exhaustive search +.. trying layer size 1409 +Scanning layers for signatures. +- layer slice 0 +** All layers tested -> no RS03 data found +...no augmented image detected. +GetImageFingerprint(16): read & cached +: 21000 medium sectors. +Calculated layout for RS03 file: +data sectors = 21000 +data padding = 0 +layer size = 90 +total sectors = 22892 +medium capacity = 0 +header position = 0 +first CRC sector = 2 +first ECC sector = 92 +ndata = 235 +nroots = 20 ( 8.5%) -Opening rs03f-tmp.iso: 21000 medium sectors. 41 MiB data, 3 MiB ecc (20 roots; 8.5% redundancy). -Preparing ecc file: 1%Preparing ecc file: 2%Preparing ecc file: 3%Preparing ecc file: 4%Preparing ecc file: 5%Preparing ecc file: 6%Preparing ecc file: 7%Preparing ecc file: 8%Preparing ecc file: 9%Preparing ecc file: 10%Preparing ecc file: 11%Preparing ecc file: 12%Preparing ecc file: 13%Preparing ecc file: 14%Preparing ecc file: 15%Preparing ecc file: 16%Preparing ecc file: 17%Preparing ecc file: 18%Preparing ecc file: 19%Preparing ecc file: 20%Preparing ecc file: 21%Preparing ecc file: 22%Preparing ecc file: 23%Preparing ecc file: 24%Preparing ecc file: 25%Preparing ecc file: 26%Preparing ecc file: 27%Preparing ecc file: 28%Preparing ecc file: 29%Preparing ecc file: 30%Preparing ecc file: 31%Preparing ecc file: 32%Preparing ecc file: 33%Preparing ecc file: 34%Preparing ecc file: 35%Preparing ecc file: 36%Preparing ecc file: 37%Preparing ecc file: 38%Preparing ecc file: 39%Preparing ecc file: 40%Preparing ecc file: 41%Preparing ecc file: 42%Preparing ecc file: 43%Preparing ecc file: 44%Preparing ecc file: 45%Preparing ecc file: 46%Preparing ecc file: 47%Preparing ecc file: 48%Preparing ecc file: 49%Preparing ecc file: 50%Preparing ecc file: 51%Preparing ecc file: 52%Preparing ecc file: 53%Preparing ecc file: 54%Preparing ecc file: 55%Preparing ecc file: 56%Preparing ecc file: 57%Preparing ecc file: 58%Preparing ecc file: 59%Preparing ecc file: 60%Preparing ecc file: 61%Preparing ecc file: 62%Preparing ecc file: 63%Preparing ecc file: 64%Preparing ecc file: 65%Preparing ecc file: 66%Preparing ecc file: 67%Preparing ecc file: 68%Preparing ecc file: 69%Preparing ecc file: 70%Preparing ecc file: 71%Preparing ecc file: 72%Preparing ecc file: 73%Preparing ecc file: 74%Preparing ecc file: 75%Preparing ecc file: 76%Preparing ecc file: 77%Preparing ecc file: 78%Preparing ecc file: 79%Preparing ecc file: 80%Preparing ecc file: 81%Preparing ecc file: 82%Preparing ecc file: 83%Preparing ecc file: 84%Preparing ecc file: 85%Preparing ecc file: 86%Preparing ecc file: 87%Preparing ecc file: 88%Preparing ecc file: 89%Preparing ecc file: 90%Preparing ecc file: 91%Preparing ecc file: 92%Preparing ecc file: 93%Preparing ecc file: 94%Preparing ecc file: 95%Preparing ecc file: 96%Preparing ecc file: 97%Preparing ecc file: 98%Preparing ecc file: 99%Preparing ecc file: 100% -Ecc generation: 1.1%Ecc generation: 2.2%Ecc generation: 3.3%Ecc generation: 4.4%Ecc generation: 5.5%Ecc generation: 6.6%Ecc generation: 7.7%Ecc generation: 8.8%Ecc generation: 10.0%Ecc generation: 11.1%Ecc generation: 12.2%Ecc generation: 13.3%Ecc generation: 14.4%Ecc generation: 15.5%Ecc generation: 16.6%Ecc generation: 17.7%Ecc generation: 18.8%Ecc generation: 20.0%Ecc generation: 21.1%Ecc generation: 22.2%Ecc generation: 23.3%Ecc generation: 24.4%Ecc generation: 25.5%Ecc generation: 26.6%Ecc generation: 27.7%Ecc generation: 28.8%Ecc generation: 30.0%Ecc generation: 31.1%Ecc generation: 32.2%Ecc generation: 33.3%Ecc generation: 34.4%Ecc generation: 35.5%Ecc generation: 36.6%Ecc generation: 37.7%Ecc generation: 38.8%Ecc generation: 40.0%Ecc generation: 41.1%Ecc generation: 42.2%Ecc generation: 43.3%Ecc generation: 44.4%Ecc generation: 45.5%Ecc generation: 46.6%Ecc generation: 47.7%Ecc generation: 48.8%Ecc generation: 50.0%Ecc generation: 51.1%Ecc generation: 52.2%Ecc generation: 53.3%Ecc generation: 54.4%Ecc generation: 55.5%Ecc generation: 56.6%Ecc generation: 57.7%Ecc generation: 58.8%Ecc generation: 60.0%Ecc generation: 61.1%Ecc generation: 62.2%Ecc generation: 63.3%Ecc generation: 64.4%Ecc generation: 65.5%Ecc generation: 66.6%Ecc generation: 67.7%Ecc generation: 68.8%Ecc generation: 70.0%Ecc generation: 71.1%Ecc generation: 72.2%Ecc generation: 73.3%Ecc generation: 74.4%Ecc generation: 75.5%Ecc generation: 76.6%Ecc generation: 77.7%Ecc generation: 78.8%Ecc generation: 80.0%Ecc generation: 81.1%Ecc generation: 82.2%Ecc generation: 83.3%Ecc generation: 84.4%Ecc generation: 85.5%Ecc generation: 86.6%Ecc generation: 87.7%Ecc generation: 88.8%Ecc generation: 90.0%Ecc generation: 91.1%Ecc generation: 92.2%Ecc generation: 93.3%Ecc generation: 94.4%Ecc generation: 95.5%Ecc generation: 96.6%Ecc generation: 97.7%Ecc generation: 98.8%Ecc generation: 100.0%Ecc generation: 100.0% +CrcBufValid: buffer VALID +CrcBuf present, ecc file: using image MD5 sum +Cache allocation: 120320K+8192K+5120K=130M (data+parity+descrambling) Error correction file "rs03f-tmp.ecc" created. Make sure to keep this file on a reliable medium. diff --git a/regtest/database/RS03f_ecc_recreate_after_read_rs03i b/regtest/database/RS03f_ecc_recreate_after_read_rs03i index c362c31..d11f841 100644 --- a/regtest/database/RS03f_ecc_recreate_after_read_rs03i +++ b/regtest/database/RS03f_ecc_recreate_after_read_rs03i @@ -1,23 +1,269 @@ fe4e2d1a1936c4e4ea9db07be883a918 -c3e65ebc1c2e803c7a852072d160f33e +11fb980128c32c37bfd4bd8afbd543d0 This software comes with ABSOLUTELY NO WARRANTY. This is free software and you are welcome to redistribute it under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. +# *** OpenImageFromDevice(sim-cd) *** +# InquireDevice returned: Simulated CD drive 1.00 Device: sim-cd, Simulated CD drive 1.00 +# *** query_type(Simulated CD drive 1.00, 0) *** +# *** get_configuration(Simulated CD drive 1.00) *** +# 8 data len, 9 current +-> profile 9: CD-R +# trying READ DISC INFORMATION for size +# size returned is 32 +# trying READ DISC INFORMATION for real info +0000: 00 20 1e 00 00 00 00 00 00 00 00 00 00 00 00 00 . ...... ........ +0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........ +# status is 1e, disc type 0 +#CD: starting media probe +#CD: querying size of READ TOC/PMA/ATIP (for TOC) +#CD: size returned is 12 +#CD: querying real READ TOC/PMA/ATIP (for TOC) +0000: 00 0a 00 00 00 14 00 00 00 00 00 00 ........ .... +#CD: control is 0x14 +#CD: querying size of READ TOC/PMA/ATIP (for full TOC) +# Warning: Realigning length from 26 to 24 +#CD: size returned is 24 +#CD: querying real READ TOC/PMA/ATIP (for full TOC) +0000: 00 18 00 01 00 00 00 a0 00 00 00 00 00 00 00 00 ........ ........ +0010: 00 00 00 00 00 00 00 00 ........ +#CD: 1 sessions +#CD: CD medium detected, type: CD-R mode 1 +# query_type() returned. +# deciding reading strategy... Using READ CD. +GetImageFingerprint(16): read & cached + +ExamineUDF(Device: Simulated CD drive 1.00) + Examining the ISO file system... + Sector 16: + Volume descriptor type = 1 + Volume descriptor version = 1 + Standard identifier = CD001 + -> primary volume descriptor: + System identifier : | | + Volume identifier : |RANDOM IMAGE | + Volume space size : 21000 sectors + Volume set size : 1 + Volume sequence size : 1 + Logical block size : 2048 + Path table size : 10 bytes + L-Path table location : 19 + Opt L-Path table location : 0 + M-Path table location : 20 + Opt M-Path table location : 0 + Volume creation date/time : 16-07-2006 10:35:46.23 + Volume modification d/t : 16-07-2006 10:35:46.23 + Volume expiration d/t : 16-07-2106 10:35:46.23 + Volume effective d/t : 16-07-2006 10:35:46.23 + File structure version : 1 + Sector 17: + Volume descriptor type = 2 + Volume descriptor version = 1 + Standard identifier = CD001 + -> supplementary volume descriptor: *skipped* + Sector 18: + Volume descriptor type = 255 + Volume descriptor version = 1 + Standard identifier = CD001 + -> volume descriptor set terminator; + end of ISO file system parsing. + Examining the UDF file system... + not yet implemented. + +# *** read_capacity(Simulated CD drive 1.00) *** + -> 23969 +ExamineECC() started +...trying RS01 +...trying RS02 +RS02Recognize: medium sim-cd +try_sector: trying sector 21000 +try_sector: no cookie, skipping current modulo +try_sector: trying sector 20850 +try_sector: no cookie, skipping current modulo +RS02Recognize: skipping exhaustive RS02 search +...trying RS03 +RS03RecognizeImage: medium sim-cd +FindRS03HeaderInImage: medium sim-cd +FindRS03HeaderInImage(): Header found at pos +0 +...augmented image found +# Calling query_size() +# *** query_size(Simulated CD drive 1.00) *** +Medium size obtained from ECC header: 23970 sectors +# returned: 23970 sectors Medium "Random Image": CD-R mode 1, 23970 sectors, Ecc, created 16-07-2006. Creating new rs03f-tmp.iso image. -Reading CRC information from ecc data (RS03) ... done. -Waiting 5 seconds for drive to spin up... -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) -All sectors successfully read. Checksums match. +Reading CRC information from ecc data (RS03) ... Calculated layout for RS03 image: +data sectors = 21000 +data padding = 54 +layer size = 94 +total sectors = 23970 +medium capacity = 0 +header position = 21000 +first CRC sector = 21056 +first ECC sector = 21150 +ndata = 225 +nroots = 30 (13.3%) + +done. +Waiting 5 seconds for drive to spin up... + +All sectors successfully read. Checksums match. +CrcBuf contents, image path none (medium): + crcSize: 23970, dataSectors: 21000, coveredSectors: 21056, allSectors: 23970 + md5State: data_complete image_complete + data: 9503f278d4550a9507a317664481adf8 + full: fe4e2d1a1936c4e4ea9db07be883a918 + fp sector: 16; 15c0fd35a0cfa0f83b9ccbd8604c2592 + missing crcs: 0 + +Opening rs03f-tmp.iso +ExamineUDF(File: rs03f-tmp.iso) + Examining the ISO file system... + Sector 16: + Volume descriptor type = 1 + Volume descriptor version = 1 + Standard identifier = CD001 + -> primary volume descriptor: + System identifier : | | + Volume identifier : |RANDOM IMAGE | + Volume space size : 21000 sectors + Volume set size : 1 + Volume sequence size : 1 + Logical block size : 2048 + Path table size : 10 bytes + L-Path table location : 19 + Opt L-Path table location : 0 + M-Path table location : 20 + Opt M-Path table location : 0 + Volume creation date/time : 16-07-2006 10:35:46.23 + Volume modification d/t : 16-07-2006 10:35:46.23 + Volume expiration d/t : 16-07-2106 10:35:46.23 + Volume effective d/t : 16-07-2006 10:35:46.23 + File structure version : 1 + Sector 17: + Volume descriptor type = 2 + Volume descriptor version = 1 + Standard identifier = CD001 + -> supplementary volume descriptor: *skipped* + Sector 18: + Volume descriptor type = 255 + Volume descriptor version = 1 + Standard identifier = CD001 + -> volume descriptor set terminator; + end of ISO file system parsing. + Examining the UDF file system... + not yet implemented. + +ExamineECC() started +...trying RS01 +...trying RS02 +RS02Recognize: file rs03f-tmp.iso +try_sector: trying sector 21000 +try_sector: no cookie, skipping current modulo +try_sector: trying sector 20850 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 4611686018427387904 +FindHeaderInMedium: Trying modulo 2305843009213693952 +FindHeaderInMedium: Trying modulo 1152921504606846976 +FindHeaderInMedium: Trying modulo 576460752303423488 +FindHeaderInMedium: Trying modulo 288230376151711744 +FindHeaderInMedium: Trying modulo 144115188075855872 +FindHeaderInMedium: Trying modulo 72057594037927936 +FindHeaderInMedium: Trying modulo 36028797018963968 +FindHeaderInMedium: Trying modulo 18014398509481984 +FindHeaderInMedium: Trying modulo 9007199254740992 +FindHeaderInMedium: Trying modulo 4503599627370496 +FindHeaderInMedium: Trying modulo 2251799813685248 +FindHeaderInMedium: Trying modulo 1125899906842624 +FindHeaderInMedium: Trying modulo 562949953421312 +FindHeaderInMedium: Trying modulo 281474976710656 +FindHeaderInMedium: Trying modulo 140737488355328 +FindHeaderInMedium: Trying modulo 70368744177664 +FindHeaderInMedium: Trying modulo 35184372088832 +FindHeaderInMedium: Trying modulo 17592186044416 +FindHeaderInMedium: Trying modulo 8796093022208 +FindHeaderInMedium: Trying modulo 4398046511104 +FindHeaderInMedium: Trying modulo 2199023255552 +FindHeaderInMedium: Trying modulo 1099511627776 +FindHeaderInMedium: Trying modulo 549755813888 +FindHeaderInMedium: Trying modulo 274877906944 +FindHeaderInMedium: Trying modulo 137438953472 +FindHeaderInMedium: Trying modulo 68719476736 +FindHeaderInMedium: Trying modulo 34359738368 +FindHeaderInMedium: Trying modulo 17179869184 +FindHeaderInMedium: Trying modulo 8589934592 +FindHeaderInMedium: Trying modulo 4294967296 +FindHeaderInMedium: Trying modulo 2147483648 +FindHeaderInMedium: Trying modulo 1073741824 +FindHeaderInMedium: Trying modulo 536870912 +FindHeaderInMedium: Trying modulo 268435456 +FindHeaderInMedium: Trying modulo 134217728 +FindHeaderInMedium: Trying modulo 67108864 +FindHeaderInMedium: Trying modulo 33554432 +FindHeaderInMedium: Trying modulo 16777216 +FindHeaderInMedium: Trying modulo 8388608 +FindHeaderInMedium: Trying modulo 4194304 +FindHeaderInMedium: Trying modulo 2097152 +FindHeaderInMedium: Trying modulo 1048576 +FindHeaderInMedium: Trying modulo 524288 +FindHeaderInMedium: Trying modulo 262144 +FindHeaderInMedium: Trying modulo 131072 +FindHeaderInMedium: Trying modulo 65536 +FindHeaderInMedium: Trying modulo 32768 +FindHeaderInMedium: Trying modulo 16384 +try_sector: trying sector 16384 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 8192 +Sector 16384 cached; skipping modulo +FindHeaderInMedium: Trying modulo 4096 +try_sector: trying sector 20480 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 2048 +try_sector: trying sector 22528 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 1024 +try_sector: trying sector 23552 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 512 +Sector 23552 cached; skipping modulo +FindHeaderInMedium: Trying modulo 256 +try_sector: trying sector 23808 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 128 +try_sector: trying sector 23936 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 64 +Sector 23936 cached; skipping modulo +FindHeaderInMedium: Trying modulo 32 +try_sector: trying sector 23968 +try_sector: no cookie, skipping current modulo +...trying RS03 +RS03RecognizeImage: file rs03f-tmp.iso +FindRS03HeaderInImage: file rs03f-tmp.iso +FindRS03HeaderInImage(): Header found at pos +0 +...augmented image found +GetImageFingerprint(16): read & cached +: 23970 medium sectors. +Calculated layout for RS03 file: +data sectors = 23970 +data padding = 0 +layer size = 103 +total sectors = 26135 +medium capacity = 0 +header position = 0 +first CRC sector = 2 +first ECC sector = 105 +ndata = 235 +nroots = 20 ( 8.5%) -Opening rs03f-tmp.iso: 23970 medium sectors. 46 MiB data, 4 MiB ecc (20 roots; 8.5% redundancy). -Preparing ecc file: 1%Preparing ecc file: 2%Preparing ecc file: 3%Preparing ecc file: 4%Preparing ecc file: 5%Preparing ecc file: 6%Preparing ecc file: 7%Preparing ecc file: 8%Preparing ecc file: 9%Preparing ecc file: 10%Preparing ecc file: 11%Preparing ecc file: 12%Preparing ecc file: 13%Preparing ecc file: 14%Preparing ecc file: 15%Preparing ecc file: 16%Preparing ecc file: 17%Preparing ecc file: 18%Preparing ecc file: 19%Preparing ecc file: 20%Preparing ecc file: 21%Preparing ecc file: 22%Preparing ecc file: 23%Preparing ecc file: 24%Preparing ecc file: 25%Preparing ecc file: 26%Preparing ecc file: 27%Preparing ecc file: 28%Preparing ecc file: 29%Preparing ecc file: 30%Preparing ecc file: 31%Preparing ecc file: 32%Preparing ecc file: 33%Preparing ecc file: 34%Preparing ecc file: 35%Preparing ecc file: 36%Preparing ecc file: 37%Preparing ecc file: 38%Preparing ecc file: 39%Preparing ecc file: 40%Preparing ecc file: 41%Preparing ecc file: 42%Preparing ecc file: 43%Preparing ecc file: 44%Preparing ecc file: 45%Preparing ecc file: 46%Preparing ecc file: 47%Preparing ecc file: 48%Preparing ecc file: 49%Preparing ecc file: 50%Preparing ecc file: 51%Preparing ecc file: 52%Preparing ecc file: 53%Preparing ecc file: 54%Preparing ecc file: 55%Preparing ecc file: 56%Preparing ecc file: 57%Preparing ecc file: 58%Preparing ecc file: 59%Preparing ecc file: 60%Preparing ecc file: 61%Preparing ecc file: 62%Preparing ecc file: 63%Preparing ecc file: 64%Preparing ecc file: 65%Preparing ecc file: 66%Preparing ecc file: 67%Preparing ecc file: 68%Preparing ecc file: 69%Preparing ecc file: 70%Preparing ecc file: 71%Preparing ecc file: 72%Preparing ecc file: 73%Preparing ecc file: 74%Preparing ecc file: 75%Preparing ecc file: 76%Preparing ecc file: 77%Preparing ecc file: 78%Preparing ecc file: 79%Preparing ecc file: 80%Preparing ecc file: 81%Preparing ecc file: 82%Preparing ecc file: 83%Preparing ecc file: 84%Preparing ecc file: 85%Preparing ecc file: 86%Preparing ecc file: 87%Preparing ecc file: 88%Preparing ecc file: 89%Preparing ecc file: 90%Preparing ecc file: 91%Preparing ecc file: 92%Preparing ecc file: 93%Preparing ecc file: 94%Preparing ecc file: 95%Preparing ecc file: 96%Preparing ecc file: 97%Preparing ecc file: 98%Preparing ecc file: 99%Preparing ecc file: 100% -Ecc generation: 0.9%Ecc generation: 1.9%Ecc generation: 2.9%Ecc generation: 3.8%Ecc generation: 4.8%Ecc generation: 5.8%Ecc generation: 6.7%Ecc generation: 7.7%Ecc generation: 8.7%Ecc generation: 9.7%Ecc generation: 10.6%Ecc generation: 11.6%Ecc generation: 12.6%Ecc generation: 13.5%Ecc generation: 14.5%Ecc generation: 15.5%Ecc generation: 16.5%Ecc generation: 17.4%Ecc generation: 18.4%Ecc generation: 19.4%Ecc generation: 20.3%Ecc generation: 21.3%Ecc generation: 22.3%Ecc generation: 23.3%Ecc generation: 24.2%Ecc generation: 25.2%Ecc generation: 26.2%Ecc generation: 27.1%Ecc generation: 28.1%Ecc generation: 29.1%Ecc generation: 30.0%Ecc generation: 31.0%Ecc generation: 32.0%Ecc generation: 33.0%Ecc generation: 33.9%Ecc generation: 34.9%Ecc generation: 35.9%Ecc generation: 36.8%Ecc generation: 37.8%Ecc generation: 38.8%Ecc generation: 39.8%Ecc generation: 40.7%Ecc generation: 41.7%Ecc generation: 42.7%Ecc generation: 43.6%Ecc generation: 44.6%Ecc generation: 45.6%Ecc generation: 46.6%Ecc generation: 47.5%Ecc generation: 48.5%Ecc generation: 49.5%Ecc generation: 50.4%Ecc generation: 51.4%Ecc generation: 52.4%Ecc generation: 53.3%Ecc generation: 54.3%Ecc generation: 55.3%Ecc generation: 56.3%Ecc generation: 57.2%Ecc generation: 58.2%Ecc generation: 59.2%Ecc generation: 60.1%Ecc generation: 61.1%Ecc generation: 62.1%Ecc generation: 63.1%Ecc generation: 64.0%Ecc generation: 65.0%Ecc generation: 66.0%Ecc generation: 66.9%Ecc generation: 67.9%Ecc generation: 68.9%Ecc generation: 69.9%Ecc generation: 70.8%Ecc generation: 71.8%Ecc generation: 72.8%Ecc generation: 73.7%Ecc generation: 74.7%Ecc generation: 75.7%Ecc generation: 76.6%Ecc generation: 77.6%Ecc generation: 78.6%Ecc generation: 79.6%Ecc generation: 80.5%Ecc generation: 81.5%Ecc generation: 82.5%Ecc generation: 83.4%Ecc generation: 84.4%Ecc generation: 85.4%Ecc generation: 86.4%Ecc generation: 87.3%Ecc generation: 88.3%Ecc generation: 89.3%Ecc generation: 90.2%Ecc generation: 91.2%Ecc generation: 92.2%Ecc generation: 93.2%Ecc generation: 94.1%Ecc generation: 95.1%Ecc generation: 96.1%Ecc generation: 97.0%Ecc generation: 98.0%Ecc generation: 99.0%Ecc generation: 100.0%Ecc generation: 100.0% +CrcBufValid: buffer VALID +CrcBuf present, ecc file: using image MD5 sum +Cache allocation: 120320K+8192K+5120K=130M (data+parity+descrambling) Error correction file "rs03f-tmp.ecc" created. Make sure to keep this file on a reliable medium. diff --git a/regtest/database/RS03f_ecc_section_with_uncorrectable_dsm b/regtest/database/RS03f_ecc_section_with_uncorrectable_dsm index 18ecb8c..d134708 100644 --- a/regtest/database/RS03f_ecc_section_with_uncorrectable_dsm +++ b/regtest/database/RS03f_ecc_section_with_uncorrectable_dsm @@ -18,7 +18,7 @@ Error correction properties: Data integrity: - sectors : 21000 in image; 1892 in ecc file -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%* Unrecoverable sector found! +* Unrecoverable sector found! * * Sector 200 is marked unreadable in the ecc file. * @@ -30,10 +30,10 @@ Data integrity: * ... more unrecoverable sectors found ... * further messages are suppressed unless the -v option is given. * missing sectors : 240 - 241 (in ecc file) -- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* BAD image/file : 3 sectors missing +* BAD image/file : 3 sectors missing ... data section : 0 sectors missing; 0 CRC errors ... crc section : 0 sectors missing ... ecc section : 3 sectors missing -- Ecc block test : 1% tested- Ecc block test : 2% tested- Ecc block test : 3% tested- Ecc block test : 4% tested- Ecc block test : 5% tested- Ecc block test : 6% tested- Ecc block test : 7% tested- Ecc block test : 8% tested- Ecc block test : 10% tested- Ecc block test : 11% tested- Ecc block test : 12% tested- Ecc block test : 13% tested- Ecc block test : 14% tested- Ecc block test : 15% tested- Ecc block test : 16% tested- Ecc block test : 17% tested- Ecc block test : 18% tested- Ecc block test : 20% tested* Ecc block test : 18 good, 1 bad; 21% tested* Ecc block test : 19 good, 1 bad; 22% tested* Ecc block test : 20 good, 1 bad; 23% tested* Ecc block test : 21 good, 1 bad; 24% tested* Ecc block test : 22 good, 1 bad; 25% tested* Ecc block test : 23 good, 1 bad; 26% tested* Ecc block test : 24 good, 1 bad; 27% tested* Ecc block test : 25 good, 1 bad; 28% tested* Ecc block test : 26 good, 1 bad; 30% tested* Ecc block test : 27 good, 1 bad; 31% tested* Ecc block test : 28 good, 1 bad; 32% tested* Ecc block test : 29 good, 1 bad; 33% tested* Ecc block test : 30 good, 1 bad; 34% tested* Ecc block test : 31 good, 1 bad; 35% tested* Ecc block test : 32 good, 1 bad; 36% tested* Ecc block test : 33 good, 1 bad; 37% tested* Ecc block test : 34 good, 1 bad; 38% tested* Ecc block test : 35 good, 1 bad; 40% tested* Ecc block test : 36 good, 1 bad; 41% tested* Ecc block test : 37 good, 1 bad; 42% tested* Ecc block test : 38 good, 1 bad; 43% tested* Ecc block test : 39 good, 1 bad; 44% tested* Ecc block test : 40 good, 1 bad; 45% tested* Ecc block test : 41 good, 1 bad; 46% tested* Ecc block test : 42 good, 1 bad; 47% tested* Ecc block test : 43 good, 1 bad; 48% tested* Ecc block test : 44 good, 1 bad; 50% tested* Ecc block test : 45 good, 1 bad; 51% tested* Ecc block test : 46 good, 1 bad; 52% tested* Ecc block test : 47 good, 1 bad; 53% tested* Ecc block test : 48 good, 1 bad; 54% tested* Ecc block test : 49 good, 1 bad; 55% tested* Ecc block test : 50 good, 1 bad; 56% tested* Ecc block test : 51 good, 1 bad; 57% tested* Ecc block test : 52 good, 1 bad; 58% tested* Ecc block test : 53 good, 1 bad; 60% tested* Ecc block test : 54 good, 1 bad; 61% tested* Ecc block test : 55 good, 1 bad; 62% tested* Ecc block test : 56 good, 1 bad; 63% tested* Ecc block test : 57 good, 1 bad; 64% tested* Ecc block test : 57 good, 2 bad; 65% tested* Ecc block test : 57 good, 3 bad; 66% tested* Ecc block test : 58 good, 3 bad; 67% tested* Ecc block test : 59 good, 3 bad; 68% tested* Ecc block test : 60 good, 3 bad; 70% tested* Ecc block test : 61 good, 3 bad; 71% tested* Ecc block test : 62 good, 3 bad; 72% tested* Ecc block test : 63 good, 3 bad; 73% tested* Ecc block test : 64 good, 3 bad; 74% tested* Ecc block test : 65 good, 3 bad; 75% tested* Ecc block test : 66 good, 3 bad; 76% tested* Ecc block test : 67 good, 3 bad; 77% tested* Ecc block test : 68 good, 3 bad; 78% tested* Ecc block test : 69 good, 3 bad; 80% tested* Ecc block test : 70 good, 3 bad; 81% tested* Ecc block test : 71 good, 3 bad; 82% tested* Ecc block test : 72 good, 3 bad; 83% tested* Ecc block test : 73 good, 3 bad; 84% tested* Ecc block test : 74 good, 3 bad; 85% tested* Ecc block test : 75 good, 3 bad; 86% tested* Ecc block test : 76 good, 3 bad; 87% tested* Ecc block test : 77 good, 3 bad; 88% tested* Ecc block test : 78 good, 3 bad; 90% tested* Ecc block test : 79 good, 3 bad; 91% tested* Ecc block test : 80 good, 3 bad; 92% tested* Ecc block test : 81 good, 3 bad; 93% tested* Ecc block test : 82 good, 3 bad; 94% tested* Ecc block test : 83 good, 3 bad; 95% tested* Ecc block test : 84 good, 3 bad; 96% tested* Ecc block test : 85 good, 3 bad; 97% tested* Ecc block test : 86 good, 3 bad; 98% tested* Ecc block test : 87 good, 3 bad; 100% tested* Ecc block test : 87 good, 3 bad; 6115 bad sub blocks +* Ecc block test : 87 good, 3 bad; 6115 bad sub blocks - erasure counts : avg = 1.0; worst = 1 per ecc block. - prognosis : 22892 of 22892 sectors recoverable (100.0%) diff --git a/regtest/database/RS03f_few_bytes_longer b/regtest/database/RS03f_few_bytes_longer index d85e516..40b7b35 100644 --- a/regtest/database/RS03f_few_bytes_longer +++ b/regtest/database/RS03f_few_bytes_longer @@ -18,6 +18,6 @@ Error correction properties: Data integrity: * sectors : 21000 sectors + 390 bytes (21000 sectors + 56 bytes expected); 1892 sectors in ecc file -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%- good image/file : all sectors present +- good image/file : all sectors present - data md5sum : 9a76b7f448a8bdaeee6254c615ef0f17 -- Ecc block test : 1% tested- Ecc block test : 2% tested- Ecc block test : 3% tested- Ecc block test : 4% tested- Ecc block test : 5% tested- Ecc block test : 6% tested- Ecc block test : 7% tested- Ecc block test : 8% tested- Ecc block test : 10% tested- Ecc block test : 11% tested- Ecc block test : 12% tested- Ecc block test : 13% tested- Ecc block test : 14% tested- Ecc block test : 15% tested- Ecc block test : 16% tested- Ecc block test : 17% tested- Ecc block test : 18% tested- Ecc block test : 20% tested- Ecc block test : 21% tested- Ecc block test : 22% tested- Ecc block test : 23% tested- Ecc block test : 24% tested- Ecc block test : 25% tested- Ecc block test : 26% tested- Ecc block test : 27% tested- Ecc block test : 28% tested- Ecc block test : 30% tested- Ecc block test : 31% tested- Ecc block test : 32% tested- Ecc block test : 33% tested- Ecc block test : 34% tested- Ecc block test : 35% tested- Ecc block test : 36% tested- Ecc block test : 37% tested- Ecc block test : 38% tested- Ecc block test : 40% tested- Ecc block test : 41% tested- Ecc block test : 42% tested- Ecc block test : 43% tested- Ecc block test : 44% tested- Ecc block test : 45% tested- Ecc block test : 46% tested- Ecc block test : 47% tested- Ecc block test : 48% tested- Ecc block test : 50% tested- Ecc block test : 51% tested- Ecc block test : 52% tested- Ecc block test : 53% tested- Ecc block test : 54% tested- Ecc block test : 55% tested- Ecc block test : 56% tested- Ecc block test : 57% tested- Ecc block test : 58% tested- Ecc block test : 60% tested- Ecc block test : 61% tested- Ecc block test : 62% tested- Ecc block test : 63% tested- Ecc block test : 64% tested- Ecc block test : 65% tested- Ecc block test : 66% tested- Ecc block test : 67% tested- Ecc block test : 68% tested- Ecc block test : 70% tested- Ecc block test : 71% tested- Ecc block test : 72% tested- Ecc block test : 73% tested- Ecc block test : 74% tested- Ecc block test : 75% tested- Ecc block test : 76% tested- Ecc block test : 77% tested- Ecc block test : 78% tested- Ecc block test : 80% tested- Ecc block test : 81% tested- Ecc block test : 82% tested- Ecc block test : 83% tested- Ecc block test : 84% tested- Ecc block test : 85% tested- Ecc block test : 86% tested- Ecc block test : 87% tested- Ecc block test : 88% tested- Ecc block test : 90% tested- Ecc block test : 91% tested- Ecc block test : 92% tested- Ecc block test : 93% tested- Ecc block test : 94% tested- Ecc block test : 95% tested- Ecc block test : 96% tested- Ecc block test : 97% tested- Ecc block test : 98% tested- Ecc block test : 100% tested - Ecc block test : pass +- Ecc block test : pass diff --git a/regtest/database/RS03f_few_bytes_shorter b/regtest/database/RS03f_few_bytes_shorter index 5de06fd..803d82d 100644 --- a/regtest/database/RS03f_few_bytes_shorter +++ b/regtest/database/RS03f_few_bytes_shorter @@ -18,11 +18,11 @@ Error correction properties: Data integrity: * sectors : 21000 sectors + 56 bytes (21000 sectors + 390 bytes expected); 1892 sectors in ecc file -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%* CRC error, sector: 21000 -- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* suspicious image : all sectors present, but 1 CRC errors +* CRC error, sector: 21000 +* suspicious image : all sectors present, but 1 CRC errors ... data section : 0 sectors missing; 1 CRC errors ... crc section : 0 sectors missing ... ecc section : 0 sectors missing -- Ecc block test : 1% tested- Ecc block test : 2% tested- Ecc block test : 3% tested- Ecc block test : 4% tested- Ecc block test : 5% tested- Ecc block test : 6% tested- Ecc block test : 7% tested- Ecc block test : 8% tested- Ecc block test : 10% tested- Ecc block test : 11% tested- Ecc block test : 12% tested- Ecc block test : 13% tested- Ecc block test : 14% tested- Ecc block test : 15% tested- Ecc block test : 16% tested- Ecc block test : 17% tested- Ecc block test : 18% tested- Ecc block test : 20% tested- Ecc block test : 21% tested- Ecc block test : 22% tested- Ecc block test : 23% tested- Ecc block test : 24% tested- Ecc block test : 25% tested- Ecc block test : 26% tested- Ecc block test : 27% tested- Ecc block test : 28% tested- Ecc block test : 30% tested- Ecc block test : 31% tested- Ecc block test : 32% tested- Ecc block test : 33% tested* Ecc block test : 30 good, 1 bad; 34% tested* Ecc block test : 31 good, 1 bad; 35% tested* Ecc block test : 32 good, 1 bad; 36% tested* Ecc block test : 33 good, 1 bad; 37% tested* Ecc block test : 34 good, 1 bad; 38% tested* Ecc block test : 35 good, 1 bad; 40% tested* Ecc block test : 36 good, 1 bad; 41% tested* Ecc block test : 37 good, 1 bad; 42% tested* Ecc block test : 38 good, 1 bad; 43% tested* Ecc block test : 39 good, 1 bad; 44% tested* Ecc block test : 40 good, 1 bad; 45% tested* Ecc block test : 41 good, 1 bad; 46% tested* Ecc block test : 42 good, 1 bad; 47% tested* Ecc block test : 43 good, 1 bad; 48% tested* Ecc block test : 44 good, 1 bad; 50% tested* Ecc block test : 45 good, 1 bad; 51% tested* Ecc block test : 46 good, 1 bad; 52% tested* Ecc block test : 47 good, 1 bad; 53% tested* Ecc block test : 48 good, 1 bad; 54% tested* Ecc block test : 49 good, 1 bad; 55% tested* Ecc block test : 50 good, 1 bad; 56% tested* Ecc block test : 51 good, 1 bad; 57% tested* Ecc block test : 52 good, 1 bad; 58% tested* Ecc block test : 53 good, 1 bad; 60% tested* Ecc block test : 54 good, 1 bad; 61% tested* Ecc block test : 55 good, 1 bad; 62% tested* Ecc block test : 56 good, 1 bad; 63% tested* Ecc block test : 57 good, 1 bad; 64% tested* Ecc block test : 58 good, 1 bad; 65% tested* Ecc block test : 59 good, 1 bad; 66% tested* Ecc block test : 60 good, 1 bad; 67% tested* Ecc block test : 61 good, 1 bad; 68% tested* Ecc block test : 62 good, 1 bad; 70% tested* Ecc block test : 63 good, 1 bad; 71% tested* Ecc block test : 64 good, 1 bad; 72% tested* Ecc block test : 65 good, 1 bad; 73% tested* Ecc block test : 66 good, 1 bad; 74% tested* Ecc block test : 67 good, 1 bad; 75% tested* Ecc block test : 68 good, 1 bad; 76% tested* Ecc block test : 69 good, 1 bad; 77% tested* Ecc block test : 70 good, 1 bad; 78% tested* Ecc block test : 71 good, 1 bad; 80% tested* Ecc block test : 72 good, 1 bad; 81% tested* Ecc block test : 73 good, 1 bad; 82% tested* Ecc block test : 74 good, 1 bad; 83% tested* Ecc block test : 75 good, 1 bad; 84% tested* Ecc block test : 76 good, 1 bad; 85% tested* Ecc block test : 77 good, 1 bad; 86% tested* Ecc block test : 78 good, 1 bad; 87% tested* Ecc block test : 79 good, 1 bad; 88% tested* Ecc block test : 80 good, 1 bad; 90% tested* Ecc block test : 81 good, 1 bad; 91% tested* Ecc block test : 82 good, 1 bad; 92% tested* Ecc block test : 83 good, 1 bad; 93% tested* Ecc block test : 84 good, 1 bad; 94% tested* Ecc block test : 85 good, 1 bad; 95% tested* Ecc block test : 86 good, 1 bad; 96% tested* Ecc block test : 87 good, 1 bad; 97% tested* Ecc block test : 88 good, 1 bad; 98% tested* Ecc block test : 89 good, 1 bad; 100% tested* Ecc block test : 89 good, 1 bad; 331 bad sub blocks +* Ecc block test : 89 good, 1 bad; 331 bad sub blocks - erasure counts : avg = 1.0; worst = 1 per ecc block. - prognosis : 22893 of 22893 sectors recoverable (100.0%) diff --git a/regtest/database/RS03f_few_bytes_shorter2 b/regtest/database/RS03f_few_bytes_shorter2 index 47b2c84..c670e5c 100644 --- a/regtest/database/RS03f_few_bytes_shorter2 +++ b/regtest/database/RS03f_few_bytes_shorter2 @@ -18,11 +18,11 @@ Error correction properties: Data integrity: * sectors : 20999 sectors + 1944 bytes (21000 expected); 1892 sectors in ecc file -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%* CRC error, sector: 20999 -- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* suspicious image : all sectors present, but 1 CRC errors +* CRC error, sector: 20999 +* suspicious image : all sectors present, but 1 CRC errors ... data section : 0 sectors missing; 1 CRC errors ... crc section : 0 sectors missing ... ecc section : 0 sectors missing -- Ecc block test : 1% tested- Ecc block test : 2% tested- Ecc block test : 3% tested- Ecc block test : 4% tested- Ecc block test : 5% tested- Ecc block test : 6% tested- Ecc block test : 7% tested- Ecc block test : 8% tested- Ecc block test : 10% tested- Ecc block test : 11% tested- Ecc block test : 12% tested- Ecc block test : 13% tested- Ecc block test : 14% tested- Ecc block test : 15% tested- Ecc block test : 16% tested- Ecc block test : 17% tested- Ecc block test : 18% tested- Ecc block test : 20% tested- Ecc block test : 21% tested- Ecc block test : 22% tested- Ecc block test : 23% tested- Ecc block test : 24% tested- Ecc block test : 25% tested- Ecc block test : 26% tested- Ecc block test : 27% tested- Ecc block test : 28% tested- Ecc block test : 30% tested- Ecc block test : 31% tested- Ecc block test : 32% tested* Ecc block test : 29 good, 1 bad; 33% tested* Ecc block test : 30 good, 1 bad; 34% tested* Ecc block test : 31 good, 1 bad; 35% tested* Ecc block test : 32 good, 1 bad; 36% tested* Ecc block test : 33 good, 1 bad; 37% tested* Ecc block test : 34 good, 1 bad; 38% tested* Ecc block test : 35 good, 1 bad; 40% tested* Ecc block test : 36 good, 1 bad; 41% tested* Ecc block test : 37 good, 1 bad; 42% tested* Ecc block test : 38 good, 1 bad; 43% tested* Ecc block test : 39 good, 1 bad; 44% tested* Ecc block test : 40 good, 1 bad; 45% tested* Ecc block test : 41 good, 1 bad; 46% tested* Ecc block test : 42 good, 1 bad; 47% tested* Ecc block test : 43 good, 1 bad; 48% tested* Ecc block test : 44 good, 1 bad; 50% tested* Ecc block test : 45 good, 1 bad; 51% tested* Ecc block test : 46 good, 1 bad; 52% tested* Ecc block test : 47 good, 1 bad; 53% tested* Ecc block test : 48 good, 1 bad; 54% tested* Ecc block test : 49 good, 1 bad; 55% tested* Ecc block test : 50 good, 1 bad; 56% tested* Ecc block test : 51 good, 1 bad; 57% tested* Ecc block test : 52 good, 1 bad; 58% tested* Ecc block test : 53 good, 1 bad; 60% tested* Ecc block test : 54 good, 1 bad; 61% tested* Ecc block test : 55 good, 1 bad; 62% tested* Ecc block test : 56 good, 1 bad; 63% tested* Ecc block test : 57 good, 1 bad; 64% tested* Ecc block test : 58 good, 1 bad; 65% tested* Ecc block test : 59 good, 1 bad; 66% tested* Ecc block test : 60 good, 1 bad; 67% tested* Ecc block test : 61 good, 1 bad; 68% tested* Ecc block test : 62 good, 1 bad; 70% tested* Ecc block test : 63 good, 1 bad; 71% tested* Ecc block test : 64 good, 1 bad; 72% tested* Ecc block test : 65 good, 1 bad; 73% tested* Ecc block test : 66 good, 1 bad; 74% tested* Ecc block test : 67 good, 1 bad; 75% tested* Ecc block test : 68 good, 1 bad; 76% tested* Ecc block test : 69 good, 1 bad; 77% tested* Ecc block test : 70 good, 1 bad; 78% tested* Ecc block test : 71 good, 1 bad; 80% tested* Ecc block test : 72 good, 1 bad; 81% tested* Ecc block test : 73 good, 1 bad; 82% tested* Ecc block test : 74 good, 1 bad; 83% tested* Ecc block test : 75 good, 1 bad; 84% tested* Ecc block test : 76 good, 1 bad; 85% tested* Ecc block test : 77 good, 1 bad; 86% tested* Ecc block test : 78 good, 1 bad; 87% tested* Ecc block test : 79 good, 1 bad; 88% tested* Ecc block test : 80 good, 1 bad; 90% tested* Ecc block test : 81 good, 1 bad; 91% tested* Ecc block test : 82 good, 1 bad; 92% tested* Ecc block test : 83 good, 1 bad; 93% tested* Ecc block test : 84 good, 1 bad; 94% tested* Ecc block test : 85 good, 1 bad; 95% tested* Ecc block test : 86 good, 1 bad; 96% tested* Ecc block test : 87 good, 1 bad; 97% tested* Ecc block test : 88 good, 1 bad; 98% tested* Ecc block test : 89 good, 1 bad; 100% tested* Ecc block test : 89 good, 1 bad; 104 bad sub blocks +* Ecc block test : 89 good, 1 bad; 104 bad sub blocks - erasure counts : avg = 1.0; worst = 1 per ecc block. - prognosis : 22892 of 22892 sectors recoverable (100.0%) diff --git a/regtest/database/RS03f_fingerprint_unreadable b/regtest/database/RS03f_fingerprint_unreadable index 54cb6ce..41b4133 100644 --- a/regtest/database/RS03f_fingerprint_unreadable +++ b/regtest/database/RS03f_fingerprint_unreadable @@ -19,10 +19,10 @@ Error correction properties: Data integrity: - sectors : 21000 in image; 1892 in ecc file * missing sector : 16 -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* BAD image/file : 1 sectors missing +* BAD image/file : 1 sectors missing ... data section : 1 sectors missing; 0 CRC errors ... crc section : 0 sectors missing ... ecc section : 0 sectors missing -- Ecc block test : 1% tested- Ecc block test : 2% tested- Ecc block test : 3% tested- Ecc block test : 4% tested- Ecc block test : 5% tested- Ecc block test : 6% tested- Ecc block test : 7% tested- Ecc block test : 8% tested- Ecc block test : 10% tested- Ecc block test : 11% tested- Ecc block test : 12% tested- Ecc block test : 13% tested- Ecc block test : 14% tested- Ecc block test : 15% tested- Ecc block test : 16% tested- Ecc block test : 17% tested* Ecc block test : 16 good, 1 bad; 18% tested* Ecc block test : 17 good, 1 bad; 20% tested* Ecc block test : 18 good, 1 bad; 21% tested* Ecc block test : 19 good, 1 bad; 22% tested* Ecc block test : 20 good, 1 bad; 23% tested* Ecc block test : 21 good, 1 bad; 24% tested* Ecc block test : 22 good, 1 bad; 25% tested* Ecc block test : 23 good, 1 bad; 26% tested* Ecc block test : 24 good, 1 bad; 27% tested* Ecc block test : 25 good, 1 bad; 28% tested* Ecc block test : 26 good, 1 bad; 30% tested* Ecc block test : 27 good, 1 bad; 31% tested* Ecc block test : 28 good, 1 bad; 32% tested* Ecc block test : 29 good, 1 bad; 33% tested* Ecc block test : 30 good, 1 bad; 34% tested* Ecc block test : 31 good, 1 bad; 35% tested* Ecc block test : 32 good, 1 bad; 36% tested* Ecc block test : 33 good, 1 bad; 37% tested* Ecc block test : 34 good, 1 bad; 38% tested* Ecc block test : 35 good, 1 bad; 40% tested* Ecc block test : 36 good, 1 bad; 41% tested* Ecc block test : 37 good, 1 bad; 42% tested* Ecc block test : 38 good, 1 bad; 43% tested* Ecc block test : 39 good, 1 bad; 44% tested* Ecc block test : 40 good, 1 bad; 45% tested* Ecc block test : 41 good, 1 bad; 46% tested* Ecc block test : 42 good, 1 bad; 47% tested* Ecc block test : 43 good, 1 bad; 48% tested* Ecc block test : 44 good, 1 bad; 50% tested* Ecc block test : 45 good, 1 bad; 51% tested* Ecc block test : 46 good, 1 bad; 52% tested* Ecc block test : 47 good, 1 bad; 53% tested* Ecc block test : 48 good, 1 bad; 54% tested* Ecc block test : 49 good, 1 bad; 55% tested* Ecc block test : 50 good, 1 bad; 56% tested* Ecc block test : 51 good, 1 bad; 57% tested* Ecc block test : 52 good, 1 bad; 58% tested* Ecc block test : 53 good, 1 bad; 60% tested* Ecc block test : 54 good, 1 bad; 61% tested* Ecc block test : 55 good, 1 bad; 62% tested* Ecc block test : 56 good, 1 bad; 63% tested* Ecc block test : 57 good, 1 bad; 64% tested* Ecc block test : 58 good, 1 bad; 65% tested* Ecc block test : 59 good, 1 bad; 66% tested* Ecc block test : 60 good, 1 bad; 67% tested* Ecc block test : 61 good, 1 bad; 68% tested* Ecc block test : 62 good, 1 bad; 70% tested* Ecc block test : 63 good, 1 bad; 71% tested* Ecc block test : 64 good, 1 bad; 72% tested* Ecc block test : 65 good, 1 bad; 73% tested* Ecc block test : 66 good, 1 bad; 74% tested* Ecc block test : 67 good, 1 bad; 75% tested* Ecc block test : 68 good, 1 bad; 76% tested* Ecc block test : 69 good, 1 bad; 77% tested* Ecc block test : 70 good, 1 bad; 78% tested* Ecc block test : 71 good, 1 bad; 80% tested* Ecc block test : 72 good, 1 bad; 81% tested* Ecc block test : 73 good, 1 bad; 82% tested* Ecc block test : 74 good, 1 bad; 83% tested* Ecc block test : 75 good, 1 bad; 84% tested* Ecc block test : 76 good, 1 bad; 85% tested* Ecc block test : 77 good, 1 bad; 86% tested* Ecc block test : 78 good, 1 bad; 87% tested* Ecc block test : 79 good, 1 bad; 88% tested* Ecc block test : 80 good, 1 bad; 90% tested* Ecc block test : 81 good, 1 bad; 91% tested* Ecc block test : 82 good, 1 bad; 92% tested* Ecc block test : 83 good, 1 bad; 93% tested* Ecc block test : 84 good, 1 bad; 94% tested* Ecc block test : 85 good, 1 bad; 95% tested* Ecc block test : 86 good, 1 bad; 96% tested* Ecc block test : 87 good, 1 bad; 97% tested* Ecc block test : 88 good, 1 bad; 98% tested* Ecc block test : 89 good, 1 bad; 100% tested* Ecc block test : 89 good, 1 bad; 866 bad sub blocks +* Ecc block test : 89 good, 1 bad; 866 bad sub blocks - erasure counts : avg = 1.0; worst = 1 per ecc block. - prognosis : 22892 of 22892 sectors recoverable (100.0%) diff --git a/regtest/database/RS03f_fix_additional_sector b/regtest/database/RS03f_fix_additional_sector index 4ae62fb..a4f516a 100644 --- a/regtest/database/RS03f_fix_additional_sector +++ b/regtest/database/RS03f_fix_additional_sector @@ -11,5 +11,4 @@ Fix mode(RS03f): Repairable sectors will be fixed in the image. * Warning: Image file is 1 sectors longer than expected. * Assuming this is a TAO mode medium. * 1 sectors will be removed from the image end. -Ecc progress: 0.0%Ecc progress: 1.1%Ecc progress: 2.2%Ecc progress: 3.3%Ecc progress: 4.4%Ecc progress: 5.5%Ecc progress: 6.6%Ecc progress: 7.7%Ecc progress: 8.8%Ecc progress: 10.0%Ecc progress: 11.1%Ecc progress: 12.2%Ecc progress: 13.3%Ecc progress: 14.4%Ecc progress: 15.5%Ecc progress: 16.6%Ecc progress: 17.7%Ecc progress: 18.8%Ecc progress: 20.0%Ecc progress: 21.1%Ecc progress: 22.2%Ecc progress: 23.3%Ecc progress: 24.4%Ecc progress: 25.5%Ecc progress: 26.6%Ecc progress: 27.7%Ecc progress: 28.8%Ecc progress: 30.0%Ecc progress: 31.1%Ecc progress: 32.2%Ecc progress: 33.3%Ecc progress: 34.4%Ecc progress: 35.5%Ecc progress: 36.6%Ecc progress: 37.7%Ecc progress: 38.8%Ecc progress: 40.0%Ecc progress: 41.1%Ecc progress: 42.2%Ecc progress: 43.3%Ecc progress: 44.4%Ecc progress: 45.5%Ecc progress: 46.6%Ecc progress: 47.7%Ecc progress: 48.8%Ecc progress: 50.0%Ecc progress: 51.1%Ecc progress: 52.2%Ecc progress: 53.3%Ecc progress: 54.4%Ecc progress: 55.5%Ecc progress: 56.6%Ecc progress: 57.7%Ecc progress: 58.8%Ecc progress: 60.0%Ecc progress: 61.1%Ecc progress: 62.2%Ecc progress: 63.3%Ecc progress: 64.4%Ecc progress: 65.5%Ecc progress: 66.6%Ecc progress: 67.7%Ecc progress: 68.8%Ecc progress: 70.0%Ecc progress: 71.1%Ecc progress: 72.2%Ecc progress: 73.3%Ecc progress: 74.4%Ecc progress: 75.5%Ecc progress: 76.6%Ecc progress: 77.7%Ecc progress: 78.8%Ecc progress: 80.0%Ecc progress: 81.1%Ecc progress: 82.2%Ecc progress: 83.3%Ecc progress: 84.4%Ecc progress: 85.5%Ecc progress: 86.6%Ecc progress: 87.7%Ecc progress: 88.8%Ecc progress: 90.0%Ecc progress: 91.1%Ecc progress: 92.2%Ecc progress: 93.3%Ecc progress: 94.4%Ecc progress: 95.5%Ecc progress: 96.6%Ecc progress: 97.7%Ecc progress: 98.8%Ecc progress: 100.0% Good! All sectors are already present. diff --git a/regtest/database/RS03f_fix_border_cases_crc_errors b/regtest/database/RS03f_fix_border_cases_crc_errors index 53d8497..e39420b 100644 --- a/regtest/database/RS03f_fix_border_cases_crc_errors +++ b/regtest/database/RS03f_fix_border_cases_crc_errors @@ -21,10 +21,10 @@ CRC error in sector 20970 -> CRC-predicted error in sector 90 at byte 0 (value 00 '.', expected af '.') -> CRC-predicted error in sector 0 at byte 0 (value 01 '.', expected 00 '.') 8 repaired sectors: 0c 90c 180c 20970c ; ecc file: 2n 92n 182n 1802n -Ecc progress: 0.0%Ecc progress: 1.1%Ecc progress: 2.2%Ecc progress: 3.3%Ecc progress: 4.4%Ecc progress: 5.5%Ecc progress: 6.6%Ecc progress: 7.7%Ecc progress: 8.8%Ecc progress: 10.0%Ecc progress: 11.1%Ecc progress: 12.2%Ecc progress: 13.3%Ecc progress: 14.4%Ecc progress: 15.5%Ecc progress: 16.6%Ecc progress: 17.7%Ecc progress: 18.8%Ecc progress: 20.0%Ecc progress: 21.1%Ecc progress: 22.2%Ecc progress: 23.3%Ecc progress: 24.4%Ecc progress: 25.5%Ecc progress: 26.6%Ecc progress: 27.7%Ecc progress: 28.8%Ecc progress: 30.0%Ecc progress: 31.1%CRC error in sector 20999 +CRC error in sector 20999 -> CRC-predicted error in sector 20999 at byte 0 (value 00 '.', expected fd '.') 1 repaired sectors: 20999c -Ecc progress: 32.2%Ecc progress: 33.3%Ecc progress: 34.4%Ecc progress: 35.5%Ecc progress: 36.6%Ecc progress: 37.7%Ecc progress: 38.8%Ecc progress: 40.0%Ecc progress: 41.1%Ecc progress: 42.2%Ecc progress: 43.3%Ecc progress: 44.4%Ecc progress: 45.5%Ecc progress: 46.6%Ecc progress: 47.7%Ecc progress: 48.8%Ecc progress: 50.0%Ecc progress: 51.1%Ecc progress: 52.2%Ecc progress: 53.3%Ecc progress: 54.4%Ecc progress: 55.5%Ecc progress: 56.6%Ecc progress: 57.7%Ecc progress: 58.8%Ecc progress: 60.0%Ecc progress: 61.1%Ecc progress: 62.2%Ecc progress: 63.3%Ecc progress: 64.4%Ecc progress: 65.5%Ecc progress: 66.6%Ecc progress: 67.7%Ecc progress: 68.8%Ecc progress: 70.0%Ecc progress: 71.1%Ecc progress: 72.2%Ecc progress: 73.3%Ecc progress: 74.4%Ecc progress: 75.5%Ecc progress: 76.6%Ecc progress: 77.7%Ecc progress: 78.8%Ecc progress: 80.0%Ecc progress: 81.1%Ecc progress: 82.2%Ecc progress: 83.3%Ecc progress: 84.4%Ecc progress: 85.5%Ecc progress: 86.6%Ecc progress: 87.7%Ecc progress: 88.8%Ecc progress: 90.0%Ecc progress: 91.1%Ecc progress: 92.2%Ecc progress: 93.3%Ecc progress: 94.4%Ecc progress: 95.5%Ecc progress: 96.6%Ecc progress: 97.7%CRC error in sector 89 +CRC error in sector 89 CRC error in sector 179 CRC error in sector 269 -> Non-predicted error in sector 1891(ecc) at byte 0 (value 00 '.', expected 9a '.') @@ -35,7 +35,6 @@ CRC error in sector 269 -> CRC-predicted error in sector 179 at byte 0 (value 00 '.', expected 01 '.') -> CRC-predicted error in sector 89 at byte 0 (value 00 '.', expected 28 '(') 7 repaired sectors: 89c 179c 269c ; ecc file: 91n 181n 271n 1891n -Ecc progress: 98.8%Ecc progress: 100.0% Repaired sectors: 16 (10 data, 6 ecc) Good! All sectors are repaired. Erasure counts per ecc block: avg = 5.3; worst = 8. diff --git a/regtest/database/RS03f_fix_border_cases_erasures b/regtest/database/RS03f_fix_border_cases_erasures index 863e410..1add2fb 100644 --- a/regtest/database/RS03f_fix_border_cases_erasures +++ b/regtest/database/RS03f_fix_border_cases_erasures @@ -9,9 +9,8 @@ Opening rs03f-tmp.iso: 21000 medium sectors. Fix mode(RS03f): Repairable sectors will be fixed in the image. 8 repaired sectors: 0d 90d 180d 20970d ; ecc file: 2d 92d 182d 1802d -Ecc progress: 0.0%Ecc progress: 1.1%Ecc progress: 2.2%Ecc progress: 3.3%Ecc progress: 4.4%Ecc progress: 5.5%Ecc progress: 6.6%Ecc progress: 7.7%Ecc progress: 8.8%Ecc progress: 10.0%Ecc progress: 11.1%Ecc progress: 12.2%Ecc progress: 13.3%Ecc progress: 14.4%Ecc progress: 15.5%Ecc progress: 16.6%Ecc progress: 17.7%Ecc progress: 18.8%Ecc progress: 20.0%Ecc progress: 21.1%Ecc progress: 22.2%Ecc progress: 23.3%Ecc progress: 24.4%Ecc progress: 25.5%Ecc progress: 26.6%Ecc progress: 27.7%Ecc progress: 28.8%Ecc progress: 30.0%Ecc progress: 31.1% 1 repaired sectors: 20999d -Ecc progress: 32.2%Ecc progress: 33.3%Ecc progress: 34.4%Ecc progress: 35.5%Ecc progress: 36.6%Ecc progress: 37.7%Ecc progress: 38.8%Ecc progress: 40.0%Ecc progress: 41.1%Ecc progress: 42.2%Ecc progress: 43.3%Ecc progress: 44.4%Ecc progress: 45.5%Ecc progress: 46.6%Ecc progress: 47.7%Ecc progress: 48.8%Ecc progress: 50.0%Ecc progress: 51.1%Ecc progress: 52.2%Ecc progress: 53.3%Ecc progress: 54.4%Ecc progress: 55.5%Ecc progress: 56.6%Ecc progress: 57.7%Ecc progress: 58.8%Ecc progress: 60.0%Ecc progress: 61.1%Ecc progress: 62.2%Ecc progress: 63.3%Ecc progress: 64.4%Ecc progress: 65.5%Ecc progress: 66.6%Ecc progress: 67.7%Ecc progress: 68.8%Ecc progress: 70.0%Ecc progress: 71.1%Ecc progress: 72.2%Ecc progress: 73.3%Ecc progress: 74.4%Ecc progress: 75.5%Ecc progress: 76.6%Ecc progress: 77.7%Ecc progress: 78.8%Ecc progress: 80.0%Ecc progress: 81.1%Ecc progress: 82.2%Ecc progress: 83.3%Ecc progress: 84.4%Ecc progress: 85.5%Ecc progress: 86.6%Ecc progress: 87.7%Ecc progress: 88.8%Ecc progress: 90.0%Ecc progress: 91.1%Ecc progress: 92.2%Ecc progress: 93.3%Ecc progress: 94.4%Ecc progress: 95.5%Ecc progress: 96.6%Ecc progress: 97.7% 7 repaired sectors: 89d 179d 269d ; ecc file: 91d 181d 271d 1891d -Ecc progress: 98.8%Ecc progress: 100.0% + 1 repaired sectors: 20999d + 7 repaired sectors: 89d 179d 269d ; ecc file: 91d 181d 271d 1891d Repaired sectors: 16 (10 data, 6 ecc) Good! All sectors are repaired. Erasure counts per ecc block: avg = 5.3; worst = 8. diff --git a/regtest/database/RS03f_fix_ecc_file_truncated b/regtest/database/RS03f_fix_ecc_file_truncated index b9ded7e..6417bb3 100644 --- a/regtest/database/RS03f_fix_ecc_file_truncated +++ b/regtest/database/RS03f_fix_ecc_file_truncated @@ -9,96 +9,95 @@ Opening rs03f-master.iso: 21000 medium sectors. Fix mode(RS03f): Repairable sectors will be fixed in the image. 1 repaired sectors: ; ecc file: 1802d -Ecc progress: 0.0% 1 repaired sectors: ; ecc file: 1803d -Ecc progress: 1.1% 1 repaired sectors: ; ecc file: 1804d -Ecc progress: 2.2% 1 repaired sectors: ; ecc file: 1805d -Ecc progress: 3.3% 1 repaired sectors: ; ecc file: 1806d -Ecc progress: 4.4% 1 repaired sectors: ; ecc file: 1807d -Ecc progress: 5.5% 1 repaired sectors: ; ecc file: 1808d -Ecc progress: 6.6% 1 repaired sectors: ; ecc file: 1809d -Ecc progress: 7.7% 1 repaired sectors: ; ecc file: 1810d -Ecc progress: 8.8% 1 repaired sectors: ; ecc file: 1811d -Ecc progress: 10.0% 1 repaired sectors: ; ecc file: 1812d -Ecc progress: 11.1% 1 repaired sectors: ; ecc file: 1813d -Ecc progress: 12.2% 1 repaired sectors: ; ecc file: 1814d -Ecc progress: 13.3% 1 repaired sectors: ; ecc file: 1815d -Ecc progress: 14.4% 1 repaired sectors: ; ecc file: 1816d -Ecc progress: 15.5% 1 repaired sectors: ; ecc file: 1817d -Ecc progress: 16.6% 1 repaired sectors: ; ecc file: 1818d -Ecc progress: 17.7% 1 repaired sectors: ; ecc file: 1819d -Ecc progress: 18.8% 1 repaired sectors: ; ecc file: 1820d -Ecc progress: 20.0% 1 repaired sectors: ; ecc file: 1821d -Ecc progress: 21.1% 1 repaired sectors: ; ecc file: 1822d -Ecc progress: 22.2% 1 repaired sectors: ; ecc file: 1823d -Ecc progress: 23.3% 1 repaired sectors: ; ecc file: 1824d -Ecc progress: 24.4% 1 repaired sectors: ; ecc file: 1825d -Ecc progress: 25.5% 1 repaired sectors: ; ecc file: 1826d -Ecc progress: 26.6% 1 repaired sectors: ; ecc file: 1827d -Ecc progress: 27.7% 1 repaired sectors: ; ecc file: 1828d -Ecc progress: 28.8% 1 repaired sectors: ; ecc file: 1829d -Ecc progress: 30.0% 1 repaired sectors: ; ecc file: 1830d -Ecc progress: 31.1% 1 repaired sectors: ; ecc file: 1831d -Ecc progress: 32.2% 1 repaired sectors: ; ecc file: 1832d -Ecc progress: 33.3% 1 repaired sectors: ; ecc file: 1833d -Ecc progress: 34.4% 1 repaired sectors: ; ecc file: 1834d -Ecc progress: 35.5% 1 repaired sectors: ; ecc file: 1835d -Ecc progress: 36.6% 1 repaired sectors: ; ecc file: 1836d -Ecc progress: 37.7% 1 repaired sectors: ; ecc file: 1837d -Ecc progress: 38.8% 1 repaired sectors: ; ecc file: 1838d -Ecc progress: 40.0% 1 repaired sectors: ; ecc file: 1839d -Ecc progress: 41.1% 1 repaired sectors: ; ecc file: 1840d -Ecc progress: 42.2% 1 repaired sectors: ; ecc file: 1841d -Ecc progress: 43.3% 1 repaired sectors: ; ecc file: 1842d -Ecc progress: 44.4% 1 repaired sectors: ; ecc file: 1843d -Ecc progress: 45.5% 1 repaired sectors: ; ecc file: 1844d -Ecc progress: 46.6% 1 repaired sectors: ; ecc file: 1845d -Ecc progress: 47.7% 1 repaired sectors: ; ecc file: 1846d -Ecc progress: 48.8% 1 repaired sectors: ; ecc file: 1847d -Ecc progress: 50.0% 1 repaired sectors: ; ecc file: 1848d -Ecc progress: 51.1% 1 repaired sectors: ; ecc file: 1849d -Ecc progress: 52.2% 1 repaired sectors: ; ecc file: 1850d -Ecc progress: 53.3% 1 repaired sectors: ; ecc file: 1851d -Ecc progress: 54.4% 1 repaired sectors: ; ecc file: 1852d -Ecc progress: 55.5% 1 repaired sectors: ; ecc file: 1853d -Ecc progress: 56.6% 1 repaired sectors: ; ecc file: 1854d -Ecc progress: 57.7% 1 repaired sectors: ; ecc file: 1855d -Ecc progress: 58.8% 1 repaired sectors: ; ecc file: 1856d -Ecc progress: 60.0% 1 repaired sectors: ; ecc file: 1857d -Ecc progress: 61.1% 1 repaired sectors: ; ecc file: 1858d -Ecc progress: 62.2% 1 repaired sectors: ; ecc file: 1859d -Ecc progress: 63.3% 1 repaired sectors: ; ecc file: 1860d -Ecc progress: 64.4% 1 repaired sectors: ; ecc file: 1861d -Ecc progress: 65.5% 1 repaired sectors: ; ecc file: 1862d -Ecc progress: 66.6% 1 repaired sectors: ; ecc file: 1863d -Ecc progress: 67.7% 1 repaired sectors: ; ecc file: 1864d -Ecc progress: 68.8% 1 repaired sectors: ; ecc file: 1865d -Ecc progress: 70.0% 1 repaired sectors: ; ecc file: 1866d -Ecc progress: 71.1% 1 repaired sectors: ; ecc file: 1867d -Ecc progress: 72.2% 1 repaired sectors: ; ecc file: 1868d -Ecc progress: 73.3% 1 repaired sectors: ; ecc file: 1869d -Ecc progress: 74.4% 1 repaired sectors: ; ecc file: 1870d -Ecc progress: 75.5% 1 repaired sectors: ; ecc file: 1871d -Ecc progress: 76.6% 1 repaired sectors: ; ecc file: 1872d -Ecc progress: 77.7% 1 repaired sectors: ; ecc file: 1873d -Ecc progress: 78.8% 1 repaired sectors: ; ecc file: 1874d -Ecc progress: 80.0% 1 repaired sectors: ; ecc file: 1875d -Ecc progress: 81.1% 1 repaired sectors: ; ecc file: 1876d -Ecc progress: 82.2% 1 repaired sectors: ; ecc file: 1877d -Ecc progress: 83.3% 2 repaired sectors: ; ecc file: 1788d 1878d -Ecc progress: 84.4% 2 repaired sectors: ; ecc file: 1789d 1879d -Ecc progress: 85.5% 2 repaired sectors: ; ecc file: 1790d 1880d -Ecc progress: 86.6% 2 repaired sectors: ; ecc file: 1791d 1881d -Ecc progress: 87.7% 2 repaired sectors: ; ecc file: 1792d 1882d -Ecc progress: 88.8% 2 repaired sectors: ; ecc file: 1793d 1883d -Ecc progress: 90.0% 2 repaired sectors: ; ecc file: 1794d 1884d -Ecc progress: 91.1% 2 repaired sectors: ; ecc file: 1795d 1885d -Ecc progress: 92.2% 2 repaired sectors: ; ecc file: 1796d 1886d -Ecc progress: 93.3% 2 repaired sectors: ; ecc file: 1797d 1887d -Ecc progress: 94.4% 2 repaired sectors: ; ecc file: 1798d 1888d -Ecc progress: 95.5% 2 repaired sectors: ; ecc file: 1799d 1889d -Ecc progress: 96.6% 2 repaired sectors: ; ecc file: 1800d 1890d -Ecc progress: 97.7% 2 repaired sectors: ; ecc file: 1801d 1891d -Ecc progress: 98.8%Ecc progress: 100.0% + 1 repaired sectors: ; ecc file: 1803d + 1 repaired sectors: ; ecc file: 1804d + 1 repaired sectors: ; ecc file: 1805d + 1 repaired sectors: ; ecc file: 1806d + 1 repaired sectors: ; ecc file: 1807d + 1 repaired sectors: ; ecc file: 1808d + 1 repaired sectors: ; ecc file: 1809d + 1 repaired sectors: ; ecc file: 1810d + 1 repaired sectors: ; ecc file: 1811d + 1 repaired sectors: ; ecc file: 1812d + 1 repaired sectors: ; ecc file: 1813d + 1 repaired sectors: ; ecc file: 1814d + 1 repaired sectors: ; ecc file: 1815d + 1 repaired sectors: ; ecc file: 1816d + 1 repaired sectors: ; ecc file: 1817d + 1 repaired sectors: ; ecc file: 1818d + 1 repaired sectors: ; ecc file: 1819d + 1 repaired sectors: ; ecc file: 1820d + 1 repaired sectors: ; ecc file: 1821d + 1 repaired sectors: ; ecc file: 1822d + 1 repaired sectors: ; ecc file: 1823d + 1 repaired sectors: ; ecc file: 1824d + 1 repaired sectors: ; ecc file: 1825d + 1 repaired sectors: ; ecc file: 1826d + 1 repaired sectors: ; ecc file: 1827d + 1 repaired sectors: ; ecc file: 1828d + 1 repaired sectors: ; ecc file: 1829d + 1 repaired sectors: ; ecc file: 1830d + 1 repaired sectors: ; ecc file: 1831d + 1 repaired sectors: ; ecc file: 1832d + 1 repaired sectors: ; ecc file: 1833d + 1 repaired sectors: ; ecc file: 1834d + 1 repaired sectors: ; ecc file: 1835d + 1 repaired sectors: ; ecc file: 1836d + 1 repaired sectors: ; ecc file: 1837d + 1 repaired sectors: ; ecc file: 1838d + 1 repaired sectors: ; ecc file: 1839d + 1 repaired sectors: ; ecc file: 1840d + 1 repaired sectors: ; ecc file: 1841d + 1 repaired sectors: ; ecc file: 1842d + 1 repaired sectors: ; ecc file: 1843d + 1 repaired sectors: ; ecc file: 1844d + 1 repaired sectors: ; ecc file: 1845d + 1 repaired sectors: ; ecc file: 1846d + 1 repaired sectors: ; ecc file: 1847d + 1 repaired sectors: ; ecc file: 1848d + 1 repaired sectors: ; ecc file: 1849d + 1 repaired sectors: ; ecc file: 1850d + 1 repaired sectors: ; ecc file: 1851d + 1 repaired sectors: ; ecc file: 1852d + 1 repaired sectors: ; ecc file: 1853d + 1 repaired sectors: ; ecc file: 1854d + 1 repaired sectors: ; ecc file: 1855d + 1 repaired sectors: ; ecc file: 1856d + 1 repaired sectors: ; ecc file: 1857d + 1 repaired sectors: ; ecc file: 1858d + 1 repaired sectors: ; ecc file: 1859d + 1 repaired sectors: ; ecc file: 1860d + 1 repaired sectors: ; ecc file: 1861d + 1 repaired sectors: ; ecc file: 1862d + 1 repaired sectors: ; ecc file: 1863d + 1 repaired sectors: ; ecc file: 1864d + 1 repaired sectors: ; ecc file: 1865d + 1 repaired sectors: ; ecc file: 1866d + 1 repaired sectors: ; ecc file: 1867d + 1 repaired sectors: ; ecc file: 1868d + 1 repaired sectors: ; ecc file: 1869d + 1 repaired sectors: ; ecc file: 1870d + 1 repaired sectors: ; ecc file: 1871d + 1 repaired sectors: ; ecc file: 1872d + 1 repaired sectors: ; ecc file: 1873d + 1 repaired sectors: ; ecc file: 1874d + 1 repaired sectors: ; ecc file: 1875d + 1 repaired sectors: ; ecc file: 1876d + 1 repaired sectors: ; ecc file: 1877d + 2 repaired sectors: ; ecc file: 1788d 1878d + 2 repaired sectors: ; ecc file: 1789d 1879d + 2 repaired sectors: ; ecc file: 1790d 1880d + 2 repaired sectors: ; ecc file: 1791d 1881d + 2 repaired sectors: ; ecc file: 1792d 1882d + 2 repaired sectors: ; ecc file: 1793d 1883d + 2 repaired sectors: ; ecc file: 1794d 1884d + 2 repaired sectors: ; ecc file: 1795d 1885d + 2 repaired sectors: ; ecc file: 1796d 1886d + 2 repaired sectors: ; ecc file: 1797d 1887d + 2 repaired sectors: ; ecc file: 1798d 1888d + 2 repaired sectors: ; ecc file: 1799d 1889d + 2 repaired sectors: ; ecc file: 1800d 1890d + 2 repaired sectors: ; ecc file: 1801d 1891d Repaired sectors: 104 (0 data, 104 ecc) Good! All sectors are repaired. Erasure counts per ecc block: avg = 1.2; worst = 2. diff --git a/regtest/database/RS03f_fix_good b/regtest/database/RS03f_fix_good index bec9eae..c087644 100644 --- a/regtest/database/RS03f_fix_good +++ b/regtest/database/RS03f_fix_good @@ -8,5 +8,4 @@ See the file "COPYING" for further information. Opening rs03f-tmp.iso: 21000 medium sectors. Fix mode(RS03f): Repairable sectors will be fixed in the image. -Ecc progress: 0.0%Ecc progress: 1.1%Ecc progress: 2.2%Ecc progress: 3.3%Ecc progress: 4.4%Ecc progress: 5.5%Ecc progress: 6.6%Ecc progress: 7.7%Ecc progress: 8.8%Ecc progress: 10.0%Ecc progress: 11.1%Ecc progress: 12.2%Ecc progress: 13.3%Ecc progress: 14.4%Ecc progress: 15.5%Ecc progress: 16.6%Ecc progress: 17.7%Ecc progress: 18.8%Ecc progress: 20.0%Ecc progress: 21.1%Ecc progress: 22.2%Ecc progress: 23.3%Ecc progress: 24.4%Ecc progress: 25.5%Ecc progress: 26.6%Ecc progress: 27.7%Ecc progress: 28.8%Ecc progress: 30.0%Ecc progress: 31.1%Ecc progress: 32.2%Ecc progress: 33.3%Ecc progress: 34.4%Ecc progress: 35.5%Ecc progress: 36.6%Ecc progress: 37.7%Ecc progress: 38.8%Ecc progress: 40.0%Ecc progress: 41.1%Ecc progress: 42.2%Ecc progress: 43.3%Ecc progress: 44.4%Ecc progress: 45.5%Ecc progress: 46.6%Ecc progress: 47.7%Ecc progress: 48.8%Ecc progress: 50.0%Ecc progress: 51.1%Ecc progress: 52.2%Ecc progress: 53.3%Ecc progress: 54.4%Ecc progress: 55.5%Ecc progress: 56.6%Ecc progress: 57.7%Ecc progress: 58.8%Ecc progress: 60.0%Ecc progress: 61.1%Ecc progress: 62.2%Ecc progress: 63.3%Ecc progress: 64.4%Ecc progress: 65.5%Ecc progress: 66.6%Ecc progress: 67.7%Ecc progress: 68.8%Ecc progress: 70.0%Ecc progress: 71.1%Ecc progress: 72.2%Ecc progress: 73.3%Ecc progress: 74.4%Ecc progress: 75.5%Ecc progress: 76.6%Ecc progress: 77.7%Ecc progress: 78.8%Ecc progress: 80.0%Ecc progress: 81.1%Ecc progress: 82.2%Ecc progress: 83.3%Ecc progress: 84.4%Ecc progress: 85.5%Ecc progress: 86.6%Ecc progress: 87.7%Ecc progress: 88.8%Ecc progress: 90.0%Ecc progress: 91.1%Ecc progress: 92.2%Ecc progress: 93.3%Ecc progress: 94.4%Ecc progress: 95.5%Ecc progress: 96.6%Ecc progress: 97.7%Ecc progress: 98.8%Ecc progress: 100.0% Good! All sectors are already present. diff --git a/regtest/database/RS03f_fix_good_plus56 b/regtest/database/RS03f_fix_good_plus56 index 6469727..9eef392 100644 --- a/regtest/database/RS03f_fix_good_plus56 +++ b/regtest/database/RS03f_fix_good_plus56 @@ -8,5 +8,4 @@ See the file "COPYING" for further information. Opening rs03f-tmp.iso: 21000 medium sectors and 56 bytes. Fix mode(RS03f): Repairable sectors will be fixed in the image. -Ecc progress: 0.0%Ecc progress: 1.1%Ecc progress: 2.2%Ecc progress: 3.3%Ecc progress: 4.4%Ecc progress: 5.5%Ecc progress: 6.6%Ecc progress: 7.7%Ecc progress: 8.8%Ecc progress: 10.0%Ecc progress: 11.1%Ecc progress: 12.2%Ecc progress: 13.3%Ecc progress: 14.4%Ecc progress: 15.5%Ecc progress: 16.6%Ecc progress: 17.7%Ecc progress: 18.8%Ecc progress: 20.0%Ecc progress: 21.1%Ecc progress: 22.2%Ecc progress: 23.3%Ecc progress: 24.4%Ecc progress: 25.5%Ecc progress: 26.6%Ecc progress: 27.7%Ecc progress: 28.8%Ecc progress: 30.0%Ecc progress: 31.1%Ecc progress: 32.2%Ecc progress: 33.3%Ecc progress: 34.4%Ecc progress: 35.5%Ecc progress: 36.6%Ecc progress: 37.7%Ecc progress: 38.8%Ecc progress: 40.0%Ecc progress: 41.1%Ecc progress: 42.2%Ecc progress: 43.3%Ecc progress: 44.4%Ecc progress: 45.5%Ecc progress: 46.6%Ecc progress: 47.7%Ecc progress: 48.8%Ecc progress: 50.0%Ecc progress: 51.1%Ecc progress: 52.2%Ecc progress: 53.3%Ecc progress: 54.4%Ecc progress: 55.5%Ecc progress: 56.6%Ecc progress: 57.7%Ecc progress: 58.8%Ecc progress: 60.0%Ecc progress: 61.1%Ecc progress: 62.2%Ecc progress: 63.3%Ecc progress: 64.4%Ecc progress: 65.5%Ecc progress: 66.6%Ecc progress: 67.7%Ecc progress: 68.8%Ecc progress: 70.0%Ecc progress: 71.1%Ecc progress: 72.2%Ecc progress: 73.3%Ecc progress: 74.4%Ecc progress: 75.5%Ecc progress: 76.6%Ecc progress: 77.7%Ecc progress: 78.8%Ecc progress: 80.0%Ecc progress: 81.1%Ecc progress: 82.2%Ecc progress: 83.3%Ecc progress: 84.4%Ecc progress: 85.5%Ecc progress: 86.6%Ecc progress: 87.7%Ecc progress: 88.8%Ecc progress: 90.0%Ecc progress: 91.1%Ecc progress: 92.2%Ecc progress: 93.3%Ecc progress: 94.4%Ecc progress: 95.5%Ecc progress: 96.6%Ecc progress: 97.7%Ecc progress: 98.8%Ecc progress: 100.0% Good! All sectors are already present. diff --git a/regtest/database/RS03f_fix_missing_crc_sectors b/regtest/database/RS03f_fix_missing_crc_sectors index 6aa661b..94e5735 100644 --- a/regtest/database/RS03f_fix_missing_crc_sectors +++ b/regtest/database/RS03f_fix_missing_crc_sectors @@ -8,12 +8,11 @@ See the file "COPYING" for further information. Opening rs03f-tmp.iso: 21000 medium sectors. Fix mode(RS03f): Repairable sectors will be fixed in the image. -Ecc progress: 0.0%Ecc progress: 1.1%Ecc progress: 2.2% 1 repaired sectors: ; ecc file: 5d -Ecc progress: 3.3% 1 repaired sectors: ; ecc file: 6d -Ecc progress: 4.4% 1 repaired sectors: ; ecc file: 7d -Ecc progress: 5.5% 1 repaired sectors: ; ecc file: 8d -Ecc progress: 6.6% 1 repaired sectors: ; ecc file: 9d -Ecc progress: 7.7%Ecc progress: 8.8%Ecc progress: 10.0%Ecc progress: 11.1%Ecc progress: 12.2%Ecc progress: 13.3%Ecc progress: 14.4%Ecc progress: 15.5%Ecc progress: 16.6%Ecc progress: 17.7%Ecc progress: 18.8%Ecc progress: 20.0%Ecc progress: 21.1%Ecc progress: 22.2%Ecc progress: 23.3%Ecc progress: 24.4%Ecc progress: 25.5%Ecc progress: 26.6%Ecc progress: 27.7%Ecc progress: 28.8%Ecc progress: 30.0%Ecc progress: 31.1%Ecc progress: 32.2%Ecc progress: 33.3%Ecc progress: 34.4%Ecc progress: 35.5%Ecc progress: 36.6%Ecc progress: 37.7%Ecc progress: 38.8%Ecc progress: 40.0%Ecc progress: 41.1%Ecc progress: 42.2%Ecc progress: 43.3%Ecc progress: 44.4%Ecc progress: 45.5%Ecc progress: 46.6%Ecc progress: 47.7%Ecc progress: 48.8%Ecc progress: 50.0%Ecc progress: 51.1%Ecc progress: 52.2%Ecc progress: 53.3%Ecc progress: 54.4%Ecc progress: 55.5%Ecc progress: 56.6%Ecc progress: 57.7%Ecc progress: 58.8%Ecc progress: 60.0%Ecc progress: 61.1%Ecc progress: 62.2%Ecc progress: 63.3%Ecc progress: 64.4%Ecc progress: 65.5%Ecc progress: 66.6%Ecc progress: 67.7%Ecc progress: 68.8%Ecc progress: 70.0%Ecc progress: 71.1%Ecc progress: 72.2%Ecc progress: 73.3%Ecc progress: 74.4%Ecc progress: 75.5%Ecc progress: 76.6%Ecc progress: 77.7%Ecc progress: 78.8%Ecc progress: 80.0%Ecc progress: 81.1%Ecc progress: 82.2%Ecc progress: 83.3%Ecc progress: 84.4%Ecc progress: 85.5%Ecc progress: 86.6%Ecc progress: 87.7%Ecc progress: 88.8%Ecc progress: 90.0%Ecc progress: 91.1%Ecc progress: 92.2%Ecc progress: 93.3%Ecc progress: 94.4%Ecc progress: 95.5%Ecc progress: 96.6%Ecc progress: 97.7%Ecc progress: 98.8%Ecc progress: 100.0% + 1 repaired sectors: ; ecc file: 5d + 1 repaired sectors: ; ecc file: 6d + 1 repaired sectors: ; ecc file: 7d + 1 repaired sectors: ; ecc file: 8d + 1 repaired sectors: ; ecc file: 9d Repaired sectors: 5 (5 data, 0 ecc) Good! All sectors are repaired. Erasure counts per ecc block: avg = 1.0; worst = 1. diff --git a/regtest/database/RS03f_fix_missing_data_sectors b/regtest/database/RS03f_fix_missing_data_sectors index 3693927..7c3aeeb 100644 --- a/regtest/database/RS03f_fix_missing_data_sectors +++ b/regtest/database/RS03f_fix_missing_data_sectors @@ -9,32 +9,31 @@ Opening rs03f-tmp.iso: 21000 medium sectors. Fix mode(RS03f): Repairable sectors will be fixed in the image. 1 repaired sectors: 900d -Ecc progress: 0.0% 1 repaired sectors: 901d -Ecc progress: 1.1% 1 repaired sectors: 902d -Ecc progress: 2.2% 1 repaired sectors: 903d -Ecc progress: 3.3% 1 repaired sectors: 904d -Ecc progress: 4.4% 1 repaired sectors: 905d -Ecc progress: 5.5% 1 repaired sectors: 906d -Ecc progress: 6.6% 1 repaired sectors: 907d -Ecc progress: 7.7% 1 repaired sectors: 908d -Ecc progress: 8.8% 1 repaired sectors: 909d -Ecc progress: 10.0% 1 repaired sectors: 910d -Ecc progress: 11.1% 1 repaired sectors: 911d -Ecc progress: 12.2% 1 repaired sectors: 912d -Ecc progress: 13.3% 1 repaired sectors: 913d -Ecc progress: 14.4% 1 repaired sectors: 914d -Ecc progress: 15.5% 1 repaired sectors: 915d -Ecc progress: 16.6% 1 repaired sectors: 916d -Ecc progress: 17.7% 1 repaired sectors: 917d -Ecc progress: 18.8% 1 repaired sectors: 918d -Ecc progress: 20.0% 1 repaired sectors: 919d -Ecc progress: 21.1% 1 repaired sectors: 920d -Ecc progress: 22.2% 1 repaired sectors: 921d -Ecc progress: 23.3% 1 repaired sectors: 922d -Ecc progress: 24.4% 1 repaired sectors: 923d -Ecc progress: 25.5% 1 repaired sectors: 924d -Ecc progress: 26.6%Ecc progress: 27.7%Ecc progress: 28.8%Ecc progress: 30.0%Ecc progress: 31.1%Ecc progress: 32.2%Ecc progress: 33.3%Ecc progress: 34.4%Ecc progress: 35.5%Ecc progress: 36.6%Ecc progress: 37.7%Ecc progress: 38.8%Ecc progress: 40.0%Ecc progress: 41.1%Ecc progress: 42.2%Ecc progress: 43.3%Ecc progress: 44.4%Ecc progress: 45.5%Ecc progress: 46.6%Ecc progress: 47.7%Ecc progress: 48.8%Ecc progress: 50.0%Ecc progress: 51.1%Ecc progress: 52.2%Ecc progress: 53.3%Ecc progress: 54.4%Ecc progress: 55.5%Ecc progress: 56.6%Ecc progress: 57.7%Ecc progress: 58.8%Ecc progress: 60.0%Ecc progress: 61.1%Ecc progress: 62.2%Ecc progress: 63.3%Ecc progress: 64.4%Ecc progress: 65.5%Ecc progress: 66.6%Ecc progress: 67.7%Ecc progress: 68.8%Ecc progress: 70.0%Ecc progress: 71.1%Ecc progress: 72.2%Ecc progress: 73.3%Ecc progress: 74.4%Ecc progress: 75.5%Ecc progress: 76.6%Ecc progress: 77.7%Ecc progress: 78.8%Ecc progress: 80.0% 1 repaired sectors: 73d -Ecc progress: 81.1%Ecc progress: 82.2%Ecc progress: 83.3%Ecc progress: 84.4%Ecc progress: 85.5%Ecc progress: 86.6%Ecc progress: 87.7%Ecc progress: 88.8%Ecc progress: 90.0%Ecc progress: 91.1%Ecc progress: 92.2%Ecc progress: 93.3%Ecc progress: 94.4%Ecc progress: 95.5%Ecc progress: 96.6%Ecc progress: 97.7%Ecc progress: 98.8%Ecc progress: 100.0% + 1 repaired sectors: 901d + 1 repaired sectors: 902d + 1 repaired sectors: 903d + 1 repaired sectors: 904d + 1 repaired sectors: 905d + 1 repaired sectors: 906d + 1 repaired sectors: 907d + 1 repaired sectors: 908d + 1 repaired sectors: 909d + 1 repaired sectors: 910d + 1 repaired sectors: 911d + 1 repaired sectors: 912d + 1 repaired sectors: 913d + 1 repaired sectors: 914d + 1 repaired sectors: 915d + 1 repaired sectors: 916d + 1 repaired sectors: 917d + 1 repaired sectors: 918d + 1 repaired sectors: 919d + 1 repaired sectors: 920d + 1 repaired sectors: 921d + 1 repaired sectors: 922d + 1 repaired sectors: 923d + 1 repaired sectors: 924d + 1 repaired sectors: 73d Repaired sectors: 26 (26 data, 0 ecc) Good! All sectors are repaired. Erasure counts per ecc block: avg = 1.0; worst = 1. diff --git a/regtest/database/RS03f_fix_missing_ecc_header b/regtest/database/RS03f_fix_missing_ecc_header index 0988f71..513b052 100644 --- a/regtest/database/RS03f_fix_missing_ecc_header +++ b/regtest/database/RS03f_fix_missing_ecc_header @@ -153,7 +153,6 @@ nroots = 20 ( 8.5%) Fix mode(RS03f): Repairable sectors will be fixed in the image. -Ecc progress: 0.0%Ecc progress: 1.1%Ecc progress: 2.2%Ecc progress: 3.3%Ecc progress: 4.4%Ecc progress: 5.5%Ecc progress: 6.6%Ecc progress: 7.7%Ecc progress: 8.8%Ecc progress: 10.0%Ecc progress: 11.1%Ecc progress: 12.2%Ecc progress: 13.3%Ecc progress: 14.4%Ecc progress: 15.5%Ecc progress: 16.6%Ecc progress: 17.7%Ecc progress: 18.8%Ecc progress: 20.0%Ecc progress: 21.1%Ecc progress: 22.2%Ecc progress: 23.3%Ecc progress: 24.4%Ecc progress: 25.5%Ecc progress: 26.6%Ecc progress: 27.7%Ecc progress: 28.8%Ecc progress: 30.0%Ecc progress: 31.1%Ecc progress: 32.2%Ecc progress: 33.3%Ecc progress: 34.4%Ecc progress: 35.5%Ecc progress: 36.6%Ecc progress: 37.7%Ecc progress: 38.8%Ecc progress: 40.0%Ecc progress: 41.1%Ecc progress: 42.2%Ecc progress: 43.3%Ecc progress: 44.4%Ecc progress: 45.5%Ecc progress: 46.6%Ecc progress: 47.7%Ecc progress: 48.8%Ecc progress: 50.0%Ecc progress: 51.1%Ecc progress: 52.2%Ecc progress: 53.3%Ecc progress: 54.4%Ecc progress: 55.5%Ecc progress: 56.6%Ecc progress: 57.7%Ecc progress: 58.8%Ecc progress: 60.0%Ecc progress: 61.1%Ecc progress: 62.2%Ecc progress: 63.3%Ecc progress: 64.4%Ecc progress: 65.5%Ecc progress: 66.6%Ecc progress: 67.7%Ecc progress: 68.8%Ecc progress: 70.0%Ecc progress: 71.1%Ecc progress: 72.2%Ecc progress: 73.3%Ecc progress: 74.4%Ecc progress: 75.5%Ecc progress: 76.6%Ecc progress: 77.7%Ecc progress: 78.8%Ecc progress: 80.0%Ecc progress: 81.1%Ecc progress: 82.2%Ecc progress: 83.3%Ecc progress: 84.4%Ecc progress: 85.5%Ecc progress: 86.6%Ecc progress: 87.7%Ecc progress: 88.8%Ecc progress: 90.0%Ecc progress: 91.1%Ecc progress: 92.2%Ecc progress: 93.3%Ecc progress: 94.4%Ecc progress: 95.5%Ecc progress: 96.6%Ecc progress: 97.7%Ecc progress: 98.8%Ecc progress: 100.0% Good! All sectors are already present. Summary of processed sectors: diff --git a/regtest/database/RS03f_fix_missing_ecc_sectors b/regtest/database/RS03f_fix_missing_ecc_sectors index cafcc2e..0ea43ab 100644 --- a/regtest/database/RS03f_fix_missing_ecc_sectors +++ b/regtest/database/RS03f_fix_missing_ecc_sectors @@ -8,12 +8,11 @@ See the file "COPYING" for further information. Opening rs03f-tmp.iso: 21000 medium sectors. Fix mode(RS03f): Repairable sectors will be fixed in the image. -Ecc progress: 0.0%Ecc progress: 1.1%Ecc progress: 2.2%Ecc progress: 3.3%Ecc progress: 4.4%Ecc progress: 5.5%Ecc progress: 6.6%Ecc progress: 7.7%Ecc progress: 8.8%Ecc progress: 10.0%Ecc progress: 11.1%Ecc progress: 12.2%Ecc progress: 13.3%Ecc progress: 14.4%Ecc progress: 15.5%Ecc progress: 16.6%Ecc progress: 17.7%Ecc progress: 18.8%Ecc progress: 20.0%Ecc progress: 21.1%Ecc progress: 22.2%Ecc progress: 23.3%Ecc progress: 24.4% 1 repaired sectors: ; ecc file: 115d -Ecc progress: 25.5% 1 repaired sectors: ; ecc file: 116d -Ecc progress: 26.6% 1 repaired sectors: ; ecc file: 117d -Ecc progress: 27.7% 1 repaired sectors: ; ecc file: 118d -Ecc progress: 28.8% 1 repaired sectors: ; ecc file: 119d -Ecc progress: 30.0%Ecc progress: 31.1%Ecc progress: 32.2%Ecc progress: 33.3%Ecc progress: 34.4%Ecc progress: 35.5%Ecc progress: 36.6%Ecc progress: 37.7%Ecc progress: 38.8%Ecc progress: 40.0%Ecc progress: 41.1%Ecc progress: 42.2%Ecc progress: 43.3%Ecc progress: 44.4%Ecc progress: 45.5%Ecc progress: 46.6%Ecc progress: 47.7%Ecc progress: 48.8%Ecc progress: 50.0%Ecc progress: 51.1%Ecc progress: 52.2%Ecc progress: 53.3%Ecc progress: 54.4%Ecc progress: 55.5%Ecc progress: 56.6%Ecc progress: 57.7%Ecc progress: 58.8%Ecc progress: 60.0%Ecc progress: 61.1%Ecc progress: 62.2%Ecc progress: 63.3%Ecc progress: 64.4%Ecc progress: 65.5%Ecc progress: 66.6%Ecc progress: 67.7%Ecc progress: 68.8%Ecc progress: 70.0%Ecc progress: 71.1%Ecc progress: 72.2%Ecc progress: 73.3%Ecc progress: 74.4%Ecc progress: 75.5%Ecc progress: 76.6%Ecc progress: 77.7%Ecc progress: 78.8%Ecc progress: 80.0%Ecc progress: 81.1%Ecc progress: 82.2%Ecc progress: 83.3%Ecc progress: 84.4%Ecc progress: 85.5%Ecc progress: 86.6%Ecc progress: 87.7%Ecc progress: 88.8%Ecc progress: 90.0%Ecc progress: 91.1%Ecc progress: 92.2%Ecc progress: 93.3%Ecc progress: 94.4%Ecc progress: 95.5%Ecc progress: 96.6%Ecc progress: 97.7%Ecc progress: 98.8%Ecc progress: 100.0% + 1 repaired sectors: ; ecc file: 115d + 1 repaired sectors: ; ecc file: 116d + 1 repaired sectors: ; ecc file: 117d + 1 repaired sectors: ; ecc file: 118d + 1 repaired sectors: ; ecc file: 119d Repaired sectors: 5 (0 data, 5 ecc) Good! All sectors are repaired. Erasure counts per ecc block: avg = 1.0; worst = 1. diff --git a/regtest/database/RS03f_fix_no_read_perm_ecc b/regtest/database/RS03f_fix_no_read_perm_ecc index 75ddb51..f0516ec 100644 --- a/regtest/database/RS03f_fix_no_read_perm_ecc +++ b/regtest/database/RS03f_fix_no_read_perm_ecc @@ -11,7 +11,6 @@ Opening rs03f-tmp.iso: 21000 medium sectors. * dvdisaster - can not continue: * -No error correction file present. -No error correction data recognized in image. +Permission denied on ecc file (perhaps not writeable?). diff --git a/regtest/database/RS03f_fix_no_write_perm_ecc b/regtest/database/RS03f_fix_no_write_perm_ecc index 75ddb51..f0516ec 100644 --- a/regtest/database/RS03f_fix_no_write_perm_ecc +++ b/regtest/database/RS03f_fix_no_write_perm_ecc @@ -11,7 +11,6 @@ Opening rs03f-tmp.iso: 21000 medium sectors. * dvdisaster - can not continue: * -No error correction file present. -No error correction data recognized in image. +Permission denied on ecc file (perhaps not writeable?). diff --git a/regtest/database/RS03f_fix_plus17_truncate b/regtest/database/RS03f_fix_plus17_truncate index 945da63..e12236e 100644 --- a/regtest/database/RS03f_fix_plus17_truncate +++ b/regtest/database/RS03f_fix_plus17_truncate @@ -9,5 +9,4 @@ Opening rs03f-tmp.iso: 21017 medium sectors. Fix mode(RS03f): Repairable sectors will be fixed in the image. Image has been truncated by 17 sectors. -Ecc progress: 0.0%Ecc progress: 1.1%Ecc progress: 2.2%Ecc progress: 3.3%Ecc progress: 4.4%Ecc progress: 5.5%Ecc progress: 6.6%Ecc progress: 7.7%Ecc progress: 8.8%Ecc progress: 10.0%Ecc progress: 11.1%Ecc progress: 12.2%Ecc progress: 13.3%Ecc progress: 14.4%Ecc progress: 15.5%Ecc progress: 16.6%Ecc progress: 17.7%Ecc progress: 18.8%Ecc progress: 20.0%Ecc progress: 21.1%Ecc progress: 22.2%Ecc progress: 23.3%Ecc progress: 24.4%Ecc progress: 25.5%Ecc progress: 26.6%Ecc progress: 27.7%Ecc progress: 28.8%Ecc progress: 30.0%Ecc progress: 31.1%Ecc progress: 32.2%Ecc progress: 33.3%Ecc progress: 34.4%Ecc progress: 35.5%Ecc progress: 36.6%Ecc progress: 37.7%Ecc progress: 38.8%Ecc progress: 40.0%Ecc progress: 41.1%Ecc progress: 42.2%Ecc progress: 43.3%Ecc progress: 44.4%Ecc progress: 45.5%Ecc progress: 46.6%Ecc progress: 47.7%Ecc progress: 48.8%Ecc progress: 50.0%Ecc progress: 51.1%Ecc progress: 52.2%Ecc progress: 53.3%Ecc progress: 54.4%Ecc progress: 55.5%Ecc progress: 56.6%Ecc progress: 57.7%Ecc progress: 58.8%Ecc progress: 60.0%Ecc progress: 61.1%Ecc progress: 62.2%Ecc progress: 63.3%Ecc progress: 64.4%Ecc progress: 65.5%Ecc progress: 66.6%Ecc progress: 67.7%Ecc progress: 68.8%Ecc progress: 70.0%Ecc progress: 71.1%Ecc progress: 72.2%Ecc progress: 73.3%Ecc progress: 74.4%Ecc progress: 75.5%Ecc progress: 76.6%Ecc progress: 77.7%Ecc progress: 78.8%Ecc progress: 80.0%Ecc progress: 81.1%Ecc progress: 82.2%Ecc progress: 83.3%Ecc progress: 84.4%Ecc progress: 85.5%Ecc progress: 86.6%Ecc progress: 87.7%Ecc progress: 88.8%Ecc progress: 90.0%Ecc progress: 91.1%Ecc progress: 92.2%Ecc progress: 93.3%Ecc progress: 94.4%Ecc progress: 95.5%Ecc progress: 96.6%Ecc progress: 97.7%Ecc progress: 98.8%Ecc progress: 100.0% Good! All sectors are already present. diff --git a/regtest/database/RS03f_fix_plus56 b/regtest/database/RS03f_fix_plus56 index 4a83b80..c37f14b 100644 --- a/regtest/database/RS03f_fix_plus56 +++ b/regtest/database/RS03f_fix_plus56 @@ -8,10 +8,9 @@ See the file "COPYING" for further information. Opening rs03f-tmp.iso: 21000 medium sectors and 56 bytes. Fix mode(RS03f): Repairable sectors will be fixed in the image. -Ecc progress: 0.0%Ecc progress: 1.1%Ecc progress: 2.2%Ecc progress: 3.3%Ecc progress: 4.4%Ecc progress: 5.5%Ecc progress: 6.6%Ecc progress: 7.7%Ecc progress: 8.8%Ecc progress: 10.0%Ecc progress: 11.1%Ecc progress: 12.2%Ecc progress: 13.3%Ecc progress: 14.4%Ecc progress: 15.5%Ecc progress: 16.6%Ecc progress: 17.7%Ecc progress: 18.8%Ecc progress: 20.0%Ecc progress: 21.1%Ecc progress: 22.2%Ecc progress: 23.3%Ecc progress: 24.4%Ecc progress: 25.5%Ecc progress: 26.6%Ecc progress: 27.7%Ecc progress: 28.8%Ecc progress: 30.0%Ecc progress: 31.1%Ecc progress: 32.2%CRC error in sector 21000 +CRC error in sector 21000 -> CRC-predicted error in sector 21000 at byte 28 (value 5a 'Z', expected 77 'w') 1 repaired sectors: 21000c -Ecc progress: 33.3%Ecc progress: 34.4%Ecc progress: 35.5%Ecc progress: 36.6%Ecc progress: 37.7%Ecc progress: 38.8%Ecc progress: 40.0%Ecc progress: 41.1%Ecc progress: 42.2%Ecc progress: 43.3%Ecc progress: 44.4%Ecc progress: 45.5%Ecc progress: 46.6%Ecc progress: 47.7%Ecc progress: 48.8%Ecc progress: 50.0%Ecc progress: 51.1%Ecc progress: 52.2%Ecc progress: 53.3%Ecc progress: 54.4%Ecc progress: 55.5%Ecc progress: 56.6%Ecc progress: 57.7%Ecc progress: 58.8%Ecc progress: 60.0%Ecc progress: 61.1%Ecc progress: 62.2%Ecc progress: 63.3%Ecc progress: 64.4%Ecc progress: 65.5%Ecc progress: 66.6%Ecc progress: 67.7%Ecc progress: 68.8%Ecc progress: 70.0%Ecc progress: 71.1%Ecc progress: 72.2%Ecc progress: 73.3%Ecc progress: 74.4%Ecc progress: 75.5%Ecc progress: 76.6%Ecc progress: 77.7%Ecc progress: 78.8%Ecc progress: 80.0%Ecc progress: 81.1%Ecc progress: 82.2%Ecc progress: 83.3%Ecc progress: 84.4%Ecc progress: 85.5%Ecc progress: 86.6%Ecc progress: 87.7%Ecc progress: 88.8%Ecc progress: 90.0%Ecc progress: 91.1%Ecc progress: 92.2%Ecc progress: 93.3%Ecc progress: 94.4%Ecc progress: 95.5%Ecc progress: 96.6%Ecc progress: 97.7%Ecc progress: 98.8%Ecc progress: 100.0% Repaired sectors: 1 (1 data, 0 ecc) Good! All sectors are repaired. Erasure counts per ecc block: avg = 1.0; worst = 1. diff --git a/regtest/database/RS03f_fix_plus56_little_truncated b/regtest/database/RS03f_fix_plus56_little_truncated index 718dff9..e95f1f5 100644 --- a/regtest/database/RS03f_fix_plus56_little_truncated +++ b/regtest/database/RS03f_fix_plus56_little_truncated @@ -8,7 +8,7 @@ See the file "COPYING" for further information. Opening rs03f-tmp.iso: 21000 medium sectors and 50 bytes. Fix mode(RS03f): Repairable sectors will be fixed in the image. -Ecc progress: 0.0%Ecc progress: 1.1%Ecc progress: 2.2%Ecc progress: 3.3%Ecc progress: 4.4%Ecc progress: 5.5%Ecc progress: 6.6%Ecc progress: 7.7%Ecc progress: 8.8%Ecc progress: 10.0%Ecc progress: 11.1%Ecc progress: 12.2%Ecc progress: 13.3%Ecc progress: 14.4%Ecc progress: 15.5%Ecc progress: 16.6%Ecc progress: 17.7%Ecc progress: 18.8%Ecc progress: 20.0%Ecc progress: 21.1%Ecc progress: 22.2%Ecc progress: 23.3%Ecc progress: 24.4%Ecc progress: 25.5%Ecc progress: 26.6%Ecc progress: 27.7%Ecc progress: 28.8%Ecc progress: 30.0%Ecc progress: 31.1%Ecc progress: 32.2%CRC error in sector 21000 +CRC error in sector 21000 -> CRC-predicted error in sector 21000 at byte 50 (value 00 '.', expected 32 '2') -> CRC-predicted error in sector 21000 at byte 51 (value 00 '.', expected ed '.') -> CRC-predicted error in sector 21000 at byte 52 (value 00 '.', expected 70 'p') @@ -16,7 +16,6 @@ Ecc progress: 0.0%Ecc progress: 1.1% -> CRC-predicted error in sector 21000 at byte 54 (value 00 '.', expected db '.') -> CRC-predicted error in sector 21000 at byte 55 (value 00 '.', expected 3f '?') 1 repaired sectors: 21000c -Ecc progress: 33.3%Ecc progress: 34.4%Ecc progress: 35.5%Ecc progress: 36.6%Ecc progress: 37.7%Ecc progress: 38.8%Ecc progress: 40.0%Ecc progress: 41.1%Ecc progress: 42.2%Ecc progress: 43.3%Ecc progress: 44.4%Ecc progress: 45.5%Ecc progress: 46.6%Ecc progress: 47.7%Ecc progress: 48.8%Ecc progress: 50.0%Ecc progress: 51.1%Ecc progress: 52.2%Ecc progress: 53.3%Ecc progress: 54.4%Ecc progress: 55.5%Ecc progress: 56.6%Ecc progress: 57.7%Ecc progress: 58.8%Ecc progress: 60.0%Ecc progress: 61.1%Ecc progress: 62.2%Ecc progress: 63.3%Ecc progress: 64.4%Ecc progress: 65.5%Ecc progress: 66.6%Ecc progress: 67.7%Ecc progress: 68.8%Ecc progress: 70.0%Ecc progress: 71.1%Ecc progress: 72.2%Ecc progress: 73.3%Ecc progress: 74.4%Ecc progress: 75.5%Ecc progress: 76.6%Ecc progress: 77.7%Ecc progress: 78.8%Ecc progress: 80.0%Ecc progress: 81.1%Ecc progress: 82.2%Ecc progress: 83.3%Ecc progress: 84.4%Ecc progress: 85.5%Ecc progress: 86.6%Ecc progress: 87.7%Ecc progress: 88.8%Ecc progress: 90.0%Ecc progress: 91.1%Ecc progress: 92.2%Ecc progress: 93.3%Ecc progress: 94.4%Ecc progress: 95.5%Ecc progress: 96.6%Ecc progress: 97.7%Ecc progress: 98.8%Ecc progress: 100.0% Repaired sectors: 1 (1 data, 0 ecc) Good! All sectors are repaired. Erasure counts per ecc block: avg = 1.0; worst = 1. diff --git a/regtest/database/RS03f_fix_plus56_plus17500 b/regtest/database/RS03f_fix_plus56_plus17500 index cddf5a8..0e38e9b 100644 --- a/regtest/database/RS03f_fix_plus56_plus17500 +++ b/regtest/database/RS03f_fix_plus56_plus17500 @@ -9,10 +9,9 @@ Opening rs03f-tmp.iso: 21008 medium sectors and 1172 bytes. Fix mode(RS03f): Repairable sectors will be fixed in the image. Image has been truncated by 8 sectors. -Ecc progress: 0.0%Ecc progress: 1.1%Ecc progress: 2.2%Ecc progress: 3.3%Ecc progress: 4.4%Ecc progress: 5.5%Ecc progress: 6.6%Ecc progress: 7.7%Ecc progress: 8.8%Ecc progress: 10.0%Ecc progress: 11.1%Ecc progress: 12.2%Ecc progress: 13.3%Ecc progress: 14.4%Ecc progress: 15.5%Ecc progress: 16.6%Ecc progress: 17.7%Ecc progress: 18.8%Ecc progress: 20.0%Ecc progress: 21.1%Ecc progress: 22.2%Ecc progress: 23.3%Ecc progress: 24.4%Ecc progress: 25.5%Ecc progress: 26.6%Ecc progress: 27.7%Ecc progress: 28.8%Ecc progress: 30.0%Ecc progress: 31.1%Ecc progress: 32.2%CRC error in sector 21000 +CRC error in sector 21000 -> CRC-predicted error in sector 21000 at byte 55 (value 5a 'Z', expected 3f '?') 1 repaired sectors: 21000c -Ecc progress: 33.3%Ecc progress: 34.4%Ecc progress: 35.5%Ecc progress: 36.6%Ecc progress: 37.7%Ecc progress: 38.8%Ecc progress: 40.0%Ecc progress: 41.1%Ecc progress: 42.2%Ecc progress: 43.3%Ecc progress: 44.4%Ecc progress: 45.5%Ecc progress: 46.6%Ecc progress: 47.7%Ecc progress: 48.8%Ecc progress: 50.0%Ecc progress: 51.1%Ecc progress: 52.2%Ecc progress: 53.3%Ecc progress: 54.4%Ecc progress: 55.5%Ecc progress: 56.6%Ecc progress: 57.7%Ecc progress: 58.8%Ecc progress: 60.0%Ecc progress: 61.1%Ecc progress: 62.2%Ecc progress: 63.3%Ecc progress: 64.4%Ecc progress: 65.5%Ecc progress: 66.6%Ecc progress: 67.7%Ecc progress: 68.8%Ecc progress: 70.0%Ecc progress: 71.1%Ecc progress: 72.2%Ecc progress: 73.3%Ecc progress: 74.4%Ecc progress: 75.5%Ecc progress: 76.6%Ecc progress: 77.7%Ecc progress: 78.8%Ecc progress: 80.0%Ecc progress: 81.1%Ecc progress: 82.2%Ecc progress: 83.3%Ecc progress: 84.4%Ecc progress: 85.5%Ecc progress: 86.6%Ecc progress: 87.7%Ecc progress: 88.8%Ecc progress: 90.0%Ecc progress: 91.1%Ecc progress: 92.2%Ecc progress: 93.3%Ecc progress: 94.4%Ecc progress: 95.5%Ecc progress: 96.6%Ecc progress: 97.7%Ecc progress: 98.8%Ecc progress: 100.0% Repaired sectors: 1 (1 data, 0 ecc) Good! All sectors are repaired. Erasure counts per ecc block: avg = 1.0; worst = 1. diff --git a/regtest/database/RS03f_fix_plus56_plus17_truncate b/regtest/database/RS03f_fix_plus56_plus17_truncate index 9dd6df8..f42b243 100644 --- a/regtest/database/RS03f_fix_plus56_plus17_truncate +++ b/regtest/database/RS03f_fix_plus56_plus17_truncate @@ -9,10 +9,9 @@ Opening rs03f-tmp.iso: 21000 medium sectors and 73 bytes. Fix mode(RS03f): Repairable sectors will be fixed in the image. Image has been truncated by 17 bytes. -Ecc progress: 0.0%Ecc progress: 1.1%Ecc progress: 2.2%Ecc progress: 3.3%Ecc progress: 4.4%Ecc progress: 5.5%Ecc progress: 6.6%Ecc progress: 7.7%Ecc progress: 8.8%Ecc progress: 10.0%Ecc progress: 11.1%Ecc progress: 12.2%Ecc progress: 13.3%Ecc progress: 14.4%Ecc progress: 15.5%Ecc progress: 16.6%Ecc progress: 17.7%Ecc progress: 18.8%Ecc progress: 20.0%Ecc progress: 21.1%Ecc progress: 22.2%Ecc progress: 23.3%Ecc progress: 24.4%Ecc progress: 25.5%Ecc progress: 26.6%Ecc progress: 27.7%Ecc progress: 28.8%Ecc progress: 30.0%Ecc progress: 31.1%Ecc progress: 32.2%CRC error in sector 21000 +CRC error in sector 21000 -> CRC-predicted error in sector 21000 at byte 55 (value 5a 'Z', expected 3f '?') 1 repaired sectors: 21000c -Ecc progress: 33.3%Ecc progress: 34.4%Ecc progress: 35.5%Ecc progress: 36.6%Ecc progress: 37.7%Ecc progress: 38.8%Ecc progress: 40.0%Ecc progress: 41.1%Ecc progress: 42.2%Ecc progress: 43.3%Ecc progress: 44.4%Ecc progress: 45.5%Ecc progress: 46.6%Ecc progress: 47.7%Ecc progress: 48.8%Ecc progress: 50.0%Ecc progress: 51.1%Ecc progress: 52.2%Ecc progress: 53.3%Ecc progress: 54.4%Ecc progress: 55.5%Ecc progress: 56.6%Ecc progress: 57.7%Ecc progress: 58.8%Ecc progress: 60.0%Ecc progress: 61.1%Ecc progress: 62.2%Ecc progress: 63.3%Ecc progress: 64.4%Ecc progress: 65.5%Ecc progress: 66.6%Ecc progress: 67.7%Ecc progress: 68.8%Ecc progress: 70.0%Ecc progress: 71.1%Ecc progress: 72.2%Ecc progress: 73.3%Ecc progress: 74.4%Ecc progress: 75.5%Ecc progress: 76.6%Ecc progress: 77.7%Ecc progress: 78.8%Ecc progress: 80.0%Ecc progress: 81.1%Ecc progress: 82.2%Ecc progress: 83.3%Ecc progress: 84.4%Ecc progress: 85.5%Ecc progress: 86.6%Ecc progress: 87.7%Ecc progress: 88.8%Ecc progress: 90.0%Ecc progress: 91.1%Ecc progress: 92.2%Ecc progress: 93.3%Ecc progress: 94.4%Ecc progress: 95.5%Ecc progress: 96.6%Ecc progress: 97.7%Ecc progress: 98.8%Ecc progress: 100.0% Repaired sectors: 1 (1 data, 0 ecc) Good! All sectors are repaired. Erasure counts per ecc block: avg = 1.0; worst = 1. diff --git a/regtest/database/RS03f_fix_plus56_plus1s b/regtest/database/RS03f_fix_plus56_plus1s index 5a0114e..8606a13 100644 --- a/regtest/database/RS03f_fix_plus56_plus1s +++ b/regtest/database/RS03f_fix_plus56_plus1s @@ -11,10 +11,9 @@ Fix mode(RS03f): Repairable sectors will be fixed in the image. * Warning: Image file is 1 sectors longer than expected. * Assuming this is a TAO mode medium. * 1 sectors will be removed from the image end. -Ecc progress: 0.0%Ecc progress: 1.1%Ecc progress: 2.2%Ecc progress: 3.3%Ecc progress: 4.4%Ecc progress: 5.5%Ecc progress: 6.6%Ecc progress: 7.7%Ecc progress: 8.8%Ecc progress: 10.0%Ecc progress: 11.1%Ecc progress: 12.2%Ecc progress: 13.3%Ecc progress: 14.4%Ecc progress: 15.5%Ecc progress: 16.6%Ecc progress: 17.7%Ecc progress: 18.8%Ecc progress: 20.0%Ecc progress: 21.1%Ecc progress: 22.2%Ecc progress: 23.3%Ecc progress: 24.4%Ecc progress: 25.5%Ecc progress: 26.6%Ecc progress: 27.7%Ecc progress: 28.8%Ecc progress: 30.0%Ecc progress: 31.1%Ecc progress: 32.2%CRC error in sector 21000 +CRC error in sector 21000 -> CRC-predicted error in sector 21000 at byte 55 (value 5a 'Z', expected 3f '?') 1 repaired sectors: 21000c -Ecc progress: 33.3%Ecc progress: 34.4%Ecc progress: 35.5%Ecc progress: 36.6%Ecc progress: 37.7%Ecc progress: 38.8%Ecc progress: 40.0%Ecc progress: 41.1%Ecc progress: 42.2%Ecc progress: 43.3%Ecc progress: 44.4%Ecc progress: 45.5%Ecc progress: 46.6%Ecc progress: 47.7%Ecc progress: 48.8%Ecc progress: 50.0%Ecc progress: 51.1%Ecc progress: 52.2%Ecc progress: 53.3%Ecc progress: 54.4%Ecc progress: 55.5%Ecc progress: 56.6%Ecc progress: 57.7%Ecc progress: 58.8%Ecc progress: 60.0%Ecc progress: 61.1%Ecc progress: 62.2%Ecc progress: 63.3%Ecc progress: 64.4%Ecc progress: 65.5%Ecc progress: 66.6%Ecc progress: 67.7%Ecc progress: 68.8%Ecc progress: 70.0%Ecc progress: 71.1%Ecc progress: 72.2%Ecc progress: 73.3%Ecc progress: 74.4%Ecc progress: 75.5%Ecc progress: 76.6%Ecc progress: 77.7%Ecc progress: 78.8%Ecc progress: 80.0%Ecc progress: 81.1%Ecc progress: 82.2%Ecc progress: 83.3%Ecc progress: 84.4%Ecc progress: 85.5%Ecc progress: 86.6%Ecc progress: 87.7%Ecc progress: 88.8%Ecc progress: 90.0%Ecc progress: 91.1%Ecc progress: 92.2%Ecc progress: 93.3%Ecc progress: 94.4%Ecc progress: 95.5%Ecc progress: 96.6%Ecc progress: 97.7%Ecc progress: 98.8%Ecc progress: 100.0% Repaired sectors: 1 (1 data, 0 ecc) Good! All sectors are repaired. Erasure counts per ecc block: avg = 1.0; worst = 1. diff --git a/regtest/database/RS03f_fix_plus56_plus2s b/regtest/database/RS03f_fix_plus56_plus2s index e744fb5..c85b473 100644 --- a/regtest/database/RS03f_fix_plus56_plus2s +++ b/regtest/database/RS03f_fix_plus56_plus2s @@ -11,10 +11,9 @@ Fix mode(RS03f): Repairable sectors will be fixed in the image. * Warning: Image file is 2 sectors longer than expected. * Assuming this is a TAO mode medium. * 2 sectors will be removed from the image end. -Ecc progress: 0.0%Ecc progress: 1.1%Ecc progress: 2.2%Ecc progress: 3.3%Ecc progress: 4.4%Ecc progress: 5.5%Ecc progress: 6.6%Ecc progress: 7.7%Ecc progress: 8.8%Ecc progress: 10.0%Ecc progress: 11.1%Ecc progress: 12.2%Ecc progress: 13.3%Ecc progress: 14.4%Ecc progress: 15.5%Ecc progress: 16.6%Ecc progress: 17.7%Ecc progress: 18.8%Ecc progress: 20.0%Ecc progress: 21.1%Ecc progress: 22.2%Ecc progress: 23.3%Ecc progress: 24.4%Ecc progress: 25.5%Ecc progress: 26.6%Ecc progress: 27.7%Ecc progress: 28.8%Ecc progress: 30.0%Ecc progress: 31.1%Ecc progress: 32.2%CRC error in sector 21000 +CRC error in sector 21000 -> CRC-predicted error in sector 21000 at byte 55 (value 5a 'Z', expected 3f '?') 1 repaired sectors: 21000c -Ecc progress: 33.3%Ecc progress: 34.4%Ecc progress: 35.5%Ecc progress: 36.6%Ecc progress: 37.7%Ecc progress: 38.8%Ecc progress: 40.0%Ecc progress: 41.1%Ecc progress: 42.2%Ecc progress: 43.3%Ecc progress: 44.4%Ecc progress: 45.5%Ecc progress: 46.6%Ecc progress: 47.7%Ecc progress: 48.8%Ecc progress: 50.0%Ecc progress: 51.1%Ecc progress: 52.2%Ecc progress: 53.3%Ecc progress: 54.4%Ecc progress: 55.5%Ecc progress: 56.6%Ecc progress: 57.7%Ecc progress: 58.8%Ecc progress: 60.0%Ecc progress: 61.1%Ecc progress: 62.2%Ecc progress: 63.3%Ecc progress: 64.4%Ecc progress: 65.5%Ecc progress: 66.6%Ecc progress: 67.7%Ecc progress: 68.8%Ecc progress: 70.0%Ecc progress: 71.1%Ecc progress: 72.2%Ecc progress: 73.3%Ecc progress: 74.4%Ecc progress: 75.5%Ecc progress: 76.6%Ecc progress: 77.7%Ecc progress: 78.8%Ecc progress: 80.0%Ecc progress: 81.1%Ecc progress: 82.2%Ecc progress: 83.3%Ecc progress: 84.4%Ecc progress: 85.5%Ecc progress: 86.6%Ecc progress: 87.7%Ecc progress: 88.8%Ecc progress: 90.0%Ecc progress: 91.1%Ecc progress: 92.2%Ecc progress: 93.3%Ecc progress: 94.4%Ecc progress: 95.5%Ecc progress: 96.6%Ecc progress: 97.7%Ecc progress: 98.8%Ecc progress: 100.0% Repaired sectors: 1 (1 data, 0 ecc) Good! All sectors are repaired. Erasure counts per ecc block: avg = 1.0; worst = 1. diff --git a/regtest/database/RS03f_fix_plus56_truncated b/regtest/database/RS03f_fix_plus56_truncated index 9d5b162..d5c22e7 100644 --- a/regtest/database/RS03f_fix_plus56_truncated +++ b/regtest/database/RS03f_fix_plus56_truncated @@ -6,39 +6,37 @@ under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. Opening rs03f-tmp.iso: 20972 medium sectors. -Expanding image: 3%Expanding image: 6%Expanding image: 10%Expanding image: 13%Expanding image: 17%Expanding image: 20%Expanding image: 24%Expanding image: 27%Expanding image: 31%Expanding image: 34%Expanding image: 37%Expanding image: 41%Expanding image: 44%Expanding image: 48%Expanding image: 51%Expanding image: 55%Expanding image: 58%Expanding image: 62%Expanding image: 65%Expanding image: 68%Expanding image: 72%Expanding image: 75%Expanding image: 79%Expanding image: 82%Expanding image: 86%Expanding image: 89%Expanding image: 93%Expanding image: 96%Expanding image: 100% Fix mode(RS03f): Repairable sectors will be fixed in the image. -Ecc progress: 0.0%Ecc progress: 1.1% 1 repaired sectors: 20972d -Ecc progress: 2.2% 1 repaired sectors: 20973d -Ecc progress: 3.3% 1 repaired sectors: 20974d -Ecc progress: 4.4% 1 repaired sectors: 20975d -Ecc progress: 5.5% 1 repaired sectors: 20976d -Ecc progress: 6.6% 1 repaired sectors: 20977d -Ecc progress: 7.7% 1 repaired sectors: 20978d -Ecc progress: 8.8% 1 repaired sectors: 20979d -Ecc progress: 10.0% 1 repaired sectors: 20980d -Ecc progress: 11.1% 1 repaired sectors: 20981d -Ecc progress: 12.2% 1 repaired sectors: 20982d -Ecc progress: 13.3% 1 repaired sectors: 20983d -Ecc progress: 14.4% 1 repaired sectors: 20984d -Ecc progress: 15.5% 1 repaired sectors: 20985d -Ecc progress: 16.6% 1 repaired sectors: 20986d -Ecc progress: 17.7% 1 repaired sectors: 20987d -Ecc progress: 18.8% 1 repaired sectors: 20988d -Ecc progress: 20.0% 1 repaired sectors: 20989d -Ecc progress: 21.1% 1 repaired sectors: 20990d -Ecc progress: 22.2% 1 repaired sectors: 20991d -Ecc progress: 23.3% 1 repaired sectors: 20992d -Ecc progress: 24.4% 1 repaired sectors: 20993d -Ecc progress: 25.5% 1 repaired sectors: 20994d -Ecc progress: 26.6% 1 repaired sectors: 20995d -Ecc progress: 27.7% 1 repaired sectors: 20996d -Ecc progress: 28.8% 1 repaired sectors: 20997d -Ecc progress: 30.0% 1 repaired sectors: 20998d -Ecc progress: 31.1% 1 repaired sectors: 20999d -Ecc progress: 32.2% 1 repaired sectors: 21000d -Ecc progress: 33.3%Ecc progress: 34.4%Ecc progress: 35.5%Ecc progress: 36.6%Ecc progress: 37.7%Ecc progress: 38.8%Ecc progress: 40.0%Ecc progress: 41.1%Ecc progress: 42.2%Ecc progress: 43.3%Ecc progress: 44.4%Ecc progress: 45.5%Ecc progress: 46.6%Ecc progress: 47.7%Ecc progress: 48.8%Ecc progress: 50.0%Ecc progress: 51.1%Ecc progress: 52.2%Ecc progress: 53.3%Ecc progress: 54.4%Ecc progress: 55.5%Ecc progress: 56.6%Ecc progress: 57.7%Ecc progress: 58.8%Ecc progress: 60.0%Ecc progress: 61.1%Ecc progress: 62.2%Ecc progress: 63.3%Ecc progress: 64.4%Ecc progress: 65.5%Ecc progress: 66.6%Ecc progress: 67.7%Ecc progress: 68.8%Ecc progress: 70.0%Ecc progress: 71.1%Ecc progress: 72.2%Ecc progress: 73.3%Ecc progress: 74.4%Ecc progress: 75.5%Ecc progress: 76.6%Ecc progress: 77.7%Ecc progress: 78.8%Ecc progress: 80.0%Ecc progress: 81.1%Ecc progress: 82.2%Ecc progress: 83.3%Ecc progress: 84.4%Ecc progress: 85.5%Ecc progress: 86.6%Ecc progress: 87.7%Ecc progress: 88.8%Ecc progress: 90.0%Ecc progress: 91.1%Ecc progress: 92.2%Ecc progress: 93.3%Ecc progress: 94.4%Ecc progress: 95.5%Ecc progress: 96.6%Ecc progress: 97.7%Ecc progress: 98.8%Ecc progress: 100.0% + 1 repaired sectors: 20972d + 1 repaired sectors: 20973d + 1 repaired sectors: 20974d + 1 repaired sectors: 20975d + 1 repaired sectors: 20976d + 1 repaired sectors: 20977d + 1 repaired sectors: 20978d + 1 repaired sectors: 20979d + 1 repaired sectors: 20980d + 1 repaired sectors: 20981d + 1 repaired sectors: 20982d + 1 repaired sectors: 20983d + 1 repaired sectors: 20984d + 1 repaired sectors: 20985d + 1 repaired sectors: 20986d + 1 repaired sectors: 20987d + 1 repaired sectors: 20988d + 1 repaired sectors: 20989d + 1 repaired sectors: 20990d + 1 repaired sectors: 20991d + 1 repaired sectors: 20992d + 1 repaired sectors: 20993d + 1 repaired sectors: 20994d + 1 repaired sectors: 20995d + 1 repaired sectors: 20996d + 1 repaired sectors: 20997d + 1 repaired sectors: 20998d + 1 repaired sectors: 20999d + 1 repaired sectors: 21000d Repaired sectors: 29 (29 data, 0 ecc) Good! All sectors are repaired. Erasure counts per ecc block: avg = 1.0; worst = 1. diff --git a/regtest/database/RS03f_fix_truncated b/regtest/database/RS03f_fix_truncated index 76e6f75..7411994 100644 --- a/regtest/database/RS03f_fix_truncated +++ b/regtest/database/RS03f_fix_truncated @@ -6,100 +6,98 @@ under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. Opening rs03f-tmp.iso: 20731 medium sectors. -Expanding image: 1%Expanding image: 2%Expanding image: 3%Expanding image: 4%Expanding image: 5%Expanding image: 6%Expanding image: 7%Expanding image: 8%Expanding image: 9%Expanding image: 10%Expanding image: 11%Expanding image: 12%Expanding image: 13%Expanding image: 14%Expanding image: 15%Expanding image: 16%Expanding image: 17%Expanding image: 18%Expanding image: 19%Expanding image: 20%Expanding image: 21%Expanding image: 22%Expanding image: 23%Expanding image: 24%Expanding image: 25%Expanding image: 26%Expanding image: 27%Expanding image: 28%Expanding image: 29%Expanding image: 30%Expanding image: 31%Expanding image: 32%Expanding image: 33%Expanding image: 34%Expanding image: 35%Expanding image: 36%Expanding image: 37%Expanding image: 38%Expanding image: 39%Expanding image: 40%Expanding image: 41%Expanding image: 42%Expanding image: 43%Expanding image: 44%Expanding image: 45%Expanding image: 46%Expanding image: 47%Expanding image: 48%Expanding image: 49%Expanding image: 50%Expanding image: 51%Expanding image: 52%Expanding image: 53%Expanding image: 54%Expanding image: 55%Expanding image: 56%Expanding image: 57%Expanding image: 58%Expanding image: 59%Expanding image: 60%Expanding image: 61%Expanding image: 62%Expanding image: 63%Expanding image: 64%Expanding image: 65%Expanding image: 66%Expanding image: 67%Expanding image: 68%Expanding image: 69%Expanding image: 70%Expanding image: 71%Expanding image: 72%Expanding image: 73%Expanding image: 74%Expanding image: 75%Expanding image: 76%Expanding image: 77%Expanding image: 78%Expanding image: 79%Expanding image: 80%Expanding image: 81%Expanding image: 82%Expanding image: 83%Expanding image: 84%Expanding image: 85%Expanding image: 86%Expanding image: 87%Expanding image: 88%Expanding image: 89%Expanding image: 90%Expanding image: 91%Expanding image: 92%Expanding image: 93%Expanding image: 94%Expanding image: 95%Expanding image: 96%Expanding image: 97%Expanding image: 98%Expanding image: 99%Expanding image: 100% Fix mode(RS03f): Repairable sectors will be fixed in the image. 3 repaired sectors: 20790d 20880d 20970d -Ecc progress: 0.0% 3 repaired sectors: 20791d 20881d 20971d -Ecc progress: 1.1% 3 repaired sectors: 20792d 20882d 20972d -Ecc progress: 2.2% 3 repaired sectors: 20793d 20883d 20973d -Ecc progress: 3.3% 3 repaired sectors: 20794d 20884d 20974d -Ecc progress: 4.4% 3 repaired sectors: 20795d 20885d 20975d -Ecc progress: 5.5% 3 repaired sectors: 20796d 20886d 20976d -Ecc progress: 6.6% 3 repaired sectors: 20797d 20887d 20977d -Ecc progress: 7.7% 3 repaired sectors: 20798d 20888d 20978d -Ecc progress: 8.8% 3 repaired sectors: 20799d 20889d 20979d -Ecc progress: 10.0% 3 repaired sectors: 20800d 20890d 20980d -Ecc progress: 11.1% 3 repaired sectors: 20801d 20891d 20981d -Ecc progress: 12.2% 3 repaired sectors: 20802d 20892d 20982d -Ecc progress: 13.3% 3 repaired sectors: 20803d 20893d 20983d -Ecc progress: 14.4% 3 repaired sectors: 20804d 20894d 20984d -Ecc progress: 15.5% 3 repaired sectors: 20805d 20895d 20985d -Ecc progress: 16.6% 3 repaired sectors: 20806d 20896d 20986d -Ecc progress: 17.7% 3 repaired sectors: 20807d 20897d 20987d -Ecc progress: 18.8% 3 repaired sectors: 20808d 20898d 20988d -Ecc progress: 20.0% 3 repaired sectors: 20809d 20899d 20989d -Ecc progress: 21.1% 3 repaired sectors: 20810d 20900d 20990d -Ecc progress: 22.2% 3 repaired sectors: 20811d 20901d 20991d -Ecc progress: 23.3% 3 repaired sectors: 20812d 20902d 20992d -Ecc progress: 24.4% 3 repaired sectors: 20813d 20903d 20993d -Ecc progress: 25.5% 3 repaired sectors: 20814d 20904d 20994d -Ecc progress: 26.6% 3 repaired sectors: 20815d 20905d 20995d -Ecc progress: 27.7% 3 repaired sectors: 20816d 20906d 20996d -Ecc progress: 28.8% 3 repaired sectors: 20817d 20907d 20997d -Ecc progress: 30.0% 3 repaired sectors: 20818d 20908d 20998d -Ecc progress: 31.1% 3 repaired sectors: 20819d 20909d 20999d -Ecc progress: 32.2% 2 repaired sectors: 20820d 20910d -Ecc progress: 33.3% 3 repaired sectors: 20731d 20821d 20911d -Ecc progress: 34.4% 3 repaired sectors: 20732d 20822d 20912d -Ecc progress: 35.5% 3 repaired sectors: 20733d 20823d 20913d -Ecc progress: 36.6% 3 repaired sectors: 20734d 20824d 20914d -Ecc progress: 37.7% 3 repaired sectors: 20735d 20825d 20915d -Ecc progress: 38.8% 3 repaired sectors: 20736d 20826d 20916d -Ecc progress: 40.0% 3 repaired sectors: 20737d 20827d 20917d -Ecc progress: 41.1% 3 repaired sectors: 20738d 20828d 20918d -Ecc progress: 42.2% 3 repaired sectors: 20739d 20829d 20919d -Ecc progress: 43.3% 3 repaired sectors: 20740d 20830d 20920d -Ecc progress: 44.4% 3 repaired sectors: 20741d 20831d 20921d -Ecc progress: 45.5% 3 repaired sectors: 20742d 20832d 20922d -Ecc progress: 46.6% 3 repaired sectors: 20743d 20833d 20923d -Ecc progress: 47.7% 3 repaired sectors: 20744d 20834d 20924d -Ecc progress: 48.8% 3 repaired sectors: 20745d 20835d 20925d -Ecc progress: 50.0% 3 repaired sectors: 20746d 20836d 20926d -Ecc progress: 51.1% 3 repaired sectors: 20747d 20837d 20927d -Ecc progress: 52.2% 3 repaired sectors: 20748d 20838d 20928d -Ecc progress: 53.3% 3 repaired sectors: 20749d 20839d 20929d -Ecc progress: 54.4% 3 repaired sectors: 20750d 20840d 20930d -Ecc progress: 55.5% 3 repaired sectors: 20751d 20841d 20931d -Ecc progress: 56.6% 3 repaired sectors: 20752d 20842d 20932d -Ecc progress: 57.7% 3 repaired sectors: 20753d 20843d 20933d -Ecc progress: 58.8% 3 repaired sectors: 20754d 20844d 20934d -Ecc progress: 60.0% 3 repaired sectors: 20755d 20845d 20935d -Ecc progress: 61.1% 3 repaired sectors: 20756d 20846d 20936d -Ecc progress: 62.2% 3 repaired sectors: 20757d 20847d 20937d -Ecc progress: 63.3% 3 repaired sectors: 20758d 20848d 20938d -Ecc progress: 64.4% 3 repaired sectors: 20759d 20849d 20939d -Ecc progress: 65.5% 3 repaired sectors: 20760d 20850d 20940d -Ecc progress: 66.6% 3 repaired sectors: 20761d 20851d 20941d -Ecc progress: 67.7% 3 repaired sectors: 20762d 20852d 20942d -Ecc progress: 68.8% 3 repaired sectors: 20763d 20853d 20943d -Ecc progress: 70.0% 3 repaired sectors: 20764d 20854d 20944d -Ecc progress: 71.1% 3 repaired sectors: 20765d 20855d 20945d -Ecc progress: 72.2% 3 repaired sectors: 20766d 20856d 20946d -Ecc progress: 73.3% 3 repaired sectors: 20767d 20857d 20947d -Ecc progress: 74.4% 3 repaired sectors: 20768d 20858d 20948d -Ecc progress: 75.5% 3 repaired sectors: 20769d 20859d 20949d -Ecc progress: 76.6% 3 repaired sectors: 20770d 20860d 20950d -Ecc progress: 77.7% 3 repaired sectors: 20771d 20861d 20951d -Ecc progress: 78.8% 3 repaired sectors: 20772d 20862d 20952d -Ecc progress: 80.0% 3 repaired sectors: 20773d 20863d 20953d -Ecc progress: 81.1% 3 repaired sectors: 20774d 20864d 20954d -Ecc progress: 82.2% 3 repaired sectors: 20775d 20865d 20955d -Ecc progress: 83.3% 3 repaired sectors: 20776d 20866d 20956d -Ecc progress: 84.4% 3 repaired sectors: 20777d 20867d 20957d -Ecc progress: 85.5% 3 repaired sectors: 20778d 20868d 20958d -Ecc progress: 86.6% 3 repaired sectors: 20779d 20869d 20959d -Ecc progress: 87.7% 3 repaired sectors: 20780d 20870d 20960d -Ecc progress: 88.8% 3 repaired sectors: 20781d 20871d 20961d -Ecc progress: 90.0% 3 repaired sectors: 20782d 20872d 20962d -Ecc progress: 91.1% 3 repaired sectors: 20783d 20873d 20963d -Ecc progress: 92.2% 3 repaired sectors: 20784d 20874d 20964d -Ecc progress: 93.3% 3 repaired sectors: 20785d 20875d 20965d -Ecc progress: 94.4% 3 repaired sectors: 20786d 20876d 20966d -Ecc progress: 95.5% 3 repaired sectors: 20787d 20877d 20967d -Ecc progress: 96.6% 3 repaired sectors: 20788d 20878d 20968d -Ecc progress: 97.7% 3 repaired sectors: 20789d 20879d 20969d -Ecc progress: 98.8%Ecc progress: 100.0% + 3 repaired sectors: 20791d 20881d 20971d + 3 repaired sectors: 20792d 20882d 20972d + 3 repaired sectors: 20793d 20883d 20973d + 3 repaired sectors: 20794d 20884d 20974d + 3 repaired sectors: 20795d 20885d 20975d + 3 repaired sectors: 20796d 20886d 20976d + 3 repaired sectors: 20797d 20887d 20977d + 3 repaired sectors: 20798d 20888d 20978d + 3 repaired sectors: 20799d 20889d 20979d + 3 repaired sectors: 20800d 20890d 20980d + 3 repaired sectors: 20801d 20891d 20981d + 3 repaired sectors: 20802d 20892d 20982d + 3 repaired sectors: 20803d 20893d 20983d + 3 repaired sectors: 20804d 20894d 20984d + 3 repaired sectors: 20805d 20895d 20985d + 3 repaired sectors: 20806d 20896d 20986d + 3 repaired sectors: 20807d 20897d 20987d + 3 repaired sectors: 20808d 20898d 20988d + 3 repaired sectors: 20809d 20899d 20989d + 3 repaired sectors: 20810d 20900d 20990d + 3 repaired sectors: 20811d 20901d 20991d + 3 repaired sectors: 20812d 20902d 20992d + 3 repaired sectors: 20813d 20903d 20993d + 3 repaired sectors: 20814d 20904d 20994d + 3 repaired sectors: 20815d 20905d 20995d + 3 repaired sectors: 20816d 20906d 20996d + 3 repaired sectors: 20817d 20907d 20997d + 3 repaired sectors: 20818d 20908d 20998d + 3 repaired sectors: 20819d 20909d 20999d + 2 repaired sectors: 20820d 20910d + 3 repaired sectors: 20731d 20821d 20911d + 3 repaired sectors: 20732d 20822d 20912d + 3 repaired sectors: 20733d 20823d 20913d + 3 repaired sectors: 20734d 20824d 20914d + 3 repaired sectors: 20735d 20825d 20915d + 3 repaired sectors: 20736d 20826d 20916d + 3 repaired sectors: 20737d 20827d 20917d + 3 repaired sectors: 20738d 20828d 20918d + 3 repaired sectors: 20739d 20829d 20919d + 3 repaired sectors: 20740d 20830d 20920d + 3 repaired sectors: 20741d 20831d 20921d + 3 repaired sectors: 20742d 20832d 20922d + 3 repaired sectors: 20743d 20833d 20923d + 3 repaired sectors: 20744d 20834d 20924d + 3 repaired sectors: 20745d 20835d 20925d + 3 repaired sectors: 20746d 20836d 20926d + 3 repaired sectors: 20747d 20837d 20927d + 3 repaired sectors: 20748d 20838d 20928d + 3 repaired sectors: 20749d 20839d 20929d + 3 repaired sectors: 20750d 20840d 20930d + 3 repaired sectors: 20751d 20841d 20931d + 3 repaired sectors: 20752d 20842d 20932d + 3 repaired sectors: 20753d 20843d 20933d + 3 repaired sectors: 20754d 20844d 20934d + 3 repaired sectors: 20755d 20845d 20935d + 3 repaired sectors: 20756d 20846d 20936d + 3 repaired sectors: 20757d 20847d 20937d + 3 repaired sectors: 20758d 20848d 20938d + 3 repaired sectors: 20759d 20849d 20939d + 3 repaired sectors: 20760d 20850d 20940d + 3 repaired sectors: 20761d 20851d 20941d + 3 repaired sectors: 20762d 20852d 20942d + 3 repaired sectors: 20763d 20853d 20943d + 3 repaired sectors: 20764d 20854d 20944d + 3 repaired sectors: 20765d 20855d 20945d + 3 repaired sectors: 20766d 20856d 20946d + 3 repaired sectors: 20767d 20857d 20947d + 3 repaired sectors: 20768d 20858d 20948d + 3 repaired sectors: 20769d 20859d 20949d + 3 repaired sectors: 20770d 20860d 20950d + 3 repaired sectors: 20771d 20861d 20951d + 3 repaired sectors: 20772d 20862d 20952d + 3 repaired sectors: 20773d 20863d 20953d + 3 repaired sectors: 20774d 20864d 20954d + 3 repaired sectors: 20775d 20865d 20955d + 3 repaired sectors: 20776d 20866d 20956d + 3 repaired sectors: 20777d 20867d 20957d + 3 repaired sectors: 20778d 20868d 20958d + 3 repaired sectors: 20779d 20869d 20959d + 3 repaired sectors: 20780d 20870d 20960d + 3 repaired sectors: 20781d 20871d 20961d + 3 repaired sectors: 20782d 20872d 20962d + 3 repaired sectors: 20783d 20873d 20963d + 3 repaired sectors: 20784d 20874d 20964d + 3 repaired sectors: 20785d 20875d 20965d + 3 repaired sectors: 20786d 20876d 20966d + 3 repaired sectors: 20787d 20877d 20967d + 3 repaired sectors: 20788d 20878d 20968d + 3 repaired sectors: 20789d 20879d 20969d Repaired sectors: 269 (269 data, 0 ecc) Good! All sectors are repaired. Erasure counts per ecc block: avg = 3.0; worst = 3. diff --git a/regtest/database/RS03f_good b/regtest/database/RS03f_good index fe14ad2..f3be928 100644 --- a/regtest/database/RS03f_good +++ b/regtest/database/RS03f_good @@ -18,6 +18,6 @@ Error correction properties: Data integrity: - sectors : 21000 in image; 1892 in ecc file -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%- good image/file : all sectors present +- good image/file : all sectors present - data md5sum : 9503f278d4550a9507a317664481adf8 -- Ecc block test : 1% tested- Ecc block test : 2% tested- Ecc block test : 3% tested- Ecc block test : 4% tested- Ecc block test : 5% tested- Ecc block test : 6% tested- Ecc block test : 7% tested- Ecc block test : 8% tested- Ecc block test : 10% tested- Ecc block test : 11% tested- Ecc block test : 12% tested- Ecc block test : 13% tested- Ecc block test : 14% tested- Ecc block test : 15% tested- Ecc block test : 16% tested- Ecc block test : 17% tested- Ecc block test : 18% tested- Ecc block test : 20% tested- Ecc block test : 21% tested- Ecc block test : 22% tested- Ecc block test : 23% tested- Ecc block test : 24% tested- Ecc block test : 25% tested- Ecc block test : 26% tested- Ecc block test : 27% tested- Ecc block test : 28% tested- Ecc block test : 30% tested- Ecc block test : 31% tested- Ecc block test : 32% tested- Ecc block test : 33% tested- Ecc block test : 34% tested- Ecc block test : 35% tested- Ecc block test : 36% tested- Ecc block test : 37% tested- Ecc block test : 38% tested- Ecc block test : 40% tested- Ecc block test : 41% tested- Ecc block test : 42% tested- Ecc block test : 43% tested- Ecc block test : 44% tested- Ecc block test : 45% tested- Ecc block test : 46% tested- Ecc block test : 47% tested- Ecc block test : 48% tested- Ecc block test : 50% tested- Ecc block test : 51% tested- Ecc block test : 52% tested- Ecc block test : 53% tested- Ecc block test : 54% tested- Ecc block test : 55% tested- Ecc block test : 56% tested- Ecc block test : 57% tested- Ecc block test : 58% tested- Ecc block test : 60% tested- Ecc block test : 61% tested- Ecc block test : 62% tested- Ecc block test : 63% tested- Ecc block test : 64% tested- Ecc block test : 65% tested- Ecc block test : 66% tested- Ecc block test : 67% tested- Ecc block test : 68% tested- Ecc block test : 70% tested- Ecc block test : 71% tested- Ecc block test : 72% tested- Ecc block test : 73% tested- Ecc block test : 74% tested- Ecc block test : 75% tested- Ecc block test : 76% tested- Ecc block test : 77% tested- Ecc block test : 78% tested- Ecc block test : 80% tested- Ecc block test : 81% tested- Ecc block test : 82% tested- Ecc block test : 83% tested- Ecc block test : 84% tested- Ecc block test : 85% tested- Ecc block test : 86% tested- Ecc block test : 87% tested- Ecc block test : 88% tested- Ecc block test : 90% tested- Ecc block test : 91% tested- Ecc block test : 92% tested- Ecc block test : 93% tested- Ecc block test : 94% tested- Ecc block test : 95% tested- Ecc block test : 96% tested- Ecc block test : 97% tested- Ecc block test : 98% tested- Ecc block test : 100% tested - Ecc block test : pass +- Ecc block test : pass diff --git a/regtest/database/RS03f_image_plus56_normal_ecc b/regtest/database/RS03f_image_plus56_normal_ecc index 0ff2c18..a22600e 100644 --- a/regtest/database/RS03f_image_plus56_normal_ecc +++ b/regtest/database/RS03f_image_plus56_normal_ecc @@ -18,6 +18,6 @@ Error correction properties: Data integrity: * sectors : 21000 sectors + 56 bytes (21000 expected); 1892 sectors in ecc file -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%- good image/file : all sectors present +- good image/file : all sectors present - data md5sum : 9503f278d4550a9507a317664481adf8 -- Ecc block test : 1% tested- Ecc block test : 2% tested- Ecc block test : 3% tested- Ecc block test : 4% tested- Ecc block test : 5% tested- Ecc block test : 6% tested- Ecc block test : 7% tested- Ecc block test : 8% tested- Ecc block test : 10% tested- Ecc block test : 11% tested- Ecc block test : 12% tested- Ecc block test : 13% tested- Ecc block test : 14% tested- Ecc block test : 15% tested- Ecc block test : 16% tested- Ecc block test : 17% tested- Ecc block test : 18% tested- Ecc block test : 20% tested- Ecc block test : 21% tested- Ecc block test : 22% tested- Ecc block test : 23% tested- Ecc block test : 24% tested- Ecc block test : 25% tested- Ecc block test : 26% tested- Ecc block test : 27% tested- Ecc block test : 28% tested- Ecc block test : 30% tested- Ecc block test : 31% tested- Ecc block test : 32% tested- Ecc block test : 33% tested- Ecc block test : 34% tested- Ecc block test : 35% tested- Ecc block test : 36% tested- Ecc block test : 37% tested- Ecc block test : 38% tested- Ecc block test : 40% tested- Ecc block test : 41% tested- Ecc block test : 42% tested- Ecc block test : 43% tested- Ecc block test : 44% tested- Ecc block test : 45% tested- Ecc block test : 46% tested- Ecc block test : 47% tested- Ecc block test : 48% tested- Ecc block test : 50% tested- Ecc block test : 51% tested- Ecc block test : 52% tested- Ecc block test : 53% tested- Ecc block test : 54% tested- Ecc block test : 55% tested- Ecc block test : 56% tested- Ecc block test : 57% tested- Ecc block test : 58% tested- Ecc block test : 60% tested- Ecc block test : 61% tested- Ecc block test : 62% tested- Ecc block test : 63% tested- Ecc block test : 64% tested- Ecc block test : 65% tested- Ecc block test : 66% tested- Ecc block test : 67% tested- Ecc block test : 68% tested- Ecc block test : 70% tested- Ecc block test : 71% tested- Ecc block test : 72% tested- Ecc block test : 73% tested- Ecc block test : 74% tested- Ecc block test : 75% tested- Ecc block test : 76% tested- Ecc block test : 77% tested- Ecc block test : 78% tested- Ecc block test : 80% tested- Ecc block test : 81% tested- Ecc block test : 82% tested- Ecc block test : 83% tested- Ecc block test : 84% tested- Ecc block test : 85% tested- Ecc block test : 86% tested- Ecc block test : 87% tested- Ecc block test : 88% tested- Ecc block test : 90% tested- Ecc block test : 91% tested- Ecc block test : 92% tested- Ecc block test : 93% tested- Ecc block test : 94% tested- Ecc block test : 95% tested- Ecc block test : 96% tested- Ecc block test : 97% tested- Ecc block test : 98% tested- Ecc block test : 100% tested - Ecc block test : pass +- Ecc block test : pass diff --git a/regtest/database/RS03f_image_truncated_by5 b/regtest/database/RS03f_image_truncated_by5 index 1de640a..079caea 100644 --- a/regtest/database/RS03f_image_truncated_by5 +++ b/regtest/database/RS03f_image_truncated_by5 @@ -18,11 +18,11 @@ Error correction properties: Data integrity: * sectors : 20995 (21000 expected); 1892 sectors in ecc file -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%* missing sectors : 20995 - 20999 -- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* BAD image/file : 5 sectors missing +* missing sectors : 20995 - 20999 +* BAD image/file : 5 sectors missing ... data section : 5 sectors missing; 0 CRC errors ... crc section : 0 sectors missing ... ecc section : 0 sectors missing -- Ecc block test : 1% tested- Ecc block test : 2% tested- Ecc block test : 3% tested- Ecc block test : 4% tested- Ecc block test : 5% tested- Ecc block test : 6% tested- Ecc block test : 7% tested- Ecc block test : 8% tested- Ecc block test : 10% tested- Ecc block test : 11% tested- Ecc block test : 12% tested- Ecc block test : 13% tested- Ecc block test : 14% tested- Ecc block test : 15% tested- Ecc block test : 16% tested- Ecc block test : 17% tested- Ecc block test : 18% tested- Ecc block test : 20% tested- Ecc block test : 21% tested- Ecc block test : 22% tested- Ecc block test : 23% tested- Ecc block test : 24% tested- Ecc block test : 25% tested- Ecc block test : 26% tested- Ecc block test : 27% tested* Ecc block test : 25 good, 1 bad; 28% tested* Ecc block test : 25 good, 2 bad; 30% tested* Ecc block test : 25 good, 3 bad; 31% tested* Ecc block test : 25 good, 4 bad; 32% tested* Ecc block test : 25 good, 5 bad; 33% tested* Ecc block test : 26 good, 5 bad; 34% tested* Ecc block test : 27 good, 5 bad; 35% tested* Ecc block test : 28 good, 5 bad; 36% tested* Ecc block test : 29 good, 5 bad; 37% tested* Ecc block test : 30 good, 5 bad; 38% tested* Ecc block test : 31 good, 5 bad; 40% tested* Ecc block test : 32 good, 5 bad; 41% tested* Ecc block test : 33 good, 5 bad; 42% tested* Ecc block test : 34 good, 5 bad; 43% tested* Ecc block test : 35 good, 5 bad; 44% tested* Ecc block test : 36 good, 5 bad; 45% tested* Ecc block test : 37 good, 5 bad; 46% tested* Ecc block test : 38 good, 5 bad; 47% tested* Ecc block test : 39 good, 5 bad; 48% tested* Ecc block test : 40 good, 5 bad; 50% tested* Ecc block test : 41 good, 5 bad; 51% tested* Ecc block test : 42 good, 5 bad; 52% tested* Ecc block test : 43 good, 5 bad; 53% tested* Ecc block test : 44 good, 5 bad; 54% tested* Ecc block test : 45 good, 5 bad; 55% tested* Ecc block test : 46 good, 5 bad; 56% tested* Ecc block test : 47 good, 5 bad; 57% tested* Ecc block test : 48 good, 5 bad; 58% tested* Ecc block test : 49 good, 5 bad; 60% tested* Ecc block test : 50 good, 5 bad; 61% tested* Ecc block test : 51 good, 5 bad; 62% tested* Ecc block test : 52 good, 5 bad; 63% tested* Ecc block test : 53 good, 5 bad; 64% tested* Ecc block test : 54 good, 5 bad; 65% tested* Ecc block test : 55 good, 5 bad; 66% tested* Ecc block test : 56 good, 5 bad; 67% tested* Ecc block test : 57 good, 5 bad; 68% tested* Ecc block test : 58 good, 5 bad; 70% tested* Ecc block test : 59 good, 5 bad; 71% tested* Ecc block test : 60 good, 5 bad; 72% tested* Ecc block test : 61 good, 5 bad; 73% tested* Ecc block test : 62 good, 5 bad; 74% tested* Ecc block test : 63 good, 5 bad; 75% tested* Ecc block test : 64 good, 5 bad; 76% tested* Ecc block test : 65 good, 5 bad; 77% tested* Ecc block test : 66 good, 5 bad; 78% tested* Ecc block test : 67 good, 5 bad; 80% tested* Ecc block test : 68 good, 5 bad; 81% tested* Ecc block test : 69 good, 5 bad; 82% tested* Ecc block test : 70 good, 5 bad; 83% tested* Ecc block test : 71 good, 5 bad; 84% tested* Ecc block test : 72 good, 5 bad; 85% tested* Ecc block test : 73 good, 5 bad; 86% tested* Ecc block test : 74 good, 5 bad; 87% tested* Ecc block test : 75 good, 5 bad; 88% tested* Ecc block test : 76 good, 5 bad; 90% tested* Ecc block test : 77 good, 5 bad; 91% tested* Ecc block test : 78 good, 5 bad; 92% tested* Ecc block test : 79 good, 5 bad; 93% tested* Ecc block test : 80 good, 5 bad; 94% tested* Ecc block test : 81 good, 5 bad; 95% tested* Ecc block test : 82 good, 5 bad; 96% tested* Ecc block test : 83 good, 5 bad; 97% tested* Ecc block test : 84 good, 5 bad; 98% tested* Ecc block test : 85 good, 5 bad; 100% tested* Ecc block test : 85 good, 5 bad; 10204 bad sub blocks +* Ecc block test : 85 good, 5 bad; 10204 bad sub blocks - erasure counts : avg = 1.0; worst = 1 per ecc block. - prognosis : 22892 of 22892 sectors recoverable (100.0%) diff --git a/regtest/database/RS03f_missing_ecc_header b/regtest/database/RS03f_missing_ecc_header index 2900bc3..78a33a2 100644 --- a/regtest/database/RS03f_missing_ecc_header +++ b/regtest/database/RS03f_missing_ecc_header @@ -163,6 +163,7 @@ Error correction properties: Data integrity: - sectors : 21000 in image; 1892 in ecc file CalcRS03Layout(): returning cached layout (file) -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%- good image/file : all sectors present +- good image/file : all sectors present - data md5sum : 9503f278d4550a9507a317664481adf8 -- Ecc block test : 1% tested- Ecc block test : 2% tested- Ecc block test : 3% tested- Ecc block test : 4% tested- Ecc block test : 5% tested- Ecc block test : 6% tested- Ecc block test : 7% tested- Ecc block test : 8% tested- Ecc block test : 10% tested- Ecc block test : 11% tested- Ecc block test : 12% tested- Ecc block test : 13% tested- Ecc block test : 14% tested- Ecc block test : 15% tested- Ecc block test : 16% tested- Ecc block test : 17% tested- Ecc block test : 18% tested- Ecc block test : 20% tested- Ecc block test : 21% tested- Ecc block test : 22% tested- Ecc block test : 23% tested- Ecc block test : 24% tested- Ecc block test : 25% tested- Ecc block test : 26% tested- Ecc block test : 27% tested- Ecc block test : 28% tested- Ecc block test : 30% tested- Ecc block test : 31% tested- Ecc block test : 32% tested- Ecc block test : 33% tested- Ecc block test : 34% tested- Ecc block test : 35% tested- Ecc block test : 36% tested- Ecc block test : 37% tested- Ecc block test : 38% tested- Ecc block test : 40% tested- Ecc block test : 41% tested- Ecc block test : 42% tested- Ecc block test : 43% tested- Ecc block test : 44% tested- Ecc block test : 45% tested- Ecc block test : 46% tested- Ecc block test : 47% tested- Ecc block test : 48% tested- Ecc block test : 50% tested- Ecc block test : 51% tested- Ecc block test : 52% tested- Ecc block test : 53% tested- Ecc block test : 54% tested- Ecc block test : 55% tested- Ecc block test : 56% tested- Ecc block test : 57% tested- Ecc block test : 58% tested- Ecc block test : 60% tested- Ecc block test : 61% tested- Ecc block test : 62% tested- Ecc block test : 63% tested- Ecc block test : 64% tested- Ecc block test : 65% tested- Ecc block test : 66% tested- Ecc block test : 67% tested- Ecc block test : 68% tested- Ecc block test : 70% tested- Ecc block test : 71% tested- Ecc block test : 72% tested- Ecc block test : 73% tested- Ecc block test : 74% tested- Ecc block test : 75% tested- Ecc block test : 76% tested- Ecc block test : 77% tested- Ecc block test : 78% tested- Ecc block test : 80% tested- Ecc block test : 81% tested- Ecc block test : 82% tested- Ecc block test : 83% tested- Ecc block test : 84% tested- Ecc block test : 85% tested- Ecc block test : 86% tested- Ecc block test : 87% tested- Ecc block test : 88% tested- Ecc block test : 90% tested- Ecc block test : 91% tested- Ecc block test : 92% tested- Ecc block test : 93% tested- Ecc block test : 94% tested- Ecc block test : 95% tested- Ecc block test : 96% tested- Ecc block test : 97% tested- Ecc block test : 98% tested- Ecc block test : 100% tested - Ecc block test : pass +- Ecc block test : pass +FreeCrcBuf - buffer cleared diff --git a/regtest/database/RS03f_missing_ecc_header_and_crc b/regtest/database/RS03f_missing_ecc_header_and_crc index 02d97f1..3f34f41 100644 --- a/regtest/database/RS03f_missing_ecc_header_and_crc +++ b/regtest/database/RS03f_missing_ecc_header_and_crc @@ -163,7 +163,7 @@ Error correction properties: Data integrity: - sectors : 21000 in image; 1892 in ecc file CalcRS03Layout(): returning cached layout (file) -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%* Unrecoverable sector found! +* Unrecoverable sector found! * * Sector 2 is marked unreadable in the ecc file. * @@ -284,10 +284,11 @@ CalcRS03Layout(): returning cached layout (file) * in the ecc file are missing and its error correction * capacity will be reduced. * missing sectors : 2 - 16 (in ecc file) -- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* BAD image/file : 15 sectors missing +* BAD image/file : 15 sectors missing ... data section : 0 sectors missing; 0 CRC errors ... crc section : 15 sectors missing ... ecc section : 0 sectors missing -* Ecc block test : 0 good, 1 bad; 1% tested* Ecc block test : 0 good, 2 bad; 2% tested* Ecc block test : 0 good, 3 bad; 3% tested* Ecc block test : 0 good, 4 bad; 4% tested* Ecc block test : 0 good, 5 bad; 5% tested* Ecc block test : 0 good, 6 bad; 6% tested* Ecc block test : 0 good, 7 bad; 7% tested* Ecc block test : 0 good, 8 bad; 8% tested* Ecc block test : 0 good, 9 bad; 10% tested* Ecc block test : 0 good, 10 bad; 11% tested* Ecc block test : 0 good, 11 bad; 12% tested* Ecc block test : 0 good, 12 bad; 13% tested* Ecc block test : 0 good, 13 bad; 14% tested* Ecc block test : 0 good, 14 bad; 15% tested* Ecc block test : 0 good, 15 bad; 16% tested* Ecc block test : 1 good, 15 bad; 17% tested* Ecc block test : 2 good, 15 bad; 18% tested* Ecc block test : 3 good, 15 bad; 20% tested* Ecc block test : 4 good, 15 bad; 21% tested* Ecc block test : 5 good, 15 bad; 22% tested* Ecc block test : 6 good, 15 bad; 23% tested* Ecc block test : 7 good, 15 bad; 24% tested* Ecc block test : 8 good, 15 bad; 25% tested* Ecc block test : 9 good, 15 bad; 26% tested* Ecc block test : 10 good, 15 bad; 27% tested* Ecc block test : 11 good, 15 bad; 28% tested* Ecc block test : 12 good, 15 bad; 30% tested* Ecc block test : 13 good, 15 bad; 31% tested* Ecc block test : 14 good, 15 bad; 32% tested* Ecc block test : 15 good, 15 bad; 33% tested* Ecc block test : 16 good, 15 bad; 34% tested* Ecc block test : 17 good, 15 bad; 35% tested* Ecc block test : 18 good, 15 bad; 36% tested* Ecc block test : 19 good, 15 bad; 37% tested* Ecc block test : 20 good, 15 bad; 38% tested* Ecc block test : 21 good, 15 bad; 40% tested* Ecc block test : 22 good, 15 bad; 41% tested* Ecc block test : 23 good, 15 bad; 42% tested* Ecc block test : 24 good, 15 bad; 43% tested* Ecc block test : 25 good, 15 bad; 44% tested* Ecc block test : 26 good, 15 bad; 45% tested* Ecc block test : 27 good, 15 bad; 46% tested* Ecc block test : 28 good, 15 bad; 47% tested* Ecc block test : 29 good, 15 bad; 48% tested* Ecc block test : 30 good, 15 bad; 50% tested* Ecc block test : 31 good, 15 bad; 51% tested* Ecc block test : 32 good, 15 bad; 52% tested* Ecc block test : 33 good, 15 bad; 53% tested* Ecc block test : 34 good, 15 bad; 54% tested* Ecc block test : 35 good, 15 bad; 55% tested* Ecc block test : 36 good, 15 bad; 56% tested* Ecc block test : 37 good, 15 bad; 57% tested* Ecc block test : 38 good, 15 bad; 58% tested* Ecc block test : 39 good, 15 bad; 60% tested* Ecc block test : 40 good, 15 bad; 61% tested* Ecc block test : 41 good, 15 bad; 62% tested* Ecc block test : 42 good, 15 bad; 63% tested* Ecc block test : 43 good, 15 bad; 64% tested* Ecc block test : 44 good, 15 bad; 65% tested* Ecc block test : 45 good, 15 bad; 66% tested* Ecc block test : 46 good, 15 bad; 67% tested* Ecc block test : 47 good, 15 bad; 68% tested* Ecc block test : 48 good, 15 bad; 70% tested* Ecc block test : 49 good, 15 bad; 71% tested* Ecc block test : 50 good, 15 bad; 72% tested* Ecc block test : 51 good, 15 bad; 73% tested* Ecc block test : 52 good, 15 bad; 74% tested* Ecc block test : 53 good, 15 bad; 75% tested* Ecc block test : 54 good, 15 bad; 76% tested* Ecc block test : 55 good, 15 bad; 77% tested* Ecc block test : 56 good, 15 bad; 78% tested* Ecc block test : 57 good, 15 bad; 80% tested* Ecc block test : 58 good, 15 bad; 81% tested* Ecc block test : 59 good, 15 bad; 82% tested* Ecc block test : 60 good, 15 bad; 83% tested* Ecc block test : 61 good, 15 bad; 84% tested* Ecc block test : 62 good, 15 bad; 85% tested* Ecc block test : 63 good, 15 bad; 86% tested* Ecc block test : 64 good, 15 bad; 87% tested* Ecc block test : 65 good, 15 bad; 88% tested* Ecc block test : 66 good, 15 bad; 90% tested* Ecc block test : 67 good, 15 bad; 91% tested* Ecc block test : 68 good, 15 bad; 92% tested* Ecc block test : 69 good, 15 bad; 93% tested* Ecc block test : 70 good, 15 bad; 94% tested* Ecc block test : 71 good, 15 bad; 95% tested* Ecc block test : 72 good, 15 bad; 96% tested* Ecc block test : 73 good, 15 bad; 97% tested* Ecc block test : 74 good, 15 bad; 98% tested* Ecc block test : 75 good, 15 bad; 100% tested* Ecc block test : 75 good, 15 bad; 15198 bad sub blocks +* Ecc block test : 75 good, 15 bad; 15198 bad sub blocks - erasure counts : avg = 1.0; worst = 1 per ecc block. - prognosis : 22892 of 22892 sectors recoverable (100.0%) +FreeCrcBuf - buffer cleared diff --git a/regtest/database/RS03f_missing_ecc_header_and_defective_crc b/regtest/database/RS03f_missing_ecc_header_and_defective_crc index 06ba3b0..fc7ffc1 100644 --- a/regtest/database/RS03f_missing_ecc_header_and_defective_crc +++ b/regtest/database/RS03f_missing_ecc_header_and_defective_crc @@ -164,8 +164,9 @@ Error correction properties: Data integrity: - sectors : 21000 in image; 1892 in ecc file CalcRS03Layout(): returning cached layout (file) -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* suspicious image : all sectors present, but 0 CRC errors +* suspicious image : all sectors present, but 0 CRC errors ... data section : 0 sectors missing; 0 CRC errors ... crc section : 0 sectors missing; 1 signature errors ... ecc section : 0 sectors missing -* Ecc block test : 0 good, 1 bad; 1% tested* Ecc block test : 1 good, 1 bad; 2% tested* Ecc block test : 2 good, 1 bad; 3% tested* Ecc block test : 3 good, 1 bad; 4% tested* Ecc block test : 4 good, 1 bad; 5% tested* Ecc block test : 5 good, 1 bad; 6% tested* Ecc block test : 6 good, 1 bad; 7% tested* Ecc block test : 7 good, 1 bad; 8% tested* Ecc block test : 8 good, 1 bad; 10% tested* Ecc block test : 9 good, 1 bad; 11% tested* Ecc block test : 10 good, 1 bad; 12% tested* Ecc block test : 11 good, 1 bad; 13% tested* Ecc block test : 12 good, 1 bad; 14% tested* Ecc block test : 13 good, 1 bad; 15% tested* Ecc block test : 14 good, 1 bad; 16% tested* Ecc block test : 15 good, 1 bad; 17% tested* Ecc block test : 16 good, 1 bad; 18% tested* Ecc block test : 17 good, 1 bad; 20% tested* Ecc block test : 18 good, 1 bad; 21% tested* Ecc block test : 19 good, 1 bad; 22% tested* Ecc block test : 20 good, 1 bad; 23% tested* Ecc block test : 21 good, 1 bad; 24% tested* Ecc block test : 22 good, 1 bad; 25% tested* Ecc block test : 23 good, 1 bad; 26% tested* Ecc block test : 24 good, 1 bad; 27% tested* Ecc block test : 25 good, 1 bad; 28% tested* Ecc block test : 26 good, 1 bad; 30% tested* Ecc block test : 27 good, 1 bad; 31% tested* Ecc block test : 28 good, 1 bad; 32% tested* Ecc block test : 29 good, 1 bad; 33% tested* Ecc block test : 30 good, 1 bad; 34% tested* Ecc block test : 31 good, 1 bad; 35% tested* Ecc block test : 32 good, 1 bad; 36% tested* Ecc block test : 33 good, 1 bad; 37% tested* Ecc block test : 34 good, 1 bad; 38% tested* Ecc block test : 35 good, 1 bad; 40% tested* Ecc block test : 36 good, 1 bad; 41% tested* Ecc block test : 37 good, 1 bad; 42% tested* Ecc block test : 38 good, 1 bad; 43% tested* Ecc block test : 39 good, 1 bad; 44% tested* Ecc block test : 40 good, 1 bad; 45% tested* Ecc block test : 41 good, 1 bad; 46% tested* Ecc block test : 42 good, 1 bad; 47% tested* Ecc block test : 43 good, 1 bad; 48% tested* Ecc block test : 44 good, 1 bad; 50% tested* Ecc block test : 45 good, 1 bad; 51% tested* Ecc block test : 46 good, 1 bad; 52% tested* Ecc block test : 47 good, 1 bad; 53% tested* Ecc block test : 48 good, 1 bad; 54% tested* Ecc block test : 49 good, 1 bad; 55% tested* Ecc block test : 50 good, 1 bad; 56% tested* Ecc block test : 51 good, 1 bad; 57% tested* Ecc block test : 52 good, 1 bad; 58% tested* Ecc block test : 53 good, 1 bad; 60% tested* Ecc block test : 54 good, 1 bad; 61% tested* Ecc block test : 55 good, 1 bad; 62% tested* Ecc block test : 56 good, 1 bad; 63% tested* Ecc block test : 57 good, 1 bad; 64% tested* Ecc block test : 58 good, 1 bad; 65% tested* Ecc block test : 59 good, 1 bad; 66% tested* Ecc block test : 60 good, 1 bad; 67% tested* Ecc block test : 61 good, 1 bad; 68% tested* Ecc block test : 62 good, 1 bad; 70% tested* Ecc block test : 63 good, 1 bad; 71% tested* Ecc block test : 64 good, 1 bad; 72% tested* Ecc block test : 65 good, 1 bad; 73% tested* Ecc block test : 66 good, 1 bad; 74% tested* Ecc block test : 67 good, 1 bad; 75% tested* Ecc block test : 68 good, 1 bad; 76% tested* Ecc block test : 69 good, 1 bad; 77% tested* Ecc block test : 70 good, 1 bad; 78% tested* Ecc block test : 71 good, 1 bad; 80% tested* Ecc block test : 72 good, 1 bad; 81% tested* Ecc block test : 73 good, 1 bad; 82% tested* Ecc block test : 74 good, 1 bad; 83% tested* Ecc block test : 75 good, 1 bad; 84% tested* Ecc block test : 76 good, 1 bad; 85% tested* Ecc block test : 77 good, 1 bad; 86% tested* Ecc block test : 78 good, 1 bad; 87% tested* Ecc block test : 79 good, 1 bad; 88% tested* Ecc block test : 80 good, 1 bad; 90% tested* Ecc block test : 81 good, 1 bad; 91% tested* Ecc block test : 82 good, 1 bad; 92% tested* Ecc block test : 83 good, 1 bad; 93% tested* Ecc block test : 84 good, 1 bad; 94% tested* Ecc block test : 85 good, 1 bad; 95% tested* Ecc block test : 86 good, 1 bad; 96% tested* Ecc block test : 87 good, 1 bad; 97% tested* Ecc block test : 88 good, 1 bad; 98% tested* Ecc block test : 89 good, 1 bad; 100% tested* Ecc block test : 89 good, 1 bad; 1 bad sub blocks +* Ecc block test : 89 good, 1 bad; 1 bad sub blocks +FreeCrcBuf - buffer cleared diff --git a/regtest/database/RS03f_missing_sectors b/regtest/database/RS03f_missing_sectors index 1fabbc7..c5cd304 100644 --- a/regtest/database/RS03f_missing_sectors +++ b/regtest/database/RS03f_missing_sectors @@ -18,11 +18,11 @@ Error correction properties: Data integrity: - sectors : 21000 in image; 1892 in ecc file -- testing sectors : 1%- testing sectors : 2%* missing sectors : 500 - 524 -- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* BAD image/file : 25 sectors missing +* missing sectors : 500 - 524 +* BAD image/file : 25 sectors missing ... data section : 25 sectors missing; 0 CRC errors ... crc section : 0 sectors missing ... ecc section : 0 sectors missing -- Ecc block test : 1% tested- Ecc block test : 2% tested- Ecc block test : 3% tested- Ecc block test : 4% tested- Ecc block test : 5% tested- Ecc block test : 6% tested- Ecc block test : 7% tested- Ecc block test : 8% tested- Ecc block test : 10% tested- Ecc block test : 11% tested- Ecc block test : 12% tested- Ecc block test : 13% tested- Ecc block test : 14% tested- Ecc block test : 15% tested- Ecc block test : 16% tested- Ecc block test : 17% tested- Ecc block test : 18% tested- Ecc block test : 20% tested- Ecc block test : 21% tested- Ecc block test : 22% tested- Ecc block test : 23% tested- Ecc block test : 24% tested- Ecc block test : 25% tested- Ecc block test : 26% tested- Ecc block test : 27% tested- Ecc block test : 28% tested- Ecc block test : 30% tested- Ecc block test : 31% tested- Ecc block test : 32% tested- Ecc block test : 33% tested- Ecc block test : 34% tested- Ecc block test : 35% tested- Ecc block test : 36% tested- Ecc block test : 37% tested- Ecc block test : 38% tested- Ecc block test : 40% tested- Ecc block test : 41% tested- Ecc block test : 42% tested- Ecc block test : 43% tested- Ecc block test : 44% tested- Ecc block test : 45% tested- Ecc block test : 46% tested- Ecc block test : 47% tested- Ecc block test : 48% tested- Ecc block test : 50% tested- Ecc block test : 51% tested- Ecc block test : 52% tested- Ecc block test : 53% tested- Ecc block test : 54% tested- Ecc block test : 55% tested* Ecc block test : 50 good, 1 bad; 56% tested* Ecc block test : 50 good, 2 bad; 57% tested* Ecc block test : 50 good, 3 bad; 58% tested* Ecc block test : 50 good, 4 bad; 60% tested* Ecc block test : 50 good, 5 bad; 61% tested* Ecc block test : 50 good, 6 bad; 62% tested* Ecc block test : 50 good, 7 bad; 63% tested* Ecc block test : 50 good, 8 bad; 64% tested* Ecc block test : 50 good, 9 bad; 65% tested* Ecc block test : 50 good, 10 bad; 66% tested* Ecc block test : 50 good, 11 bad; 67% tested* Ecc block test : 50 good, 12 bad; 68% tested* Ecc block test : 50 good, 13 bad; 70% tested* Ecc block test : 50 good, 14 bad; 71% tested* Ecc block test : 50 good, 15 bad; 72% tested* Ecc block test : 50 good, 16 bad; 73% tested* Ecc block test : 50 good, 17 bad; 74% tested* Ecc block test : 50 good, 18 bad; 75% tested* Ecc block test : 50 good, 19 bad; 76% tested* Ecc block test : 50 good, 20 bad; 77% tested* Ecc block test : 50 good, 21 bad; 78% tested* Ecc block test : 50 good, 22 bad; 80% tested* Ecc block test : 50 good, 23 bad; 81% tested* Ecc block test : 50 good, 24 bad; 82% tested* Ecc block test : 50 good, 25 bad; 83% tested* Ecc block test : 51 good, 25 bad; 84% tested* Ecc block test : 52 good, 25 bad; 85% tested* Ecc block test : 53 good, 25 bad; 86% tested* Ecc block test : 54 good, 25 bad; 87% tested* Ecc block test : 55 good, 25 bad; 88% tested* Ecc block test : 56 good, 25 bad; 90% tested* Ecc block test : 57 good, 25 bad; 91% tested* Ecc block test : 58 good, 25 bad; 92% tested* Ecc block test : 59 good, 25 bad; 93% tested* Ecc block test : 60 good, 25 bad; 94% tested* Ecc block test : 61 good, 25 bad; 95% tested* Ecc block test : 62 good, 25 bad; 96% tested* Ecc block test : 63 good, 25 bad; 97% tested* Ecc block test : 64 good, 25 bad; 98% tested* Ecc block test : 65 good, 25 bad; 100% tested* Ecc block test : 65 good, 25 bad; 51029 bad sub blocks +* Ecc block test : 65 good, 25 bad; 51029 bad sub blocks - erasure counts : avg = 1.0; worst = 1 per ecc block. - prognosis : 22892 of 22892 sectors recoverable (100.0%) diff --git a/regtest/database/RS03f_mixed_errors b/regtest/database/RS03f_mixed_errors index f6bd92f..f940247 100644 --- a/regtest/database/RS03f_mixed_errors +++ b/regtest/database/RS03f_mixed_errors @@ -18,17 +18,17 @@ Error correction properties: Data integrity: - sectors : 21000 in image; 1892 in ecc file -- testing sectors : 1%- testing sectors : 2%* missing sectors : 500 - 524 +* missing sectors : 500 - 524 * CRC error, sector: 670 -- testing sectors : 3%* missing sector : 699 +* missing sector : 699 * CRC error, sector: 770 * CRC error, sector: 771 * CRC error, sector: 772 -- testing sectors : 4%* missing sectors : 978 - 1001 -- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* BAD image : 50 sectors missing, 4 CRC errors +* missing sectors : 978 - 1001 +* BAD image : 50 sectors missing, 4 CRC errors ... data section : 50 sectors missing; 4 CRC errors ... crc section : 0 sectors missing ... ecc section : 0 sectors missing -* Ecc block test : 0 good, 1 bad; 1% tested* Ecc block test : 0 good, 2 bad; 2% tested* Ecc block test : 0 good, 3 bad; 3% tested* Ecc block test : 0 good, 4 bad; 4% tested* Ecc block test : 0 good, 5 bad; 5% tested* Ecc block test : 0 good, 6 bad; 6% tested* Ecc block test : 0 good, 7 bad; 7% tested* Ecc block test : 0 good, 8 bad; 8% tested* Ecc block test : 0 good, 9 bad; 10% tested* Ecc block test : 0 good, 10 bad; 11% tested* Ecc block test : 0 good, 11 bad; 12% tested* Ecc block test : 0 good, 12 bad; 13% tested* Ecc block test : 1 good, 12 bad; 14% tested* Ecc block test : 2 good, 12 bad; 15% tested* Ecc block test : 3 good, 12 bad; 16% tested* Ecc block test : 4 good, 12 bad; 17% tested* Ecc block test : 5 good, 12 bad; 18% tested* Ecc block test : 6 good, 12 bad; 20% tested* Ecc block test : 7 good, 12 bad; 21% tested* Ecc block test : 8 good, 12 bad; 22% tested* Ecc block test : 9 good, 12 bad; 23% tested* Ecc block test : 10 good, 12 bad; 24% tested* Ecc block test : 11 good, 12 bad; 25% tested* Ecc block test : 12 good, 12 bad; 26% tested* Ecc block test : 13 good, 12 bad; 27% tested* Ecc block test : 14 good, 12 bad; 28% tested* Ecc block test : 15 good, 12 bad; 30% tested* Ecc block test : 16 good, 12 bad; 31% tested* Ecc block test : 17 good, 12 bad; 32% tested* Ecc block test : 18 good, 12 bad; 33% tested* Ecc block test : 19 good, 12 bad; 34% tested* Ecc block test : 20 good, 12 bad; 35% tested* Ecc block test : 21 good, 12 bad; 36% tested* Ecc block test : 22 good, 12 bad; 37% tested* Ecc block test : 23 good, 12 bad; 38% tested* Ecc block test : 24 good, 12 bad; 40% tested* Ecc block test : 25 good, 12 bad; 41% tested* Ecc block test : 26 good, 12 bad; 42% tested* Ecc block test : 27 good, 12 bad; 43% tested* Ecc block test : 28 good, 12 bad; 44% tested* Ecc block test : 28 good, 13 bad; 45% tested* Ecc block test : 29 good, 13 bad; 46% tested* Ecc block test : 30 good, 13 bad; 47% tested* Ecc block test : 31 good, 13 bad; 48% tested* Ecc block test : 32 good, 13 bad; 50% tested* Ecc block test : 33 good, 13 bad; 51% tested* Ecc block test : 34 good, 13 bad; 52% tested* Ecc block test : 35 good, 13 bad; 53% tested* Ecc block test : 36 good, 13 bad; 54% tested* Ecc block test : 37 good, 13 bad; 55% tested* Ecc block test : 37 good, 14 bad; 56% tested* Ecc block test : 37 good, 15 bad; 57% tested* Ecc block test : 37 good, 16 bad; 58% tested* Ecc block test : 37 good, 17 bad; 60% tested* Ecc block test : 37 good, 18 bad; 61% tested* Ecc block test : 37 good, 19 bad; 62% tested* Ecc block test : 37 good, 20 bad; 63% tested* Ecc block test : 37 good, 21 bad; 64% tested* Ecc block test : 37 good, 22 bad; 65% tested* Ecc block test : 37 good, 23 bad; 66% tested* Ecc block test : 37 good, 24 bad; 67% tested* Ecc block test : 37 good, 25 bad; 68% tested* Ecc block test : 37 good, 26 bad; 70% tested* Ecc block test : 37 good, 27 bad; 71% tested* Ecc block test : 37 good, 28 bad; 72% tested* Ecc block test : 37 good, 29 bad; 73% tested* Ecc block test : 37 good, 30 bad; 74% tested* Ecc block test : 37 good, 31 bad; 75% tested* Ecc block test : 37 good, 32 bad; 76% tested* Ecc block test : 37 good, 33 bad; 77% tested* Ecc block test : 37 good, 34 bad; 78% tested* Ecc block test : 37 good, 35 bad; 80% tested* Ecc block test : 37 good, 36 bad; 81% tested* Ecc block test : 37 good, 37 bad; 82% tested* Ecc block test : 37 good, 38 bad; 83% tested* Ecc block test : 38 good, 38 bad; 84% tested* Ecc block test : 39 good, 38 bad; 85% tested* Ecc block test : 40 good, 38 bad; 86% tested* Ecc block test : 40 good, 39 bad; 87% tested* Ecc block test : 40 good, 40 bad; 88% tested* Ecc block test : 40 good, 41 bad; 90% tested* Ecc block test : 40 good, 42 bad; 91% tested* Ecc block test : 40 good, 43 bad; 92% tested* Ecc block test : 40 good, 44 bad; 93% tested* Ecc block test : 40 good, 45 bad; 94% tested* Ecc block test : 40 good, 46 bad; 95% tested* Ecc block test : 40 good, 47 bad; 96% tested* Ecc block test : 40 good, 48 bad; 97% tested* Ecc block test : 40 good, 49 bad; 98% tested* Ecc block test : 40 good, 50 bad; 100% tested* Ecc block test : 40 good, 50 bad; 99991 bad sub blocks +* Ecc block test : 40 good, 50 bad; 99991 bad sub blocks - erasure counts : avg = 1.1; worst = 2 per ecc block. - prognosis : 22892 of 22892 sectors recoverable (100.0%) diff --git a/regtest/database/RS03f_normal_image_ecc_plus56_bytes b/regtest/database/RS03f_normal_image_ecc_plus56_bytes index cfd24ec..948ba2b 100644 --- a/regtest/database/RS03f_normal_image_ecc_plus56_bytes +++ b/regtest/database/RS03f_normal_image_ecc_plus56_bytes @@ -18,11 +18,11 @@ Error correction properties: Data integrity: * sectors : 21000 (21000 sectors + 56 bytes expected); 1892 sectors in ecc file -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%* missing sector : 21000 -- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* BAD image/file : 1 sectors missing +* missing sector : 21000 +* BAD image/file : 1 sectors missing ... data section : 1 sectors missing; 0 CRC errors ... crc section : 0 sectors missing ... ecc section : 0 sectors missing -- Ecc block test : 1% tested- Ecc block test : 2% tested- Ecc block test : 3% tested- Ecc block test : 4% tested- Ecc block test : 5% tested- Ecc block test : 6% tested- Ecc block test : 7% tested- Ecc block test : 8% tested- Ecc block test : 10% tested- Ecc block test : 11% tested- Ecc block test : 12% tested- Ecc block test : 13% tested- Ecc block test : 14% tested- Ecc block test : 15% tested- Ecc block test : 16% tested- Ecc block test : 17% tested- Ecc block test : 18% tested- Ecc block test : 20% tested- Ecc block test : 21% tested- Ecc block test : 22% tested- Ecc block test : 23% tested- Ecc block test : 24% tested- Ecc block test : 25% tested- Ecc block test : 26% tested- Ecc block test : 27% tested- Ecc block test : 28% tested- Ecc block test : 30% tested- Ecc block test : 31% tested- Ecc block test : 32% tested- Ecc block test : 33% tested* Ecc block test : 30 good, 1 bad; 34% tested* Ecc block test : 31 good, 1 bad; 35% tested* Ecc block test : 32 good, 1 bad; 36% tested* Ecc block test : 33 good, 1 bad; 37% tested* Ecc block test : 34 good, 1 bad; 38% tested* Ecc block test : 35 good, 1 bad; 40% tested* Ecc block test : 36 good, 1 bad; 41% tested* Ecc block test : 37 good, 1 bad; 42% tested* Ecc block test : 38 good, 1 bad; 43% tested* Ecc block test : 39 good, 1 bad; 44% tested* Ecc block test : 40 good, 1 bad; 45% tested* Ecc block test : 41 good, 1 bad; 46% tested* Ecc block test : 42 good, 1 bad; 47% tested* Ecc block test : 43 good, 1 bad; 48% tested* Ecc block test : 44 good, 1 bad; 50% tested* Ecc block test : 45 good, 1 bad; 51% tested* Ecc block test : 46 good, 1 bad; 52% tested* Ecc block test : 47 good, 1 bad; 53% tested* Ecc block test : 48 good, 1 bad; 54% tested* Ecc block test : 49 good, 1 bad; 55% tested* Ecc block test : 50 good, 1 bad; 56% tested* Ecc block test : 51 good, 1 bad; 57% tested* Ecc block test : 52 good, 1 bad; 58% tested* Ecc block test : 53 good, 1 bad; 60% tested* Ecc block test : 54 good, 1 bad; 61% tested* Ecc block test : 55 good, 1 bad; 62% tested* Ecc block test : 56 good, 1 bad; 63% tested* Ecc block test : 57 good, 1 bad; 64% tested* Ecc block test : 58 good, 1 bad; 65% tested* Ecc block test : 59 good, 1 bad; 66% tested* Ecc block test : 60 good, 1 bad; 67% tested* Ecc block test : 61 good, 1 bad; 68% tested* Ecc block test : 62 good, 1 bad; 70% tested* Ecc block test : 63 good, 1 bad; 71% tested* Ecc block test : 64 good, 1 bad; 72% tested* Ecc block test : 65 good, 1 bad; 73% tested* Ecc block test : 66 good, 1 bad; 74% tested* Ecc block test : 67 good, 1 bad; 75% tested* Ecc block test : 68 good, 1 bad; 76% tested* Ecc block test : 69 good, 1 bad; 77% tested* Ecc block test : 70 good, 1 bad; 78% tested* Ecc block test : 71 good, 1 bad; 80% tested* Ecc block test : 72 good, 1 bad; 81% tested* Ecc block test : 73 good, 1 bad; 82% tested* Ecc block test : 74 good, 1 bad; 83% tested* Ecc block test : 75 good, 1 bad; 84% tested* Ecc block test : 76 good, 1 bad; 85% tested* Ecc block test : 77 good, 1 bad; 86% tested* Ecc block test : 78 good, 1 bad; 87% tested* Ecc block test : 79 good, 1 bad; 88% tested* Ecc block test : 80 good, 1 bad; 90% tested* Ecc block test : 81 good, 1 bad; 91% tested* Ecc block test : 82 good, 1 bad; 92% tested* Ecc block test : 83 good, 1 bad; 93% tested* Ecc block test : 84 good, 1 bad; 94% tested* Ecc block test : 85 good, 1 bad; 95% tested* Ecc block test : 86 good, 1 bad; 96% tested* Ecc block test : 87 good, 1 bad; 97% tested* Ecc block test : 88 good, 1 bad; 98% tested* Ecc block test : 89 good, 1 bad; 100% tested* Ecc block test : 89 good, 1 bad; 316 bad sub blocks +* Ecc block test : 89 good, 1 bad; 316 bad sub blocks - erasure counts : avg = 1.0; worst = 1 per ecc block. - prognosis : 22893 of 22893 sectors recoverable (100.0%) diff --git a/regtest/database/RS03f_one_extra_sector b/regtest/database/RS03f_one_extra_sector index ad9ab66..608df80 100644 --- a/regtest/database/RS03f_one_extra_sector +++ b/regtest/database/RS03f_one_extra_sector @@ -18,6 +18,6 @@ Error correction properties: Data integrity: * sectors : 21001 (21000 expected); 1892 sectors in ecc file -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%- good image/file : all sectors present +- good image/file : all sectors present - data md5sum : 9503f278d4550a9507a317664481adf8 -- Ecc block test : 1% tested- Ecc block test : 2% tested- Ecc block test : 3% tested- Ecc block test : 4% tested- Ecc block test : 5% tested- Ecc block test : 6% tested- Ecc block test : 7% tested- Ecc block test : 8% tested- Ecc block test : 10% tested- Ecc block test : 11% tested- Ecc block test : 12% tested- Ecc block test : 13% tested- Ecc block test : 14% tested- Ecc block test : 15% tested- Ecc block test : 16% tested- Ecc block test : 17% tested- Ecc block test : 18% tested- Ecc block test : 20% tested- Ecc block test : 21% tested- Ecc block test : 22% tested- Ecc block test : 23% tested- Ecc block test : 24% tested- Ecc block test : 25% tested- Ecc block test : 26% tested- Ecc block test : 27% tested- Ecc block test : 28% tested- Ecc block test : 30% tested- Ecc block test : 31% tested- Ecc block test : 32% tested- Ecc block test : 33% tested- Ecc block test : 34% tested- Ecc block test : 35% tested- Ecc block test : 36% tested- Ecc block test : 37% tested- Ecc block test : 38% tested- Ecc block test : 40% tested- Ecc block test : 41% tested- Ecc block test : 42% tested- Ecc block test : 43% tested- Ecc block test : 44% tested- Ecc block test : 45% tested- Ecc block test : 46% tested- Ecc block test : 47% tested- Ecc block test : 48% tested- Ecc block test : 50% tested- Ecc block test : 51% tested- Ecc block test : 52% tested- Ecc block test : 53% tested- Ecc block test : 54% tested- Ecc block test : 55% tested- Ecc block test : 56% tested- Ecc block test : 57% tested- Ecc block test : 58% tested- Ecc block test : 60% tested- Ecc block test : 61% tested- Ecc block test : 62% tested- Ecc block test : 63% tested- Ecc block test : 64% tested- Ecc block test : 65% tested- Ecc block test : 66% tested- Ecc block test : 67% tested- Ecc block test : 68% tested- Ecc block test : 70% tested- Ecc block test : 71% tested- Ecc block test : 72% tested- Ecc block test : 73% tested- Ecc block test : 74% tested- Ecc block test : 75% tested- Ecc block test : 76% tested- Ecc block test : 77% tested- Ecc block test : 78% tested- Ecc block test : 80% tested- Ecc block test : 81% tested- Ecc block test : 82% tested- Ecc block test : 83% tested- Ecc block test : 84% tested- Ecc block test : 85% tested- Ecc block test : 86% tested- Ecc block test : 87% tested- Ecc block test : 88% tested- Ecc block test : 90% tested- Ecc block test : 91% tested- Ecc block test : 92% tested- Ecc block test : 93% tested- Ecc block test : 94% tested- Ecc block test : 95% tested- Ecc block test : 96% tested- Ecc block test : 97% tested- Ecc block test : 98% tested- Ecc block test : 100% tested - Ecc block test : pass +- Ecc block test : pass diff --git a/regtest/database/RS03f_plus56_bytes b/regtest/database/RS03f_plus56_bytes index 3b4f9b2..9a17222 100644 --- a/regtest/database/RS03f_plus56_bytes +++ b/regtest/database/RS03f_plus56_bytes @@ -18,6 +18,6 @@ Error correction properties: Data integrity: - sectors : 21000 sectors + 56 bytes in image; 1892 in ecc file -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%- good image/file : all sectors present +- good image/file : all sectors present - data md5sum : 9a76b7f448a8bdaeee6254c615ef0f17 -- Ecc block test : 1% tested- Ecc block test : 2% tested- Ecc block test : 3% tested- Ecc block test : 4% tested- Ecc block test : 5% tested- Ecc block test : 6% tested- Ecc block test : 7% tested- Ecc block test : 8% tested- Ecc block test : 10% tested- Ecc block test : 11% tested- Ecc block test : 12% tested- Ecc block test : 13% tested- Ecc block test : 14% tested- Ecc block test : 15% tested- Ecc block test : 16% tested- Ecc block test : 17% tested- Ecc block test : 18% tested- Ecc block test : 20% tested- Ecc block test : 21% tested- Ecc block test : 22% tested- Ecc block test : 23% tested- Ecc block test : 24% tested- Ecc block test : 25% tested- Ecc block test : 26% tested- Ecc block test : 27% tested- Ecc block test : 28% tested- Ecc block test : 30% tested- Ecc block test : 31% tested- Ecc block test : 32% tested- Ecc block test : 33% tested- Ecc block test : 34% tested- Ecc block test : 35% tested- Ecc block test : 36% tested- Ecc block test : 37% tested- Ecc block test : 38% tested- Ecc block test : 40% tested- Ecc block test : 41% tested- Ecc block test : 42% tested- Ecc block test : 43% tested- Ecc block test : 44% tested- Ecc block test : 45% tested- Ecc block test : 46% tested- Ecc block test : 47% tested- Ecc block test : 48% tested- Ecc block test : 50% tested- Ecc block test : 51% tested- Ecc block test : 52% tested- Ecc block test : 53% tested- Ecc block test : 54% tested- Ecc block test : 55% tested- Ecc block test : 56% tested- Ecc block test : 57% tested- Ecc block test : 58% tested- Ecc block test : 60% tested- Ecc block test : 61% tested- Ecc block test : 62% tested- Ecc block test : 63% tested- Ecc block test : 64% tested- Ecc block test : 65% tested- Ecc block test : 66% tested- Ecc block test : 67% tested- Ecc block test : 68% tested- Ecc block test : 70% tested- Ecc block test : 71% tested- Ecc block test : 72% tested- Ecc block test : 73% tested- Ecc block test : 74% tested- Ecc block test : 75% tested- Ecc block test : 76% tested- Ecc block test : 77% tested- Ecc block test : 78% tested- Ecc block test : 80% tested- Ecc block test : 81% tested- Ecc block test : 82% tested- Ecc block test : 83% tested- Ecc block test : 84% tested- Ecc block test : 85% tested- Ecc block test : 86% tested- Ecc block test : 87% tested- Ecc block test : 88% tested- Ecc block test : 90% tested- Ecc block test : 91% tested- Ecc block test : 92% tested- Ecc block test : 93% tested- Ecc block test : 94% tested- Ecc block test : 95% tested- Ecc block test : 96% tested- Ecc block test : 97% tested- Ecc block test : 98% tested- Ecc block test : 100% tested - Ecc block test : pass +- Ecc block test : pass diff --git a/regtest/database/RS03f_read_bad_header b/regtest/database/RS03f_read_bad_header index c73b022..4430f02 100644 --- a/regtest/database/RS03f_read_bad_header +++ b/regtest/database/RS03f_read_bad_header @@ -116,6 +116,12 @@ ndata = 235 nroots = 20 ( 8.5%) done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx)CRC NOT created. All sectors successfully read. Checksums match. +CrcBuf contents, image path none (medium): + crcSize: 21000, dataSectors: 21000, coveredSectors: 21000, allSectors: 21000 + md5State: data_complete image_complete + data: 9503f278d4550a9507a317664481adf8 + full: 9503f278d4550a9507a317664481adf8 + fp sector: 16; 15c0fd35a0cfa0f83b9ccbd8604c2592 + missing crcs: 0 diff --git a/regtest/database/RS03f_read_crc_bad_byte b/regtest/database/RS03f_read_crc_bad_byte index 5a16443..32e7e14 100644 --- a/regtest/database/RS03f_read_crc_bad_byte +++ b/regtest/database/RS03f_read_crc_bad_byte @@ -11,5 +11,5 @@ Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Creating new rs03f-tmp.iso image. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read, but incomplete or damaged checksums. diff --git a/regtest/database/RS03f_read_crc_section_with_uncorrectable_dsm b/regtest/database/RS03f_read_crc_section_with_uncorrectable_dsm index 5a16443..32e7e14 100644 --- a/regtest/database/RS03f_read_crc_section_with_uncorrectable_dsm +++ b/regtest/database/RS03f_read_crc_section_with_uncorrectable_dsm @@ -11,5 +11,5 @@ Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Creating new rs03f-tmp.iso image. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read, but incomplete or damaged checksums. diff --git a/regtest/database/RS03f_read_data_bad_byte b/regtest/database/RS03f_read_data_bad_byte index c2b8e4d..44781ca 100644 --- a/regtest/database/RS03f_read_data_bad_byte +++ b/regtest/database/RS03f_read_data_bad_byte @@ -12,7 +12,7 @@ Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Creating new rs03f-tmp.iso image. Reading CRC information from ecc data (RS03) ... done. * CRC error, sector: 0 -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx) * CRC error, sector: 1235 -Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) * CRC error, sector: 20999 +* CRC error, sector: 1235 +* CRC error, sector: 20999 3 CRC errors. diff --git a/regtest/database/RS03f_read_ecc_bad_byte b/regtest/database/RS03f_read_ecc_bad_byte index 988c094..b7e7f67 100644 --- a/regtest/database/RS03f_read_ecc_bad_byte +++ b/regtest/database/RS03f_read_ecc_bad_byte @@ -11,5 +11,5 @@ Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Creating new rs03f-tmp.iso image. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. Checksums match. diff --git a/regtest/database/RS03f_read_good b/regtest/database/RS03f_read_good index 6950c4c..7940e8e 100644 --- a/regtest/database/RS03f_read_good +++ b/regtest/database/RS03f_read_good @@ -11,5 +11,5 @@ Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Creating new rs03f-tmp.iso image. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. Checksums match. diff --git a/regtest/database/RS03f_read_good_verbose b/regtest/database/RS03f_read_good_verbose index 852004d..072dd27 100644 --- a/regtest/database/RS03f_read_good_verbose +++ b/regtest/database/RS03f_read_good_verbose @@ -114,6 +114,12 @@ ndata = 235 nroots = 20 ( 8.5%) done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx)CRC NOT created. All sectors successfully read. Checksums match. +CrcBuf contents, image path none (medium): + crcSize: 21000, dataSectors: 21000, coveredSectors: 21000, allSectors: 21000 + md5State: data_complete image_complete + data: 9503f278d4550a9507a317664481adf8 + full: 9503f278d4550a9507a317664481adf8 + fp sector: 16; 15c0fd35a0cfa0f83b9ccbd8604c2592 + missing crcs: 0 diff --git a/regtest/database/RS03f_read_incompatible_ecc b/regtest/database/RS03f_read_incompatible_ecc index e907e88..6853638 100644 --- a/regtest/database/RS03f_read_incompatible_ecc +++ b/regtest/database/RS03f_read_incompatible_ecc @@ -16,5 +16,5 @@ Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Creating new rs03f-tmp.iso image. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. Checksums match. diff --git a/regtest/database/RS03f_read_longer b/regtest/database/RS03f_read_longer index 58018d4..88fb7ef 100644 --- a/regtest/database/RS03f_read_longer +++ b/regtest/database/RS03f_read_longer @@ -114,6 +114,12 @@ ndata = 235 nroots = 20 ( 8.5%) done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx)CRC NOT created. All sectors successfully read. Checksums match. +CrcBuf contents, image path none (medium): + crcSize: 21000, dataSectors: 21000, coveredSectors: 21000, allSectors: 21000 + md5State: data_complete image_complete + data: 9503f278d4550a9507a317664481adf8 + full: 9503f278d4550a9507a317664481adf8 + fp sector: 16; 15c0fd35a0cfa0f83b9ccbd8604c2592 + missing crcs: 0 diff --git a/regtest/database/RS03f_read_missing_crc_sectors b/regtest/database/RS03f_read_missing_crc_sectors index 5a16443..32e7e14 100644 --- a/regtest/database/RS03f_read_missing_crc_sectors +++ b/regtest/database/RS03f_read_missing_crc_sectors @@ -11,5 +11,5 @@ Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Creating new rs03f-tmp.iso image. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read, but incomplete or damaged checksums. diff --git a/regtest/database/RS03f_read_missing_data_sectors b/regtest/database/RS03f_read_missing_data_sectors index 59c4a93..4eab7d0 100644 --- a/regtest/database/RS03f_read_missing_data_sectors +++ b/regtest/database/RS03f_read_missing_data_sectors @@ -11,7 +11,7 @@ Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Creating new rs03f-tmp.iso image. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Sector 992, try 1: Medium Error; Unrecovered read error. +Sector 992, try 1: Medium Error; Unrecovered read error. Sector 992: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 1008, try 1: Medium Error; Unrecovered read error. Sector 1008: Medium Error; Unrecovered read error. Skipping 15 sectors. @@ -19,9 +19,9 @@ Sector 1024, try 1: Medium Error; Unrecovered read error. Sector 1024: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 1040, try 1: Medium Error; Unrecovered read error. Sector 1040: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Sector 11216, try 1: Medium Error; Unrecovered read error. +Sector 11216, try 1: Medium Error; Unrecovered read error. Sector 11216: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Sector 12448, try 1: Medium Error; Unrecovered read error. +Sector 12448, try 1: Medium Error; Unrecovered read error. Sector 12448: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + 96 unreadable sectors. diff --git a/regtest/database/RS03f_read_missing_ecc_sectors b/regtest/database/RS03f_read_missing_ecc_sectors index 988c094..b7e7f67 100644 --- a/regtest/database/RS03f_read_missing_ecc_sectors +++ b/regtest/database/RS03f_read_missing_ecc_sectors @@ -11,5 +11,5 @@ Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Creating new rs03f-tmp.iso image. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. Checksums match. diff --git a/regtest/database/RS03f_read_multipass_ecc_partial_success b/regtest/database/RS03f_read_multipass_ecc_partial_success new file mode 100644 index 0000000..c7a0960 --- /dev/null +++ b/regtest/database/RS03f_read_multipass_ecc_partial_success @@ -0,0 +1,1312 @@ +b04f62949acf495dad22ca96ba6d275d +e8bd6d058a29a84fd7675dc2f0705404 +This software comes with ABSOLUTELY NO WARRANTY. This +is free software and you are welcome to redistribute it +under the conditions of the GNU GENERAL PUBLIC LICENSE. +See the file "COPYING" for further information. + +Device: sim-cd, Simulated CD drive 1.00 +Using READ CD. +Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. + +Creating new rs03f-tmp.iso image. +Reading CRC information from ecc data (RS03) ... done. +* CRC error, sector: 10000 +Sector 15792, try 1: Medium Error; Unrecovered read error. +Sector 15792: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15808, try 1: Medium Error; Unrecovered read error. +Sector 15808: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15824, try 1: Medium Error; Unrecovered read error. +Sector 15824: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15840, try 1: Medium Error; Unrecovered read error. +Sector 15840: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15856, try 1: Medium Error; Unrecovered read error. +Sector 15856: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15872, try 1: Medium Error; Unrecovered read error. +Sector 15872: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15888, try 1: Medium Error; Unrecovered read error. +Sector 15888: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15904, try 1: Medium Error; Unrecovered read error. +Sector 15904: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15920, try 1: Medium Error; Unrecovered read error. +Sector 15920: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15936, try 1: Medium Error; Unrecovered read error. +Sector 15936: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15952, try 1: Medium Error; Unrecovered read error. +Sector 15952: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15968, try 1: Medium Error; Unrecovered read error. +Sector 15968: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15984, try 1: Medium Error; Unrecovered read error. +Sector 15984: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16000, try 1: Medium Error; Unrecovered read error. +Sector 16000: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16016, try 1: Medium Error; Unrecovered read error. +Sector 16016: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16032, try 1: Medium Error; Unrecovered read error. +Sector 16032: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16048, try 1: Medium Error; Unrecovered read error. +Sector 16048: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16064, try 1: Medium Error; Unrecovered read error. +Sector 16064: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16080, try 1: Medium Error; Unrecovered read error. +Sector 16080: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16096, try 1: Medium Error; Unrecovered read error. +Sector 16096: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16112, try 1: Medium Error; Unrecovered read error. +Sector 16112: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16128, try 1: Medium Error; Unrecovered read error. +Sector 16128: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16144, try 1: Medium Error; Unrecovered read error. +Sector 16144: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16160, try 1: Medium Error; Unrecovered read error. +Sector 16160: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16176, try 1: Medium Error; Unrecovered read error. +Sector 16176: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16192, try 1: Medium Error; Unrecovered read error. +Sector 16192: Medium Error; Unrecovered read error. Skipping 15 sectors. + +Trying to complete image, reading pass 2 of 3. +Sectors 15792 - 15807: Medium Error; Unrecovered read error. +* CRC error, sector: 10000 +Sector 15800, try 1: Medium Error; Unrecovered read error. +Sector 15800: Medium Error; Unrecovered read error. +Sector 15801, try 1: Medium Error; Unrecovered read error. +Sector 15801: Medium Error; Unrecovered read error. +Sector 15802, try 1: Medium Error; Unrecovered read error. +Sector 15802: Medium Error; Unrecovered read error. +Sector 15803, try 1: Medium Error; Unrecovered read error. +Sector 15803: Medium Error; Unrecovered read error. +Sector 15804, try 1: Medium Error; Unrecovered read error. +Sector 15804: Medium Error; Unrecovered read error. +Sector 15805, try 1: Medium Error; Unrecovered read error. +Sector 15805: Medium Error; Unrecovered read error. +Sector 15806, try 1: Medium Error; Unrecovered read error. +Sector 15806: Medium Error; Unrecovered read error. +Sector 15807, try 1: Medium Error; Unrecovered read error. +Sector 15807: Medium Error; Unrecovered read error. +Sectors 15808 - 15823: Medium Error; Unrecovered read error. +Sector 15808, try 1: Medium Error; Unrecovered read error. +Sector 15808: Medium Error; Unrecovered read error. +Sector 15809, try 1: Medium Error; Unrecovered read error. +Sector 15809: Medium Error; Unrecovered read error. +Sector 15810, try 1: Medium Error; Unrecovered read error. +Sector 15810: Medium Error; Unrecovered read error. +Sector 15811, try 1: Medium Error; Unrecovered read error. +Sector 15811: Medium Error; Unrecovered read error. +Sector 15812, try 1: Medium Error; Unrecovered read error. +Sector 15812: Medium Error; Unrecovered read error. +Sector 15813, try 1: Medium Error; Unrecovered read error. +Sector 15813: Medium Error; Unrecovered read error. +Sector 15814, try 1: Medium Error; Unrecovered read error. +Sector 15814: Medium Error; Unrecovered read error. +Sector 15815, try 1: Medium Error; Unrecovered read error. +Sector 15815: Medium Error; Unrecovered read error. +Sector 15816, try 1: Medium Error; Unrecovered read error. +Sector 15816: Medium Error; Unrecovered read error. +Sector 15817, try 1: Medium Error; Unrecovered read error. +Sector 15817: Medium Error; Unrecovered read error. +Sector 15818, try 1: Medium Error; Unrecovered read error. +Sector 15818: Medium Error; Unrecovered read error. +Sector 15819, try 1: Medium Error; Unrecovered read error. +Sector 15819: Medium Error; Unrecovered read error. +Sector 15820, try 1: Medium Error; Unrecovered read error. +Sector 15820: Medium Error; Unrecovered read error. +Sector 15821, try 1: Medium Error; Unrecovered read error. +Sector 15821: Medium Error; Unrecovered read error. +Sector 15822, try 1: Medium Error; Unrecovered read error. +Sector 15822: Medium Error; Unrecovered read error. +Sector 15823, try 1: Medium Error; Unrecovered read error. +Sector 15823: Medium Error; Unrecovered read error. +Sectors 15824 - 15839: Medium Error; Unrecovered read error. +Sector 15824, try 1: Medium Error; Unrecovered read error. +Sector 15824: Medium Error; Unrecovered read error. +Sector 15825, try 1: Medium Error; Unrecovered read error. +Sector 15825: Medium Error; Unrecovered read error. +Sector 15826, try 1: Medium Error; Unrecovered read error. +Sector 15826: Medium Error; Unrecovered read error. +Sector 15827, try 1: Medium Error; Unrecovered read error. +Sector 15827: Medium Error; Unrecovered read error. +Sector 15828, try 1: Medium Error; Unrecovered read error. +Sector 15828: Medium Error; Unrecovered read error. +Sector 15829, try 1: Medium Error; Unrecovered read error. +Sector 15829: Medium Error; Unrecovered read error. +Sector 15830, try 1: Medium Error; Unrecovered read error. +Sector 15830: Medium Error; Unrecovered read error. +Sector 15831, try 1: Medium Error; Unrecovered read error. +Sector 15831: Medium Error; Unrecovered read error. +Sector 15832, try 1: Medium Error; Unrecovered read error. +Sector 15832: Medium Error; Unrecovered read error. +Sector 15833, try 1: Medium Error; Unrecovered read error. +Sector 15833: Medium Error; Unrecovered read error. +Sector 15834, try 1: Medium Error; Unrecovered read error. +Sector 15834: Medium Error; Unrecovered read error. +Sector 15835, try 1: Medium Error; Unrecovered read error. +Sector 15835: Medium Error; Unrecovered read error. +Sector 15836, try 1: Medium Error; Unrecovered read error. +Sector 15836: Medium Error; Unrecovered read error. +Sector 15837, try 1: Medium Error; Unrecovered read error. +Sector 15837: Medium Error; Unrecovered read error. +Sector 15838, try 1: Medium Error; Unrecovered read error. +Sector 15838: Medium Error; Unrecovered read error. +Sector 15839, try 1: Medium Error; Unrecovered read error. +Sector 15839: Medium Error; Unrecovered read error. +Sectors 15840 - 15855: Medium Error; Unrecovered read error. +Sector 15840, try 1: Medium Error; Unrecovered read error. +Sector 15840: Medium Error; Unrecovered read error. +Sector 15841, try 1: Medium Error; Unrecovered read error. +Sector 15841: Medium Error; Unrecovered read error. +Sector 15842, try 1: Medium Error; Unrecovered read error. +Sector 15842: Medium Error; Unrecovered read error. +Sector 15843, try 1: Medium Error; Unrecovered read error. +Sector 15843: Medium Error; Unrecovered read error. +Sector 15844, try 1: Medium Error; Unrecovered read error. +Sector 15844: Medium Error; Unrecovered read error. +Sector 15845, try 1: Medium Error; Unrecovered read error. +Sector 15845: Medium Error; Unrecovered read error. +Sector 15846, try 1: Medium Error; Unrecovered read error. +Sector 15846: Medium Error; Unrecovered read error. +Sector 15847, try 1: Medium Error; Unrecovered read error. +Sector 15847: Medium Error; Unrecovered read error. +Sector 15848, try 1: Medium Error; Unrecovered read error. +Sector 15848: Medium Error; Unrecovered read error. +Sector 15849, try 1: Medium Error; Unrecovered read error. +Sector 15849: Medium Error; Unrecovered read error. +Sector 15850, try 1: Medium Error; Unrecovered read error. +Sector 15850: Medium Error; Unrecovered read error. +Sector 15851, try 1: Medium Error; Unrecovered read error. +Sector 15851: Medium Error; Unrecovered read error. +Sector 15852, try 1: Medium Error; Unrecovered read error. +Sector 15852: Medium Error; Unrecovered read error. +Sector 15853, try 1: Medium Error; Unrecovered read error. +Sector 15853: Medium Error; Unrecovered read error. +Sector 15854, try 1: Medium Error; Unrecovered read error. +Sector 15854: Medium Error; Unrecovered read error. +Sector 15855, try 1: Medium Error; Unrecovered read error. +Sector 15855: Medium Error; Unrecovered read error. +Sectors 15856 - 15871: Medium Error; Unrecovered read error. +Sector 15856, try 1: Medium Error; Unrecovered read error. +Sector 15856: Medium Error; Unrecovered read error. +Sector 15857, try 1: Medium Error; Unrecovered read error. +Sector 15857: Medium Error; Unrecovered read error. +Sector 15858, try 1: Medium Error; Unrecovered read error. +Sector 15858: Medium Error; Unrecovered read error. +Sector 15859, try 1: Medium Error; Unrecovered read error. +Sector 15859: Medium Error; Unrecovered read error. +Sector 15860, try 1: Medium Error; Unrecovered read error. +Sector 15860: Medium Error; Unrecovered read error. +Sector 15861, try 1: Medium Error; Unrecovered read error. +Sector 15861: Medium Error; Unrecovered read error. +Sector 15862, try 1: Medium Error; Unrecovered read error. +Sector 15862: Medium Error; Unrecovered read error. +Sector 15863, try 1: Medium Error; Unrecovered read error. +Sector 15863: Medium Error; Unrecovered read error. +Sector 15864, try 1: Medium Error; Unrecovered read error. +Sector 15864: Medium Error; Unrecovered read error. +Sector 15865, try 1: Medium Error; Unrecovered read error. +Sector 15865: Medium Error; Unrecovered read error. +Sector 15866, try 1: Medium Error; Unrecovered read error. +Sector 15866: Medium Error; Unrecovered read error. +Sector 15867, try 1: Medium Error; Unrecovered read error. +Sector 15867: Medium Error; Unrecovered read error. +Sector 15868, try 1: Medium Error; Unrecovered read error. +Sector 15868: Medium Error; Unrecovered read error. +Sector 15869, try 1: Medium Error; Unrecovered read error. +Sector 15869: Medium Error; Unrecovered read error. +Sector 15870, try 1: Medium Error; Unrecovered read error. +Sector 15870: Medium Error; Unrecovered read error. +Sector 15871, try 1: Medium Error; Unrecovered read error. +Sector 15871: Medium Error; Unrecovered read error. +Sectors 15872 - 15887: Medium Error; Unrecovered read error. +Sector 15872, try 1: Medium Error; Unrecovered read error. +Sector 15872: Medium Error; Unrecovered read error. +Sector 15873, try 1: Medium Error; Unrecovered read error. +Sector 15873: Medium Error; Unrecovered read error. +Sector 15874, try 1: Medium Error; Unrecovered read error. +Sector 15874: Medium Error; Unrecovered read error. +Sector 15875, try 1: Medium Error; Unrecovered read error. +Sector 15875: Medium Error; Unrecovered read error. +Sector 15876, try 1: Medium Error; Unrecovered read error. +Sector 15876: Medium Error; Unrecovered read error. +Sector 15877, try 1: Medium Error; Unrecovered read error. +Sector 15877: Medium Error; Unrecovered read error. +Sector 15878, try 1: Medium Error; Unrecovered read error. +Sector 15878: Medium Error; Unrecovered read error. +Sector 15879, try 1: Medium Error; Unrecovered read error. +Sector 15879: Medium Error; Unrecovered read error. +Sector 15880, try 1: Medium Error; Unrecovered read error. +Sector 15880: Medium Error; Unrecovered read error. +Sector 15881, try 1: Medium Error; Unrecovered read error. +Sector 15881: Medium Error; Unrecovered read error. +Sector 15882, try 1: Medium Error; Unrecovered read error. +Sector 15882: Medium Error; Unrecovered read error. +Sector 15883, try 1: Medium Error; Unrecovered read error. +Sector 15883: Medium Error; Unrecovered read error. +Sector 15884, try 1: Medium Error; Unrecovered read error. +Sector 15884: Medium Error; Unrecovered read error. +Sector 15885, try 1: Medium Error; Unrecovered read error. +Sector 15885: Medium Error; Unrecovered read error. +Sector 15886, try 1: Medium Error; Unrecovered read error. +Sector 15886: Medium Error; Unrecovered read error. +Sector 15887, try 1: Medium Error; Unrecovered read error. +Sector 15887: Medium Error; Unrecovered read error. +Sectors 15888 - 15903: Medium Error; Unrecovered read error. +Sector 15888, try 1: Medium Error; Unrecovered read error. +Sector 15888: Medium Error; Unrecovered read error. +Sector 15889, try 1: Medium Error; Unrecovered read error. +Sector 15889: Medium Error; Unrecovered read error. +Sector 15890, try 1: Medium Error; Unrecovered read error. +Sector 15890: Medium Error; Unrecovered read error. +Sector 15891, try 1: Medium Error; Unrecovered read error. +Sector 15891: Medium Error; Unrecovered read error. +Sector 15892, try 1: Medium Error; Unrecovered read error. +Sector 15892: Medium Error; Unrecovered read error. +Sector 15893, try 1: Medium Error; Unrecovered read error. +Sector 15893: Medium Error; Unrecovered read error. +Sector 15894, try 1: Medium Error; Unrecovered read error. +Sector 15894: Medium Error; Unrecovered read error. +Sector 15895, try 1: Medium Error; Unrecovered read error. +Sector 15895: Medium Error; Unrecovered read error. +Sector 15896, try 1: Medium Error; Unrecovered read error. +Sector 15896: Medium Error; Unrecovered read error. +Sector 15897, try 1: Medium Error; Unrecovered read error. +Sector 15897: Medium Error; Unrecovered read error. +Sector 15898, try 1: Medium Error; Unrecovered read error. +Sector 15898: Medium Error; Unrecovered read error. +Sector 15899, try 1: Medium Error; Unrecovered read error. +Sector 15899: Medium Error; Unrecovered read error. +Sector 15900, try 1: Medium Error; Unrecovered read error. +Sector 15900: Medium Error; Unrecovered read error. +Sector 15901, try 1: Medium Error; Unrecovered read error. +Sector 15901: Medium Error; Unrecovered read error. +Sector 15902, try 1: Medium Error; Unrecovered read error. +Sector 15902: Medium Error; Unrecovered read error. +Sector 15903, try 1: Medium Error; Unrecovered read error. +Sector 15903: Medium Error; Unrecovered read error. +Sectors 15904 - 15919: Medium Error; Unrecovered read error. +Sector 15904, try 1: Medium Error; Unrecovered read error. +Sector 15904: Medium Error; Unrecovered read error. +Sector 15905, try 1: Medium Error; Unrecovered read error. +Sector 15905: Medium Error; Unrecovered read error. +Sector 15906, try 1: Medium Error; Unrecovered read error. +Sector 15906: Medium Error; Unrecovered read error. +Sector 15907, try 1: Medium Error; Unrecovered read error. +Sector 15907: Medium Error; Unrecovered read error. +Sector 15908, try 1: Medium Error; Unrecovered read error. +Sector 15908: Medium Error; Unrecovered read error. +Sector 15909, try 1: Medium Error; Unrecovered read error. +Sector 15909: Medium Error; Unrecovered read error. +Sector 15910, try 1: Medium Error; Unrecovered read error. +Sector 15910: Medium Error; Unrecovered read error. +Sector 15911, try 1: Medium Error; Unrecovered read error. +Sector 15911: Medium Error; Unrecovered read error. +Sector 15912, try 1: Medium Error; Unrecovered read error. +Sector 15912: Medium Error; Unrecovered read error. +Sector 15913, try 1: Medium Error; Unrecovered read error. +Sector 15913: Medium Error; Unrecovered read error. +Sector 15914, try 1: Medium Error; Unrecovered read error. +Sector 15914: Medium Error; Unrecovered read error. +Sector 15915, try 1: Medium Error; Unrecovered read error. +Sector 15915: Medium Error; Unrecovered read error. +Sector 15916, try 1: Medium Error; Unrecovered read error. +Sector 15916: Medium Error; Unrecovered read error. +Sector 15917, try 1: Medium Error; Unrecovered read error. +Sector 15917: Medium Error; Unrecovered read error. +Sector 15918, try 1: Medium Error; Unrecovered read error. +Sector 15918: Medium Error; Unrecovered read error. +Sector 15919, try 1: Medium Error; Unrecovered read error. +Sector 15919: Medium Error; Unrecovered read error. +Sectors 15920 - 15935: Medium Error; Unrecovered read error. +Sector 15920, try 1: Medium Error; Unrecovered read error. +Sector 15920: Medium Error; Unrecovered read error. +Sector 15921, try 1: Medium Error; Unrecovered read error. +Sector 15921: Medium Error; Unrecovered read error. +Sector 15922, try 1: Medium Error; Unrecovered read error. +Sector 15922: Medium Error; Unrecovered read error. +Sector 15923, try 1: Medium Error; Unrecovered read error. +Sector 15923: Medium Error; Unrecovered read error. +Sector 15924, try 1: Medium Error; Unrecovered read error. +Sector 15924: Medium Error; Unrecovered read error. +Sector 15925, try 1: Medium Error; Unrecovered read error. +Sector 15925: Medium Error; Unrecovered read error. +Sector 15926, try 1: Medium Error; Unrecovered read error. +Sector 15926: Medium Error; Unrecovered read error. +Sector 15927, try 1: Medium Error; Unrecovered read error. +Sector 15927: Medium Error; Unrecovered read error. +Sector 15928, try 1: Medium Error; Unrecovered read error. +Sector 15928: Medium Error; Unrecovered read error. +Sector 15929, try 1: Medium Error; Unrecovered read error. +Sector 15929: Medium Error; Unrecovered read error. +Sector 15930, try 1: Medium Error; Unrecovered read error. +Sector 15930: Medium Error; Unrecovered read error. +Sector 15931, try 1: Medium Error; Unrecovered read error. +Sector 15931: Medium Error; Unrecovered read error. +Sector 15932, try 1: Medium Error; Unrecovered read error. +Sector 15932: Medium Error; Unrecovered read error. +Sector 15933, try 1: Medium Error; Unrecovered read error. +Sector 15933: Medium Error; Unrecovered read error. +Sector 15934, try 1: Medium Error; Unrecovered read error. +Sector 15934: Medium Error; Unrecovered read error. +Sector 15935, try 1: Medium Error; Unrecovered read error. +Sector 15935: Medium Error; Unrecovered read error. +Sectors 15936 - 15951: Medium Error; Unrecovered read error. +Sector 15936, try 1: Medium Error; Unrecovered read error. +Sector 15936: Medium Error; Unrecovered read error. +Sector 15937, try 1: Medium Error; Unrecovered read error. +Sector 15937: Medium Error; Unrecovered read error. +Sector 15938, try 1: Medium Error; Unrecovered read error. +Sector 15938: Medium Error; Unrecovered read error. +Sector 15939, try 1: Medium Error; Unrecovered read error. +Sector 15939: Medium Error; Unrecovered read error. +Sector 15940, try 1: Medium Error; Unrecovered read error. +Sector 15940: Medium Error; Unrecovered read error. +Sector 15941, try 1: Medium Error; Unrecovered read error. +Sector 15941: Medium Error; Unrecovered read error. +Sector 15942, try 1: Medium Error; Unrecovered read error. +Sector 15942: Medium Error; Unrecovered read error. +Sector 15943, try 1: Medium Error; Unrecovered read error. +Sector 15943: Medium Error; Unrecovered read error. +Sector 15944, try 1: Medium Error; Unrecovered read error. +Sector 15944: Medium Error; Unrecovered read error. +Sector 15945, try 1: Medium Error; Unrecovered read error. +Sector 15945: Medium Error; Unrecovered read error. +Sector 15946, try 1: Medium Error; Unrecovered read error. +Sector 15946: Medium Error; Unrecovered read error. +Sector 15947, try 1: Medium Error; Unrecovered read error. +Sector 15947: Medium Error; Unrecovered read error. +Sector 15948, try 1: Medium Error; Unrecovered read error. +Sector 15948: Medium Error; Unrecovered read error. +Sector 15949, try 1: Medium Error; Unrecovered read error. +Sector 15949: Medium Error; Unrecovered read error. +Sector 15950, try 1: Medium Error; Unrecovered read error. +Sector 15950: Medium Error; Unrecovered read error. +Sector 15951, try 1: Medium Error; Unrecovered read error. +Sector 15951: Medium Error; Unrecovered read error. +Sectors 15952 - 15967: Medium Error; Unrecovered read error. +Sector 15952, try 1: Medium Error; Unrecovered read error. +Sector 15952: Medium Error; Unrecovered read error. +Sector 15953, try 1: Medium Error; Unrecovered read error. +Sector 15953: Medium Error; Unrecovered read error. +Sector 15954, try 1: Medium Error; Unrecovered read error. +Sector 15954: Medium Error; Unrecovered read error. +Sector 15955, try 1: Medium Error; Unrecovered read error. +Sector 15955: Medium Error; Unrecovered read error. +Sector 15956, try 1: Medium Error; Unrecovered read error. +Sector 15956: Medium Error; Unrecovered read error. +Sector 15957, try 1: Medium Error; Unrecovered read error. +Sector 15957: Medium Error; Unrecovered read error. +Sector 15958, try 1: Medium Error; Unrecovered read error. +Sector 15958: Medium Error; Unrecovered read error. +Sector 15959, try 1: Medium Error; Unrecovered read error. +Sector 15959: Medium Error; Unrecovered read error. +Sector 15960, try 1: Medium Error; Unrecovered read error. +Sector 15960: Medium Error; Unrecovered read error. +Sector 15961, try 1: Medium Error; Unrecovered read error. +Sector 15961: Medium Error; Unrecovered read error. +Sector 15962, try 1: Medium Error; Unrecovered read error. +Sector 15962: Medium Error; Unrecovered read error. +Sector 15963, try 1: Medium Error; Unrecovered read error. +Sector 15963: Medium Error; Unrecovered read error. +Sector 15964, try 1: Medium Error; Unrecovered read error. +Sector 15964: Medium Error; Unrecovered read error. +Sector 15965, try 1: Medium Error; Unrecovered read error. +Sector 15965: Medium Error; Unrecovered read error. +Sector 15966, try 1: Medium Error; Unrecovered read error. +Sector 15966: Medium Error; Unrecovered read error. +Sector 15967, try 1: Medium Error; Unrecovered read error. +Sector 15967: Medium Error; Unrecovered read error. +Sectors 15968 - 15983: Medium Error; Unrecovered read error. +Sector 15968, try 1: Medium Error; Unrecovered read error. +Sector 15968: Medium Error; Unrecovered read error. +Sector 15969, try 1: Medium Error; Unrecovered read error. +Sector 15969: Medium Error; Unrecovered read error. +Sector 15970, try 1: Medium Error; Unrecovered read error. +Sector 15970: Medium Error; Unrecovered read error. +Sector 15971, try 1: Medium Error; Unrecovered read error. +Sector 15971: Medium Error; Unrecovered read error. +Sector 15972, try 1: Medium Error; Unrecovered read error. +Sector 15972: Medium Error; Unrecovered read error. +Sector 15973, try 1: Medium Error; Unrecovered read error. +Sector 15973: Medium Error; Unrecovered read error. +Sector 15974, try 1: Medium Error; Unrecovered read error. +Sector 15974: Medium Error; Unrecovered read error. +Sector 15975, try 1: Medium Error; Unrecovered read error. +Sector 15975: Medium Error; Unrecovered read error. +Sector 15976, try 1: Medium Error; Unrecovered read error. +Sector 15976: Medium Error; Unrecovered read error. +Sector 15977, try 1: Medium Error; Unrecovered read error. +Sector 15977: Medium Error; Unrecovered read error. +Sector 15978, try 1: Medium Error; Unrecovered read error. +Sector 15978: Medium Error; Unrecovered read error. +Sector 15979, try 1: Medium Error; Unrecovered read error. +Sector 15979: Medium Error; Unrecovered read error. +Sector 15980, try 1: Medium Error; Unrecovered read error. +Sector 15980: Medium Error; Unrecovered read error. +Sector 15981, try 1: Medium Error; Unrecovered read error. +Sector 15981: Medium Error; Unrecovered read error. +Sector 15982, try 1: Medium Error; Unrecovered read error. +Sector 15982: Medium Error; Unrecovered read error. +Sector 15983, try 1: Medium Error; Unrecovered read error. +Sector 15983: Medium Error; Unrecovered read error. +Sectors 15984 - 15999: Medium Error; Unrecovered read error. +Sector 15984, try 1: Medium Error; Unrecovered read error. +Sector 15984: Medium Error; Unrecovered read error. +Sector 15985, try 1: Medium Error; Unrecovered read error. +Sector 15985: Medium Error; Unrecovered read error. +Sector 15986, try 1: Medium Error; Unrecovered read error. +Sector 15986: Medium Error; Unrecovered read error. +Sector 15987, try 1: Medium Error; Unrecovered read error. +Sector 15987: Medium Error; Unrecovered read error. +Sector 15988, try 1: Medium Error; Unrecovered read error. +Sector 15988: Medium Error; Unrecovered read error. +Sector 15989, try 1: Medium Error; Unrecovered read error. +Sector 15989: Medium Error; Unrecovered read error. +Sector 15990, try 1: Medium Error; Unrecovered read error. +Sector 15990: Medium Error; Unrecovered read error. +Sector 15991, try 1: Medium Error; Unrecovered read error. +Sector 15991: Medium Error; Unrecovered read error. +Sector 15992, try 1: Medium Error; Unrecovered read error. +Sector 15992: Medium Error; Unrecovered read error. +Sector 15993, try 1: Medium Error; Unrecovered read error. +Sector 15993: Medium Error; Unrecovered read error. +Sector 15994, try 1: Medium Error; Unrecovered read error. +Sector 15994: Medium Error; Unrecovered read error. +Sector 15995, try 1: Medium Error; Unrecovered read error. +Sector 15995: Medium Error; Unrecovered read error. +Sector 15996, try 1: Medium Error; Unrecovered read error. +Sector 15996: Medium Error; Unrecovered read error. +Sector 15997, try 1: Medium Error; Unrecovered read error. +Sector 15997: Medium Error; Unrecovered read error. +Sector 15998, try 1: Medium Error; Unrecovered read error. +Sector 15998: Medium Error; Unrecovered read error. +Sector 15999, try 1: Medium Error; Unrecovered read error. +Sector 15999: Medium Error; Unrecovered read error. +Sectors 16000 - 16015: Medium Error; Unrecovered read error. +Sector 16000, try 1: Medium Error; Unrecovered read error. +Sector 16000: Medium Error; Unrecovered read error. +Sector 16001, try 1: Medium Error; Unrecovered read error. +Sector 16001: Medium Error; Unrecovered read error. +Sector 16002, try 1: Medium Error; Unrecovered read error. +Sector 16002: Medium Error; Unrecovered read error. +Sector 16003, try 1: Medium Error; Unrecovered read error. +Sector 16003: Medium Error; Unrecovered read error. +Sector 16004, try 1: Medium Error; Unrecovered read error. +Sector 16004: Medium Error; Unrecovered read error. +Sector 16005, try 1: Medium Error; Unrecovered read error. +Sector 16005: Medium Error; Unrecovered read error. +Sector 16006, try 1: Medium Error; Unrecovered read error. +Sector 16006: Medium Error; Unrecovered read error. +Sector 16007, try 1: Medium Error; Unrecovered read error. +Sector 16007: Medium Error; Unrecovered read error. +Sector 16008, try 1: Medium Error; Unrecovered read error. +Sector 16008: Medium Error; Unrecovered read error. +Sector 16009, try 1: Medium Error; Unrecovered read error. +Sector 16009: Medium Error; Unrecovered read error. +Sector 16010, try 1: Medium Error; Unrecovered read error. +Sector 16010: Medium Error; Unrecovered read error. +Sector 16011, try 1: Medium Error; Unrecovered read error. +Sector 16011: Medium Error; Unrecovered read error. +Sector 16012, try 1: Medium Error; Unrecovered read error. +Sector 16012: Medium Error; Unrecovered read error. +Sector 16013, try 1: Medium Error; Unrecovered read error. +Sector 16013: Medium Error; Unrecovered read error. +Sector 16014, try 1: Medium Error; Unrecovered read error. +Sector 16014: Medium Error; Unrecovered read error. +Sector 16015, try 1: Medium Error; Unrecovered read error. +Sector 16015: Medium Error; Unrecovered read error. +Sectors 16016 - 16031: Medium Error; Unrecovered read error. +Sector 16016, try 1: Medium Error; Unrecovered read error. +Sector 16016: Medium Error; Unrecovered read error. +Sector 16017, try 1: Medium Error; Unrecovered read error. +Sector 16017: Medium Error; Unrecovered read error. +Sector 16018, try 1: Medium Error; Unrecovered read error. +Sector 16018: Medium Error; Unrecovered read error. +Sector 16019, try 1: Medium Error; Unrecovered read error. +Sector 16019: Medium Error; Unrecovered read error. +Sector 16020, try 1: Medium Error; Unrecovered read error. +Sector 16020: Medium Error; Unrecovered read error. +Sector 16021, try 1: Medium Error; Unrecovered read error. +Sector 16021: Medium Error; Unrecovered read error. +Sector 16022, try 1: Medium Error; Unrecovered read error. +Sector 16022: Medium Error; Unrecovered read error. +Sector 16023, try 1: Medium Error; Unrecovered read error. +Sector 16023: Medium Error; Unrecovered read error. +Sector 16024, try 1: Medium Error; Unrecovered read error. +Sector 16024: Medium Error; Unrecovered read error. +Sector 16025, try 1: Medium Error; Unrecovered read error. +Sector 16025: Medium Error; Unrecovered read error. +Sector 16026, try 1: Medium Error; Unrecovered read error. +Sector 16026: Medium Error; Unrecovered read error. +Sector 16027, try 1: Medium Error; Unrecovered read error. +Sector 16027: Medium Error; Unrecovered read error. +Sector 16028, try 1: Medium Error; Unrecovered read error. +Sector 16028: Medium Error; Unrecovered read error. +Sector 16029, try 1: Medium Error; Unrecovered read error. +Sector 16029: Medium Error; Unrecovered read error. +Sector 16030, try 1: Medium Error; Unrecovered read error. +Sector 16030: Medium Error; Unrecovered read error. +Sector 16031, try 1: Medium Error; Unrecovered read error. +Sector 16031: Medium Error; Unrecovered read error. +Sectors 16032 - 16047: Medium Error; Unrecovered read error. +Sector 16032, try 1: Medium Error; Unrecovered read error. +Sector 16032: Medium Error; Unrecovered read error. +Sector 16033, try 1: Medium Error; Unrecovered read error. +Sector 16033: Medium Error; Unrecovered read error. +Sector 16034, try 1: Medium Error; Unrecovered read error. +Sector 16034: Medium Error; Unrecovered read error. +Sector 16035, try 1: Medium Error; Unrecovered read error. +Sector 16035: Medium Error; Unrecovered read error. +Sector 16036, try 1: Medium Error; Unrecovered read error. +Sector 16036: Medium Error; Unrecovered read error. +Sector 16037, try 1: Medium Error; Unrecovered read error. +Sector 16037: Medium Error; Unrecovered read error. +Sector 16038, try 1: Medium Error; Unrecovered read error. +Sector 16038: Medium Error; Unrecovered read error. +Sector 16039, try 1: Medium Error; Unrecovered read error. +Sector 16039: Medium Error; Unrecovered read error. +Sector 16040, try 1: Medium Error; Unrecovered read error. +Sector 16040: Medium Error; Unrecovered read error. +Sector 16041, try 1: Medium Error; Unrecovered read error. +Sector 16041: Medium Error; Unrecovered read error. +Sector 16042, try 1: Medium Error; Unrecovered read error. +Sector 16042: Medium Error; Unrecovered read error. +Sector 16043, try 1: Medium Error; Unrecovered read error. +Sector 16043: Medium Error; Unrecovered read error. +Sector 16044, try 1: Medium Error; Unrecovered read error. +Sector 16044: Medium Error; Unrecovered read error. +Sector 16045, try 1: Medium Error; Unrecovered read error. +Sector 16045: Medium Error; Unrecovered read error. +Sector 16046, try 1: Medium Error; Unrecovered read error. +Sector 16046: Medium Error; Unrecovered read error. +Sector 16047, try 1: Medium Error; Unrecovered read error. +Sector 16047: Medium Error; Unrecovered read error. +Sectors 16048 - 16063: Medium Error; Unrecovered read error. +Sector 16048, try 1: Medium Error; Unrecovered read error. +Sector 16048: Medium Error; Unrecovered read error. +Sector 16049, try 1: Medium Error; Unrecovered read error. +Sector 16049: Medium Error; Unrecovered read error. +Sector 16050, try 1: Medium Error; Unrecovered read error. +Sector 16050: Medium Error; Unrecovered read error. +Sector 16051, try 1: Medium Error; Unrecovered read error. +Sector 16051: Medium Error; Unrecovered read error. +Sector 16052, try 1: Medium Error; Unrecovered read error. +Sector 16052: Medium Error; Unrecovered read error. +Sector 16053, try 1: Medium Error; Unrecovered read error. +Sector 16053: Medium Error; Unrecovered read error. +Sector 16054, try 1: Medium Error; Unrecovered read error. +Sector 16054: Medium Error; Unrecovered read error. +Sector 16055, try 1: Medium Error; Unrecovered read error. +Sector 16055: Medium Error; Unrecovered read error. +Sector 16056, try 1: Medium Error; Unrecovered read error. +Sector 16056: Medium Error; Unrecovered read error. +Sector 16057, try 1: Medium Error; Unrecovered read error. +Sector 16057: Medium Error; Unrecovered read error. +Sector 16058, try 1: Medium Error; Unrecovered read error. +Sector 16058: Medium Error; Unrecovered read error. +Sector 16059, try 1: Medium Error; Unrecovered read error. +Sector 16059: Medium Error; Unrecovered read error. +Sector 16060, try 1: Medium Error; Unrecovered read error. +Sector 16060: Medium Error; Unrecovered read error. +Sector 16061, try 1: Medium Error; Unrecovered read error. +Sector 16061: Medium Error; Unrecovered read error. +Sector 16062, try 1: Medium Error; Unrecovered read error. +Sector 16062: Medium Error; Unrecovered read error. +Sector 16063, try 1: Medium Error; Unrecovered read error. +Sector 16063: Medium Error; Unrecovered read error. +Sectors 16064 - 16079: Medium Error; Unrecovered read error. +Sector 16064, try 1: Medium Error; Unrecovered read error. +Sector 16064: Medium Error; Unrecovered read error. +Sector 16065, try 1: Medium Error; Unrecovered read error. +Sector 16065: Medium Error; Unrecovered read error. +Sector 16066, try 1: Medium Error; Unrecovered read error. +Sector 16066: Medium Error; Unrecovered read error. +Sector 16067, try 1: Medium Error; Unrecovered read error. +Sector 16067: Medium Error; Unrecovered read error. +Sector 16068, try 1: Medium Error; Unrecovered read error. +Sector 16068: Medium Error; Unrecovered read error. +Sector 16069, try 1: Medium Error; Unrecovered read error. +Sector 16069: Medium Error; Unrecovered read error. +Sector 16070, try 1: Medium Error; Unrecovered read error. +Sector 16070: Medium Error; Unrecovered read error. +Sector 16071, try 1: Medium Error; Unrecovered read error. +Sector 16071: Medium Error; Unrecovered read error. +Sector 16072, try 1: Medium Error; Unrecovered read error. +Sector 16072: Medium Error; Unrecovered read error. +Sector 16073, try 1: Medium Error; Unrecovered read error. +Sector 16073: Medium Error; Unrecovered read error. +Sector 16074, try 1: Medium Error; Unrecovered read error. +Sector 16074: Medium Error; Unrecovered read error. +Sector 16075, try 1: Medium Error; Unrecovered read error. +Sector 16075: Medium Error; Unrecovered read error. +Sector 16076, try 1: Medium Error; Unrecovered read error. +Sector 16076: Medium Error; Unrecovered read error. +Sector 16077, try 1: Medium Error; Unrecovered read error. +Sector 16077: Medium Error; Unrecovered read error. +Sector 16078, try 1: Medium Error; Unrecovered read error. +Sector 16078: Medium Error; Unrecovered read error. +Sector 16079, try 1: Medium Error; Unrecovered read error. +Sector 16079: Medium Error; Unrecovered read error. +Sectors 16080 - 16095: Medium Error; Unrecovered read error. +Sector 16080, try 1: Medium Error; Unrecovered read error. +Sector 16080: Medium Error; Unrecovered read error. +Sector 16081, try 1: Medium Error; Unrecovered read error. +Sector 16081: Medium Error; Unrecovered read error. +Sector 16082, try 1: Medium Error; Unrecovered read error. +Sector 16082: Medium Error; Unrecovered read error. +Sector 16083, try 1: Medium Error; Unrecovered read error. +Sector 16083: Medium Error; Unrecovered read error. +Sector 16084, try 1: Medium Error; Unrecovered read error. +Sector 16084: Medium Error; Unrecovered read error. +Sector 16085, try 1: Medium Error; Unrecovered read error. +Sector 16085: Medium Error; Unrecovered read error. +Sector 16086, try 1: Medium Error; Unrecovered read error. +Sector 16086: Medium Error; Unrecovered read error. +Sector 16087, try 1: Medium Error; Unrecovered read error. +Sector 16087: Medium Error; Unrecovered read error. +Sector 16088, try 1: Medium Error; Unrecovered read error. +Sector 16088: Medium Error; Unrecovered read error. +Sector 16089, try 1: Medium Error; Unrecovered read error. +Sector 16089: Medium Error; Unrecovered read error. +Sector 16090, try 1: Medium Error; Unrecovered read error. +Sector 16090: Medium Error; Unrecovered read error. +Sector 16091, try 1: Medium Error; Unrecovered read error. +Sector 16091: Medium Error; Unrecovered read error. +Sector 16092, try 1: Medium Error; Unrecovered read error. +Sector 16092: Medium Error; Unrecovered read error. +Sector 16093, try 1: Medium Error; Unrecovered read error. +Sector 16093: Medium Error; Unrecovered read error. +Sector 16094, try 1: Medium Error; Unrecovered read error. +Sector 16094: Medium Error; Unrecovered read error. +Sector 16095, try 1: Medium Error; Unrecovered read error. +Sector 16095: Medium Error; Unrecovered read error. +Sectors 16096 - 16111: Medium Error; Unrecovered read error. +Sector 16096, try 1: Medium Error; Unrecovered read error. +Sector 16096: Medium Error; Unrecovered read error. +Sector 16097, try 1: Medium Error; Unrecovered read error. +Sector 16097: Medium Error; Unrecovered read error. +Sector 16098, try 1: Medium Error; Unrecovered read error. +Sector 16098: Medium Error; Unrecovered read error. +Sector 16099, try 1: Medium Error; Unrecovered read error. +Sector 16099: Medium Error; Unrecovered read error. +Sector 16100, try 1: Medium Error; Unrecovered read error. +Sector 16100: Medium Error; Unrecovered read error. +Sector 16101, try 1: Medium Error; Unrecovered read error. +Sector 16101: Medium Error; Unrecovered read error. +Sector 16102, try 1: Medium Error; Unrecovered read error. +Sector 16102: Medium Error; Unrecovered read error. +Sector 16103, try 1: Medium Error; Unrecovered read error. +Sector 16103: Medium Error; Unrecovered read error. +Sector 16104, try 1: Medium Error; Unrecovered read error. +Sector 16104: Medium Error; Unrecovered read error. +Sector 16105, try 1: Medium Error; Unrecovered read error. +Sector 16105: Medium Error; Unrecovered read error. +Sector 16106, try 1: Medium Error; Unrecovered read error. +Sector 16106: Medium Error; Unrecovered read error. +Sector 16107, try 1: Medium Error; Unrecovered read error. +Sector 16107: Medium Error; Unrecovered read error. +Sector 16108, try 1: Medium Error; Unrecovered read error. +Sector 16108: Medium Error; Unrecovered read error. +Sector 16109, try 1: Medium Error; Unrecovered read error. +Sector 16109: Medium Error; Unrecovered read error. +Sector 16110, try 1: Medium Error; Unrecovered read error. +Sector 16110: Medium Error; Unrecovered read error. +Sector 16111, try 1: Medium Error; Unrecovered read error. +Sector 16111: Medium Error; Unrecovered read error. +Sectors 16112 - 16127: Medium Error; Unrecovered read error. +Sector 16112, try 1: Medium Error; Unrecovered read error. +Sector 16112: Medium Error; Unrecovered read error. +Sector 16113, try 1: Medium Error; Unrecovered read error. +Sector 16113: Medium Error; Unrecovered read error. +Sector 16114, try 1: Medium Error; Unrecovered read error. +Sector 16114: Medium Error; Unrecovered read error. +Sector 16115, try 1: Medium Error; Unrecovered read error. +Sector 16115: Medium Error; Unrecovered read error. +Sector 16116, try 1: Medium Error; Unrecovered read error. +Sector 16116: Medium Error; Unrecovered read error. +Sector 16117, try 1: Medium Error; Unrecovered read error. +Sector 16117: Medium Error; Unrecovered read error. +Sector 16118, try 1: Medium Error; Unrecovered read error. +Sector 16118: Medium Error; Unrecovered read error. +Sector 16119, try 1: Medium Error; Unrecovered read error. +Sector 16119: Medium Error; Unrecovered read error. +Sector 16120, try 1: Medium Error; Unrecovered read error. +Sector 16120: Medium Error; Unrecovered read error. +Sector 16121, try 1: Medium Error; Unrecovered read error. +Sector 16121: Medium Error; Unrecovered read error. +Sector 16122, try 1: Medium Error; Unrecovered read error. +Sector 16122: Medium Error; Unrecovered read error. +Sector 16123, try 1: Medium Error; Unrecovered read error. +Sector 16123: Medium Error; Unrecovered read error. +Sector 16124, try 1: Medium Error; Unrecovered read error. +Sector 16124: Medium Error; Unrecovered read error. +Sector 16125, try 1: Medium Error; Unrecovered read error. +Sector 16125: Medium Error; Unrecovered read error. +Sector 16126, try 1: Medium Error; Unrecovered read error. +Sector 16126: Medium Error; Unrecovered read error. +Sector 16127, try 1: Medium Error; Unrecovered read error. +Sector 16127: Medium Error; Unrecovered read error. +Sectors 16128 - 16143: Medium Error; Unrecovered read error. +Sector 16128, try 1: Medium Error; Unrecovered read error. +Sector 16128: Medium Error; Unrecovered read error. +Sector 16129, try 1: Medium Error; Unrecovered read error. +Sector 16129: Medium Error; Unrecovered read error. +Sector 16130, try 1: Medium Error; Unrecovered read error. +Sector 16130: Medium Error; Unrecovered read error. +Sector 16131, try 1: Medium Error; Unrecovered read error. +Sector 16131: Medium Error; Unrecovered read error. +Sector 16132, try 1: Medium Error; Unrecovered read error. +Sector 16132: Medium Error; Unrecovered read error. +Sector 16133, try 1: Medium Error; Unrecovered read error. +Sector 16133: Medium Error; Unrecovered read error. +Sector 16134, try 1: Medium Error; Unrecovered read error. +Sector 16134: Medium Error; Unrecovered read error. +Sector 16135, try 1: Medium Error; Unrecovered read error. +Sector 16135: Medium Error; Unrecovered read error. +Sector 16136, try 1: Medium Error; Unrecovered read error. +Sector 16136: Medium Error; Unrecovered read error. +Sector 16137, try 1: Medium Error; Unrecovered read error. +Sector 16137: Medium Error; Unrecovered read error. +Sector 16138, try 1: Medium Error; Unrecovered read error. +Sector 16138: Medium Error; Unrecovered read error. +Sector 16139, try 1: Medium Error; Unrecovered read error. +Sector 16139: Medium Error; Unrecovered read error. +Sector 16140, try 1: Medium Error; Unrecovered read error. +Sector 16140: Medium Error; Unrecovered read error. +Sector 16141, try 1: Medium Error; Unrecovered read error. +Sector 16141: Medium Error; Unrecovered read error. +Sector 16142, try 1: Medium Error; Unrecovered read error. +Sector 16142: Medium Error; Unrecovered read error. +Sector 16143, try 1: Medium Error; Unrecovered read error. +Sector 16143: Medium Error; Unrecovered read error. +Sectors 16144 - 16159: Medium Error; Unrecovered read error. +Sector 16144, try 1: Medium Error; Unrecovered read error. +Sector 16144: Medium Error; Unrecovered read error. +Sector 16145, try 1: Medium Error; Unrecovered read error. +Sector 16145: Medium Error; Unrecovered read error. +Sector 16146, try 1: Medium Error; Unrecovered read error. +Sector 16146: Medium Error; Unrecovered read error. +Sector 16147, try 1: Medium Error; Unrecovered read error. +Sector 16147: Medium Error; Unrecovered read error. +Sector 16148, try 1: Medium Error; Unrecovered read error. +Sector 16148: Medium Error; Unrecovered read error. +Sector 16149, try 1: Medium Error; Unrecovered read error. +Sector 16149: Medium Error; Unrecovered read error. +Sector 16150, try 1: Medium Error; Unrecovered read error. +Sector 16150: Medium Error; Unrecovered read error. +Sector 16151, try 1: Medium Error; Unrecovered read error. +Sector 16151: Medium Error; Unrecovered read error. +Sector 16152, try 1: Medium Error; Unrecovered read error. +Sector 16152: Medium Error; Unrecovered read error. +Sector 16153, try 1: Medium Error; Unrecovered read error. +Sector 16153: Medium Error; Unrecovered read error. +Sector 16154, try 1: Medium Error; Unrecovered read error. +Sector 16154: Medium Error; Unrecovered read error. +Sector 16155, try 1: Medium Error; Unrecovered read error. +Sector 16155: Medium Error; Unrecovered read error. +Sector 16156, try 1: Medium Error; Unrecovered read error. +Sector 16156: Medium Error; Unrecovered read error. +Sector 16157, try 1: Medium Error; Unrecovered read error. +Sector 16157: Medium Error; Unrecovered read error. +Sector 16158, try 1: Medium Error; Unrecovered read error. +Sector 16158: Medium Error; Unrecovered read error. +Sector 16159, try 1: Medium Error; Unrecovered read error. +Sector 16159: Medium Error; Unrecovered read error. +Sectors 16160 - 16175: Medium Error; Unrecovered read error. +Sector 16160, try 1: Medium Error; Unrecovered read error. +Sector 16160: Medium Error; Unrecovered read error. +Sector 16161, try 1: Medium Error; Unrecovered read error. +Sector 16161: Medium Error; Unrecovered read error. +Sector 16162, try 1: Medium Error; Unrecovered read error. +Sector 16162: Medium Error; Unrecovered read error. +Sector 16163, try 1: Medium Error; Unrecovered read error. +Sector 16163: Medium Error; Unrecovered read error. +Sector 16164, try 1: Medium Error; Unrecovered read error. +Sector 16164: Medium Error; Unrecovered read error. +Sector 16165, try 1: Medium Error; Unrecovered read error. +Sector 16165: Medium Error; Unrecovered read error. +Sector 16166, try 1: Medium Error; Unrecovered read error. +Sector 16166: Medium Error; Unrecovered read error. +Sector 16167, try 1: Medium Error; Unrecovered read error. +Sector 16167: Medium Error; Unrecovered read error. +Sector 16168, try 1: Medium Error; Unrecovered read error. +Sector 16168: Medium Error; Unrecovered read error. +Sector 16169, try 1: Medium Error; Unrecovered read error. +Sector 16169: Medium Error; Unrecovered read error. +Sector 16170, try 1: Medium Error; Unrecovered read error. +Sector 16170: Medium Error; Unrecovered read error. +Sector 16171, try 1: Medium Error; Unrecovered read error. +Sector 16171: Medium Error; Unrecovered read error. +Sector 16172, try 1: Medium Error; Unrecovered read error. +Sector 16172: Medium Error; Unrecovered read error. +Sector 16173, try 1: Medium Error; Unrecovered read error. +Sector 16173: Medium Error; Unrecovered read error. +Sector 16174, try 1: Medium Error; Unrecovered read error. +Sector 16174: Medium Error; Unrecovered read error. +Sector 16175, try 1: Medium Error; Unrecovered read error. +Sector 16175: Medium Error; Unrecovered read error. +Sectors 16176 - 16191: Medium Error; Unrecovered read error. +Sector 16176, try 1: Medium Error; Unrecovered read error. +Sector 16176: Medium Error; Unrecovered read error. +Sector 16177, try 1: Medium Error; Unrecovered read error. +Sector 16177: Medium Error; Unrecovered read error. +Sector 16178, try 1: Medium Error; Unrecovered read error. +Sector 16178: Medium Error; Unrecovered read error. +Sector 16179, try 1: Medium Error; Unrecovered read error. +Sector 16179: Medium Error; Unrecovered read error. +Sector 16180, try 1: Medium Error; Unrecovered read error. +Sector 16180: Medium Error; Unrecovered read error. +Sector 16181, try 1: Medium Error; Unrecovered read error. +Sector 16181: Medium Error; Unrecovered read error. +Sector 16182, try 1: Medium Error; Unrecovered read error. +Sector 16182: Medium Error; Unrecovered read error. +Sector 16183, try 1: Medium Error; Unrecovered read error. +Sector 16183: Medium Error; Unrecovered read error. +Sector 16184, try 1: Medium Error; Unrecovered read error. +Sector 16184: Medium Error; Unrecovered read error. +Sector 16185, try 1: Medium Error; Unrecovered read error. +Sector 16185: Medium Error; Unrecovered read error. +Sector 16186, try 1: Medium Error; Unrecovered read error. +Sector 16186: Medium Error; Unrecovered read error. +Sector 16187, try 1: Medium Error; Unrecovered read error. +Sector 16187: Medium Error; Unrecovered read error. +Sector 16188, try 1: Medium Error; Unrecovered read error. +Sector 16188: Medium Error; Unrecovered read error. +Sector 16189, try 1: Medium Error; Unrecovered read error. +Sector 16189: Medium Error; Unrecovered read error. +Sector 16190, try 1: Medium Error; Unrecovered read error. +Sector 16190: Medium Error; Unrecovered read error. +Sector 16191, try 1: Medium Error; Unrecovered read error. +Sector 16191: Medium Error; Unrecovered read error. +Sectors 16192 - 16207: Medium Error; Unrecovered read error. +Sector 16192, try 1: Medium Error; Unrecovered read error. +Sector 16192: Medium Error; Unrecovered read error. +Sector 16193, try 1: Medium Error; Unrecovered read error. +Sector 16193: Medium Error; Unrecovered read error. +Sector 16194, try 1: Medium Error; Unrecovered read error. +Sector 16194: Medium Error; Unrecovered read error. +Sector 16195, try 1: Medium Error; Unrecovered read error. +Sector 16195: Medium Error; Unrecovered read error. +Sector 16196, try 1: Medium Error; Unrecovered read error. +Sector 16196: Medium Error; Unrecovered read error. +Sector 16197, try 1: Medium Error; Unrecovered read error. +Sector 16197: Medium Error; Unrecovered read error. +Sector 16198, try 1: Medium Error; Unrecovered read error. +Sector 16198: Medium Error; Unrecovered read error. +Sector 16199, try 1: Medium Error; Unrecovered read error. +Sector 16199: Medium Error; Unrecovered read error. + +Trying to complete image, reading pass 3 of 3. +* CRC error, sector: 10000 +Sector 15800, try 1: Medium Error; Unrecovered read error. +Sector 15800: Medium Error; Unrecovered read error. +Sector 15801, try 1: Medium Error; Unrecovered read error. +Sector 15801: Medium Error; Unrecovered read error. +Sector 15802, try 1: Medium Error; Unrecovered read error. +Sector 15802: Medium Error; Unrecovered read error. +Sector 15803, try 1: Medium Error; Unrecovered read error. +Sector 15803: Medium Error; Unrecovered read error. +Sector 15804, try 1: Medium Error; Unrecovered read error. +Sector 15804: Medium Error; Unrecovered read error. +Sector 15805, try 1: Medium Error; Unrecovered read error. +Sector 15805: Medium Error; Unrecovered read error. +Sector 15806, try 1: Medium Error; Unrecovered read error. +Sector 15806: Medium Error; Unrecovered read error. +Sector 15807, try 1: Medium Error; Unrecovered read error. +Sector 15807: Medium Error; Unrecovered read error. +Sectors 15808 - 15823: Medium Error; Unrecovered read error. +Sector 15808, try 1: Medium Error; Unrecovered read error. +Sector 15808: Medium Error; Unrecovered read error. +Sector 15809, try 1: Medium Error; Unrecovered read error. +Sector 15809: Medium Error; Unrecovered read error. +Sector 15810, try 1: Medium Error; Unrecovered read error. +Sector 15810: Medium Error; Unrecovered read error. +Sector 15811, try 1: Medium Error; Unrecovered read error. +Sector 15811: Medium Error; Unrecovered read error. +Sector 15812, try 1: Medium Error; Unrecovered read error. +Sector 15812: Medium Error; Unrecovered read error. +Sector 15813, try 1: Medium Error; Unrecovered read error. +Sector 15813: Medium Error; Unrecovered read error. +Sector 15814, try 1: Medium Error; Unrecovered read error. +Sector 15814: Medium Error; Unrecovered read error. +Sector 15815, try 1: Medium Error; Unrecovered read error. +Sector 15815: Medium Error; Unrecovered read error. +Sector 15816, try 1: Medium Error; Unrecovered read error. +Sector 15816: Medium Error; Unrecovered read error. +Sector 15817, try 1: Medium Error; Unrecovered read error. +Sector 15817: Medium Error; Unrecovered read error. +Sector 15818, try 1: Medium Error; Unrecovered read error. +Sector 15818: Medium Error; Unrecovered read error. +Sector 15819, try 1: Medium Error; Unrecovered read error. +Sector 15819: Medium Error; Unrecovered read error. +Sector 15820, try 1: Medium Error; Unrecovered read error. +Sector 15820: Medium Error; Unrecovered read error. +Sector 15821, try 1: Medium Error; Unrecovered read error. +Sector 15821: Medium Error; Unrecovered read error. +Sector 15822, try 1: Medium Error; Unrecovered read error. +Sector 15822: Medium Error; Unrecovered read error. +Sector 15823, try 1: Medium Error; Unrecovered read error. +Sector 15823: Medium Error; Unrecovered read error. +Sectors 15824 - 15839: Medium Error; Unrecovered read error. +Sector 15824, try 1: Medium Error; Unrecovered read error. +Sector 15824: Medium Error; Unrecovered read error. +Sector 15825, try 1: Medium Error; Unrecovered read error. +Sector 15825: Medium Error; Unrecovered read error. +Sector 15826, try 1: Medium Error; Unrecovered read error. +Sector 15826: Medium Error; Unrecovered read error. +Sector 15827, try 1: Medium Error; Unrecovered read error. +Sector 15827: Medium Error; Unrecovered read error. +Sector 15828, try 1: Medium Error; Unrecovered read error. +Sector 15828: Medium Error; Unrecovered read error. +Sector 15829, try 1: Medium Error; Unrecovered read error. +Sector 15829: Medium Error; Unrecovered read error. +Sector 15830, try 1: Medium Error; Unrecovered read error. +Sector 15830: Medium Error; Unrecovered read error. +Sector 15831, try 1: Medium Error; Unrecovered read error. +Sector 15831: Medium Error; Unrecovered read error. +Sector 15832, try 1: Medium Error; Unrecovered read error. +Sector 15832: Medium Error; Unrecovered read error. +Sector 15833, try 1: Medium Error; Unrecovered read error. +Sector 15833: Medium Error; Unrecovered read error. +Sector 15834, try 1: Medium Error; Unrecovered read error. +Sector 15834: Medium Error; Unrecovered read error. +Sector 15835, try 1: Medium Error; Unrecovered read error. +Sector 15835: Medium Error; Unrecovered read error. +Sector 15836, try 1: Medium Error; Unrecovered read error. +Sector 15836: Medium Error; Unrecovered read error. +Sector 15837, try 1: Medium Error; Unrecovered read error. +Sector 15837: Medium Error; Unrecovered read error. +Sector 15838, try 1: Medium Error; Unrecovered read error. +Sector 15838: Medium Error; Unrecovered read error. +Sector 15839, try 1: Medium Error; Unrecovered read error. +Sector 15839: Medium Error; Unrecovered read error. +Sectors 15840 - 15855: Medium Error; Unrecovered read error. +Sector 15840, try 1: Medium Error; Unrecovered read error. +Sector 15840: Medium Error; Unrecovered read error. +Sector 15841, try 1: Medium Error; Unrecovered read error. +Sector 15841: Medium Error; Unrecovered read error. +Sector 15842, try 1: Medium Error; Unrecovered read error. +Sector 15842: Medium Error; Unrecovered read error. +Sector 15843, try 1: Medium Error; Unrecovered read error. +Sector 15843: Medium Error; Unrecovered read error. +Sector 15844, try 1: Medium Error; Unrecovered read error. +Sector 15844: Medium Error; Unrecovered read error. +Sector 15845, try 1: Medium Error; Unrecovered read error. +Sector 15845: Medium Error; Unrecovered read error. +Sector 15846, try 1: Medium Error; Unrecovered read error. +Sector 15846: Medium Error; Unrecovered read error. +Sector 15847, try 1: Medium Error; Unrecovered read error. +Sector 15847: Medium Error; Unrecovered read error. +Sector 15848, try 1: Medium Error; Unrecovered read error. +Sector 15848: Medium Error; Unrecovered read error. +Sector 15849, try 1: Medium Error; Unrecovered read error. +Sector 15849: Medium Error; Unrecovered read error. +Sector 15850, try 1: Medium Error; Unrecovered read error. +Sector 15850: Medium Error; Unrecovered read error. +Sector 15851, try 1: Medium Error; Unrecovered read error. +Sector 15851: Medium Error; Unrecovered read error. +Sector 15852, try 1: Medium Error; Unrecovered read error. +Sector 15852: Medium Error; Unrecovered read error. +Sector 15853, try 1: Medium Error; Unrecovered read error. +Sector 15853: Medium Error; Unrecovered read error. +Sector 15854, try 1: Medium Error; Unrecovered read error. +Sector 15854: Medium Error; Unrecovered read error. +Sector 15855, try 1: Medium Error; Unrecovered read error. +Sector 15855: Medium Error; Unrecovered read error. +Sectors 15856 - 15871: Medium Error; Unrecovered read error. +Sector 15856, try 1: Medium Error; Unrecovered read error. +Sector 15856: Medium Error; Unrecovered read error. +Sector 15857, try 1: Medium Error; Unrecovered read error. +Sector 15857: Medium Error; Unrecovered read error. +Sector 15858, try 1: Medium Error; Unrecovered read error. +Sector 15858: Medium Error; Unrecovered read error. +Sector 15859, try 1: Medium Error; Unrecovered read error. +Sector 15859: Medium Error; Unrecovered read error. +Sector 15860, try 1: Medium Error; Unrecovered read error. +Sector 15860: Medium Error; Unrecovered read error. +Sector 15861, try 1: Medium Error; Unrecovered read error. +Sector 15861: Medium Error; Unrecovered read error. +Sector 15862, try 1: Medium Error; Unrecovered read error. +Sector 15862: Medium Error; Unrecovered read error. +Sector 15863, try 1: Medium Error; Unrecovered read error. +Sector 15863: Medium Error; Unrecovered read error. +Sector 15864, try 1: Medium Error; Unrecovered read error. +Sector 15864: Medium Error; Unrecovered read error. +Sector 15865, try 1: Medium Error; Unrecovered read error. +Sector 15865: Medium Error; Unrecovered read error. +Sector 15866, try 1: Medium Error; Unrecovered read error. +Sector 15866: Medium Error; Unrecovered read error. +Sector 15867, try 1: Medium Error; Unrecovered read error. +Sector 15867: Medium Error; Unrecovered read error. +Sector 15868, try 1: Medium Error; Unrecovered read error. +Sector 15868: Medium Error; Unrecovered read error. +Sector 15869, try 1: Medium Error; Unrecovered read error. +Sector 15869: Medium Error; Unrecovered read error. +Sector 15870, try 1: Medium Error; Unrecovered read error. +Sector 15870: Medium Error; Unrecovered read error. +Sector 15871, try 1: Medium Error; Unrecovered read error. +Sector 15871: Medium Error; Unrecovered read error. +Sectors 15872 - 15887: Medium Error; Unrecovered read error. +Sector 15872, try 1: Medium Error; Unrecovered read error. +Sector 15872: Medium Error; Unrecovered read error. +Sector 15873, try 1: Medium Error; Unrecovered read error. +Sector 15873: Medium Error; Unrecovered read error. +Sector 15874, try 1: Medium Error; Unrecovered read error. +Sector 15874: Medium Error; Unrecovered read error. +Sector 15875, try 1: Medium Error; Unrecovered read error. +Sector 15875: Medium Error; Unrecovered read error. +Sector 15876, try 1: Medium Error; Unrecovered read error. +Sector 15876: Medium Error; Unrecovered read error. +Sector 15877, try 1: Medium Error; Unrecovered read error. +Sector 15877: Medium Error; Unrecovered read error. +Sector 15878, try 1: Medium Error; Unrecovered read error. +Sector 15878: Medium Error; Unrecovered read error. +Sector 15879, try 1: Medium Error; Unrecovered read error. +Sector 15879: Medium Error; Unrecovered read error. +Sector 15880, try 1: Medium Error; Unrecovered read error. +Sector 15880: Medium Error; Unrecovered read error. +Sector 15881, try 1: Medium Error; Unrecovered read error. +Sector 15881: Medium Error; Unrecovered read error. +Sector 15882, try 1: Medium Error; Unrecovered read error. +Sector 15882: Medium Error; Unrecovered read error. +Sector 15883, try 1: Medium Error; Unrecovered read error. +Sector 15883: Medium Error; Unrecovered read error. +Sector 15884, try 1: Medium Error; Unrecovered read error. +Sector 15884: Medium Error; Unrecovered read error. +Sector 15885, try 1: Medium Error; Unrecovered read error. +Sector 15885: Medium Error; Unrecovered read error. +Sector 15886, try 1: Medium Error; Unrecovered read error. +Sector 15886: Medium Error; Unrecovered read error. +Sector 15887, try 1: Medium Error; Unrecovered read error. +Sector 15887: Medium Error; Unrecovered read error. +Sectors 15888 - 15903: Medium Error; Unrecovered read error. +Sector 15888, try 1: Medium Error; Unrecovered read error. +Sector 15888: Medium Error; Unrecovered read error. +Sector 15889, try 1: Medium Error; Unrecovered read error. +Sector 15889: Medium Error; Unrecovered read error. +Sector 15890, try 1: Medium Error; Unrecovered read error. +Sector 15890: Medium Error; Unrecovered read error. +Sector 15891, try 1: Medium Error; Unrecovered read error. +Sector 15891: Medium Error; Unrecovered read error. +Sector 15892, try 1: Medium Error; Unrecovered read error. +Sector 15892: Medium Error; Unrecovered read error. +Sector 15893, try 1: Medium Error; Unrecovered read error. +Sector 15893: Medium Error; Unrecovered read error. +Sector 15894, try 1: Medium Error; Unrecovered read error. +Sector 15894: Medium Error; Unrecovered read error. +Sector 15895, try 1: Medium Error; Unrecovered read error. +Sector 15895: Medium Error; Unrecovered read error. +Sector 15896, try 1: Medium Error; Unrecovered read error. +Sector 15896: Medium Error; Unrecovered read error. +Sector 15897, try 1: Medium Error; Unrecovered read error. +Sector 15897: Medium Error; Unrecovered read error. +Sector 15898, try 1: Medium Error; Unrecovered read error. +Sector 15898: Medium Error; Unrecovered read error. +Sector 15899, try 1: Medium Error; Unrecovered read error. +Sector 15899: Medium Error; Unrecovered read error. +Sectors 16096 - 16111: Medium Error; Unrecovered read error. +Sector 16100, try 1: Medium Error; Unrecovered read error. +Sector 16100: Medium Error; Unrecovered read error. +Sector 16101, try 1: Medium Error; Unrecovered read error. +Sector 16101: Medium Error; Unrecovered read error. +Sector 16102, try 1: Medium Error; Unrecovered read error. +Sector 16102: Medium Error; Unrecovered read error. +Sector 16103, try 1: Medium Error; Unrecovered read error. +Sector 16103: Medium Error; Unrecovered read error. +Sector 16104, try 1: Medium Error; Unrecovered read error. +Sector 16104: Medium Error; Unrecovered read error. +Sector 16105, try 1: Medium Error; Unrecovered read error. +Sector 16105: Medium Error; Unrecovered read error. +Sector 16106, try 1: Medium Error; Unrecovered read error. +Sector 16106: Medium Error; Unrecovered read error. +Sector 16107, try 1: Medium Error; Unrecovered read error. +Sector 16107: Medium Error; Unrecovered read error. +Sector 16108, try 1: Medium Error; Unrecovered read error. +Sector 16108: Medium Error; Unrecovered read error. +Sector 16109, try 1: Medium Error; Unrecovered read error. +Sector 16109: Medium Error; Unrecovered read error. +Sector 16110, try 1: Medium Error; Unrecovered read error. +Sector 16110: Medium Error; Unrecovered read error. +Sector 16111, try 1: Medium Error; Unrecovered read error. +Sector 16111: Medium Error; Unrecovered read error. +Sectors 16112 - 16127: Medium Error; Unrecovered read error. +Sector 16112, try 1: Medium Error; Unrecovered read error. +Sector 16112: Medium Error; Unrecovered read error. +Sector 16113, try 1: Medium Error; Unrecovered read error. +Sector 16113: Medium Error; Unrecovered read error. +Sector 16114, try 1: Medium Error; Unrecovered read error. +Sector 16114: Medium Error; Unrecovered read error. +Sector 16115, try 1: Medium Error; Unrecovered read error. +Sector 16115: Medium Error; Unrecovered read error. +Sector 16116, try 1: Medium Error; Unrecovered read error. +Sector 16116: Medium Error; Unrecovered read error. +Sector 16117, try 1: Medium Error; Unrecovered read error. +Sector 16117: Medium Error; Unrecovered read error. +Sector 16118, try 1: Medium Error; Unrecovered read error. +Sector 16118: Medium Error; Unrecovered read error. +Sector 16119, try 1: Medium Error; Unrecovered read error. +Sector 16119: Medium Error; Unrecovered read error. +Sector 16120, try 1: Medium Error; Unrecovered read error. +Sector 16120: Medium Error; Unrecovered read error. +Sector 16121, try 1: Medium Error; Unrecovered read error. +Sector 16121: Medium Error; Unrecovered read error. +Sector 16122, try 1: Medium Error; Unrecovered read error. +Sector 16122: Medium Error; Unrecovered read error. +Sector 16123, try 1: Medium Error; Unrecovered read error. +Sector 16123: Medium Error; Unrecovered read error. +Sector 16124, try 1: Medium Error; Unrecovered read error. +Sector 16124: Medium Error; Unrecovered read error. +Sector 16125, try 1: Medium Error; Unrecovered read error. +Sector 16125: Medium Error; Unrecovered read error. +Sector 16126, try 1: Medium Error; Unrecovered read error. +Sector 16126: Medium Error; Unrecovered read error. +Sector 16127, try 1: Medium Error; Unrecovered read error. +Sector 16127: Medium Error; Unrecovered read error. +Sectors 16128 - 16143: Medium Error; Unrecovered read error. +Sector 16128, try 1: Medium Error; Unrecovered read error. +Sector 16128: Medium Error; Unrecovered read error. +Sector 16129, try 1: Medium Error; Unrecovered read error. +Sector 16129: Medium Error; Unrecovered read error. +Sector 16130, try 1: Medium Error; Unrecovered read error. +Sector 16130: Medium Error; Unrecovered read error. +Sector 16131, try 1: Medium Error; Unrecovered read error. +Sector 16131: Medium Error; Unrecovered read error. +Sector 16132, try 1: Medium Error; Unrecovered read error. +Sector 16132: Medium Error; Unrecovered read error. +Sector 16133, try 1: Medium Error; Unrecovered read error. +Sector 16133: Medium Error; Unrecovered read error. +Sector 16134, try 1: Medium Error; Unrecovered read error. +Sector 16134: Medium Error; Unrecovered read error. +Sector 16135, try 1: Medium Error; Unrecovered read error. +Sector 16135: Medium Error; Unrecovered read error. +Sector 16136, try 1: Medium Error; Unrecovered read error. +Sector 16136: Medium Error; Unrecovered read error. +Sector 16137, try 1: Medium Error; Unrecovered read error. +Sector 16137: Medium Error; Unrecovered read error. +Sector 16138, try 1: Medium Error; Unrecovered read error. +Sector 16138: Medium Error; Unrecovered read error. +Sector 16139, try 1: Medium Error; Unrecovered read error. +Sector 16139: Medium Error; Unrecovered read error. +Sector 16140, try 1: Medium Error; Unrecovered read error. +Sector 16140: Medium Error; Unrecovered read error. +Sector 16141, try 1: Medium Error; Unrecovered read error. +Sector 16141: Medium Error; Unrecovered read error. +Sector 16142, try 1: Medium Error; Unrecovered read error. +Sector 16142: Medium Error; Unrecovered read error. +Sector 16143, try 1: Medium Error; Unrecovered read error. +Sector 16143: Medium Error; Unrecovered read error. +Sectors 16144 - 16159: Medium Error; Unrecovered read error. +Sector 16144, try 1: Medium Error; Unrecovered read error. +Sector 16144: Medium Error; Unrecovered read error. +Sector 16145, try 1: Medium Error; Unrecovered read error. +Sector 16145: Medium Error; Unrecovered read error. +Sector 16146, try 1: Medium Error; Unrecovered read error. +Sector 16146: Medium Error; Unrecovered read error. +Sector 16147, try 1: Medium Error; Unrecovered read error. +Sector 16147: Medium Error; Unrecovered read error. +Sector 16148, try 1: Medium Error; Unrecovered read error. +Sector 16148: Medium Error; Unrecovered read error. +Sector 16149, try 1: Medium Error; Unrecovered read error. +Sector 16149: Medium Error; Unrecovered read error. +Sector 16150, try 1: Medium Error; Unrecovered read error. +Sector 16150: Medium Error; Unrecovered read error. +Sector 16151, try 1: Medium Error; Unrecovered read error. +Sector 16151: Medium Error; Unrecovered read error. +Sector 16152, try 1: Medium Error; Unrecovered read error. +Sector 16152: Medium Error; Unrecovered read error. +Sector 16153, try 1: Medium Error; Unrecovered read error. +Sector 16153: Medium Error; Unrecovered read error. +Sector 16154, try 1: Medium Error; Unrecovered read error. +Sector 16154: Medium Error; Unrecovered read error. +Sector 16155, try 1: Medium Error; Unrecovered read error. +Sector 16155: Medium Error; Unrecovered read error. +Sector 16156, try 1: Medium Error; Unrecovered read error. +Sector 16156: Medium Error; Unrecovered read error. +Sector 16157, try 1: Medium Error; Unrecovered read error. +Sector 16157: Medium Error; Unrecovered read error. +Sector 16158, try 1: Medium Error; Unrecovered read error. +Sector 16158: Medium Error; Unrecovered read error. +Sector 16159, try 1: Medium Error; Unrecovered read error. +Sector 16159: Medium Error; Unrecovered read error. +Sectors 16160 - 16175: Medium Error; Unrecovered read error. +Sector 16160, try 1: Medium Error; Unrecovered read error. +Sector 16160: Medium Error; Unrecovered read error. +Sector 16161, try 1: Medium Error; Unrecovered read error. +Sector 16161: Medium Error; Unrecovered read error. +Sector 16162, try 1: Medium Error; Unrecovered read error. +Sector 16162: Medium Error; Unrecovered read error. +Sector 16163, try 1: Medium Error; Unrecovered read error. +Sector 16163: Medium Error; Unrecovered read error. +Sector 16164, try 1: Medium Error; Unrecovered read error. +Sector 16164: Medium Error; Unrecovered read error. +Sector 16165, try 1: Medium Error; Unrecovered read error. +Sector 16165: Medium Error; Unrecovered read error. +Sector 16166, try 1: Medium Error; Unrecovered read error. +Sector 16166: Medium Error; Unrecovered read error. +Sector 16167, try 1: Medium Error; Unrecovered read error. +Sector 16167: Medium Error; Unrecovered read error. +Sector 16168, try 1: Medium Error; Unrecovered read error. +Sector 16168: Medium Error; Unrecovered read error. +Sector 16169, try 1: Medium Error; Unrecovered read error. +Sector 16169: Medium Error; Unrecovered read error. +Sector 16170, try 1: Medium Error; Unrecovered read error. +Sector 16170: Medium Error; Unrecovered read error. +Sector 16171, try 1: Medium Error; Unrecovered read error. +Sector 16171: Medium Error; Unrecovered read error. +Sector 16172, try 1: Medium Error; Unrecovered read error. +Sector 16172: Medium Error; Unrecovered read error. +Sector 16173, try 1: Medium Error; Unrecovered read error. +Sector 16173: Medium Error; Unrecovered read error. +Sector 16174, try 1: Medium Error; Unrecovered read error. +Sector 16174: Medium Error; Unrecovered read error. +Sector 16175, try 1: Medium Error; Unrecovered read error. +Sector 16175: Medium Error; Unrecovered read error. +Sectors 16176 - 16191: Medium Error; Unrecovered read error. +Sector 16176, try 1: Medium Error; Unrecovered read error. +Sector 16176: Medium Error; Unrecovered read error. +Sector 16177, try 1: Medium Error; Unrecovered read error. +Sector 16177: Medium Error; Unrecovered read error. +Sector 16178, try 1: Medium Error; Unrecovered read error. +Sector 16178: Medium Error; Unrecovered read error. +Sector 16179, try 1: Medium Error; Unrecovered read error. +Sector 16179: Medium Error; Unrecovered read error. +Sector 16180, try 1: Medium Error; Unrecovered read error. +Sector 16180: Medium Error; Unrecovered read error. +Sector 16181, try 1: Medium Error; Unrecovered read error. +Sector 16181: Medium Error; Unrecovered read error. +Sector 16182, try 1: Medium Error; Unrecovered read error. +Sector 16182: Medium Error; Unrecovered read error. +Sector 16183, try 1: Medium Error; Unrecovered read error. +Sector 16183: Medium Error; Unrecovered read error. +Sector 16184, try 1: Medium Error; Unrecovered read error. +Sector 16184: Medium Error; Unrecovered read error. +Sector 16185, try 1: Medium Error; Unrecovered read error. +Sector 16185: Medium Error; Unrecovered read error. +Sector 16186, try 1: Medium Error; Unrecovered read error. +Sector 16186: Medium Error; Unrecovered read error. +Sector 16187, try 1: Medium Error; Unrecovered read error. +Sector 16187: Medium Error; Unrecovered read error. +Sector 16188, try 1: Medium Error; Unrecovered read error. +Sector 16188: Medium Error; Unrecovered read error. +Sector 16189, try 1: Medium Error; Unrecovered read error. +Sector 16189: Medium Error; Unrecovered read error. +Sector 16190, try 1: Medium Error; Unrecovered read error. +Sector 16190: Medium Error; Unrecovered read error. +Sector 16191, try 1: Medium Error; Unrecovered read error. +Sector 16191: Medium Error; Unrecovered read error. +Sector 16192, try 1: Medium Error; Unrecovered read error. +Sector 16192: Medium Error; Unrecovered read error. +Sector 16193, try 1: Medium Error; Unrecovered read error. +Sector 16193: Medium Error; Unrecovered read error. +Sector 16194, try 1: Medium Error; Unrecovered read error. +Sector 16194: Medium Error; Unrecovered read error. +Sector 16195, try 1: Medium Error; Unrecovered read error. +Sector 16195: Medium Error; Unrecovered read error. +Sector 16196, try 1: Medium Error; Unrecovered read error. +Sector 16196: Medium Error; Unrecovered read error. +Sector 16197, try 1: Medium Error; Unrecovered read error. +Sector 16197: Medium Error; Unrecovered read error. +Sector 16198, try 1: Medium Error; Unrecovered read error. +Sector 16198: Medium Error; Unrecovered read error. +Sector 16199, try 1: Medium Error; Unrecovered read error. +Sector 16199: Medium Error; Unrecovered read error. + +1 CRC errors, 200 unreadable sectors. diff --git a/regtest/database/RS03f_read_no_tao_tail b/regtest/database/RS03f_read_no_tao_tail index d9aec25..59cf312 100644 --- a/regtest/database/RS03f_read_no_tao_tail +++ b/regtest/database/RS03f_read_no_tao_tail @@ -11,9 +11,9 @@ Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Creating new rs03f-tmp.iso image. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Sector 20998, try 1: Medium Error; Unrecovered read error. +Sector 20998, try 1: Medium Error; Unrecovered read error. Sector 20998: Medium Error; Unrecovered read error. Sector 20999, try 1: Medium Error; Unrecovered read error. Sector 20999: Medium Error; Unrecovered read error. -Read position: 100.0% (nn.nx) + 2 unreadable sectors. diff --git a/regtest/database/RS03f_read_second_pass_with_crc_error b/regtest/database/RS03f_read_second_pass_with_crc_error new file mode 100644 index 0000000..e45261f --- /dev/null +++ b/regtest/database/RS03f_read_second_pass_with_crc_error @@ -0,0 +1,16 @@ +a600e196b30805aa49593ee901be4282 +ignore +This software comes with ABSOLUTELY NO WARRANTY. This +is free software and you are welcome to redistribute it +under the conditions of the GNU GENERAL PUBLIC LICENSE. +See the file "COPYING" for further information. + +Device: sim-cd, Simulated CD drive 1.00 +Using READ CD. +Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. + +Completing image rs03f-tmp.iso. Only missing sectors will be read. +Reading CRC information from ecc data (RS03) ... done. +* CRC error, sector: 15830 + +400 sectors read. diff --git a/regtest/database/RS03f_read_shorter b/regtest/database/RS03f_read_shorter index e454aab..48b4122 100644 --- a/regtest/database/RS03f_read_shorter +++ b/regtest/database/RS03f_read_shorter @@ -7,31 +7,9 @@ See the file "COPYING" for further information. Device: sim-cd, Simulated CD drive 1.00 Using READ CD. -Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. +Medium "Random Image": CD-R mode 1, 20956 sectors, created 16-07-2006. Creating new rs03f-tmp.iso image. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Sector 20944, try 1: Illegal Request; Logical block address out of range. -Sector 20944: Illegal Request; Logical block address out of range. Skipping 15 sectors. -Sector 20960, try 1: Illegal Request; Logical block address out of range. -Sector 20960: Illegal Request; Logical block address out of range. Skipping 15 sectors. -Sector 20976, try 1: Illegal Request; Logical block address out of range. -Sector 20976: Illegal Request; Logical block address out of range. Skipping 15 sectors. -Sector 20992, try 1: Illegal Request; Logical block address out of range. -Sector 20992: Illegal Request; Logical block address out of range. -Sector 20993, try 1: Illegal Request; Logical block address out of range. -Sector 20993: Illegal Request; Logical block address out of range. -Sector 20994, try 1: Illegal Request; Logical block address out of range. -Sector 20994: Illegal Request; Logical block address out of range. -Sector 20995, try 1: Illegal Request; Logical block address out of range. -Sector 20995: Illegal Request; Logical block address out of range. -Sector 20996, try 1: Illegal Request; Logical block address out of range. -Sector 20996: Illegal Request; Logical block address out of range. -Sector 20997, try 1: Illegal Request; Logical block address out of range. -Sector 20997: Illegal Request; Logical block address out of range. -Sector 20998, try 1: Illegal Request; Logical block address out of range. -Sector 20998: Illegal Request; Logical block address out of range. -Sector 20999, try 1: Illegal Request; Logical block address out of range. -Sector 20999: Illegal Request; Logical block address out of range. -56 unreadable sectors. +All sectors successfully read, but wrong image length (-44 sectors difference) diff --git a/regtest/database/RS03f_read_tao_tail b/regtest/database/RS03f_read_tao_tail index 988c094..b7e7f67 100644 --- a/regtest/database/RS03f_read_tao_tail +++ b/regtest/database/RS03f_read_tao_tail @@ -11,5 +11,5 @@ Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Creating new rs03f-tmp.iso image. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. Checksums match. diff --git a/regtest/database/RS03f_scan_bad_header b/regtest/database/RS03f_scan_bad_header index aea4948..a283f35 100644 --- a/regtest/database/RS03f_scan_bad_header +++ b/regtest/database/RS03f_scan_bad_header @@ -116,6 +116,12 @@ ndata = 235 nroots = 20 ( 8.5%) done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx)CRC NOT created. All sectors successfully read. Checksums match. +CrcBuf contents, image path none (medium): + crcSize: 21000, dataSectors: 21000, coveredSectors: 21000, allSectors: 21000 + md5State: data_complete image_complete + data: 9503f278d4550a9507a317664481adf8 + full: 9503f278d4550a9507a317664481adf8 + fp sector: 16; 15c0fd35a0cfa0f83b9ccbd8604c2592 + missing crcs: 0 diff --git a/regtest/database/RS03f_scan_crc_bad_byte b/regtest/database/RS03f_scan_crc_bad_byte index ea80a7c..a2a5e3b 100644 --- a/regtest/database/RS03f_scan_crc_bad_byte +++ b/regtest/database/RS03f_scan_crc_bad_byte @@ -11,5 +11,5 @@ Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read, but incomplete or damaged checksums. diff --git a/regtest/database/RS03f_scan_data_bad_byte b/regtest/database/RS03f_scan_data_bad_byte index e269894..963e14e 100644 --- a/regtest/database/RS03f_scan_data_bad_byte +++ b/regtest/database/RS03f_scan_data_bad_byte @@ -11,6 +11,6 @@ Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx) * CRC error, sector: 1235 -Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) +* CRC error, sector: 1235 + 1 CRC errors. diff --git a/regtest/database/RS03f_scan_ecc_bad_byte b/regtest/database/RS03f_scan_ecc_bad_byte index 2ac0865..b669bb0 100644 --- a/regtest/database/RS03f_scan_ecc_bad_byte +++ b/regtest/database/RS03f_scan_ecc_bad_byte @@ -11,5 +11,5 @@ Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. Checksums match. diff --git a/regtest/database/RS03f_scan_ecc_header_crc_error b/regtest/database/RS03f_scan_ecc_header_crc_error index 14fd36d..1a10cd7 100644 --- a/regtest/database/RS03f_scan_ecc_header_crc_error +++ b/regtest/database/RS03f_scan_ecc_header_crc_error @@ -116,6 +116,12 @@ ndata = 235 nroots = 20 ( 8.5%) done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx)CRC NOT created. All sectors successfully read. Checksums match. +CrcBuf contents, image path none (medium): + crcSize: 21000, dataSectors: 21000, coveredSectors: 21000, allSectors: 21000 + md5State: data_complete image_complete + data: 9503f278d4550a9507a317664481adf8 + full: 9503f278d4550a9507a317664481adf8 + fp sector: 16; 15c0fd35a0cfa0f83b9ccbd8604c2592 + missing crcs: 0 diff --git a/regtest/database/RS03f_scan_good b/regtest/database/RS03f_scan_good index 2ac0865..b669bb0 100644 --- a/regtest/database/RS03f_scan_good +++ b/regtest/database/RS03f_scan_good @@ -11,5 +11,5 @@ Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. Checksums match. diff --git a/regtest/database/RS03f_scan_good_verbose b/regtest/database/RS03f_scan_good_verbose index 97a57f3..ab7e35c 100644 --- a/regtest/database/RS03f_scan_good_verbose +++ b/regtest/database/RS03f_scan_good_verbose @@ -114,6 +114,12 @@ ndata = 235 nroots = 20 ( 8.5%) done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx)CRC NOT created. All sectors successfully read. Checksums match. +CrcBuf contents, image path none (medium): + crcSize: 21000, dataSectors: 21000, coveredSectors: 21000, allSectors: 21000 + md5State: data_complete image_complete + data: 9503f278d4550a9507a317664481adf8 + full: 9503f278d4550a9507a317664481adf8 + fp sector: 16; 15c0fd35a0cfa0f83b9ccbd8604c2592 + missing crcs: 0 diff --git a/regtest/database/RS03f_scan_incompatible_ecc b/regtest/database/RS03f_scan_incompatible_ecc index 896250d..bf45960 100644 --- a/regtest/database/RS03f_scan_incompatible_ecc +++ b/regtest/database/RS03f_scan_incompatible_ecc @@ -16,5 +16,5 @@ Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. Checksums match. diff --git a/regtest/database/RS03f_scan_longer b/regtest/database/RS03f_scan_longer index d542494..a4f1940 100644 --- a/regtest/database/RS03f_scan_longer +++ b/regtest/database/RS03f_scan_longer @@ -114,6 +114,12 @@ ndata = 235 nroots = 20 ( 8.5%) done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx)CRC NOT created. All sectors successfully read. Checksums match. +CrcBuf contents, image path none (medium): + crcSize: 21000, dataSectors: 21000, coveredSectors: 21000, allSectors: 21000 + md5State: data_complete image_complete + data: 9503f278d4550a9507a317664481adf8 + full: 9503f278d4550a9507a317664481adf8 + fp sector: 16; 15c0fd35a0cfa0f83b9ccbd8604c2592 + missing crcs: 0 diff --git a/regtest/database/RS03f_scan_missing_crc_sectors b/regtest/database/RS03f_scan_missing_crc_sectors index ea80a7c..a2a5e3b 100644 --- a/regtest/database/RS03f_scan_missing_crc_sectors +++ b/regtest/database/RS03f_scan_missing_crc_sectors @@ -11,5 +11,5 @@ Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read, but incomplete or damaged checksums. diff --git a/regtest/database/RS03f_scan_missing_data_sectors b/regtest/database/RS03f_scan_missing_data_sectors index 0dfb788..dd085a9 100644 --- a/regtest/database/RS03f_scan_missing_data_sectors +++ b/regtest/database/RS03f_scan_missing_data_sectors @@ -11,7 +11,7 @@ Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Sector 992, try 1: Medium Error; Unrecovered read error. +Sector 992, try 1: Medium Error; Unrecovered read error. Sector 992: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 1008, try 1: Medium Error; Unrecovered read error. Sector 1008: Medium Error; Unrecovered read error. Skipping 15 sectors. @@ -19,9 +19,9 @@ Sector 1024, try 1: Medium Error; Unrecovered read error. Sector 1024: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 1040, try 1: Medium Error; Unrecovered read error. Sector 1040: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Sector 11216, try 1: Medium Error; Unrecovered read error. +Sector 11216, try 1: Medium Error; Unrecovered read error. Sector 11216: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Sector 12448, try 1: Medium Error; Unrecovered read error. +Sector 12448, try 1: Medium Error; Unrecovered read error. Sector 12448: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + 96 unreadable sectors. diff --git a/regtest/database/RS03f_scan_missing_ecc_header b/regtest/database/RS03f_scan_missing_ecc_header index 49cc852..9795e23 100644 --- a/regtest/database/RS03f_scan_missing_ecc_header +++ b/regtest/database/RS03f_scan_missing_ecc_header @@ -116,6 +116,12 @@ ndata = 235 nroots = 20 ( 8.5%) done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx)CRC NOT created. All sectors successfully read. Checksums match. +CrcBuf contents, image path none (medium): + crcSize: 21000, dataSectors: 21000, coveredSectors: 21000, allSectors: 21000 + md5State: data_complete image_complete + data: 9503f278d4550a9507a317664481adf8 + full: 9503f278d4550a9507a317664481adf8 + fp sector: 16; 15c0fd35a0cfa0f83b9ccbd8604c2592 + missing crcs: 0 diff --git a/regtest/database/RS03f_scan_missing_ecc_header_and_crc b/regtest/database/RS03f_scan_missing_ecc_header_and_crc index 1f0313a..3ceee6f 100644 --- a/regtest/database/RS03f_scan_missing_ecc_header_and_crc +++ b/regtest/database/RS03f_scan_missing_ecc_header_and_crc @@ -116,6 +116,12 @@ ndata = 235 nroots = 20 ( 8.5%) done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx)CRC NOT created. All sectors successfully read, but incomplete or damaged checksums. +CrcBuf contents, image path none (medium): + crcSize: 21000, dataSectors: 21000, coveredSectors: 21000, allSectors: 21000 + md5State: data_complete image_complete + data: 9503f278d4550a9507a317664481adf8 + full: 9503f278d4550a9507a317664481adf8 + fp sector: 16; 15c0fd35a0cfa0f83b9ccbd8604c2592 + missing crcs: 3510 diff --git a/regtest/database/RS03f_scan_missing_ecc_header_and_defective_crc b/regtest/database/RS03f_scan_missing_ecc_header_and_defective_crc index 27c5373..1565b1e 100644 --- a/regtest/database/RS03f_scan_missing_ecc_header_and_defective_crc +++ b/regtest/database/RS03f_scan_missing_ecc_header_and_defective_crc @@ -117,6 +117,12 @@ ndata = 235 nroots = 20 ( 8.5%) done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx)CRC NOT created. All sectors successfully read, but incomplete or damaged checksums. +CrcBuf contents, image path none (medium): + crcSize: 21000, dataSectors: 21000, coveredSectors: 21000, allSectors: 21000 + md5State: data_complete image_complete + data: 9503f278d4550a9507a317664481adf8 + full: 9503f278d4550a9507a317664481adf8 + fp sector: 16; 15c0fd35a0cfa0f83b9ccbd8604c2592 + missing crcs: 234 diff --git a/regtest/database/RS03f_scan_missing_ecc_sectors b/regtest/database/RS03f_scan_missing_ecc_sectors index 2ac0865..b669bb0 100644 --- a/regtest/database/RS03f_scan_missing_ecc_sectors +++ b/regtest/database/RS03f_scan_missing_ecc_sectors @@ -11,5 +11,5 @@ Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. Checksums match. diff --git a/regtest/database/RS03f_scan_no_tao_tail b/regtest/database/RS03f_scan_no_tao_tail index 2f5b1cc..da20466 100644 --- a/regtest/database/RS03f_scan_no_tao_tail +++ b/regtest/database/RS03f_scan_no_tao_tail @@ -11,9 +11,9 @@ Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Sector 20998, try 1: Medium Error; Unrecovered read error. +Sector 20998, try 1: Medium Error; Unrecovered read error. Sector 20998: Medium Error; Unrecovered read error. Sector 20999, try 1: Medium Error; Unrecovered read error. Sector 20999: Medium Error; Unrecovered read error. -Read position: 100.0% (nn.nx) + 2 unreadable sectors. diff --git a/regtest/database/RS03f_scan_shorter b/regtest/database/RS03f_scan_shorter index 480f4b0..576d409 100644 --- a/regtest/database/RS03f_scan_shorter +++ b/regtest/database/RS03f_scan_shorter @@ -11,7 +11,7 @@ Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Sector 20944, try 1: Illegal Request; Logical block address out of range. +Sector 20944, try 1: Illegal Request; Logical block address out of range. Sector 20944: Illegal Request; Logical block address out of range. Skipping 15 sectors. Sector 20960, try 1: Illegal Request; Logical block address out of range. Sector 20960: Illegal Request; Logical block address out of range. Skipping 15 sectors. diff --git a/regtest/database/RS03f_scan_tao_tail b/regtest/database/RS03f_scan_tao_tail index 2ac0865..b669bb0 100644 --- a/regtest/database/RS03f_scan_tao_tail +++ b/regtest/database/RS03f_scan_tao_tail @@ -11,5 +11,5 @@ Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. Checksums match. diff --git a/regtest/database/RS03f_special_padding b/regtest/database/RS03f_special_padding index 8ee8f6c..4e4ec04 100644 --- a/regtest/database/RS03f_special_padding +++ b/regtest/database/RS03f_special_padding @@ -163,6 +163,7 @@ Error correction properties: Data integrity: - sectors : 20124 in image; 1808 in ecc file CalcRS03Layout(): returning cached layout (file) -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%- good image/file : all sectors present +- good image/file : all sectors present - data md5sum : e17669e2979d7e7c55ba7ca0890f4aff -- Ecc block test : 1% tested- Ecc block test : 2% tested- Ecc block test : 3% tested- Ecc block test : 4% tested- Ecc block test : 5% tested- Ecc block test : 6% tested- Ecc block test : 8% tested- Ecc block test : 9% tested- Ecc block test : 10% tested- Ecc block test : 11% tested- Ecc block test : 12% tested- Ecc block test : 13% tested- Ecc block test : 15% tested- Ecc block test : 16% tested- Ecc block test : 17% tested- Ecc block test : 18% tested- Ecc block test : 19% tested- Ecc block test : 20% tested- Ecc block test : 22% tested- Ecc block test : 23% tested- Ecc block test : 24% tested- Ecc block test : 25% tested- Ecc block test : 26% tested- Ecc block test : 27% tested- Ecc block test : 29% tested- Ecc block test : 30% tested- Ecc block test : 31% tested- Ecc block test : 32% tested- Ecc block test : 33% tested- Ecc block test : 34% tested- Ecc block test : 36% tested- Ecc block test : 37% tested- Ecc block test : 38% tested- Ecc block test : 39% tested- Ecc block test : 40% tested- Ecc block test : 41% tested- Ecc block test : 43% tested- Ecc block test : 44% tested- Ecc block test : 45% tested- Ecc block test : 46% tested- Ecc block test : 47% tested- Ecc block test : 48% tested- Ecc block test : 50% tested- Ecc block test : 51% tested- Ecc block test : 52% tested- Ecc block test : 53% tested- Ecc block test : 54% tested- Ecc block test : 55% tested- Ecc block test : 56% tested- Ecc block test : 58% tested- Ecc block test : 59% tested- Ecc block test : 60% tested- Ecc block test : 61% tested- Ecc block test : 62% tested- Ecc block test : 63% tested- Ecc block test : 65% tested- Ecc block test : 66% tested- Ecc block test : 67% tested- Ecc block test : 68% tested- Ecc block test : 69% tested- Ecc block test : 70% tested- Ecc block test : 72% tested- Ecc block test : 73% tested- Ecc block test : 74% tested- Ecc block test : 75% tested- Ecc block test : 76% tested- Ecc block test : 77% tested- Ecc block test : 79% tested- Ecc block test : 80% tested- Ecc block test : 81% tested- Ecc block test : 82% tested- Ecc block test : 83% tested- Ecc block test : 84% tested- Ecc block test : 86% tested- Ecc block test : 87% tested- Ecc block test : 88% tested- Ecc block test : 89% tested- Ecc block test : 90% tested- Ecc block test : 91% tested- Ecc block test : 93% tested- Ecc block test : 94% tested- Ecc block test : 95% tested- Ecc block test : 96% tested- Ecc block test : 97% tested- Ecc block test : 98% tested- Ecc block test : 100% tested - Ecc block test : pass +- Ecc block test : pass +FreeCrcBuf - buffer cleared diff --git a/regtest/database/RS03f_special_padding_plus56 b/regtest/database/RS03f_special_padding_plus56 index 4da8302..4fa0175 100644 --- a/regtest/database/RS03f_special_padding_plus56 +++ b/regtest/database/RS03f_special_padding_plus56 @@ -163,6 +163,7 @@ Error correction properties: Data integrity: - sectors : 20123 sectors + 56 bytes in image; 1808 in ecc file CalcRS03Layout(): returning cached layout (file) -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%- good image/file : all sectors present +- good image/file : all sectors present - data md5sum : 8136b7f7d8609ca75f5b3b33eec4a89d -- Ecc block test : 1% tested- Ecc block test : 2% tested- Ecc block test : 3% tested- Ecc block test : 4% tested- Ecc block test : 5% tested- Ecc block test : 6% tested- Ecc block test : 8% tested- Ecc block test : 9% tested- Ecc block test : 10% tested- Ecc block test : 11% tested- Ecc block test : 12% tested- Ecc block test : 13% tested- Ecc block test : 15% tested- Ecc block test : 16% tested- Ecc block test : 17% tested- Ecc block test : 18% tested- Ecc block test : 19% tested- Ecc block test : 20% tested- Ecc block test : 22% tested- Ecc block test : 23% tested- Ecc block test : 24% tested- Ecc block test : 25% tested- Ecc block test : 26% tested- Ecc block test : 27% tested- Ecc block test : 29% tested- Ecc block test : 30% tested- Ecc block test : 31% tested- Ecc block test : 32% tested- Ecc block test : 33% tested- Ecc block test : 34% tested- Ecc block test : 36% tested- Ecc block test : 37% tested- Ecc block test : 38% tested- Ecc block test : 39% tested- Ecc block test : 40% tested- Ecc block test : 41% tested- Ecc block test : 43% tested- Ecc block test : 44% tested- Ecc block test : 45% tested- Ecc block test : 46% tested- Ecc block test : 47% tested- Ecc block test : 48% tested- Ecc block test : 50% tested- Ecc block test : 51% tested- Ecc block test : 52% tested- Ecc block test : 53% tested- Ecc block test : 54% tested- Ecc block test : 55% tested- Ecc block test : 56% tested- Ecc block test : 58% tested- Ecc block test : 59% tested- Ecc block test : 60% tested- Ecc block test : 61% tested- Ecc block test : 62% tested- Ecc block test : 63% tested- Ecc block test : 65% tested- Ecc block test : 66% tested- Ecc block test : 67% tested- Ecc block test : 68% tested- Ecc block test : 69% tested- Ecc block test : 70% tested- Ecc block test : 72% tested- Ecc block test : 73% tested- Ecc block test : 74% tested- Ecc block test : 75% tested- Ecc block test : 76% tested- Ecc block test : 77% tested- Ecc block test : 79% tested- Ecc block test : 80% tested- Ecc block test : 81% tested- Ecc block test : 82% tested- Ecc block test : 83% tested- Ecc block test : 84% tested- Ecc block test : 86% tested- Ecc block test : 87% tested- Ecc block test : 88% tested- Ecc block test : 89% tested- Ecc block test : 90% tested- Ecc block test : 91% tested- Ecc block test : 93% tested- Ecc block test : 94% tested- Ecc block test : 95% tested- Ecc block test : 96% tested- Ecc block test : 97% tested- Ecc block test : 98% tested- Ecc block test : 100% tested - Ecc block test : pass +- Ecc block test : pass +FreeCrcBuf - buffer cleared diff --git a/regtest/database/RS03f_uncorrectable_dsm_in_image b/regtest/database/RS03f_uncorrectable_dsm_in_image index a2fc7a2..126c502 100644 --- a/regtest/database/RS03f_uncorrectable_dsm_in_image +++ b/regtest/database/RS03f_uncorrectable_dsm_in_image @@ -18,7 +18,7 @@ Error correction properties: Data integrity: - sectors : 21000 in image; 1892 in ecc file -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%* Unrecoverable sector found! +* Unrecoverable sector found! * * Sector 3030 is marked unreadable and annotated to be * in a different location (3130). @@ -36,14 +36,14 @@ Data integrity: * repaired by dvdisaster. Also it will not be possible to create * error correction data for it. Sorry for the bad news. * missing sector : 3030 -- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%* ... more unrecoverable sectors found ... +* ... more unrecoverable sectors found ... * further messages are suppressed unless the -v option is given. * missing sector : 4400 * missing sector : 4411 -- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* BAD image/file : 3 sectors missing +* BAD image/file : 3 sectors missing ... data section : 3 sectors missing; 0 CRC errors ... crc section : 0 sectors missing ... ecc section : 0 sectors missing -- Ecc block test : 1% tested* Ecc block test : 1 good, 1 bad; 2% tested* Ecc block test : 2 good, 1 bad; 3% tested* Ecc block test : 3 good, 1 bad; 4% tested* Ecc block test : 4 good, 1 bad; 5% tested* Ecc block test : 5 good, 1 bad; 6% tested* Ecc block test : 6 good, 1 bad; 7% tested* Ecc block test : 7 good, 1 bad; 8% tested* Ecc block test : 8 good, 1 bad; 10% tested* Ecc block test : 9 good, 1 bad; 11% tested* Ecc block test : 10 good, 1 bad; 12% tested* Ecc block test : 11 good, 1 bad; 13% tested* Ecc block test : 12 good, 1 bad; 14% tested* Ecc block test : 13 good, 1 bad; 15% tested* Ecc block test : 14 good, 1 bad; 16% tested* Ecc block test : 15 good, 1 bad; 17% tested* Ecc block test : 16 good, 1 bad; 18% tested* Ecc block test : 17 good, 1 bad; 20% tested* Ecc block test : 18 good, 1 bad; 21% tested* Ecc block test : 19 good, 1 bad; 22% tested* Ecc block test : 20 good, 1 bad; 23% tested* Ecc block test : 21 good, 1 bad; 24% tested* Ecc block test : 22 good, 1 bad; 25% tested* Ecc block test : 23 good, 1 bad; 26% tested* Ecc block test : 24 good, 1 bad; 27% tested* Ecc block test : 25 good, 1 bad; 28% tested* Ecc block test : 26 good, 1 bad; 30% tested* Ecc block test : 27 good, 1 bad; 31% tested* Ecc block test : 28 good, 1 bad; 32% tested* Ecc block test : 29 good, 1 bad; 33% tested* Ecc block test : 30 good, 1 bad; 34% tested* Ecc block test : 31 good, 1 bad; 35% tested* Ecc block test : 32 good, 1 bad; 36% tested* Ecc block test : 33 good, 1 bad; 37% tested* Ecc block test : 34 good, 1 bad; 38% tested* Ecc block test : 35 good, 1 bad; 40% tested* Ecc block test : 36 good, 1 bad; 41% tested* Ecc block test : 37 good, 1 bad; 42% tested* Ecc block test : 38 good, 1 bad; 43% tested* Ecc block test : 39 good, 1 bad; 44% tested* Ecc block test : 40 good, 1 bad; 45% tested* Ecc block test : 41 good, 1 bad; 46% tested* Ecc block test : 42 good, 1 bad; 47% tested* Ecc block test : 43 good, 1 bad; 48% tested* Ecc block test : 44 good, 1 bad; 50% tested* Ecc block test : 45 good, 1 bad; 51% tested* Ecc block test : 46 good, 1 bad; 52% tested* Ecc block test : 47 good, 1 bad; 53% tested* Ecc block test : 48 good, 1 bad; 54% tested* Ecc block test : 49 good, 1 bad; 55% tested* Ecc block test : 50 good, 1 bad; 56% tested* Ecc block test : 51 good, 1 bad; 57% tested* Ecc block test : 52 good, 1 bad; 58% tested* Ecc block test : 53 good, 1 bad; 60% tested* Ecc block test : 54 good, 1 bad; 61% tested* Ecc block test : 55 good, 1 bad; 62% tested* Ecc block test : 56 good, 1 bad; 63% tested* Ecc block test : 57 good, 1 bad; 64% tested* Ecc block test : 58 good, 1 bad; 65% tested* Ecc block test : 59 good, 1 bad; 66% tested* Ecc block test : 59 good, 2 bad; 67% tested* Ecc block test : 60 good, 2 bad; 68% tested* Ecc block test : 61 good, 2 bad; 70% tested* Ecc block test : 62 good, 2 bad; 71% tested* Ecc block test : 63 good, 2 bad; 72% tested* Ecc block test : 64 good, 2 bad; 73% tested* Ecc block test : 65 good, 2 bad; 74% tested* Ecc block test : 66 good, 2 bad; 75% tested* Ecc block test : 67 good, 2 bad; 76% tested* Ecc block test : 68 good, 2 bad; 77% tested* Ecc block test : 69 good, 2 bad; 78% tested* Ecc block test : 70 good, 2 bad; 80% tested* Ecc block test : 71 good, 2 bad; 81% tested* Ecc block test : 72 good, 2 bad; 82% tested* Ecc block test : 73 good, 2 bad; 83% tested* Ecc block test : 74 good, 2 bad; 84% tested* Ecc block test : 75 good, 2 bad; 85% tested* Ecc block test : 76 good, 2 bad; 86% tested* Ecc block test : 77 good, 2 bad; 87% tested* Ecc block test : 78 good, 2 bad; 88% tested* Ecc block test : 78 good, 3 bad; 90% tested* Ecc block test : 79 good, 3 bad; 91% tested* Ecc block test : 80 good, 3 bad; 92% tested* Ecc block test : 81 good, 3 bad; 93% tested* Ecc block test : 82 good, 3 bad; 94% tested* Ecc block test : 83 good, 3 bad; 95% tested* Ecc block test : 84 good, 3 bad; 96% tested* Ecc block test : 85 good, 3 bad; 97% tested* Ecc block test : 86 good, 3 bad; 98% tested* Ecc block test : 87 good, 3 bad; 100% tested* Ecc block test : 87 good, 3 bad; 6120 bad sub blocks +* Ecc block test : 87 good, 3 bad; 6120 bad sub blocks - erasure counts : avg = 1.0; worst = 1 per ecc block. - prognosis : 22892 of 22892 sectors recoverable (100.0%) diff --git a/regtest/database/RS03f_uncorrectable_dsm_in_image2 b/regtest/database/RS03f_uncorrectable_dsm_in_image2 index 2eeb46d..425c174 100644 --- a/regtest/database/RS03f_uncorrectable_dsm_in_image2 +++ b/regtest/database/RS03f_uncorrectable_dsm_in_image2 @@ -18,7 +18,7 @@ Error correction properties: Data integrity: - sectors : 21000 in image; 1892 in ecc file -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%* Unrecoverable sector found! +* Unrecoverable sector found! * * Sector 3030 is marked unreadable and seems to come * from a different medium. @@ -36,14 +36,14 @@ Data integrity: * repaired by dvdisaster. Also it will not be possible to create * error correction data for it. Sorry for the bad news. * missing sector : 3030 -- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%* ... more unrecoverable sectors found ... +* ... more unrecoverable sectors found ... * further messages are suppressed unless the -v option is given. * missing sector : 4400 * missing sector : 4411 -- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* BAD image/file : 3 sectors missing +* BAD image/file : 3 sectors missing ... data section : 3 sectors missing; 0 CRC errors ... crc section : 0 sectors missing ... ecc section : 0 sectors missing -- Ecc block test : 1% tested* Ecc block test : 1 good, 1 bad; 2% tested* Ecc block test : 2 good, 1 bad; 3% tested* Ecc block test : 3 good, 1 bad; 4% tested* Ecc block test : 4 good, 1 bad; 5% tested* Ecc block test : 5 good, 1 bad; 6% tested* Ecc block test : 6 good, 1 bad; 7% tested* Ecc block test : 7 good, 1 bad; 8% tested* Ecc block test : 8 good, 1 bad; 10% tested* Ecc block test : 9 good, 1 bad; 11% tested* Ecc block test : 10 good, 1 bad; 12% tested* Ecc block test : 11 good, 1 bad; 13% tested* Ecc block test : 12 good, 1 bad; 14% tested* Ecc block test : 13 good, 1 bad; 15% tested* Ecc block test : 14 good, 1 bad; 16% tested* Ecc block test : 15 good, 1 bad; 17% tested* Ecc block test : 16 good, 1 bad; 18% tested* Ecc block test : 17 good, 1 bad; 20% tested* Ecc block test : 18 good, 1 bad; 21% tested* Ecc block test : 19 good, 1 bad; 22% tested* Ecc block test : 20 good, 1 bad; 23% tested* Ecc block test : 21 good, 1 bad; 24% tested* Ecc block test : 22 good, 1 bad; 25% tested* Ecc block test : 23 good, 1 bad; 26% tested* Ecc block test : 24 good, 1 bad; 27% tested* Ecc block test : 25 good, 1 bad; 28% tested* Ecc block test : 26 good, 1 bad; 30% tested* Ecc block test : 27 good, 1 bad; 31% tested* Ecc block test : 28 good, 1 bad; 32% tested* Ecc block test : 29 good, 1 bad; 33% tested* Ecc block test : 30 good, 1 bad; 34% tested* Ecc block test : 31 good, 1 bad; 35% tested* Ecc block test : 32 good, 1 bad; 36% tested* Ecc block test : 33 good, 1 bad; 37% tested* Ecc block test : 34 good, 1 bad; 38% tested* Ecc block test : 35 good, 1 bad; 40% tested* Ecc block test : 36 good, 1 bad; 41% tested* Ecc block test : 37 good, 1 bad; 42% tested* Ecc block test : 38 good, 1 bad; 43% tested* Ecc block test : 39 good, 1 bad; 44% tested* Ecc block test : 40 good, 1 bad; 45% tested* Ecc block test : 41 good, 1 bad; 46% tested* Ecc block test : 42 good, 1 bad; 47% tested* Ecc block test : 43 good, 1 bad; 48% tested* Ecc block test : 44 good, 1 bad; 50% tested* Ecc block test : 45 good, 1 bad; 51% tested* Ecc block test : 46 good, 1 bad; 52% tested* Ecc block test : 47 good, 1 bad; 53% tested* Ecc block test : 48 good, 1 bad; 54% tested* Ecc block test : 49 good, 1 bad; 55% tested* Ecc block test : 50 good, 1 bad; 56% tested* Ecc block test : 51 good, 1 bad; 57% tested* Ecc block test : 52 good, 1 bad; 58% tested* Ecc block test : 53 good, 1 bad; 60% tested* Ecc block test : 54 good, 1 bad; 61% tested* Ecc block test : 55 good, 1 bad; 62% tested* Ecc block test : 56 good, 1 bad; 63% tested* Ecc block test : 57 good, 1 bad; 64% tested* Ecc block test : 58 good, 1 bad; 65% tested* Ecc block test : 59 good, 1 bad; 66% tested* Ecc block test : 59 good, 2 bad; 67% tested* Ecc block test : 60 good, 2 bad; 68% tested* Ecc block test : 61 good, 2 bad; 70% tested* Ecc block test : 62 good, 2 bad; 71% tested* Ecc block test : 63 good, 2 bad; 72% tested* Ecc block test : 64 good, 2 bad; 73% tested* Ecc block test : 65 good, 2 bad; 74% tested* Ecc block test : 66 good, 2 bad; 75% tested* Ecc block test : 67 good, 2 bad; 76% tested* Ecc block test : 68 good, 2 bad; 77% tested* Ecc block test : 69 good, 2 bad; 78% tested* Ecc block test : 70 good, 2 bad; 80% tested* Ecc block test : 71 good, 2 bad; 81% tested* Ecc block test : 72 good, 2 bad; 82% tested* Ecc block test : 73 good, 2 bad; 83% tested* Ecc block test : 74 good, 2 bad; 84% tested* Ecc block test : 75 good, 2 bad; 85% tested* Ecc block test : 76 good, 2 bad; 86% tested* Ecc block test : 77 good, 2 bad; 87% tested* Ecc block test : 78 good, 2 bad; 88% tested* Ecc block test : 78 good, 3 bad; 90% tested* Ecc block test : 79 good, 3 bad; 91% tested* Ecc block test : 80 good, 3 bad; 92% tested* Ecc block test : 81 good, 3 bad; 93% tested* Ecc block test : 82 good, 3 bad; 94% tested* Ecc block test : 83 good, 3 bad; 95% tested* Ecc block test : 84 good, 3 bad; 96% tested* Ecc block test : 85 good, 3 bad; 97% tested* Ecc block test : 86 good, 3 bad; 98% tested* Ecc block test : 87 good, 3 bad; 100% tested* Ecc block test : 87 good, 3 bad; 6120 bad sub blocks +* Ecc block test : 87 good, 3 bad; 6120 bad sub blocks - erasure counts : avg = 1.0; worst = 1 per ecc block. - prognosis : 22892 of 22892 sectors recoverable (100.0%) diff --git a/regtest/database/RS03f_uncorrectable_dsm_in_image2_verbose b/regtest/database/RS03f_uncorrectable_dsm_in_image2_verbose index 8f3eb59..3e4d187 100644 --- a/regtest/database/RS03f_uncorrectable_dsm_in_image2_verbose +++ b/regtest/database/RS03f_uncorrectable_dsm_in_image2_verbose @@ -161,7 +161,7 @@ Error correction properties: Data integrity: - sectors : 21000 in image; 1892 in ecc file CalcRS03Layout(): returning cached layout (file) -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%* Unrecoverable sector found! +* Unrecoverable sector found! * * Sector 3030 is marked unreadable and seems to come * from a different medium. @@ -179,7 +179,7 @@ CalcRS03Layout(): returning cached layout (file) * repaired by dvdisaster. Also it will not be possible to create * error correction data for it. Sorry for the bad news. * missing sector : 3030 -- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%* Unrecoverable sector found! +* Unrecoverable sector found! * * Sector 4400 is marked unreadable and seems to come * from a different medium. @@ -215,10 +215,11 @@ CalcRS03Layout(): returning cached layout (file) * repaired by dvdisaster. Also it will not be possible to create * error correction data for it. Sorry for the bad news. * missing sector : 4411 -- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* BAD image/file : 3 sectors missing +* BAD image/file : 3 sectors missing ... data section : 3 sectors missing; 0 CRC errors ... crc section : 0 sectors missing ... ecc section : 0 sectors missing -- Ecc block test : 1% tested* Ecc block test : 1 good, 1 bad; 2% tested* Ecc block test : 2 good, 1 bad; 3% tested* Ecc block test : 3 good, 1 bad; 4% tested* Ecc block test : 4 good, 1 bad; 5% tested* Ecc block test : 5 good, 1 bad; 6% tested* Ecc block test : 6 good, 1 bad; 7% tested* Ecc block test : 7 good, 1 bad; 8% tested* Ecc block test : 8 good, 1 bad; 10% tested* Ecc block test : 9 good, 1 bad; 11% tested* Ecc block test : 10 good, 1 bad; 12% tested* Ecc block test : 11 good, 1 bad; 13% tested* Ecc block test : 12 good, 1 bad; 14% tested* Ecc block test : 13 good, 1 bad; 15% tested* Ecc block test : 14 good, 1 bad; 16% tested* Ecc block test : 15 good, 1 bad; 17% tested* Ecc block test : 16 good, 1 bad; 18% tested* Ecc block test : 17 good, 1 bad; 20% tested* Ecc block test : 18 good, 1 bad; 21% tested* Ecc block test : 19 good, 1 bad; 22% tested* Ecc block test : 20 good, 1 bad; 23% tested* Ecc block test : 21 good, 1 bad; 24% tested* Ecc block test : 22 good, 1 bad; 25% tested* Ecc block test : 23 good, 1 bad; 26% tested* Ecc block test : 24 good, 1 bad; 27% tested* Ecc block test : 25 good, 1 bad; 28% tested* Ecc block test : 26 good, 1 bad; 30% tested* Ecc block test : 27 good, 1 bad; 31% tested* Ecc block test : 28 good, 1 bad; 32% tested* Ecc block test : 29 good, 1 bad; 33% tested* Ecc block test : 30 good, 1 bad; 34% tested* Ecc block test : 31 good, 1 bad; 35% tested* Ecc block test : 32 good, 1 bad; 36% tested* Ecc block test : 33 good, 1 bad; 37% tested* Ecc block test : 34 good, 1 bad; 38% tested* Ecc block test : 35 good, 1 bad; 40% tested* Ecc block test : 36 good, 1 bad; 41% tested* Ecc block test : 37 good, 1 bad; 42% tested* Ecc block test : 38 good, 1 bad; 43% tested* Ecc block test : 39 good, 1 bad; 44% tested* Ecc block test : 40 good, 1 bad; 45% tested* Ecc block test : 41 good, 1 bad; 46% tested* Ecc block test : 42 good, 1 bad; 47% tested* Ecc block test : 43 good, 1 bad; 48% tested* Ecc block test : 44 good, 1 bad; 50% tested* Ecc block test : 45 good, 1 bad; 51% tested* Ecc block test : 46 good, 1 bad; 52% tested* Ecc block test : 47 good, 1 bad; 53% tested* Ecc block test : 48 good, 1 bad; 54% tested* Ecc block test : 49 good, 1 bad; 55% tested* Ecc block test : 50 good, 1 bad; 56% tested* Ecc block test : 51 good, 1 bad; 57% tested* Ecc block test : 52 good, 1 bad; 58% tested* Ecc block test : 53 good, 1 bad; 60% tested* Ecc block test : 54 good, 1 bad; 61% tested* Ecc block test : 55 good, 1 bad; 62% tested* Ecc block test : 56 good, 1 bad; 63% tested* Ecc block test : 57 good, 1 bad; 64% tested* Ecc block test : 58 good, 1 bad; 65% tested* Ecc block test : 59 good, 1 bad; 66% tested* Ecc block test : 59 good, 2 bad; 67% tested* Ecc block test : 60 good, 2 bad; 68% tested* Ecc block test : 61 good, 2 bad; 70% tested* Ecc block test : 62 good, 2 bad; 71% tested* Ecc block test : 63 good, 2 bad; 72% tested* Ecc block test : 64 good, 2 bad; 73% tested* Ecc block test : 65 good, 2 bad; 74% tested* Ecc block test : 66 good, 2 bad; 75% tested* Ecc block test : 67 good, 2 bad; 76% tested* Ecc block test : 68 good, 2 bad; 77% tested* Ecc block test : 69 good, 2 bad; 78% tested* Ecc block test : 70 good, 2 bad; 80% tested* Ecc block test : 71 good, 2 bad; 81% tested* Ecc block test : 72 good, 2 bad; 82% tested* Ecc block test : 73 good, 2 bad; 83% tested* Ecc block test : 74 good, 2 bad; 84% tested* Ecc block test : 75 good, 2 bad; 85% tested* Ecc block test : 76 good, 2 bad; 86% tested* Ecc block test : 77 good, 2 bad; 87% tested* Ecc block test : 78 good, 2 bad; 88% tested* Ecc block test : 78 good, 3 bad; 90% tested* Ecc block test : 79 good, 3 bad; 91% tested* Ecc block test : 80 good, 3 bad; 92% tested* Ecc block test : 81 good, 3 bad; 93% tested* Ecc block test : 82 good, 3 bad; 94% tested* Ecc block test : 83 good, 3 bad; 95% tested* Ecc block test : 84 good, 3 bad; 96% tested* Ecc block test : 85 good, 3 bad; 97% tested* Ecc block test : 86 good, 3 bad; 98% tested* Ecc block test : 87 good, 3 bad; 100% tested* Ecc block test : 87 good, 3 bad; 6120 bad sub blocks +* Ecc block test : 87 good, 3 bad; 6120 bad sub blocks - erasure counts : avg = 1.0; worst = 1 per ecc block. - prognosis : 22892 of 22892 sectors recoverable (100.0%) +FreeCrcBuf - buffer cleared diff --git a/regtest/database/RS03f_uncorrectable_dsm_in_image_verbose b/regtest/database/RS03f_uncorrectable_dsm_in_image_verbose index cd6ba92..8ca14c9 100644 --- a/regtest/database/RS03f_uncorrectable_dsm_in_image_verbose +++ b/regtest/database/RS03f_uncorrectable_dsm_in_image_verbose @@ -161,7 +161,7 @@ Error correction properties: Data integrity: - sectors : 21000 in image; 1892 in ecc file CalcRS03Layout(): returning cached layout (file) -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%* Unrecoverable sector found! +* Unrecoverable sector found! * * Sector 3030 is marked unreadable and annotated to be * in a different location (3130). @@ -179,7 +179,7 @@ CalcRS03Layout(): returning cached layout (file) * repaired by dvdisaster. Also it will not be possible to create * error correction data for it. Sorry for the bad news. * missing sector : 3030 -- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%* Unrecoverable sector found! +* Unrecoverable sector found! * * Sector 4400 is marked unreadable and annotated to be * in a different location (4500). @@ -215,10 +215,11 @@ CalcRS03Layout(): returning cached layout (file) * repaired by dvdisaster. Also it will not be possible to create * error correction data for it. Sorry for the bad news. * missing sector : 4411 -- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* BAD image/file : 3 sectors missing +* BAD image/file : 3 sectors missing ... data section : 3 sectors missing; 0 CRC errors ... crc section : 0 sectors missing ... ecc section : 0 sectors missing -- Ecc block test : 1% tested* Ecc block test : 1 good, 1 bad; 2% tested* Ecc block test : 2 good, 1 bad; 3% tested* Ecc block test : 3 good, 1 bad; 4% tested* Ecc block test : 4 good, 1 bad; 5% tested* Ecc block test : 5 good, 1 bad; 6% tested* Ecc block test : 6 good, 1 bad; 7% tested* Ecc block test : 7 good, 1 bad; 8% tested* Ecc block test : 8 good, 1 bad; 10% tested* Ecc block test : 9 good, 1 bad; 11% tested* Ecc block test : 10 good, 1 bad; 12% tested* Ecc block test : 11 good, 1 bad; 13% tested* Ecc block test : 12 good, 1 bad; 14% tested* Ecc block test : 13 good, 1 bad; 15% tested* Ecc block test : 14 good, 1 bad; 16% tested* Ecc block test : 15 good, 1 bad; 17% tested* Ecc block test : 16 good, 1 bad; 18% tested* Ecc block test : 17 good, 1 bad; 20% tested* Ecc block test : 18 good, 1 bad; 21% tested* Ecc block test : 19 good, 1 bad; 22% tested* Ecc block test : 20 good, 1 bad; 23% tested* Ecc block test : 21 good, 1 bad; 24% tested* Ecc block test : 22 good, 1 bad; 25% tested* Ecc block test : 23 good, 1 bad; 26% tested* Ecc block test : 24 good, 1 bad; 27% tested* Ecc block test : 25 good, 1 bad; 28% tested* Ecc block test : 26 good, 1 bad; 30% tested* Ecc block test : 27 good, 1 bad; 31% tested* Ecc block test : 28 good, 1 bad; 32% tested* Ecc block test : 29 good, 1 bad; 33% tested* Ecc block test : 30 good, 1 bad; 34% tested* Ecc block test : 31 good, 1 bad; 35% tested* Ecc block test : 32 good, 1 bad; 36% tested* Ecc block test : 33 good, 1 bad; 37% tested* Ecc block test : 34 good, 1 bad; 38% tested* Ecc block test : 35 good, 1 bad; 40% tested* Ecc block test : 36 good, 1 bad; 41% tested* Ecc block test : 37 good, 1 bad; 42% tested* Ecc block test : 38 good, 1 bad; 43% tested* Ecc block test : 39 good, 1 bad; 44% tested* Ecc block test : 40 good, 1 bad; 45% tested* Ecc block test : 41 good, 1 bad; 46% tested* Ecc block test : 42 good, 1 bad; 47% tested* Ecc block test : 43 good, 1 bad; 48% tested* Ecc block test : 44 good, 1 bad; 50% tested* Ecc block test : 45 good, 1 bad; 51% tested* Ecc block test : 46 good, 1 bad; 52% tested* Ecc block test : 47 good, 1 bad; 53% tested* Ecc block test : 48 good, 1 bad; 54% tested* Ecc block test : 49 good, 1 bad; 55% tested* Ecc block test : 50 good, 1 bad; 56% tested* Ecc block test : 51 good, 1 bad; 57% tested* Ecc block test : 52 good, 1 bad; 58% tested* Ecc block test : 53 good, 1 bad; 60% tested* Ecc block test : 54 good, 1 bad; 61% tested* Ecc block test : 55 good, 1 bad; 62% tested* Ecc block test : 56 good, 1 bad; 63% tested* Ecc block test : 57 good, 1 bad; 64% tested* Ecc block test : 58 good, 1 bad; 65% tested* Ecc block test : 59 good, 1 bad; 66% tested* Ecc block test : 59 good, 2 bad; 67% tested* Ecc block test : 60 good, 2 bad; 68% tested* Ecc block test : 61 good, 2 bad; 70% tested* Ecc block test : 62 good, 2 bad; 71% tested* Ecc block test : 63 good, 2 bad; 72% tested* Ecc block test : 64 good, 2 bad; 73% tested* Ecc block test : 65 good, 2 bad; 74% tested* Ecc block test : 66 good, 2 bad; 75% tested* Ecc block test : 67 good, 2 bad; 76% tested* Ecc block test : 68 good, 2 bad; 77% tested* Ecc block test : 69 good, 2 bad; 78% tested* Ecc block test : 70 good, 2 bad; 80% tested* Ecc block test : 71 good, 2 bad; 81% tested* Ecc block test : 72 good, 2 bad; 82% tested* Ecc block test : 73 good, 2 bad; 83% tested* Ecc block test : 74 good, 2 bad; 84% tested* Ecc block test : 75 good, 2 bad; 85% tested* Ecc block test : 76 good, 2 bad; 86% tested* Ecc block test : 77 good, 2 bad; 87% tested* Ecc block test : 78 good, 2 bad; 88% tested* Ecc block test : 78 good, 3 bad; 90% tested* Ecc block test : 79 good, 3 bad; 91% tested* Ecc block test : 80 good, 3 bad; 92% tested* Ecc block test : 81 good, 3 bad; 93% tested* Ecc block test : 82 good, 3 bad; 94% tested* Ecc block test : 83 good, 3 bad; 95% tested* Ecc block test : 84 good, 3 bad; 96% tested* Ecc block test : 85 good, 3 bad; 97% tested* Ecc block test : 86 good, 3 bad; 98% tested* Ecc block test : 87 good, 3 bad; 100% tested* Ecc block test : 87 good, 3 bad; 6120 bad sub blocks +* Ecc block test : 87 good, 3 bad; 6120 bad sub blocks - erasure counts : avg = 1.0; worst = 1 per ecc block. - prognosis : 22892 of 22892 sectors recoverable (100.0%) +FreeCrcBuf - buffer cleared diff --git a/regtest/database/RS03i_bad_crc_checksum b/regtest/database/RS03i_bad_crc_checksum index 3fc3368..78fd397 100644 --- a/regtest/database/RS03i_bad_crc_checksum +++ b/regtest/database/RS03i_bad_crc_checksum @@ -16,8 +16,8 @@ Error correction properties: Data integrity: - medium sectors : 24990 total / 21000 data -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* suspicious image : all sectors present, but 0 CRC errors +* suspicious image : all sectors present, but 0 CRC errors ... data section : 0 sectors missing; 0 CRC errors ... crc section : 0 sectors missing; 2 signature errors ... ecc section : 0 sectors missing -- Ecc block test : 1% tested- Ecc block test : 2% tested- Ecc block test : 3% tested- Ecc block test : 4% tested- Ecc block test : 5% tested- Ecc block test : 6% tested- Ecc block test : 7% tested- Ecc block test : 8% tested- Ecc block test : 9% tested- Ecc block test : 10% tested- Ecc block test : 11% tested- Ecc block test : 12% tested- Ecc block test : 13% tested- Ecc block test : 14% tested- Ecc block test : 15% tested- Ecc block test : 16% tested- Ecc block test : 17% tested- Ecc block test : 18% tested- Ecc block test : 19% tested- Ecc block test : 20% tested- Ecc block test : 21% tested- Ecc block test : 22% tested- Ecc block test : 23% tested- Ecc block test : 24% tested- Ecc block test : 25% tested- Ecc block test : 26% tested- Ecc block test : 27% tested- Ecc block test : 28% tested- Ecc block test : 29% tested- Ecc block test : 30% tested* Ecc block test : 30 good, 1 bad; 31% tested* Ecc block test : 31 good, 1 bad; 32% tested* Ecc block test : 32 good, 1 bad; 33% tested* Ecc block test : 33 good, 1 bad; 34% tested* Ecc block test : 34 good, 1 bad; 35% tested* Ecc block test : 35 good, 1 bad; 36% tested* Ecc block test : 36 good, 1 bad; 37% tested* Ecc block test : 36 good, 2 bad; 38% tested* Ecc block test : 37 good, 2 bad; 39% tested* Ecc block test : 38 good, 2 bad; 40% tested* Ecc block test : 39 good, 2 bad; 41% tested* Ecc block test : 40 good, 2 bad; 42% tested* Ecc block test : 41 good, 2 bad; 43% tested* Ecc block test : 42 good, 2 bad; 44% tested* Ecc block test : 43 good, 2 bad; 45% tested* Ecc block test : 44 good, 2 bad; 46% tested* Ecc block test : 45 good, 2 bad; 47% tested* Ecc block test : 46 good, 2 bad; 48% tested* Ecc block test : 47 good, 2 bad; 50% tested* Ecc block test : 48 good, 2 bad; 51% tested* Ecc block test : 49 good, 2 bad; 52% tested* Ecc block test : 50 good, 2 bad; 53% tested* Ecc block test : 51 good, 2 bad; 54% tested* Ecc block test : 52 good, 2 bad; 55% tested* Ecc block test : 53 good, 2 bad; 56% tested* Ecc block test : 54 good, 2 bad; 57% tested* Ecc block test : 55 good, 2 bad; 58% tested* Ecc block test : 56 good, 2 bad; 59% tested* Ecc block test : 57 good, 2 bad; 60% tested* Ecc block test : 58 good, 2 bad; 61% tested* Ecc block test : 59 good, 2 bad; 62% tested* Ecc block test : 60 good, 2 bad; 63% tested* Ecc block test : 61 good, 2 bad; 64% tested* Ecc block test : 62 good, 2 bad; 65% tested* Ecc block test : 63 good, 2 bad; 66% tested* Ecc block test : 64 good, 2 bad; 67% tested* Ecc block test : 65 good, 2 bad; 68% tested* Ecc block test : 66 good, 2 bad; 69% tested* Ecc block test : 67 good, 2 bad; 70% tested* Ecc block test : 68 good, 2 bad; 71% tested* Ecc block test : 69 good, 2 bad; 72% tested* Ecc block test : 70 good, 2 bad; 73% tested* Ecc block test : 71 good, 2 bad; 74% tested* Ecc block test : 72 good, 2 bad; 75% tested* Ecc block test : 73 good, 2 bad; 76% tested* Ecc block test : 74 good, 2 bad; 77% tested* Ecc block test : 75 good, 2 bad; 78% tested* Ecc block test : 76 good, 2 bad; 79% tested* Ecc block test : 77 good, 2 bad; 80% tested* Ecc block test : 78 good, 2 bad; 81% tested* Ecc block test : 79 good, 2 bad; 82% tested* Ecc block test : 80 good, 2 bad; 83% tested* Ecc block test : 81 good, 2 bad; 84% tested* Ecc block test : 82 good, 2 bad; 85% tested* Ecc block test : 83 good, 2 bad; 86% tested* Ecc block test : 84 good, 2 bad; 87% tested* Ecc block test : 85 good, 2 bad; 88% tested* Ecc block test : 86 good, 2 bad; 89% tested* Ecc block test : 87 good, 2 bad; 90% tested* Ecc block test : 88 good, 2 bad; 91% tested* Ecc block test : 89 good, 2 bad; 92% tested* Ecc block test : 90 good, 2 bad; 93% tested* Ecc block test : 91 good, 2 bad; 94% tested* Ecc block test : 92 good, 2 bad; 95% tested* Ecc block test : 93 good, 2 bad; 96% tested* Ecc block test : 94 good, 2 bad; 97% tested* Ecc block test : 95 good, 2 bad; 98% tested* Ecc block test : 96 good, 2 bad; 100% tested* Ecc block test : 96 good, 2 bad; 2 bad sub blocks +* Ecc block test : 96 good, 2 bad; 2 bad sub blocks diff --git a/regtest/database/RS03i_bad_crc_cookie b/regtest/database/RS03i_bad_crc_cookie index 5d47aee..106b374 100644 --- a/regtest/database/RS03i_bad_crc_cookie +++ b/regtest/database/RS03i_bad_crc_cookie @@ -16,8 +16,8 @@ Error correction properties: Data integrity: - medium sectors : 24990 total / 21000 data -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* suspicious image : all sectors present, but 0 CRC errors +* suspicious image : all sectors present, but 0 CRC errors ... data section : 0 sectors missing; 0 CRC errors ... crc section : 0 sectors missing; 1 signature errors ... ecc section : 0 sectors missing -- Ecc block test : 1% tested- Ecc block test : 2% tested- Ecc block test : 3% tested- Ecc block test : 4% tested- Ecc block test : 5% tested- Ecc block test : 6% tested- Ecc block test : 7% tested- Ecc block test : 8% tested- Ecc block test : 9% tested- Ecc block test : 10% tested- Ecc block test : 11% tested- Ecc block test : 12% tested- Ecc block test : 13% tested- Ecc block test : 14% tested- Ecc block test : 15% tested- Ecc block test : 16% tested- Ecc block test : 17% tested- Ecc block test : 18% tested- Ecc block test : 19% tested- Ecc block test : 20% tested- Ecc block test : 21% tested- Ecc block test : 22% tested- Ecc block test : 23% tested- Ecc block test : 24% tested- Ecc block test : 25% tested- Ecc block test : 26% tested- Ecc block test : 27% tested- Ecc block test : 28% tested- Ecc block test : 29% tested- Ecc block test : 30% tested* Ecc block test : 30 good, 1 bad; 31% tested* Ecc block test : 31 good, 1 bad; 32% tested* Ecc block test : 32 good, 1 bad; 33% tested* Ecc block test : 33 good, 1 bad; 34% tested* Ecc block test : 34 good, 1 bad; 35% tested* Ecc block test : 35 good, 1 bad; 36% tested* Ecc block test : 36 good, 1 bad; 37% tested* Ecc block test : 37 good, 1 bad; 38% tested* Ecc block test : 38 good, 1 bad; 39% tested* Ecc block test : 39 good, 1 bad; 40% tested* Ecc block test : 40 good, 1 bad; 41% tested* Ecc block test : 41 good, 1 bad; 42% tested* Ecc block test : 42 good, 1 bad; 43% tested* Ecc block test : 43 good, 1 bad; 44% tested* Ecc block test : 44 good, 1 bad; 45% tested* Ecc block test : 45 good, 1 bad; 46% tested* Ecc block test : 46 good, 1 bad; 47% tested* Ecc block test : 47 good, 1 bad; 48% tested* Ecc block test : 48 good, 1 bad; 50% tested* Ecc block test : 49 good, 1 bad; 51% tested* Ecc block test : 50 good, 1 bad; 52% tested* Ecc block test : 51 good, 1 bad; 53% tested* Ecc block test : 52 good, 1 bad; 54% tested* Ecc block test : 53 good, 1 bad; 55% tested* Ecc block test : 54 good, 1 bad; 56% tested* Ecc block test : 55 good, 1 bad; 57% tested* Ecc block test : 56 good, 1 bad; 58% tested* Ecc block test : 57 good, 1 bad; 59% tested* Ecc block test : 58 good, 1 bad; 60% tested* Ecc block test : 59 good, 1 bad; 61% tested* Ecc block test : 60 good, 1 bad; 62% tested* Ecc block test : 61 good, 1 bad; 63% tested* Ecc block test : 62 good, 1 bad; 64% tested* Ecc block test : 63 good, 1 bad; 65% tested* Ecc block test : 64 good, 1 bad; 66% tested* Ecc block test : 65 good, 1 bad; 67% tested* Ecc block test : 66 good, 1 bad; 68% tested* Ecc block test : 67 good, 1 bad; 69% tested* Ecc block test : 68 good, 1 bad; 70% tested* Ecc block test : 69 good, 1 bad; 71% tested* Ecc block test : 70 good, 1 bad; 72% tested* Ecc block test : 71 good, 1 bad; 73% tested* Ecc block test : 72 good, 1 bad; 74% tested* Ecc block test : 73 good, 1 bad; 75% tested* Ecc block test : 74 good, 1 bad; 76% tested* Ecc block test : 75 good, 1 bad; 77% tested* Ecc block test : 76 good, 1 bad; 78% tested* Ecc block test : 77 good, 1 bad; 79% tested* Ecc block test : 78 good, 1 bad; 80% tested* Ecc block test : 79 good, 1 bad; 81% tested* Ecc block test : 80 good, 1 bad; 82% tested* Ecc block test : 81 good, 1 bad; 83% tested* Ecc block test : 82 good, 1 bad; 84% tested* Ecc block test : 83 good, 1 bad; 85% tested* Ecc block test : 84 good, 1 bad; 86% tested* Ecc block test : 85 good, 1 bad; 87% tested* Ecc block test : 86 good, 1 bad; 88% tested* Ecc block test : 87 good, 1 bad; 89% tested* Ecc block test : 88 good, 1 bad; 90% tested* Ecc block test : 89 good, 1 bad; 91% tested* Ecc block test : 90 good, 1 bad; 92% tested* Ecc block test : 91 good, 1 bad; 93% tested* Ecc block test : 92 good, 1 bad; 94% tested* Ecc block test : 93 good, 1 bad; 95% tested* Ecc block test : 94 good, 1 bad; 96% tested* Ecc block test : 95 good, 1 bad; 97% tested* Ecc block test : 96 good, 1 bad; 98% tested* Ecc block test : 97 good, 1 bad; 100% tested* Ecc block test : 97 good, 1 bad; 1 bad sub blocks +* Ecc block test : 97 good, 1 bad; 1 bad sub blocks diff --git a/regtest/database/RS03i_crc_section_with_uncorrectable_dsm b/regtest/database/RS03i_crc_section_with_uncorrectable_dsm index e9b3a11..13d2635 100644 --- a/regtest/database/RS03i_crc_section_with_uncorrectable_dsm +++ b/regtest/database/RS03i_crc_section_with_uncorrectable_dsm @@ -16,7 +16,7 @@ Error correction properties: Data integrity: - medium sectors : 24990 total / 21000 data -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%* Unrecoverable sector found! +* Unrecoverable sector found! * * Sector 21077 is marked unreadable and annotated to be * in a different location (22077). @@ -37,10 +37,10 @@ Data integrity: * ... more unrecoverable sectors found ... * further messages are suppressed unless the -v option is given. * missing sectors : 21080 - 21081 -- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* BAD image/file : 3 sectors missing +* BAD image/file : 3 sectors missing ... data section : 0 sectors missing; 0 CRC errors ... crc section : 3 sectors missing ... ecc section : 0 sectors missing -- Ecc block test : 1% tested- Ecc block test : 2% tested- Ecc block test : 3% tested- Ecc block test : 4% tested- Ecc block test : 5% tested- Ecc block test : 6% tested- Ecc block test : 7% tested* Ecc block test : 7 good, 1 bad; 8% tested* Ecc block test : 8 good, 1 bad; 9% tested* Ecc block test : 9 good, 1 bad; 10% tested* Ecc block test : 9 good, 2 bad; 11% tested* Ecc block test : 9 good, 3 bad; 12% tested* Ecc block test : 10 good, 3 bad; 13% tested* Ecc block test : 11 good, 3 bad; 14% tested* Ecc block test : 12 good, 3 bad; 15% tested* Ecc block test : 13 good, 3 bad; 16% tested* Ecc block test : 14 good, 3 bad; 17% tested* Ecc block test : 15 good, 3 bad; 18% tested* Ecc block test : 16 good, 3 bad; 19% tested* Ecc block test : 17 good, 3 bad; 20% tested* Ecc block test : 18 good, 3 bad; 21% tested* Ecc block test : 19 good, 3 bad; 22% tested* Ecc block test : 20 good, 3 bad; 23% tested* Ecc block test : 21 good, 3 bad; 24% tested* Ecc block test : 22 good, 3 bad; 25% tested* Ecc block test : 23 good, 3 bad; 26% tested* Ecc block test : 24 good, 3 bad; 27% tested* Ecc block test : 25 good, 3 bad; 28% tested* Ecc block test : 26 good, 3 bad; 29% tested* Ecc block test : 27 good, 3 bad; 30% tested* Ecc block test : 28 good, 3 bad; 31% tested* Ecc block test : 29 good, 3 bad; 32% tested* Ecc block test : 30 good, 3 bad; 33% tested* Ecc block test : 31 good, 3 bad; 34% tested* Ecc block test : 32 good, 3 bad; 35% tested* Ecc block test : 33 good, 3 bad; 36% tested* Ecc block test : 34 good, 3 bad; 37% tested* Ecc block test : 35 good, 3 bad; 38% tested* Ecc block test : 36 good, 3 bad; 39% tested* Ecc block test : 37 good, 3 bad; 40% tested* Ecc block test : 38 good, 3 bad; 41% tested* Ecc block test : 39 good, 3 bad; 42% tested* Ecc block test : 40 good, 3 bad; 43% tested* Ecc block test : 41 good, 3 bad; 44% tested* Ecc block test : 42 good, 3 bad; 45% tested* Ecc block test : 43 good, 3 bad; 46% tested* Ecc block test : 44 good, 3 bad; 47% tested* Ecc block test : 45 good, 3 bad; 48% tested* Ecc block test : 46 good, 3 bad; 50% tested* Ecc block test : 47 good, 3 bad; 51% tested* Ecc block test : 48 good, 3 bad; 52% tested* Ecc block test : 49 good, 3 bad; 53% tested* Ecc block test : 50 good, 3 bad; 54% tested* Ecc block test : 51 good, 3 bad; 55% tested* Ecc block test : 52 good, 3 bad; 56% tested* Ecc block test : 53 good, 3 bad; 57% tested* Ecc block test : 54 good, 3 bad; 58% tested* Ecc block test : 55 good, 3 bad; 59% tested* Ecc block test : 56 good, 3 bad; 60% tested* Ecc block test : 57 good, 3 bad; 61% tested* Ecc block test : 58 good, 3 bad; 62% tested* Ecc block test : 59 good, 3 bad; 63% tested* Ecc block test : 60 good, 3 bad; 64% tested* Ecc block test : 61 good, 3 bad; 65% tested* Ecc block test : 62 good, 3 bad; 66% tested* Ecc block test : 63 good, 3 bad; 67% tested* Ecc block test : 64 good, 3 bad; 68% tested* Ecc block test : 65 good, 3 bad; 69% tested* Ecc block test : 66 good, 3 bad; 70% tested* Ecc block test : 67 good, 3 bad; 71% tested* Ecc block test : 68 good, 3 bad; 72% tested* Ecc block test : 69 good, 3 bad; 73% tested* Ecc block test : 70 good, 3 bad; 74% tested* Ecc block test : 71 good, 3 bad; 75% tested* Ecc block test : 72 good, 3 bad; 76% tested* Ecc block test : 73 good, 3 bad; 77% tested* Ecc block test : 74 good, 3 bad; 78% tested* Ecc block test : 75 good, 3 bad; 79% tested* Ecc block test : 76 good, 3 bad; 80% tested* Ecc block test : 77 good, 3 bad; 81% tested* Ecc block test : 78 good, 3 bad; 82% tested* Ecc block test : 79 good, 3 bad; 83% tested* Ecc block test : 80 good, 3 bad; 84% tested* Ecc block test : 81 good, 3 bad; 85% tested* Ecc block test : 82 good, 3 bad; 86% tested* Ecc block test : 83 good, 3 bad; 87% tested* Ecc block test : 84 good, 3 bad; 88% tested* Ecc block test : 85 good, 3 bad; 89% tested* Ecc block test : 86 good, 3 bad; 90% tested* Ecc block test : 87 good, 3 bad; 91% tested* Ecc block test : 88 good, 3 bad; 92% tested* Ecc block test : 89 good, 3 bad; 93% tested* Ecc block test : 90 good, 3 bad; 94% tested* Ecc block test : 91 good, 3 bad; 95% tested* Ecc block test : 92 good, 3 bad; 96% tested* Ecc block test : 93 good, 3 bad; 97% tested* Ecc block test : 94 good, 3 bad; 98% tested* Ecc block test : 95 good, 3 bad; 100% tested* Ecc block test : 95 good, 3 bad; 2811 bad sub blocks +* Ecc block test : 95 good, 3 bad; 2811 bad sub blocks - erasure counts : avg = 1.0; worst = 1 per ecc block. - prognosis : 24990 of 24990 sectors recoverable (100.0%) diff --git a/regtest/database/RS03i_data_bad_byte b/regtest/database/RS03i_data_bad_byte index 4b99f7c..75e07cb 100644 --- a/regtest/database/RS03i_data_bad_byte +++ b/regtest/database/RS03i_data_bad_byte @@ -16,11 +16,11 @@ Error correction properties: Data integrity: - medium sectors : 24990 total / 21000 data -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%* CRC error, sector: 4096 -- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* suspicious image : all sectors present, but 1 CRC errors +* CRC error, sector: 4096 +* suspicious image : all sectors present, but 1 CRC errors ... data section : 0 sectors missing; 1 CRC errors ... crc section : 0 sectors missing ... ecc section : 0 sectors missing -- Ecc block test : 1% tested- Ecc block test : 2% tested- Ecc block test : 3% tested- Ecc block test : 4% tested- Ecc block test : 5% tested- Ecc block test : 6% tested- Ecc block test : 7% tested- Ecc block test : 8% tested- Ecc block test : 9% tested- Ecc block test : 10% tested- Ecc block test : 11% tested- Ecc block test : 12% tested- Ecc block test : 13% tested- Ecc block test : 14% tested- Ecc block test : 15% tested- Ecc block test : 16% tested- Ecc block test : 17% tested- Ecc block test : 18% tested- Ecc block test : 19% tested- Ecc block test : 20% tested- Ecc block test : 21% tested- Ecc block test : 22% tested- Ecc block test : 23% tested- Ecc block test : 24% tested- Ecc block test : 25% tested- Ecc block test : 26% tested- Ecc block test : 27% tested- Ecc block test : 28% tested- Ecc block test : 29% tested- Ecc block test : 30% tested- Ecc block test : 31% tested- Ecc block test : 32% tested- Ecc block test : 33% tested- Ecc block test : 34% tested- Ecc block test : 35% tested- Ecc block test : 36% tested- Ecc block test : 37% tested- Ecc block test : 38% tested- Ecc block test : 39% tested- Ecc block test : 40% tested- Ecc block test : 41% tested- Ecc block test : 42% tested- Ecc block test : 43% tested- Ecc block test : 44% tested- Ecc block test : 45% tested- Ecc block test : 46% tested- Ecc block test : 47% tested- Ecc block test : 48% tested- Ecc block test : 50% tested- Ecc block test : 51% tested- Ecc block test : 52% tested- Ecc block test : 53% tested- Ecc block test : 54% tested- Ecc block test : 55% tested- Ecc block test : 56% tested- Ecc block test : 57% tested- Ecc block test : 58% tested- Ecc block test : 59% tested- Ecc block test : 60% tested- Ecc block test : 61% tested- Ecc block test : 62% tested- Ecc block test : 63% tested- Ecc block test : 64% tested- Ecc block test : 65% tested- Ecc block test : 66% tested- Ecc block test : 67% tested- Ecc block test : 68% tested- Ecc block test : 69% tested- Ecc block test : 70% tested- Ecc block test : 71% tested- Ecc block test : 72% tested- Ecc block test : 73% tested- Ecc block test : 74% tested- Ecc block test : 75% tested- Ecc block test : 76% tested- Ecc block test : 77% tested- Ecc block test : 78% tested- Ecc block test : 79% tested* Ecc block test : 78 good, 1 bad; 80% tested* Ecc block test : 79 good, 1 bad; 81% tested* Ecc block test : 80 good, 1 bad; 82% tested* Ecc block test : 81 good, 1 bad; 83% tested* Ecc block test : 82 good, 1 bad; 84% tested* Ecc block test : 83 good, 1 bad; 85% tested* Ecc block test : 84 good, 1 bad; 86% tested* Ecc block test : 85 good, 1 bad; 87% tested* Ecc block test : 86 good, 1 bad; 88% tested* Ecc block test : 87 good, 1 bad; 89% tested* Ecc block test : 88 good, 1 bad; 90% tested* Ecc block test : 89 good, 1 bad; 91% tested* Ecc block test : 90 good, 1 bad; 92% tested* Ecc block test : 91 good, 1 bad; 93% tested* Ecc block test : 92 good, 1 bad; 94% tested* Ecc block test : 93 good, 1 bad; 95% tested* Ecc block test : 94 good, 1 bad; 96% tested* Ecc block test : 95 good, 1 bad; 97% tested* Ecc block test : 96 good, 1 bad; 98% tested* Ecc block test : 97 good, 1 bad; 100% tested* Ecc block test : 97 good, 1 bad; 1 bad sub blocks +* Ecc block test : 97 good, 1 bad; 1 bad sub blocks - erasure counts : avg = 1.0; worst = 1 per ecc block. - prognosis : 24990 of 24990 sectors recoverable (100.0%) diff --git a/regtest/database/RS03i_ecc_bad_byte b/regtest/database/RS03i_ecc_bad_byte index 859709d..2b432f9 100644 --- a/regtest/database/RS03i_ecc_bad_byte +++ b/regtest/database/RS03i_ecc_bad_byte @@ -16,6 +16,6 @@ Error correction properties: Data integrity: - medium sectors : 24990 total / 21000 data -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%- good image/file : all sectors present +- good image/file : all sectors present - data md5sum : 9503f278d4550a9507a317664481adf8 -- Ecc block test : 1% tested- Ecc block test : 2% tested- Ecc block test : 3% tested- Ecc block test : 4% tested- Ecc block test : 5% tested- Ecc block test : 6% tested- Ecc block test : 7% tested- Ecc block test : 8% tested- Ecc block test : 9% tested- Ecc block test : 10% tested- Ecc block test : 11% tested- Ecc block test : 12% tested- Ecc block test : 13% tested- Ecc block test : 14% tested- Ecc block test : 15% tested- Ecc block test : 16% tested- Ecc block test : 17% tested- Ecc block test : 18% tested- Ecc block test : 19% tested- Ecc block test : 20% tested- Ecc block test : 21% tested- Ecc block test : 22% tested- Ecc block test : 23% tested- Ecc block test : 24% tested* Ecc block test : 24 good, 1 bad; 25% tested* Ecc block test : 25 good, 1 bad; 26% tested* Ecc block test : 26 good, 1 bad; 27% tested* Ecc block test : 27 good, 1 bad; 28% tested* Ecc block test : 28 good, 1 bad; 29% tested* Ecc block test : 29 good, 1 bad; 30% tested* Ecc block test : 30 good, 1 bad; 31% tested* Ecc block test : 31 good, 1 bad; 32% tested* Ecc block test : 32 good, 1 bad; 33% tested* Ecc block test : 33 good, 1 bad; 34% tested* Ecc block test : 34 good, 1 bad; 35% tested* Ecc block test : 35 good, 1 bad; 36% tested* Ecc block test : 36 good, 1 bad; 37% tested* Ecc block test : 37 good, 1 bad; 38% tested* Ecc block test : 38 good, 1 bad; 39% tested* Ecc block test : 39 good, 1 bad; 40% tested* Ecc block test : 40 good, 1 bad; 41% tested* Ecc block test : 41 good, 1 bad; 42% tested* Ecc block test : 42 good, 1 bad; 43% tested* Ecc block test : 43 good, 1 bad; 44% tested* Ecc block test : 44 good, 1 bad; 45% tested* Ecc block test : 45 good, 1 bad; 46% tested* Ecc block test : 46 good, 1 bad; 47% tested* Ecc block test : 47 good, 1 bad; 48% tested* Ecc block test : 48 good, 1 bad; 50% tested* Ecc block test : 49 good, 1 bad; 51% tested* Ecc block test : 50 good, 1 bad; 52% tested* Ecc block test : 51 good, 1 bad; 53% tested* Ecc block test : 52 good, 1 bad; 54% tested* Ecc block test : 53 good, 1 bad; 55% tested* Ecc block test : 54 good, 1 bad; 56% tested* Ecc block test : 55 good, 1 bad; 57% tested* Ecc block test : 56 good, 1 bad; 58% tested* Ecc block test : 57 good, 1 bad; 59% tested* Ecc block test : 58 good, 1 bad; 60% tested* Ecc block test : 59 good, 1 bad; 61% tested* Ecc block test : 60 good, 1 bad; 62% tested* Ecc block test : 61 good, 1 bad; 63% tested* Ecc block test : 62 good, 1 bad; 64% tested* Ecc block test : 63 good, 1 bad; 65% tested* Ecc block test : 64 good, 1 bad; 66% tested* Ecc block test : 65 good, 1 bad; 67% tested* Ecc block test : 66 good, 1 bad; 68% tested* Ecc block test : 67 good, 1 bad; 69% tested* Ecc block test : 68 good, 1 bad; 70% tested* Ecc block test : 69 good, 1 bad; 71% tested* Ecc block test : 70 good, 1 bad; 72% tested* Ecc block test : 71 good, 1 bad; 73% tested* Ecc block test : 72 good, 1 bad; 74% tested* Ecc block test : 73 good, 1 bad; 75% tested* Ecc block test : 74 good, 1 bad; 76% tested* Ecc block test : 75 good, 1 bad; 77% tested* Ecc block test : 76 good, 1 bad; 78% tested* Ecc block test : 77 good, 1 bad; 79% tested* Ecc block test : 78 good, 1 bad; 80% tested* Ecc block test : 79 good, 1 bad; 81% tested* Ecc block test : 80 good, 1 bad; 82% tested* Ecc block test : 81 good, 1 bad; 83% tested* Ecc block test : 82 good, 1 bad; 84% tested* Ecc block test : 83 good, 1 bad; 85% tested* Ecc block test : 84 good, 1 bad; 86% tested* Ecc block test : 85 good, 1 bad; 87% tested* Ecc block test : 86 good, 1 bad; 88% tested* Ecc block test : 87 good, 1 bad; 89% tested* Ecc block test : 88 good, 1 bad; 90% tested* Ecc block test : 89 good, 1 bad; 91% tested* Ecc block test : 90 good, 1 bad; 92% tested* Ecc block test : 91 good, 1 bad; 93% tested* Ecc block test : 92 good, 1 bad; 94% tested* Ecc block test : 93 good, 1 bad; 95% tested* Ecc block test : 94 good, 1 bad; 96% tested* Ecc block test : 95 good, 1 bad; 97% tested* Ecc block test : 96 good, 1 bad; 98% tested* Ecc block test : 97 good, 1 bad; 100% tested* Ecc block test : 97 good, 1 bad; 1 bad sub blocks +* Ecc block test : 97 good, 1 bad; 1 bad sub blocks diff --git a/regtest/database/RS03i_ecc_create b/regtest/database/RS03i_ecc_create index 03c3dec..e14f25b 100644 --- a/regtest/database/RS03i_ecc_create +++ b/regtest/database/RS03i_ecc_create @@ -9,7 +9,5 @@ Opening rs03i-tmp.iso: 21000 medium sectors. 41 MiB data, 7 MiB ecc (39 roots; 18.1% redundancy). * Warning: Using redundancies below 20%% may not give * the expected data loss protection. -Preparing image: 1%Preparing image: 2%Preparing image: 3%Preparing image: 4%Preparing image: 5%Preparing image: 6%Preparing image: 7%Preparing image: 8%Preparing image: 9%Preparing image: 10%Preparing image: 11%Preparing image: 12%Preparing image: 13%Preparing image: 14%Preparing image: 15%Preparing image: 16%Preparing image: 17%Preparing image: 18%Preparing image: 19%Preparing image: 20%Preparing image: 21%Preparing image: 22%Preparing image: 23%Preparing image: 24%Preparing image: 25%Preparing image: 26%Preparing image: 27%Preparing image: 28%Preparing image: 29%Preparing image: 30%Preparing image: 31%Preparing image: 32%Preparing image: 33%Preparing image: 34%Preparing image: 35%Preparing image: 36%Preparing image: 37%Preparing image: 38%Preparing image: 39%Preparing image: 40%Preparing image: 41%Preparing image: 42%Preparing image: 43%Preparing image: 44%Preparing image: 45%Preparing image: 46%Preparing image: 47%Preparing image: 48%Preparing image: 49%Preparing image: 50%Preparing image: 51%Preparing image: 52%Preparing image: 53%Preparing image: 54%Preparing image: 55%Preparing image: 56%Preparing image: 57%Preparing image: 58%Preparing image: 59%Preparing image: 60%Preparing image: 61%Preparing image: 62%Preparing image: 63%Preparing image: 64%Preparing image: 65%Preparing image: 66%Preparing image: 67%Preparing image: 68%Preparing image: 69%Preparing image: 70%Preparing image: 71%Preparing image: 72%Preparing image: 73%Preparing image: 74%Preparing image: 75%Preparing image: 76%Preparing image: 77%Preparing image: 78%Preparing image: 79%Preparing image: 80%Preparing image: 81%Preparing image: 82%Preparing image: 83%Preparing image: 84%Preparing image: 85%Preparing image: 86%Preparing image: 87%Preparing image: 88%Preparing image: 89%Preparing image: 90%Preparing image: 91%Preparing image: 92%Preparing image: 93%Preparing image: 94%Preparing image: 95%Preparing image: 96%Preparing image: 97%Preparing image: 98%Preparing image: 99%Preparing image: 100% -Ecc generation: 1.0%Ecc generation: 2.0%Ecc generation: 3.0%Ecc generation: 4.0%Ecc generation: 5.1%Ecc generation: 6.1%Ecc generation: 7.1%Ecc generation: 8.1%Ecc generation: 9.1%Ecc generation: 10.2%Ecc generation: 11.2%Ecc generation: 12.2%Ecc generation: 13.2%Ecc generation: 14.2%Ecc generation: 15.3%Ecc generation: 16.3%Ecc generation: 17.3%Ecc generation: 18.3%Ecc generation: 19.3%Ecc generation: 20.4%Ecc generation: 21.4%Ecc generation: 22.4%Ecc generation: 23.4%Ecc generation: 24.4%Ecc generation: 25.5%Ecc generation: 26.5%Ecc generation: 27.5%Ecc generation: 28.5%Ecc generation: 29.5%Ecc generation: 30.6%Ecc generation: 31.6%Ecc generation: 32.6%Ecc generation: 33.6%Ecc generation: 34.6%Ecc generation: 35.7%Ecc generation: 36.7%Ecc generation: 37.7%Ecc generation: 38.7%Ecc generation: 39.7%Ecc generation: 40.8%Ecc generation: 41.8%Ecc generation: 42.8%Ecc generation: 43.8%Ecc generation: 44.8%Ecc generation: 45.9%Ecc generation: 46.9%Ecc generation: 47.9%Ecc generation: 48.9%Ecc generation: 50.0%Ecc generation: 51.0%Ecc generation: 52.0%Ecc generation: 53.0%Ecc generation: 54.0%Ecc generation: 55.1%Ecc generation: 56.1%Ecc generation: 57.1%Ecc generation: 58.1%Ecc generation: 59.1%Ecc generation: 60.2%Ecc generation: 61.2%Ecc generation: 62.2%Ecc generation: 63.2%Ecc generation: 64.2%Ecc generation: 65.3%Ecc generation: 66.3%Ecc generation: 67.3%Ecc generation: 68.3%Ecc generation: 69.3%Ecc generation: 70.4%Ecc generation: 71.4%Ecc generation: 72.4%Ecc generation: 73.4%Ecc generation: 74.4%Ecc generation: 75.5%Ecc generation: 76.5%Ecc generation: 77.5%Ecc generation: 78.5%Ecc generation: 79.5%Ecc generation: 80.6%Ecc generation: 81.6%Ecc generation: 82.6%Ecc generation: 83.6%Ecc generation: 84.6%Ecc generation: 85.7%Ecc generation: 86.7%Ecc generation: 87.7%Ecc generation: 88.7%Ecc generation: 89.7%Ecc generation: 90.8%Ecc generation: 91.8%Ecc generation: 92.8%Ecc generation: 93.8%Ecc generation: 94.8%Ecc generation: 95.9%Ecc generation: 96.9%Ecc generation: 97.9%Ecc generation: 98.9%Ecc generation: 100.0%Ecc generation: 100.0% Image has been augmented with error correction data. New image size is 48 MiB (24990 sectors). diff --git a/regtest/database/RS03i_ecc_create_after_partial_read b/regtest/database/RS03i_ecc_create_after_partial_read index 86a427a..490e35b 100644 --- a/regtest/database/RS03i_ecc_create_after_partial_read +++ b/regtest/database/RS03i_ecc_create_after_partial_read @@ -4,20 +4,255 @@ This software comes with ABSOLUTELY NO WARRANTY. This is free software and you are welcome to redistribute it under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. +# *** OpenImageFromDevice(sim-cd) *** +# InquireDevice returned: Simulated CD drive 1.00 Device: sim-cd, Simulated CD drive 1.00 +# *** query_type(Simulated CD drive 1.00, 0) *** +# *** get_configuration(Simulated CD drive 1.00) *** +# 8 data len, 9 current +-> profile 9: CD-R +# trying READ DISC INFORMATION for size +# size returned is 32 +# trying READ DISC INFORMATION for real info +0000: 00 20 1e 00 00 00 00 00 00 00 00 00 00 00 00 00 . ...... ........ +0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........ +# status is 1e, disc type 0 +#CD: starting media probe +#CD: querying size of READ TOC/PMA/ATIP (for TOC) +#CD: size returned is 12 +#CD: querying real READ TOC/PMA/ATIP (for TOC) +0000: 00 0a 00 00 00 14 00 00 00 00 00 00 ........ .... +#CD: control is 0x14 +#CD: querying size of READ TOC/PMA/ATIP (for full TOC) +# Warning: Realigning length from 26 to 24 +#CD: size returned is 24 +#CD: querying real READ TOC/PMA/ATIP (for full TOC) +0000: 00 18 00 01 00 00 00 a0 00 00 00 00 00 00 00 00 ........ ........ +0010: 00 00 00 00 00 00 00 00 ........ +#CD: 1 sessions +#CD: CD medium detected, type: CD-R mode 1 +# query_type() returned. +# deciding reading strategy... Using READ CD. +GetImageFingerprint(16): read & cached + +ExamineUDF(Device: Simulated CD drive 1.00) + Examining the ISO file system... + Sector 16: + Volume descriptor type = 1 + Volume descriptor version = 1 + Standard identifier = CD001 + -> primary volume descriptor: + System identifier : | | + Volume identifier : |RANDOM IMAGE | + Volume space size : 21000 sectors + Volume set size : 1 + Volume sequence size : 1 + Logical block size : 2048 + Path table size : 10 bytes + L-Path table location : 19 + Opt L-Path table location : 0 + M-Path table location : 20 + Opt M-Path table location : 0 + Volume creation date/time : 16-07-2006 10:35:46.23 + Volume modification d/t : 16-07-2006 10:35:46.23 + Volume expiration d/t : 16-07-2106 10:35:46.23 + Volume effective d/t : 16-07-2006 10:35:46.23 + File structure version : 1 + Sector 17: + Volume descriptor type = 2 + Volume descriptor version = 1 + Standard identifier = CD001 + -> supplementary volume descriptor: *skipped* + Sector 18: + Volume descriptor type = 255 + Volume descriptor version = 1 + Standard identifier = CD001 + -> volume descriptor set terminator; + end of ISO file system parsing. + Examining the UDF file system... + not yet implemented. + +# *** read_capacity(Simulated CD drive 1.00) *** + -> 20999 +ExamineECC() started +...trying RS01 +...trying RS02 +RS02Recognize: medium sim-cd +try_sector: trying sector 21000 +try_sector: read error, trying next header +try_sector: trying sector 20850 +try_sector: no cookie, skipping current modulo +RS02Recognize: skipping exhaustive RS02 search +...trying RS03 +RS03RecognizeImage: medium sim-cd +FindRS03HeaderInImage: medium sim-cd +RS03RecognizeImage: skipping exhaustive RS03 search +...no augmented image detected. +# Calling query_size() +# *** query_size(Simulated CD drive 1.00) *** +Medium size could NOT be determined from ECC header. +Medium size obtained from ISO/UDF file system: 21000 sectors +# returned: 21000 sectors Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. +GetImageFingerprint(16): cached Completing image rs03i-tmp.iso. Only missing sectors will be read. -Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx) -501 sectors read. -Opening rs03i-tmp.iso: 21000 medium sectors. +501 sectors read. +CrcBuf contents, image path none (medium): + crcSize: 21000, dataSectors: 21000, coveredSectors: 21000, allSectors: 21000 + md5State: invalid + fp sector: 16; 15c0fd35a0cfa0f83b9ccbd8604c2592 + missing crcs: 20499 + +Opening rs03i-tmp.iso +ExamineUDF(File: rs03i-tmp.iso) + Examining the ISO file system... + Sector 16: + Volume descriptor type = 1 + Volume descriptor version = 1 + Standard identifier = CD001 + -> primary volume descriptor: + System identifier : | | + Volume identifier : |RANDOM IMAGE | + Volume space size : 21000 sectors + Volume set size : 1 + Volume sequence size : 1 + Logical block size : 2048 + Path table size : 10 bytes + L-Path table location : 19 + Opt L-Path table location : 0 + M-Path table location : 20 + Opt M-Path table location : 0 + Volume creation date/time : 16-07-2006 10:35:46.23 + Volume modification d/t : 16-07-2006 10:35:46.23 + Volume expiration d/t : 16-07-2106 10:35:46.23 + Volume effective d/t : 16-07-2006 10:35:46.23 + File structure version : 1 + Sector 17: + Volume descriptor type = 2 + Volume descriptor version = 1 + Standard identifier = CD001 + -> supplementary volume descriptor: *skipped* + Sector 18: + Volume descriptor type = 255 + Volume descriptor version = 1 + Standard identifier = CD001 + -> volume descriptor set terminator; + end of ISO file system parsing. + Examining the UDF file system... + not yet implemented. + +ExamineECC() started +...trying RS01 +...trying RS02 +RS02Recognize: file rs03i-tmp.iso +try_sector: trying sector 21000 +try_sector: read error, trying next header +try_sector: trying sector 20850 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 4611686018427387904 +FindHeaderInMedium: Trying modulo 2305843009213693952 +FindHeaderInMedium: Trying modulo 1152921504606846976 +FindHeaderInMedium: Trying modulo 576460752303423488 +FindHeaderInMedium: Trying modulo 288230376151711744 +FindHeaderInMedium: Trying modulo 144115188075855872 +FindHeaderInMedium: Trying modulo 72057594037927936 +FindHeaderInMedium: Trying modulo 36028797018963968 +FindHeaderInMedium: Trying modulo 18014398509481984 +FindHeaderInMedium: Trying modulo 9007199254740992 +FindHeaderInMedium: Trying modulo 4503599627370496 +FindHeaderInMedium: Trying modulo 2251799813685248 +FindHeaderInMedium: Trying modulo 1125899906842624 +FindHeaderInMedium: Trying modulo 562949953421312 +FindHeaderInMedium: Trying modulo 281474976710656 +FindHeaderInMedium: Trying modulo 140737488355328 +FindHeaderInMedium: Trying modulo 70368744177664 +FindHeaderInMedium: Trying modulo 35184372088832 +FindHeaderInMedium: Trying modulo 17592186044416 +FindHeaderInMedium: Trying modulo 8796093022208 +FindHeaderInMedium: Trying modulo 4398046511104 +FindHeaderInMedium: Trying modulo 2199023255552 +FindHeaderInMedium: Trying modulo 1099511627776 +FindHeaderInMedium: Trying modulo 549755813888 +FindHeaderInMedium: Trying modulo 274877906944 +FindHeaderInMedium: Trying modulo 137438953472 +FindHeaderInMedium: Trying modulo 68719476736 +FindHeaderInMedium: Trying modulo 34359738368 +FindHeaderInMedium: Trying modulo 17179869184 +FindHeaderInMedium: Trying modulo 8589934592 +FindHeaderInMedium: Trying modulo 4294967296 +FindHeaderInMedium: Trying modulo 2147483648 +FindHeaderInMedium: Trying modulo 1073741824 +FindHeaderInMedium: Trying modulo 536870912 +FindHeaderInMedium: Trying modulo 268435456 +FindHeaderInMedium: Trying modulo 134217728 +FindHeaderInMedium: Trying modulo 67108864 +FindHeaderInMedium: Trying modulo 33554432 +FindHeaderInMedium: Trying modulo 16777216 +FindHeaderInMedium: Trying modulo 8388608 +FindHeaderInMedium: Trying modulo 4194304 +FindHeaderInMedium: Trying modulo 2097152 +FindHeaderInMedium: Trying modulo 1048576 +FindHeaderInMedium: Trying modulo 524288 +FindHeaderInMedium: Trying modulo 262144 +FindHeaderInMedium: Trying modulo 131072 +FindHeaderInMedium: Trying modulo 65536 +FindHeaderInMedium: Trying modulo 32768 +FindHeaderInMedium: Trying modulo 16384 +try_sector: trying sector 16384 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 8192 +Sector 16384 cached; skipping modulo +FindHeaderInMedium: Trying modulo 4096 +try_sector: trying sector 20480 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 2048 +Sector 20480 cached; skipping modulo +FindHeaderInMedium: Trying modulo 1024 +Sector 20480 cached; skipping modulo +FindHeaderInMedium: Trying modulo 512 +try_sector: trying sector 20992 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 256 +Sector 20992 cached; skipping modulo +FindHeaderInMedium: Trying modulo 128 +Sector 20992 cached; skipping modulo +FindHeaderInMedium: Trying modulo 64 +Sector 20992 cached; skipping modulo +FindHeaderInMedium: Trying modulo 32 +Sector 20992 cached; skipping modulo +...trying RS03 +RS03RecognizeImage: file rs03i-tmp.iso +FindRS03HeaderInImage: file rs03i-tmp.iso +RS03RecognizeImage: No EH, entering exhaustive search +Warning: image size set to 25000 for debugging! +.. trying layer size 98 +Scanning layers for signatures. +- layer slice 0 +** All layers tested -> no RS03 data found +...no augmented image detected. +GetImageFingerprint(16): read & cached +: 21000 medium sectors. +Calculated layout for RS03 image: +data sectors = 21000 +data padding = 68 +layer size = 98 +total sectors = 24990 +medium capacity = 25000 +header position = 21000 +first CRC sector = 21070 +first ECC sector = 21168 +ndata = 216 +nroots = 39 (18.1%) + 41 MiB data, 7 MiB ecc (39 roots; 18.1% redundancy). * Warning: Using redundancies below 20%% may not give * the expected data loss protection. -Preparing image: 1%Preparing image: 2%Preparing image: 3%Preparing image: 4%Preparing image: 5%Preparing image: 6%Preparing image: 7%Preparing image: 8%Preparing image: 9%Preparing image: 10%Preparing image: 11%Preparing image: 12%Preparing image: 13%Preparing image: 14%Preparing image: 15%Preparing image: 16%Preparing image: 17%Preparing image: 18%Preparing image: 19%Preparing image: 20%Preparing image: 21%Preparing image: 22%Preparing image: 23%Preparing image: 24%Preparing image: 25%Preparing image: 26%Preparing image: 27%Preparing image: 28%Preparing image: 29%Preparing image: 30%Preparing image: 31%Preparing image: 32%Preparing image: 33%Preparing image: 34%Preparing image: 35%Preparing image: 36%Preparing image: 37%Preparing image: 38%Preparing image: 39%Preparing image: 40%Preparing image: 41%Preparing image: 42%Preparing image: 43%Preparing image: 44%Preparing image: 45%Preparing image: 46%Preparing image: 47%Preparing image: 48%Preparing image: 49%Preparing image: 50%Preparing image: 51%Preparing image: 52%Preparing image: 53%Preparing image: 54%Preparing image: 55%Preparing image: 56%Preparing image: 57%Preparing image: 58%Preparing image: 59%Preparing image: 60%Preparing image: 61%Preparing image: 62%Preparing image: 63%Preparing image: 64%Preparing image: 65%Preparing image: 66%Preparing image: 67%Preparing image: 68%Preparing image: 69%Preparing image: 70%Preparing image: 71%Preparing image: 72%Preparing image: 73%Preparing image: 74%Preparing image: 75%Preparing image: 76%Preparing image: 77%Preparing image: 78%Preparing image: 79%Preparing image: 80%Preparing image: 81%Preparing image: 82%Preparing image: 83%Preparing image: 84%Preparing image: 85%Preparing image: 86%Preparing image: 87%Preparing image: 88%Preparing image: 89%Preparing image: 90%Preparing image: 91%Preparing image: 92%Preparing image: 93%Preparing image: 94%Preparing image: 95%Preparing image: 96%Preparing image: 97%Preparing image: 98%Preparing image: 99%Preparing image: 100% -Ecc generation: 1.0%Ecc generation: 2.0%Ecc generation: 3.0%Ecc generation: 4.0%Ecc generation: 5.1%Ecc generation: 6.1%Ecc generation: 7.1%Ecc generation: 8.1%Ecc generation: 9.1%Ecc generation: 10.2%Ecc generation: 11.2%Ecc generation: 12.2%Ecc generation: 13.2%Ecc generation: 14.2%Ecc generation: 15.3%Ecc generation: 16.3%Ecc generation: 17.3%Ecc generation: 18.3%Ecc generation: 19.3%Ecc generation: 20.4%Ecc generation: 21.4%Ecc generation: 22.4%Ecc generation: 23.4%Ecc generation: 24.4%Ecc generation: 25.5%Ecc generation: 26.5%Ecc generation: 27.5%Ecc generation: 28.5%Ecc generation: 29.5%Ecc generation: 30.6%Ecc generation: 31.6%Ecc generation: 32.6%Ecc generation: 33.6%Ecc generation: 34.6%Ecc generation: 35.7%Ecc generation: 36.7%Ecc generation: 37.7%Ecc generation: 38.7%Ecc generation: 39.7%Ecc generation: 40.8%Ecc generation: 41.8%Ecc generation: 42.8%Ecc generation: 43.8%Ecc generation: 44.8%Ecc generation: 45.9%Ecc generation: 46.9%Ecc generation: 47.9%Ecc generation: 48.9%Ecc generation: 50.0%Ecc generation: 51.0%Ecc generation: 52.0%Ecc generation: 53.0%Ecc generation: 54.0%Ecc generation: 55.1%Ecc generation: 56.1%Ecc generation: 57.1%Ecc generation: 58.1%Ecc generation: 59.1%Ecc generation: 60.2%Ecc generation: 61.2%Ecc generation: 62.2%Ecc generation: 63.2%Ecc generation: 64.2%Ecc generation: 65.3%Ecc generation: 66.3%Ecc generation: 67.3%Ecc generation: 68.3%Ecc generation: 69.3%Ecc generation: 70.4%Ecc generation: 71.4%Ecc generation: 72.4%Ecc generation: 73.4%Ecc generation: 74.4%Ecc generation: 75.5%Ecc generation: 76.5%Ecc generation: 77.5%Ecc generation: 78.5%Ecc generation: 79.5%Ecc generation: 80.6%Ecc generation: 81.6%Ecc generation: 82.6%Ecc generation: 83.6%Ecc generation: 84.6%Ecc generation: 85.7%Ecc generation: 86.7%Ecc generation: 87.7%Ecc generation: 88.7%Ecc generation: 89.7%Ecc generation: 90.8%Ecc generation: 91.8%Ecc generation: 92.8%Ecc generation: 93.8%Ecc generation: 94.8%Ecc generation: 95.9%Ecc generation: 96.9%Ecc generation: 97.9%Ecc generation: 98.9%Ecc generation: 100.0%Ecc generation: 100.0% +CrcBufValid: NOT complete +Cache allocation: 110592K+12288K+9984K=129M (data+parity+descrambling) Image has been augmented with error correction data. New image size is 48 MiB (24990 sectors). +FreeCrcBuf - buffer cleared diff --git a/regtest/database/RS03i_ecc_create_after_read b/regtest/database/RS03i_ecc_create_after_read index ccb1071..241a967 100644 --- a/regtest/database/RS03i_ecc_create_after_read +++ b/regtest/database/RS03i_ecc_create_after_read @@ -1,23 +1,260 @@ -95b221fd894f6adb6f6e8d3b89583fb6 +e27ceee0133669046f12cf69719f25af ignore This software comes with ABSOLUTELY NO WARRANTY. This is free software and you are welcome to redistribute it under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. +# *** OpenImageFromDevice(sim-cd) *** +# InquireDevice returned: Simulated CD drive 1.00 Device: sim-cd, Simulated CD drive 1.00 +# *** query_type(Simulated CD drive 1.00, 0) *** +# *** get_configuration(Simulated CD drive 1.00) *** +# 8 data len, 9 current +-> profile 9: CD-R +# trying READ DISC INFORMATION for size +# size returned is 32 +# trying READ DISC INFORMATION for real info +0000: 00 20 1e 00 00 00 00 00 00 00 00 00 00 00 00 00 . ...... ........ +0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........ +# status is 1e, disc type 0 +#CD: starting media probe +#CD: querying size of READ TOC/PMA/ATIP (for TOC) +#CD: size returned is 12 +#CD: querying real READ TOC/PMA/ATIP (for TOC) +0000: 00 0a 00 00 00 14 00 00 00 00 00 00 ........ .... +#CD: control is 0x14 +#CD: querying size of READ TOC/PMA/ATIP (for full TOC) +# Warning: Realigning length from 26 to 24 +#CD: size returned is 24 +#CD: querying real READ TOC/PMA/ATIP (for full TOC) +0000: 00 18 00 01 00 00 00 a0 00 00 00 00 00 00 00 00 ........ ........ +0010: 00 00 00 00 00 00 00 00 ........ +#CD: 1 sessions +#CD: CD medium detected, type: CD-R mode 1 +# query_type() returned. +# deciding reading strategy... Using READ CD. +GetImageFingerprint(16): read & cached + +ExamineUDF(Device: Simulated CD drive 1.00) + Examining the ISO file system... + Sector 16: + Volume descriptor type = 1 + Volume descriptor version = 1 + Standard identifier = CD001 + -> primary volume descriptor: + System identifier : | | + Volume identifier : |RANDOM IMAGE | + Volume space size : 21000 sectors + Volume set size : 1 + Volume sequence size : 1 + Logical block size : 2048 + Path table size : 10 bytes + L-Path table location : 19 + Opt L-Path table location : 0 + M-Path table location : 20 + Opt M-Path table location : 0 + Volume creation date/time : 16-07-2006 10:35:46.23 + Volume modification d/t : 16-07-2006 10:35:46.23 + Volume expiration d/t : 16-07-2106 10:35:46.23 + Volume effective d/t : 16-07-2006 10:35:46.23 + File structure version : 1 + Sector 17: + Volume descriptor type = 2 + Volume descriptor version = 1 + Standard identifier = CD001 + -> supplementary volume descriptor: *skipped* + Sector 18: + Volume descriptor type = 255 + Volume descriptor version = 1 + Standard identifier = CD001 + -> volume descriptor set terminator; + end of ISO file system parsing. + Examining the UDF file system... + not yet implemented. + +# *** read_capacity(Simulated CD drive 1.00) *** + -> 20999 +ExamineECC() started +...trying RS01 +...trying RS02 +RS02Recognize: medium sim-cd +try_sector: trying sector 21000 +try_sector: read error, trying next header +try_sector: trying sector 20850 +try_sector: no cookie, skipping current modulo +RS02Recognize: skipping exhaustive RS02 search +...trying RS03 +RS03RecognizeImage: medium sim-cd +FindRS03HeaderInImage: medium sim-cd +RS03RecognizeImage: skipping exhaustive RS03 search +...no augmented image detected. +# Calling query_size() +# *** query_size(Simulated CD drive 1.00) *** +Medium size could NOT be determined from ECC header. +Medium size obtained from ISO/UDF file system: 21000 sectors +# returned: 21000 sectors Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Creating new rs03i-tmp.iso image. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) -All sectors successfully read. -Opening rs03i-tmp.iso: 21000 medium sectors. +All sectors successfully read. +CrcBuf contents, image path none (medium): + crcSize: 21000, dataSectors: 21000, coveredSectors: 21000, allSectors: 21000 + md5State: data_complete image_complete + data: 9503f278d4550a9507a317664481adf8 + full: 9503f278d4550a9507a317664481adf8 + fp sector: 16; 15c0fd35a0cfa0f83b9ccbd8604c2592 + missing crcs: 0 + +Opening rs03i-tmp.iso +ExamineUDF(File: rs03i-tmp.iso) + Examining the ISO file system... + Sector 16: + Volume descriptor type = 1 + Volume descriptor version = 1 + Standard identifier = CD001 + -> primary volume descriptor: + System identifier : | | + Volume identifier : |RANDOM IMAGE | + Volume space size : 21000 sectors + Volume set size : 1 + Volume sequence size : 1 + Logical block size : 2048 + Path table size : 10 bytes + L-Path table location : 19 + Opt L-Path table location : 0 + M-Path table location : 20 + Opt M-Path table location : 0 + Volume creation date/time : 16-07-2006 10:35:46.23 + Volume modification d/t : 16-07-2006 10:35:46.23 + Volume expiration d/t : 16-07-2106 10:35:46.23 + Volume effective d/t : 16-07-2006 10:35:46.23 + File structure version : 1 + Sector 17: + Volume descriptor type = 2 + Volume descriptor version = 1 + Standard identifier = CD001 + -> supplementary volume descriptor: *skipped* + Sector 18: + Volume descriptor type = 255 + Volume descriptor version = 1 + Standard identifier = CD001 + -> volume descriptor set terminator; + end of ISO file system parsing. + Examining the UDF file system... + not yet implemented. + +ExamineECC() started +...trying RS01 +...trying RS02 +RS02Recognize: file rs03i-tmp.iso +try_sector: trying sector 21000 +try_sector: read error, trying next header +try_sector: trying sector 20850 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 4611686018427387904 +FindHeaderInMedium: Trying modulo 2305843009213693952 +FindHeaderInMedium: Trying modulo 1152921504606846976 +FindHeaderInMedium: Trying modulo 576460752303423488 +FindHeaderInMedium: Trying modulo 288230376151711744 +FindHeaderInMedium: Trying modulo 144115188075855872 +FindHeaderInMedium: Trying modulo 72057594037927936 +FindHeaderInMedium: Trying modulo 36028797018963968 +FindHeaderInMedium: Trying modulo 18014398509481984 +FindHeaderInMedium: Trying modulo 9007199254740992 +FindHeaderInMedium: Trying modulo 4503599627370496 +FindHeaderInMedium: Trying modulo 2251799813685248 +FindHeaderInMedium: Trying modulo 1125899906842624 +FindHeaderInMedium: Trying modulo 562949953421312 +FindHeaderInMedium: Trying modulo 281474976710656 +FindHeaderInMedium: Trying modulo 140737488355328 +FindHeaderInMedium: Trying modulo 70368744177664 +FindHeaderInMedium: Trying modulo 35184372088832 +FindHeaderInMedium: Trying modulo 17592186044416 +FindHeaderInMedium: Trying modulo 8796093022208 +FindHeaderInMedium: Trying modulo 4398046511104 +FindHeaderInMedium: Trying modulo 2199023255552 +FindHeaderInMedium: Trying modulo 1099511627776 +FindHeaderInMedium: Trying modulo 549755813888 +FindHeaderInMedium: Trying modulo 274877906944 +FindHeaderInMedium: Trying modulo 137438953472 +FindHeaderInMedium: Trying modulo 68719476736 +FindHeaderInMedium: Trying modulo 34359738368 +FindHeaderInMedium: Trying modulo 17179869184 +FindHeaderInMedium: Trying modulo 8589934592 +FindHeaderInMedium: Trying modulo 4294967296 +FindHeaderInMedium: Trying modulo 2147483648 +FindHeaderInMedium: Trying modulo 1073741824 +FindHeaderInMedium: Trying modulo 536870912 +FindHeaderInMedium: Trying modulo 268435456 +FindHeaderInMedium: Trying modulo 134217728 +FindHeaderInMedium: Trying modulo 67108864 +FindHeaderInMedium: Trying modulo 33554432 +FindHeaderInMedium: Trying modulo 16777216 +FindHeaderInMedium: Trying modulo 8388608 +FindHeaderInMedium: Trying modulo 4194304 +FindHeaderInMedium: Trying modulo 2097152 +FindHeaderInMedium: Trying modulo 1048576 +FindHeaderInMedium: Trying modulo 524288 +FindHeaderInMedium: Trying modulo 262144 +FindHeaderInMedium: Trying modulo 131072 +FindHeaderInMedium: Trying modulo 65536 +FindHeaderInMedium: Trying modulo 32768 +FindHeaderInMedium: Trying modulo 16384 +try_sector: trying sector 16384 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 8192 +Sector 16384 cached; skipping modulo +FindHeaderInMedium: Trying modulo 4096 +try_sector: trying sector 20480 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 2048 +Sector 20480 cached; skipping modulo +FindHeaderInMedium: Trying modulo 1024 +Sector 20480 cached; skipping modulo +FindHeaderInMedium: Trying modulo 512 +try_sector: trying sector 20992 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 256 +Sector 20992 cached; skipping modulo +FindHeaderInMedium: Trying modulo 128 +Sector 20992 cached; skipping modulo +FindHeaderInMedium: Trying modulo 64 +Sector 20992 cached; skipping modulo +FindHeaderInMedium: Trying modulo 32 +Sector 20992 cached; skipping modulo +...trying RS03 +RS03RecognizeImage: file rs03i-tmp.iso +FindRS03HeaderInImage: file rs03i-tmp.iso +RS03RecognizeImage: No EH, entering exhaustive search +Warning: image size set to 25000 for debugging! +.. trying layer size 98 +Scanning layers for signatures. +- layer slice 0 +** All layers tested -> no RS03 data found +...no augmented image detected. +GetImageFingerprint(16): read & cached +: 21000 medium sectors. +Calculated layout for RS03 image: +data sectors = 21000 +data padding = 68 +layer size = 98 +total sectors = 24990 +medium capacity = 25000 +header position = 21000 +first CRC sector = 21070 +first ECC sector = 21168 +ndata = 216 +nroots = 39 (18.1%) + 41 MiB data, 7 MiB ecc (39 roots; 18.1% redundancy). * Warning: Using redundancies below 20%% may not give * the expected data loss protection. -Preparing image: 1%Preparing image: 2%Preparing image: 3%Preparing image: 4%Preparing image: 5%Preparing image: 6%Preparing image: 7%Preparing image: 8%Preparing image: 9%Preparing image: 10%Preparing image: 11%Preparing image: 12%Preparing image: 13%Preparing image: 14%Preparing image: 15%Preparing image: 16%Preparing image: 17%Preparing image: 18%Preparing image: 19%Preparing image: 20%Preparing image: 21%Preparing image: 22%Preparing image: 23%Preparing image: 24%Preparing image: 25%Preparing image: 26%Preparing image: 27%Preparing image: 28%Preparing image: 29%Preparing image: 30%Preparing image: 31%Preparing image: 32%Preparing image: 33%Preparing image: 34%Preparing image: 35%Preparing image: 36%Preparing image: 37%Preparing image: 38%Preparing image: 39%Preparing image: 40%Preparing image: 41%Preparing image: 42%Preparing image: 43%Preparing image: 44%Preparing image: 45%Preparing image: 46%Preparing image: 47%Preparing image: 48%Preparing image: 49%Preparing image: 50%Preparing image: 51%Preparing image: 52%Preparing image: 53%Preparing image: 54%Preparing image: 55%Preparing image: 56%Preparing image: 57%Preparing image: 58%Preparing image: 59%Preparing image: 60%Preparing image: 61%Preparing image: 62%Preparing image: 63%Preparing image: 64%Preparing image: 65%Preparing image: 66%Preparing image: 67%Preparing image: 68%Preparing image: 69%Preparing image: 70%Preparing image: 71%Preparing image: 72%Preparing image: 73%Preparing image: 74%Preparing image: 75%Preparing image: 76%Preparing image: 77%Preparing image: 78%Preparing image: 79%Preparing image: 80%Preparing image: 81%Preparing image: 82%Preparing image: 83%Preparing image: 84%Preparing image: 85%Preparing image: 86%Preparing image: 87%Preparing image: 88%Preparing image: 89%Preparing image: 90%Preparing image: 91%Preparing image: 92%Preparing image: 93%Preparing image: 94%Preparing image: 95%Preparing image: 96%Preparing image: 97%Preparing image: 98%Preparing image: 99%Preparing image: 100% -Ecc generation: 1.0%Ecc generation: 2.0%Ecc generation: 3.0%Ecc generation: 4.0%Ecc generation: 5.1%Ecc generation: 6.1%Ecc generation: 7.1%Ecc generation: 8.1%Ecc generation: 9.1%Ecc generation: 10.2%Ecc generation: 11.2%Ecc generation: 12.2%Ecc generation: 13.2%Ecc generation: 14.2%Ecc generation: 15.3%Ecc generation: 16.3%Ecc generation: 17.3%Ecc generation: 18.3%Ecc generation: 19.3%Ecc generation: 20.4%Ecc generation: 21.4%Ecc generation: 22.4%Ecc generation: 23.4%Ecc generation: 24.4%Ecc generation: 25.5%Ecc generation: 26.5%Ecc generation: 27.5%Ecc generation: 28.5%Ecc generation: 29.5%Ecc generation: 30.6%Ecc generation: 31.6%Ecc generation: 32.6%Ecc generation: 33.6%Ecc generation: 34.6%Ecc generation: 35.7%Ecc generation: 36.7%Ecc generation: 37.7%Ecc generation: 38.7%Ecc generation: 39.7%Ecc generation: 40.8%Ecc generation: 41.8%Ecc generation: 42.8%Ecc generation: 43.8%Ecc generation: 44.8%Ecc generation: 45.9%Ecc generation: 46.9%Ecc generation: 47.9%Ecc generation: 48.9%Ecc generation: 50.0%Ecc generation: 51.0%Ecc generation: 52.0%Ecc generation: 53.0%Ecc generation: 54.0%Ecc generation: 55.1%Ecc generation: 56.1%Ecc generation: 57.1%Ecc generation: 58.1%Ecc generation: 59.1%Ecc generation: 60.2%Ecc generation: 61.2%Ecc generation: 62.2%Ecc generation: 63.2%Ecc generation: 64.2%Ecc generation: 65.3%Ecc generation: 66.3%Ecc generation: 67.3%Ecc generation: 68.3%Ecc generation: 69.3%Ecc generation: 70.4%Ecc generation: 71.4%Ecc generation: 72.4%Ecc generation: 73.4%Ecc generation: 74.4%Ecc generation: 75.5%Ecc generation: 76.5%Ecc generation: 77.5%Ecc generation: 78.5%Ecc generation: 79.5%Ecc generation: 80.6%Ecc generation: 81.6%Ecc generation: 82.6%Ecc generation: 83.6%Ecc generation: 84.6%Ecc generation: 85.7%Ecc generation: 86.7%Ecc generation: 87.7%Ecc generation: 88.7%Ecc generation: 89.7%Ecc generation: 90.8%Ecc generation: 91.8%Ecc generation: 92.8%Ecc generation: 93.8%Ecc generation: 94.8%Ecc generation: 95.9%Ecc generation: 96.9%Ecc generation: 97.9%Ecc generation: 98.9%Ecc generation: 100.0%Ecc generation: 100.0% +CrcBufValid: buffer VALID +CrcBuf present, augmented image: using data MD5 sum +Cache allocation: 110592K+12288K+9984K=129M (data+parity+descrambling) Image has been augmented with error correction data. New image size is 48 MiB (24990 sectors). +FreeCrcBuf - buffer cleared diff --git a/regtest/database/RS03i_ecc_from_larger_rs03 b/regtest/database/RS03i_ecc_from_larger_rs03 index 85990cb..0f14ce7 100644 --- a/regtest/database/RS03i_ecc_from_larger_rs03 +++ b/regtest/database/RS03i_ecc_from_larger_rs03 @@ -12,7 +12,5 @@ Image size is now: 21000 medium sectors. 41 MiB data, 7 MiB ecc (39 roots; 18.1% redundancy). * Warning: Using redundancies below 20%% may not give * the expected data loss protection. -Preparing image: 1%Preparing image: 2%Preparing image: 3%Preparing image: 4%Preparing image: 5%Preparing image: 6%Preparing image: 7%Preparing image: 8%Preparing image: 9%Preparing image: 10%Preparing image: 11%Preparing image: 12%Preparing image: 13%Preparing image: 14%Preparing image: 15%Preparing image: 16%Preparing image: 17%Preparing image: 18%Preparing image: 19%Preparing image: 20%Preparing image: 21%Preparing image: 22%Preparing image: 23%Preparing image: 24%Preparing image: 25%Preparing image: 26%Preparing image: 27%Preparing image: 28%Preparing image: 29%Preparing image: 30%Preparing image: 31%Preparing image: 32%Preparing image: 33%Preparing image: 34%Preparing image: 35%Preparing image: 36%Preparing image: 37%Preparing image: 38%Preparing image: 39%Preparing image: 40%Preparing image: 41%Preparing image: 42%Preparing image: 43%Preparing image: 44%Preparing image: 45%Preparing image: 46%Preparing image: 47%Preparing image: 48%Preparing image: 49%Preparing image: 50%Preparing image: 51%Preparing image: 52%Preparing image: 53%Preparing image: 54%Preparing image: 55%Preparing image: 56%Preparing image: 57%Preparing image: 58%Preparing image: 59%Preparing image: 60%Preparing image: 61%Preparing image: 62%Preparing image: 63%Preparing image: 64%Preparing image: 65%Preparing image: 66%Preparing image: 67%Preparing image: 68%Preparing image: 69%Preparing image: 70%Preparing image: 71%Preparing image: 72%Preparing image: 73%Preparing image: 74%Preparing image: 75%Preparing image: 76%Preparing image: 77%Preparing image: 78%Preparing image: 79%Preparing image: 80%Preparing image: 81%Preparing image: 82%Preparing image: 83%Preparing image: 84%Preparing image: 85%Preparing image: 86%Preparing image: 87%Preparing image: 88%Preparing image: 89%Preparing image: 90%Preparing image: 91%Preparing image: 92%Preparing image: 93%Preparing image: 94%Preparing image: 95%Preparing image: 96%Preparing image: 97%Preparing image: 98%Preparing image: 99%Preparing image: 100% -Ecc generation: 1.0%Ecc generation: 2.0%Ecc generation: 3.0%Ecc generation: 4.0%Ecc generation: 5.1%Ecc generation: 6.1%Ecc generation: 7.1%Ecc generation: 8.1%Ecc generation: 9.1%Ecc generation: 10.2%Ecc generation: 11.2%Ecc generation: 12.2%Ecc generation: 13.2%Ecc generation: 14.2%Ecc generation: 15.3%Ecc generation: 16.3%Ecc generation: 17.3%Ecc generation: 18.3%Ecc generation: 19.3%Ecc generation: 20.4%Ecc generation: 21.4%Ecc generation: 22.4%Ecc generation: 23.4%Ecc generation: 24.4%Ecc generation: 25.5%Ecc generation: 26.5%Ecc generation: 27.5%Ecc generation: 28.5%Ecc generation: 29.5%Ecc generation: 30.6%Ecc generation: 31.6%Ecc generation: 32.6%Ecc generation: 33.6%Ecc generation: 34.6%Ecc generation: 35.7%Ecc generation: 36.7%Ecc generation: 37.7%Ecc generation: 38.7%Ecc generation: 39.7%Ecc generation: 40.8%Ecc generation: 41.8%Ecc generation: 42.8%Ecc generation: 43.8%Ecc generation: 44.8%Ecc generation: 45.9%Ecc generation: 46.9%Ecc generation: 47.9%Ecc generation: 48.9%Ecc generation: 50.0%Ecc generation: 51.0%Ecc generation: 52.0%Ecc generation: 53.0%Ecc generation: 54.0%Ecc generation: 55.1%Ecc generation: 56.1%Ecc generation: 57.1%Ecc generation: 58.1%Ecc generation: 59.1%Ecc generation: 60.2%Ecc generation: 61.2%Ecc generation: 62.2%Ecc generation: 63.2%Ecc generation: 64.2%Ecc generation: 65.3%Ecc generation: 66.3%Ecc generation: 67.3%Ecc generation: 68.3%Ecc generation: 69.3%Ecc generation: 70.4%Ecc generation: 71.4%Ecc generation: 72.4%Ecc generation: 73.4%Ecc generation: 74.4%Ecc generation: 75.5%Ecc generation: 76.5%Ecc generation: 77.5%Ecc generation: 78.5%Ecc generation: 79.5%Ecc generation: 80.6%Ecc generation: 81.6%Ecc generation: 82.6%Ecc generation: 83.6%Ecc generation: 84.6%Ecc generation: 85.7%Ecc generation: 86.7%Ecc generation: 87.7%Ecc generation: 88.7%Ecc generation: 89.7%Ecc generation: 90.8%Ecc generation: 91.8%Ecc generation: 92.8%Ecc generation: 93.8%Ecc generation: 94.8%Ecc generation: 95.9%Ecc generation: 96.9%Ecc generation: 97.9%Ecc generation: 98.9%Ecc generation: 100.0%Ecc generation: 100.0% Image has been augmented with error correction data. New image size is 48 MiB (24990 sectors). diff --git a/regtest/database/RS03i_ecc_from_larger_rs03_non_blocksize b/regtest/database/RS03i_ecc_from_larger_rs03_non_blocksize index 981ff26..7ce569c 100644 --- a/regtest/database/RS03i_ecc_from_larger_rs03_non_blocksize +++ b/regtest/database/RS03i_ecc_from_larger_rs03_non_blocksize @@ -12,7 +12,5 @@ Image size is now: 21000 medium sectors and 56 bytes. 41 MiB data, 7 MiB ecc (39 roots; 18.1% redundancy). * Warning: Using redundancies below 20%% may not give * the expected data loss protection. -Preparing image: 1%Preparing image: 2%Preparing image: 3%Preparing image: 4%Preparing image: 5%Preparing image: 6%Preparing image: 7%Preparing image: 8%Preparing image: 9%Preparing image: 10%Preparing image: 11%Preparing image: 12%Preparing image: 13%Preparing image: 14%Preparing image: 15%Preparing image: 16%Preparing image: 17%Preparing image: 18%Preparing image: 19%Preparing image: 20%Preparing image: 21%Preparing image: 22%Preparing image: 23%Preparing image: 24%Preparing image: 25%Preparing image: 26%Preparing image: 27%Preparing image: 28%Preparing image: 29%Preparing image: 30%Preparing image: 31%Preparing image: 32%Preparing image: 33%Preparing image: 34%Preparing image: 35%Preparing image: 36%Preparing image: 37%Preparing image: 38%Preparing image: 39%Preparing image: 40%Preparing image: 41%Preparing image: 42%Preparing image: 43%Preparing image: 44%Preparing image: 45%Preparing image: 46%Preparing image: 47%Preparing image: 48%Preparing image: 49%Preparing image: 50%Preparing image: 51%Preparing image: 52%Preparing image: 53%Preparing image: 54%Preparing image: 55%Preparing image: 56%Preparing image: 57%Preparing image: 58%Preparing image: 59%Preparing image: 60%Preparing image: 61%Preparing image: 62%Preparing image: 63%Preparing image: 64%Preparing image: 65%Preparing image: 66%Preparing image: 67%Preparing image: 68%Preparing image: 69%Preparing image: 70%Preparing image: 71%Preparing image: 72%Preparing image: 73%Preparing image: 74%Preparing image: 75%Preparing image: 76%Preparing image: 77%Preparing image: 78%Preparing image: 79%Preparing image: 80%Preparing image: 81%Preparing image: 82%Preparing image: 83%Preparing image: 84%Preparing image: 85%Preparing image: 86%Preparing image: 87%Preparing image: 88%Preparing image: 89%Preparing image: 90%Preparing image: 91%Preparing image: 92%Preparing image: 93%Preparing image: 94%Preparing image: 95%Preparing image: 96%Preparing image: 97%Preparing image: 98%Preparing image: 99%Preparing image: 100% -Ecc generation: 1.0%Ecc generation: 2.0%Ecc generation: 3.0%Ecc generation: 4.0%Ecc generation: 5.1%Ecc generation: 6.1%Ecc generation: 7.1%Ecc generation: 8.1%Ecc generation: 9.1%Ecc generation: 10.2%Ecc generation: 11.2%Ecc generation: 12.2%Ecc generation: 13.2%Ecc generation: 14.2%Ecc generation: 15.3%Ecc generation: 16.3%Ecc generation: 17.3%Ecc generation: 18.3%Ecc generation: 19.3%Ecc generation: 20.4%Ecc generation: 21.4%Ecc generation: 22.4%Ecc generation: 23.4%Ecc generation: 24.4%Ecc generation: 25.5%Ecc generation: 26.5%Ecc generation: 27.5%Ecc generation: 28.5%Ecc generation: 29.5%Ecc generation: 30.6%Ecc generation: 31.6%Ecc generation: 32.6%Ecc generation: 33.6%Ecc generation: 34.6%Ecc generation: 35.7%Ecc generation: 36.7%Ecc generation: 37.7%Ecc generation: 38.7%Ecc generation: 39.7%Ecc generation: 40.8%Ecc generation: 41.8%Ecc generation: 42.8%Ecc generation: 43.8%Ecc generation: 44.8%Ecc generation: 45.9%Ecc generation: 46.9%Ecc generation: 47.9%Ecc generation: 48.9%Ecc generation: 50.0%Ecc generation: 51.0%Ecc generation: 52.0%Ecc generation: 53.0%Ecc generation: 54.0%Ecc generation: 55.1%Ecc generation: 56.1%Ecc generation: 57.1%Ecc generation: 58.1%Ecc generation: 59.1%Ecc generation: 60.2%Ecc generation: 61.2%Ecc generation: 62.2%Ecc generation: 63.2%Ecc generation: 64.2%Ecc generation: 65.3%Ecc generation: 66.3%Ecc generation: 67.3%Ecc generation: 68.3%Ecc generation: 69.3%Ecc generation: 70.4%Ecc generation: 71.4%Ecc generation: 72.4%Ecc generation: 73.4%Ecc generation: 74.4%Ecc generation: 75.5%Ecc generation: 76.5%Ecc generation: 77.5%Ecc generation: 78.5%Ecc generation: 79.5%Ecc generation: 80.6%Ecc generation: 81.6%Ecc generation: 82.6%Ecc generation: 83.6%Ecc generation: 84.6%Ecc generation: 85.7%Ecc generation: 86.7%Ecc generation: 87.7%Ecc generation: 88.7%Ecc generation: 89.7%Ecc generation: 90.8%Ecc generation: 91.8%Ecc generation: 92.8%Ecc generation: 93.8%Ecc generation: 94.8%Ecc generation: 95.9%Ecc generation: 96.9%Ecc generation: 97.9%Ecc generation: 98.9%Ecc generation: 100.0%Ecc generation: 100.0% Image has been augmented with error correction data. New image size is 48 MiB (24990 sectors). diff --git a/regtest/database/RS03i_ecc_from_rs02 b/regtest/database/RS03i_ecc_from_rs02 index 2b47750..4e2e300 100644 --- a/regtest/database/RS03i_ecc_from_rs02 +++ b/regtest/database/RS03i_ecc_from_rs02 @@ -12,7 +12,5 @@ Image size is now: 21000 medium sectors. 41 MiB data, 7 MiB ecc (39 roots; 18.1% redundancy). * Warning: Using redundancies below 20%% may not give * the expected data loss protection. -Preparing image: 1%Preparing image: 2%Preparing image: 3%Preparing image: 4%Preparing image: 5%Preparing image: 6%Preparing image: 7%Preparing image: 8%Preparing image: 9%Preparing image: 10%Preparing image: 11%Preparing image: 12%Preparing image: 13%Preparing image: 14%Preparing image: 15%Preparing image: 16%Preparing image: 17%Preparing image: 18%Preparing image: 19%Preparing image: 20%Preparing image: 21%Preparing image: 22%Preparing image: 23%Preparing image: 24%Preparing image: 25%Preparing image: 26%Preparing image: 27%Preparing image: 28%Preparing image: 29%Preparing image: 30%Preparing image: 31%Preparing image: 32%Preparing image: 33%Preparing image: 34%Preparing image: 35%Preparing image: 36%Preparing image: 37%Preparing image: 38%Preparing image: 39%Preparing image: 40%Preparing image: 41%Preparing image: 42%Preparing image: 43%Preparing image: 44%Preparing image: 45%Preparing image: 46%Preparing image: 47%Preparing image: 48%Preparing image: 49%Preparing image: 50%Preparing image: 51%Preparing image: 52%Preparing image: 53%Preparing image: 54%Preparing image: 55%Preparing image: 56%Preparing image: 57%Preparing image: 58%Preparing image: 59%Preparing image: 60%Preparing image: 61%Preparing image: 62%Preparing image: 63%Preparing image: 64%Preparing image: 65%Preparing image: 66%Preparing image: 67%Preparing image: 68%Preparing image: 69%Preparing image: 70%Preparing image: 71%Preparing image: 72%Preparing image: 73%Preparing image: 74%Preparing image: 75%Preparing image: 76%Preparing image: 77%Preparing image: 78%Preparing image: 79%Preparing image: 80%Preparing image: 81%Preparing image: 82%Preparing image: 83%Preparing image: 84%Preparing image: 85%Preparing image: 86%Preparing image: 87%Preparing image: 88%Preparing image: 89%Preparing image: 90%Preparing image: 91%Preparing image: 92%Preparing image: 93%Preparing image: 94%Preparing image: 95%Preparing image: 96%Preparing image: 97%Preparing image: 98%Preparing image: 99%Preparing image: 100% -Ecc generation: 1.0%Ecc generation: 2.0%Ecc generation: 3.0%Ecc generation: 4.0%Ecc generation: 5.1%Ecc generation: 6.1%Ecc generation: 7.1%Ecc generation: 8.1%Ecc generation: 9.1%Ecc generation: 10.2%Ecc generation: 11.2%Ecc generation: 12.2%Ecc generation: 13.2%Ecc generation: 14.2%Ecc generation: 15.3%Ecc generation: 16.3%Ecc generation: 17.3%Ecc generation: 18.3%Ecc generation: 19.3%Ecc generation: 20.4%Ecc generation: 21.4%Ecc generation: 22.4%Ecc generation: 23.4%Ecc generation: 24.4%Ecc generation: 25.5%Ecc generation: 26.5%Ecc generation: 27.5%Ecc generation: 28.5%Ecc generation: 29.5%Ecc generation: 30.6%Ecc generation: 31.6%Ecc generation: 32.6%Ecc generation: 33.6%Ecc generation: 34.6%Ecc generation: 35.7%Ecc generation: 36.7%Ecc generation: 37.7%Ecc generation: 38.7%Ecc generation: 39.7%Ecc generation: 40.8%Ecc generation: 41.8%Ecc generation: 42.8%Ecc generation: 43.8%Ecc generation: 44.8%Ecc generation: 45.9%Ecc generation: 46.9%Ecc generation: 47.9%Ecc generation: 48.9%Ecc generation: 50.0%Ecc generation: 51.0%Ecc generation: 52.0%Ecc generation: 53.0%Ecc generation: 54.0%Ecc generation: 55.1%Ecc generation: 56.1%Ecc generation: 57.1%Ecc generation: 58.1%Ecc generation: 59.1%Ecc generation: 60.2%Ecc generation: 61.2%Ecc generation: 62.2%Ecc generation: 63.2%Ecc generation: 64.2%Ecc generation: 65.3%Ecc generation: 66.3%Ecc generation: 67.3%Ecc generation: 68.3%Ecc generation: 69.3%Ecc generation: 70.4%Ecc generation: 71.4%Ecc generation: 72.4%Ecc generation: 73.4%Ecc generation: 74.4%Ecc generation: 75.5%Ecc generation: 76.5%Ecc generation: 77.5%Ecc generation: 78.5%Ecc generation: 79.5%Ecc generation: 80.6%Ecc generation: 81.6%Ecc generation: 82.6%Ecc generation: 83.6%Ecc generation: 84.6%Ecc generation: 85.7%Ecc generation: 86.7%Ecc generation: 87.7%Ecc generation: 88.7%Ecc generation: 89.7%Ecc generation: 90.8%Ecc generation: 91.8%Ecc generation: 92.8%Ecc generation: 93.8%Ecc generation: 94.8%Ecc generation: 95.9%Ecc generation: 96.9%Ecc generation: 97.9%Ecc generation: 98.9%Ecc generation: 100.0%Ecc generation: 100.0% Image has been augmented with error correction data. New image size is 48 MiB (24990 sectors). diff --git a/regtest/database/RS03i_ecc_from_rs02_non_blocksize b/regtest/database/RS03i_ecc_from_rs02_non_blocksize index b2c86de..d0a933d 100644 --- a/regtest/database/RS03i_ecc_from_rs02_non_blocksize +++ b/regtest/database/RS03i_ecc_from_rs02_non_blocksize @@ -12,7 +12,5 @@ Image size is now: 21000 medium sectors and 56 bytes. 41 MiB data, 7 MiB ecc (39 roots; 18.1% redundancy). * Warning: Using redundancies below 20%% may not give * the expected data loss protection. -Preparing image: 1%Preparing image: 2%Preparing image: 3%Preparing image: 4%Preparing image: 5%Preparing image: 6%Preparing image: 7%Preparing image: 8%Preparing image: 9%Preparing image: 10%Preparing image: 11%Preparing image: 12%Preparing image: 13%Preparing image: 14%Preparing image: 15%Preparing image: 16%Preparing image: 17%Preparing image: 18%Preparing image: 19%Preparing image: 20%Preparing image: 21%Preparing image: 22%Preparing image: 23%Preparing image: 24%Preparing image: 25%Preparing image: 26%Preparing image: 27%Preparing image: 28%Preparing image: 29%Preparing image: 30%Preparing image: 31%Preparing image: 32%Preparing image: 33%Preparing image: 34%Preparing image: 35%Preparing image: 36%Preparing image: 37%Preparing image: 38%Preparing image: 39%Preparing image: 40%Preparing image: 41%Preparing image: 42%Preparing image: 43%Preparing image: 44%Preparing image: 45%Preparing image: 46%Preparing image: 47%Preparing image: 48%Preparing image: 49%Preparing image: 50%Preparing image: 51%Preparing image: 52%Preparing image: 53%Preparing image: 54%Preparing image: 55%Preparing image: 56%Preparing image: 57%Preparing image: 58%Preparing image: 59%Preparing image: 60%Preparing image: 61%Preparing image: 62%Preparing image: 63%Preparing image: 64%Preparing image: 65%Preparing image: 66%Preparing image: 67%Preparing image: 68%Preparing image: 69%Preparing image: 70%Preparing image: 71%Preparing image: 72%Preparing image: 73%Preparing image: 74%Preparing image: 75%Preparing image: 76%Preparing image: 77%Preparing image: 78%Preparing image: 79%Preparing image: 80%Preparing image: 81%Preparing image: 82%Preparing image: 83%Preparing image: 84%Preparing image: 85%Preparing image: 86%Preparing image: 87%Preparing image: 88%Preparing image: 89%Preparing image: 90%Preparing image: 91%Preparing image: 92%Preparing image: 93%Preparing image: 94%Preparing image: 95%Preparing image: 96%Preparing image: 97%Preparing image: 98%Preparing image: 99%Preparing image: 100% -Ecc generation: 1.0%Ecc generation: 2.0%Ecc generation: 3.0%Ecc generation: 4.0%Ecc generation: 5.1%Ecc generation: 6.1%Ecc generation: 7.1%Ecc generation: 8.1%Ecc generation: 9.1%Ecc generation: 10.2%Ecc generation: 11.2%Ecc generation: 12.2%Ecc generation: 13.2%Ecc generation: 14.2%Ecc generation: 15.3%Ecc generation: 16.3%Ecc generation: 17.3%Ecc generation: 18.3%Ecc generation: 19.3%Ecc generation: 20.4%Ecc generation: 21.4%Ecc generation: 22.4%Ecc generation: 23.4%Ecc generation: 24.4%Ecc generation: 25.5%Ecc generation: 26.5%Ecc generation: 27.5%Ecc generation: 28.5%Ecc generation: 29.5%Ecc generation: 30.6%Ecc generation: 31.6%Ecc generation: 32.6%Ecc generation: 33.6%Ecc generation: 34.6%Ecc generation: 35.7%Ecc generation: 36.7%Ecc generation: 37.7%Ecc generation: 38.7%Ecc generation: 39.7%Ecc generation: 40.8%Ecc generation: 41.8%Ecc generation: 42.8%Ecc generation: 43.8%Ecc generation: 44.8%Ecc generation: 45.9%Ecc generation: 46.9%Ecc generation: 47.9%Ecc generation: 48.9%Ecc generation: 50.0%Ecc generation: 51.0%Ecc generation: 52.0%Ecc generation: 53.0%Ecc generation: 54.0%Ecc generation: 55.1%Ecc generation: 56.1%Ecc generation: 57.1%Ecc generation: 58.1%Ecc generation: 59.1%Ecc generation: 60.2%Ecc generation: 61.2%Ecc generation: 62.2%Ecc generation: 63.2%Ecc generation: 64.2%Ecc generation: 65.3%Ecc generation: 66.3%Ecc generation: 67.3%Ecc generation: 68.3%Ecc generation: 69.3%Ecc generation: 70.4%Ecc generation: 71.4%Ecc generation: 72.4%Ecc generation: 73.4%Ecc generation: 74.4%Ecc generation: 75.5%Ecc generation: 76.5%Ecc generation: 77.5%Ecc generation: 78.5%Ecc generation: 79.5%Ecc generation: 80.6%Ecc generation: 81.6%Ecc generation: 82.6%Ecc generation: 83.6%Ecc generation: 84.6%Ecc generation: 85.7%Ecc generation: 86.7%Ecc generation: 87.7%Ecc generation: 88.7%Ecc generation: 89.7%Ecc generation: 90.8%Ecc generation: 91.8%Ecc generation: 92.8%Ecc generation: 93.8%Ecc generation: 94.8%Ecc generation: 95.9%Ecc generation: 96.9%Ecc generation: 97.9%Ecc generation: 98.9%Ecc generation: 100.0%Ecc generation: 100.0% Image has been augmented with error correction data. New image size is 48 MiB (24990 sectors). diff --git a/regtest/database/RS03i_ecc_from_rs03 b/regtest/database/RS03i_ecc_from_rs03 index 7eeb936..4209498 100644 --- a/regtest/database/RS03i_ecc_from_rs03 +++ b/regtest/database/RS03i_ecc_from_rs03 @@ -12,7 +12,5 @@ Image size is now: 21000 medium sectors. 41 MiB data, 7 MiB ecc (39 roots; 18.1% redundancy). * Warning: Using redundancies below 20%% may not give * the expected data loss protection. -Preparing image: 1%Preparing image: 2%Preparing image: 3%Preparing image: 4%Preparing image: 5%Preparing image: 6%Preparing image: 7%Preparing image: 8%Preparing image: 9%Preparing image: 10%Preparing image: 11%Preparing image: 12%Preparing image: 13%Preparing image: 14%Preparing image: 15%Preparing image: 16%Preparing image: 17%Preparing image: 18%Preparing image: 19%Preparing image: 20%Preparing image: 21%Preparing image: 22%Preparing image: 23%Preparing image: 24%Preparing image: 25%Preparing image: 26%Preparing image: 27%Preparing image: 28%Preparing image: 29%Preparing image: 30%Preparing image: 31%Preparing image: 32%Preparing image: 33%Preparing image: 34%Preparing image: 35%Preparing image: 36%Preparing image: 37%Preparing image: 38%Preparing image: 39%Preparing image: 40%Preparing image: 41%Preparing image: 42%Preparing image: 43%Preparing image: 44%Preparing image: 45%Preparing image: 46%Preparing image: 47%Preparing image: 48%Preparing image: 49%Preparing image: 50%Preparing image: 51%Preparing image: 52%Preparing image: 53%Preparing image: 54%Preparing image: 55%Preparing image: 56%Preparing image: 57%Preparing image: 58%Preparing image: 59%Preparing image: 60%Preparing image: 61%Preparing image: 62%Preparing image: 63%Preparing image: 64%Preparing image: 65%Preparing image: 66%Preparing image: 67%Preparing image: 68%Preparing image: 69%Preparing image: 70%Preparing image: 71%Preparing image: 72%Preparing image: 73%Preparing image: 74%Preparing image: 75%Preparing image: 76%Preparing image: 77%Preparing image: 78%Preparing image: 79%Preparing image: 80%Preparing image: 81%Preparing image: 82%Preparing image: 83%Preparing image: 84%Preparing image: 85%Preparing image: 86%Preparing image: 87%Preparing image: 88%Preparing image: 89%Preparing image: 90%Preparing image: 91%Preparing image: 92%Preparing image: 93%Preparing image: 94%Preparing image: 95%Preparing image: 96%Preparing image: 97%Preparing image: 98%Preparing image: 99%Preparing image: 100% -Ecc generation: 1.0%Ecc generation: 2.0%Ecc generation: 3.0%Ecc generation: 4.0%Ecc generation: 5.1%Ecc generation: 6.1%Ecc generation: 7.1%Ecc generation: 8.1%Ecc generation: 9.1%Ecc generation: 10.2%Ecc generation: 11.2%Ecc generation: 12.2%Ecc generation: 13.2%Ecc generation: 14.2%Ecc generation: 15.3%Ecc generation: 16.3%Ecc generation: 17.3%Ecc generation: 18.3%Ecc generation: 19.3%Ecc generation: 20.4%Ecc generation: 21.4%Ecc generation: 22.4%Ecc generation: 23.4%Ecc generation: 24.4%Ecc generation: 25.5%Ecc generation: 26.5%Ecc generation: 27.5%Ecc generation: 28.5%Ecc generation: 29.5%Ecc generation: 30.6%Ecc generation: 31.6%Ecc generation: 32.6%Ecc generation: 33.6%Ecc generation: 34.6%Ecc generation: 35.7%Ecc generation: 36.7%Ecc generation: 37.7%Ecc generation: 38.7%Ecc generation: 39.7%Ecc generation: 40.8%Ecc generation: 41.8%Ecc generation: 42.8%Ecc generation: 43.8%Ecc generation: 44.8%Ecc generation: 45.9%Ecc generation: 46.9%Ecc generation: 47.9%Ecc generation: 48.9%Ecc generation: 50.0%Ecc generation: 51.0%Ecc generation: 52.0%Ecc generation: 53.0%Ecc generation: 54.0%Ecc generation: 55.1%Ecc generation: 56.1%Ecc generation: 57.1%Ecc generation: 58.1%Ecc generation: 59.1%Ecc generation: 60.2%Ecc generation: 61.2%Ecc generation: 62.2%Ecc generation: 63.2%Ecc generation: 64.2%Ecc generation: 65.3%Ecc generation: 66.3%Ecc generation: 67.3%Ecc generation: 68.3%Ecc generation: 69.3%Ecc generation: 70.4%Ecc generation: 71.4%Ecc generation: 72.4%Ecc generation: 73.4%Ecc generation: 74.4%Ecc generation: 75.5%Ecc generation: 76.5%Ecc generation: 77.5%Ecc generation: 78.5%Ecc generation: 79.5%Ecc generation: 80.6%Ecc generation: 81.6%Ecc generation: 82.6%Ecc generation: 83.6%Ecc generation: 84.6%Ecc generation: 85.7%Ecc generation: 86.7%Ecc generation: 87.7%Ecc generation: 88.7%Ecc generation: 89.7%Ecc generation: 90.8%Ecc generation: 91.8%Ecc generation: 92.8%Ecc generation: 93.8%Ecc generation: 94.8%Ecc generation: 95.9%Ecc generation: 96.9%Ecc generation: 97.9%Ecc generation: 98.9%Ecc generation: 100.0%Ecc generation: 100.0% Image has been augmented with error correction data. New image size is 48 MiB (24990 sectors). diff --git a/regtest/database/RS03i_ecc_from_rs03_non_blocksize b/regtest/database/RS03i_ecc_from_rs03_non_blocksize index ff05649..7d4d3cd 100644 --- a/regtest/database/RS03i_ecc_from_rs03_non_blocksize +++ b/regtest/database/RS03i_ecc_from_rs03_non_blocksize @@ -12,7 +12,5 @@ Image size is now: 21000 medium sectors and 56 bytes. 41 MiB data, 7 MiB ecc (39 roots; 18.1% redundancy). * Warning: Using redundancies below 20%% may not give * the expected data loss protection. -Preparing image: 1%Preparing image: 2%Preparing image: 3%Preparing image: 4%Preparing image: 5%Preparing image: 6%Preparing image: 7%Preparing image: 8%Preparing image: 9%Preparing image: 10%Preparing image: 11%Preparing image: 12%Preparing image: 13%Preparing image: 14%Preparing image: 15%Preparing image: 16%Preparing image: 17%Preparing image: 18%Preparing image: 19%Preparing image: 20%Preparing image: 21%Preparing image: 22%Preparing image: 23%Preparing image: 24%Preparing image: 25%Preparing image: 26%Preparing image: 27%Preparing image: 28%Preparing image: 29%Preparing image: 30%Preparing image: 31%Preparing image: 32%Preparing image: 33%Preparing image: 34%Preparing image: 35%Preparing image: 36%Preparing image: 37%Preparing image: 38%Preparing image: 39%Preparing image: 40%Preparing image: 41%Preparing image: 42%Preparing image: 43%Preparing image: 44%Preparing image: 45%Preparing image: 46%Preparing image: 47%Preparing image: 48%Preparing image: 49%Preparing image: 50%Preparing image: 51%Preparing image: 52%Preparing image: 53%Preparing image: 54%Preparing image: 55%Preparing image: 56%Preparing image: 57%Preparing image: 58%Preparing image: 59%Preparing image: 60%Preparing image: 61%Preparing image: 62%Preparing image: 63%Preparing image: 64%Preparing image: 65%Preparing image: 66%Preparing image: 67%Preparing image: 68%Preparing image: 69%Preparing image: 70%Preparing image: 71%Preparing image: 72%Preparing image: 73%Preparing image: 74%Preparing image: 75%Preparing image: 76%Preparing image: 77%Preparing image: 78%Preparing image: 79%Preparing image: 80%Preparing image: 81%Preparing image: 82%Preparing image: 83%Preparing image: 84%Preparing image: 85%Preparing image: 86%Preparing image: 87%Preparing image: 88%Preparing image: 89%Preparing image: 90%Preparing image: 91%Preparing image: 92%Preparing image: 93%Preparing image: 94%Preparing image: 95%Preparing image: 96%Preparing image: 97%Preparing image: 98%Preparing image: 99%Preparing image: 100% -Ecc generation: 1.0%Ecc generation: 2.0%Ecc generation: 3.0%Ecc generation: 4.0%Ecc generation: 5.1%Ecc generation: 6.1%Ecc generation: 7.1%Ecc generation: 8.1%Ecc generation: 9.1%Ecc generation: 10.2%Ecc generation: 11.2%Ecc generation: 12.2%Ecc generation: 13.2%Ecc generation: 14.2%Ecc generation: 15.3%Ecc generation: 16.3%Ecc generation: 17.3%Ecc generation: 18.3%Ecc generation: 19.3%Ecc generation: 20.4%Ecc generation: 21.4%Ecc generation: 22.4%Ecc generation: 23.4%Ecc generation: 24.4%Ecc generation: 25.5%Ecc generation: 26.5%Ecc generation: 27.5%Ecc generation: 28.5%Ecc generation: 29.5%Ecc generation: 30.6%Ecc generation: 31.6%Ecc generation: 32.6%Ecc generation: 33.6%Ecc generation: 34.6%Ecc generation: 35.7%Ecc generation: 36.7%Ecc generation: 37.7%Ecc generation: 38.7%Ecc generation: 39.7%Ecc generation: 40.8%Ecc generation: 41.8%Ecc generation: 42.8%Ecc generation: 43.8%Ecc generation: 44.8%Ecc generation: 45.9%Ecc generation: 46.9%Ecc generation: 47.9%Ecc generation: 48.9%Ecc generation: 50.0%Ecc generation: 51.0%Ecc generation: 52.0%Ecc generation: 53.0%Ecc generation: 54.0%Ecc generation: 55.1%Ecc generation: 56.1%Ecc generation: 57.1%Ecc generation: 58.1%Ecc generation: 59.1%Ecc generation: 60.2%Ecc generation: 61.2%Ecc generation: 62.2%Ecc generation: 63.2%Ecc generation: 64.2%Ecc generation: 65.3%Ecc generation: 66.3%Ecc generation: 67.3%Ecc generation: 68.3%Ecc generation: 69.3%Ecc generation: 70.4%Ecc generation: 71.4%Ecc generation: 72.4%Ecc generation: 73.4%Ecc generation: 74.4%Ecc generation: 75.5%Ecc generation: 76.5%Ecc generation: 77.5%Ecc generation: 78.5%Ecc generation: 79.5%Ecc generation: 80.6%Ecc generation: 81.6%Ecc generation: 82.6%Ecc generation: 83.6%Ecc generation: 84.6%Ecc generation: 85.7%Ecc generation: 86.7%Ecc generation: 87.7%Ecc generation: 88.7%Ecc generation: 89.7%Ecc generation: 90.8%Ecc generation: 91.8%Ecc generation: 92.8%Ecc generation: 93.8%Ecc generation: 94.8%Ecc generation: 95.9%Ecc generation: 96.9%Ecc generation: 97.9%Ecc generation: 98.9%Ecc generation: 100.0%Ecc generation: 100.0% Image has been augmented with error correction data. New image size is 48 MiB (24990 sectors). diff --git a/regtest/database/RS03i_ecc_layer_multiple b/regtest/database/RS03i_ecc_layer_multiple index 87fb71f..3ed2fdc 100644 --- a/regtest/database/RS03i_ecc_layer_multiple +++ b/regtest/database/RS03i_ecc_layer_multiple @@ -7,7 +7,5 @@ See the file "COPYING" for further information. Opening rs03i-tmp.iso: 14508 medium sectors. 28 MiB data, 10 MiB ecc (67 roots; 35.6% redundancy). -Preparing image: 1%Preparing image: 2%Preparing image: 3%Preparing image: 4%Preparing image: 5%Preparing image: 6%Preparing image: 7%Preparing image: 8%Preparing image: 9%Preparing image: 10%Preparing image: 11%Preparing image: 12%Preparing image: 13%Preparing image: 14%Preparing image: 15%Preparing image: 16%Preparing image: 17%Preparing image: 18%Preparing image: 19%Preparing image: 20%Preparing image: 21%Preparing image: 22%Preparing image: 23%Preparing image: 24%Preparing image: 25%Preparing image: 26%Preparing image: 27%Preparing image: 28%Preparing image: 29%Preparing image: 30%Preparing image: 31%Preparing image: 32%Preparing image: 33%Preparing image: 34%Preparing image: 35%Preparing image: 36%Preparing image: 37%Preparing image: 38%Preparing image: 39%Preparing image: 40%Preparing image: 41%Preparing image: 42%Preparing image: 43%Preparing image: 44%Preparing image: 45%Preparing image: 46%Preparing image: 47%Preparing image: 48%Preparing image: 49%Preparing image: 50%Preparing image: 51%Preparing image: 52%Preparing image: 53%Preparing image: 54%Preparing image: 55%Preparing image: 56%Preparing image: 57%Preparing image: 58%Preparing image: 59%Preparing image: 60%Preparing image: 61%Preparing image: 62%Preparing image: 63%Preparing image: 64%Preparing image: 65%Preparing image: 66%Preparing image: 67%Preparing image: 68%Preparing image: 69%Preparing image: 70%Preparing image: 71%Preparing image: 72%Preparing image: 73%Preparing image: 74%Preparing image: 75%Preparing image: 76%Preparing image: 77%Preparing image: 78%Preparing image: 79%Preparing image: 80%Preparing image: 81%Preparing image: 82%Preparing image: 83%Preparing image: 84%Preparing image: 85%Preparing image: 86%Preparing image: 87%Preparing image: 88%Preparing image: 89%Preparing image: 90%Preparing image: 91%Preparing image: 92%Preparing image: 93%Preparing image: 94%Preparing image: 95%Preparing image: 96%Preparing image: 97%Preparing image: 98%Preparing image: 99%Preparing image: 100% -Ecc generation: 1.2%Ecc generation: 2.5%Ecc generation: 3.8%Ecc generation: 5.1%Ecc generation: 6.4%Ecc generation: 7.6%Ecc generation: 8.9%Ecc generation: 10.2%Ecc generation: 11.5%Ecc generation: 12.8%Ecc generation: 14.1%Ecc generation: 15.3%Ecc generation: 16.6%Ecc generation: 17.9%Ecc generation: 19.2%Ecc generation: 20.5%Ecc generation: 21.7%Ecc generation: 23.0%Ecc generation: 24.3%Ecc generation: 25.6%Ecc generation: 26.9%Ecc generation: 28.2%Ecc generation: 29.4%Ecc generation: 30.7%Ecc generation: 32.0%Ecc generation: 33.3%Ecc generation: 34.6%Ecc generation: 35.8%Ecc generation: 37.1%Ecc generation: 38.4%Ecc generation: 39.7%Ecc generation: 41.0%Ecc generation: 42.3%Ecc generation: 43.5%Ecc generation: 44.8%Ecc generation: 46.1%Ecc generation: 47.4%Ecc generation: 48.7%Ecc generation: 50.0%Ecc generation: 51.2%Ecc generation: 52.5%Ecc generation: 53.8%Ecc generation: 55.1%Ecc generation: 56.4%Ecc generation: 57.6%Ecc generation: 58.9%Ecc generation: 60.2%Ecc generation: 61.5%Ecc generation: 62.8%Ecc generation: 64.1%Ecc generation: 65.3%Ecc generation: 66.6%Ecc generation: 67.9%Ecc generation: 69.2%Ecc generation: 70.5%Ecc generation: 71.7%Ecc generation: 73.0%Ecc generation: 74.3%Ecc generation: 75.6%Ecc generation: 76.9%Ecc generation: 78.2%Ecc generation: 79.4%Ecc generation: 80.7%Ecc generation: 82.0%Ecc generation: 83.3%Ecc generation: 84.6%Ecc generation: 85.8%Ecc generation: 87.1%Ecc generation: 88.4%Ecc generation: 89.7%Ecc generation: 91.0%Ecc generation: 92.3%Ecc generation: 93.5%Ecc generation: 94.8%Ecc generation: 96.1%Ecc generation: 97.4%Ecc generation: 98.7%Ecc generation: 100.0%Ecc generation: 100.0% Image has been augmented with error correction data. New image size is 38 MiB (19890 sectors). diff --git a/regtest/database/RS03i_ecc_missing_sectors b/regtest/database/RS03i_ecc_missing_sectors index 72f91cf..7316771 100644 --- a/regtest/database/RS03i_ecc_missing_sectors +++ b/regtest/database/RS03i_ecc_missing_sectors @@ -9,7 +9,6 @@ Opening rs03i-tmp.iso: 21000 medium sectors. 41 MiB data, 7 MiB ecc (39 roots; 18.1% redundancy). * Warning: Using redundancies below 20%% may not give * the expected data loss protection. -Preparing image: 1%Preparing image: 2%Preparing image: 3%Preparing image: 4%Preparing image: 5%Preparing image: 6%Preparing image: 7%Preparing image: 8%Preparing image: 9%Preparing image: 10%Preparing image: 11%Preparing image: 12%Preparing image: 13%Preparing image: 14%Preparing image: 15%Preparing image: 16%Preparing image: 17%Preparing image: 18%Preparing image: 19%Preparing image: 20%Preparing image: 21%Preparing image: 22%Preparing image: 23%Preparing image: 24%Preparing image: 25%Preparing image: 26%Preparing image: 27%Preparing image: 28%Preparing image: 29%Preparing image: 30%Preparing image: 31%Preparing image: 32%Preparing image: 33%Preparing image: 34%Preparing image: 35%Preparing image: 36%Preparing image: 37%Preparing image: 38%Preparing image: 39%Preparing image: 40%Preparing image: 41%Preparing image: 42%Preparing image: 43%Preparing image: 44%Preparing image: 45%Preparing image: 46%Preparing image: 47%Preparing image: 48%Preparing image: 49%Preparing image: 50%Preparing image: 51%Preparing image: 52%Preparing image: 53%Preparing image: 54%Preparing image: 55%Preparing image: 56%Preparing image: 57%Preparing image: 58%Preparing image: 59%Preparing image: 60%Preparing image: 61%Preparing image: 62%Preparing image: 63%Preparing image: 64%Preparing image: 65%Preparing image: 66%Preparing image: 67%Preparing image: 68%Preparing image: 69%Preparing image: 70%Preparing image: 71%Preparing image: 72%Preparing image: 73%Preparing image: 74%Preparing image: 75%Preparing image: 76%Preparing image: 77%Preparing image: 78%Preparing image: 79%Preparing image: 80%Preparing image: 81%Preparing image: 82%Preparing image: 83%Preparing image: 84%Preparing image: 85%Preparing image: 86%Preparing image: 87%Preparing image: 88%Preparing image: 89%Preparing image: 90%Preparing image: 91%Preparing image: 92%Preparing image: 93%Preparing image: 94%Preparing image: 95%Preparing image: 96%Preparing image: 97%Preparing image: 98%Preparing image: 99%Preparing image: 100% * * dvdisaster - can not continue: diff --git a/regtest/database/RS03i_ecc_no_padding b/regtest/database/RS03i_ecc_no_padding index f64489d..9eb8f6f 100644 --- a/regtest/database/RS03i_ecc_no_padding +++ b/regtest/database/RS03i_ecc_no_padding @@ -7,7 +7,5 @@ See the file "COPYING" for further information. Opening rs03i-tmp.iso: 14506 medium sectors. 28 MiB data, 10 MiB ecc (68 roots; 36.4% redundancy). -Preparing image: 1%Preparing image: 2%Preparing image: 3%Preparing image: 4%Preparing image: 5%Preparing image: 6%Preparing image: 7%Preparing image: 8%Preparing image: 9%Preparing image: 10%Preparing image: 11%Preparing image: 12%Preparing image: 13%Preparing image: 14%Preparing image: 15%Preparing image: 16%Preparing image: 17%Preparing image: 18%Preparing image: 19%Preparing image: 20%Preparing image: 21%Preparing image: 22%Preparing image: 23%Preparing image: 24%Preparing image: 25%Preparing image: 26%Preparing image: 27%Preparing image: 28%Preparing image: 29%Preparing image: 30%Preparing image: 31%Preparing image: 32%Preparing image: 33%Preparing image: 34%Preparing image: 35%Preparing image: 36%Preparing image: 37%Preparing image: 38%Preparing image: 39%Preparing image: 40%Preparing image: 41%Preparing image: 42%Preparing image: 43%Preparing image: 44%Preparing image: 45%Preparing image: 46%Preparing image: 47%Preparing image: 48%Preparing image: 49%Preparing image: 50%Preparing image: 51%Preparing image: 52%Preparing image: 53%Preparing image: 54%Preparing image: 55%Preparing image: 56%Preparing image: 57%Preparing image: 58%Preparing image: 59%Preparing image: 60%Preparing image: 61%Preparing image: 62%Preparing image: 63%Preparing image: 64%Preparing image: 65%Preparing image: 66%Preparing image: 67%Preparing image: 68%Preparing image: 69%Preparing image: 70%Preparing image: 71%Preparing image: 72%Preparing image: 73%Preparing image: 74%Preparing image: 75%Preparing image: 76%Preparing image: 77%Preparing image: 78%Preparing image: 79%Preparing image: 80%Preparing image: 81%Preparing image: 82%Preparing image: 83%Preparing image: 84%Preparing image: 85%Preparing image: 86%Preparing image: 87%Preparing image: 88%Preparing image: 89%Preparing image: 90%Preparing image: 91%Preparing image: 92%Preparing image: 93%Preparing image: 94%Preparing image: 95%Preparing image: 96%Preparing image: 97%Preparing image: 98%Preparing image: 99%Preparing image: 100% -Ecc generation: 1.2%Ecc generation: 2.5%Ecc generation: 3.8%Ecc generation: 5.1%Ecc generation: 6.4%Ecc generation: 7.6%Ecc generation: 8.9%Ecc generation: 10.2%Ecc generation: 11.5%Ecc generation: 12.8%Ecc generation: 14.1%Ecc generation: 15.3%Ecc generation: 16.6%Ecc generation: 17.9%Ecc generation: 19.2%Ecc generation: 20.5%Ecc generation: 21.7%Ecc generation: 23.0%Ecc generation: 24.3%Ecc generation: 25.6%Ecc generation: 26.9%Ecc generation: 28.2%Ecc generation: 29.4%Ecc generation: 30.7%Ecc generation: 32.0%Ecc generation: 33.3%Ecc generation: 34.6%Ecc generation: 35.8%Ecc generation: 37.1%Ecc generation: 38.4%Ecc generation: 39.7%Ecc generation: 41.0%Ecc generation: 42.3%Ecc generation: 43.5%Ecc generation: 44.8%Ecc generation: 46.1%Ecc generation: 47.4%Ecc generation: 48.7%Ecc generation: 50.0%Ecc generation: 51.2%Ecc generation: 52.5%Ecc generation: 53.8%Ecc generation: 55.1%Ecc generation: 56.4%Ecc generation: 57.6%Ecc generation: 58.9%Ecc generation: 60.2%Ecc generation: 61.5%Ecc generation: 62.8%Ecc generation: 64.1%Ecc generation: 65.3%Ecc generation: 66.6%Ecc generation: 67.9%Ecc generation: 69.2%Ecc generation: 70.5%Ecc generation: 71.7%Ecc generation: 73.0%Ecc generation: 74.3%Ecc generation: 75.6%Ecc generation: 76.9%Ecc generation: 78.2%Ecc generation: 79.4%Ecc generation: 80.7%Ecc generation: 82.0%Ecc generation: 83.3%Ecc generation: 84.6%Ecc generation: 85.8%Ecc generation: 87.1%Ecc generation: 88.4%Ecc generation: 89.7%Ecc generation: 91.0%Ecc generation: 92.3%Ecc generation: 93.5%Ecc generation: 94.8%Ecc generation: 96.1%Ecc generation: 97.4%Ecc generation: 98.7%Ecc generation: 100.0%Ecc generation: 100.0% Image has been augmented with error correction data. New image size is 38 MiB (19890 sectors). diff --git a/regtest/database/RS03i_ecc_non_blocksize b/regtest/database/RS03i_ecc_non_blocksize index 782e541..011d189 100644 --- a/regtest/database/RS03i_ecc_non_blocksize +++ b/regtest/database/RS03i_ecc_non_blocksize @@ -9,7 +9,5 @@ Opening rs03i-tmp.iso: 21000 medium sectors and 56 bytes. 41 MiB data, 7 MiB ecc (39 roots; 18.1% redundancy). * Warning: Using redundancies below 20%% may not give * the expected data loss protection. -Preparing image: 1%Preparing image: 2%Preparing image: 3%Preparing image: 4%Preparing image: 5%Preparing image: 6%Preparing image: 7%Preparing image: 8%Preparing image: 9%Preparing image: 10%Preparing image: 11%Preparing image: 12%Preparing image: 13%Preparing image: 14%Preparing image: 15%Preparing image: 16%Preparing image: 17%Preparing image: 18%Preparing image: 19%Preparing image: 20%Preparing image: 21%Preparing image: 22%Preparing image: 23%Preparing image: 24%Preparing image: 25%Preparing image: 26%Preparing image: 27%Preparing image: 28%Preparing image: 29%Preparing image: 30%Preparing image: 31%Preparing image: 32%Preparing image: 33%Preparing image: 34%Preparing image: 35%Preparing image: 36%Preparing image: 37%Preparing image: 38%Preparing image: 39%Preparing image: 40%Preparing image: 41%Preparing image: 42%Preparing image: 43%Preparing image: 44%Preparing image: 45%Preparing image: 46%Preparing image: 47%Preparing image: 48%Preparing image: 49%Preparing image: 50%Preparing image: 51%Preparing image: 52%Preparing image: 53%Preparing image: 54%Preparing image: 55%Preparing image: 56%Preparing image: 57%Preparing image: 58%Preparing image: 59%Preparing image: 60%Preparing image: 61%Preparing image: 62%Preparing image: 63%Preparing image: 64%Preparing image: 65%Preparing image: 66%Preparing image: 67%Preparing image: 68%Preparing image: 69%Preparing image: 70%Preparing image: 71%Preparing image: 72%Preparing image: 73%Preparing image: 74%Preparing image: 75%Preparing image: 76%Preparing image: 77%Preparing image: 78%Preparing image: 79%Preparing image: 80%Preparing image: 81%Preparing image: 82%Preparing image: 83%Preparing image: 84%Preparing image: 85%Preparing image: 86%Preparing image: 87%Preparing image: 88%Preparing image: 89%Preparing image: 90%Preparing image: 91%Preparing image: 92%Preparing image: 93%Preparing image: 94%Preparing image: 95%Preparing image: 96%Preparing image: 97%Preparing image: 98%Preparing image: 99%Preparing image: 100% -Ecc generation: 1.0%Ecc generation: 2.0%Ecc generation: 3.0%Ecc generation: 4.0%Ecc generation: 5.1%Ecc generation: 6.1%Ecc generation: 7.1%Ecc generation: 8.1%Ecc generation: 9.1%Ecc generation: 10.2%Ecc generation: 11.2%Ecc generation: 12.2%Ecc generation: 13.2%Ecc generation: 14.2%Ecc generation: 15.3%Ecc generation: 16.3%Ecc generation: 17.3%Ecc generation: 18.3%Ecc generation: 19.3%Ecc generation: 20.4%Ecc generation: 21.4%Ecc generation: 22.4%Ecc generation: 23.4%Ecc generation: 24.4%Ecc generation: 25.5%Ecc generation: 26.5%Ecc generation: 27.5%Ecc generation: 28.5%Ecc generation: 29.5%Ecc generation: 30.6%Ecc generation: 31.6%Ecc generation: 32.6%Ecc generation: 33.6%Ecc generation: 34.6%Ecc generation: 35.7%Ecc generation: 36.7%Ecc generation: 37.7%Ecc generation: 38.7%Ecc generation: 39.7%Ecc generation: 40.8%Ecc generation: 41.8%Ecc generation: 42.8%Ecc generation: 43.8%Ecc generation: 44.8%Ecc generation: 45.9%Ecc generation: 46.9%Ecc generation: 47.9%Ecc generation: 48.9%Ecc generation: 50.0%Ecc generation: 51.0%Ecc generation: 52.0%Ecc generation: 53.0%Ecc generation: 54.0%Ecc generation: 55.1%Ecc generation: 56.1%Ecc generation: 57.1%Ecc generation: 58.1%Ecc generation: 59.1%Ecc generation: 60.2%Ecc generation: 61.2%Ecc generation: 62.2%Ecc generation: 63.2%Ecc generation: 64.2%Ecc generation: 65.3%Ecc generation: 66.3%Ecc generation: 67.3%Ecc generation: 68.3%Ecc generation: 69.3%Ecc generation: 70.4%Ecc generation: 71.4%Ecc generation: 72.4%Ecc generation: 73.4%Ecc generation: 74.4%Ecc generation: 75.5%Ecc generation: 76.5%Ecc generation: 77.5%Ecc generation: 78.5%Ecc generation: 79.5%Ecc generation: 80.6%Ecc generation: 81.6%Ecc generation: 82.6%Ecc generation: 83.6%Ecc generation: 84.6%Ecc generation: 85.7%Ecc generation: 86.7%Ecc generation: 87.7%Ecc generation: 88.7%Ecc generation: 89.7%Ecc generation: 90.8%Ecc generation: 91.8%Ecc generation: 92.8%Ecc generation: 93.8%Ecc generation: 94.8%Ecc generation: 95.9%Ecc generation: 96.9%Ecc generation: 97.9%Ecc generation: 98.9%Ecc generation: 100.0%Ecc generation: 100.0% Image has been augmented with error correction data. New image size is 48 MiB (24990 sectors). diff --git a/regtest/database/RS03i_ecc_recreate_after_read_rs01 b/regtest/database/RS03i_ecc_recreate_after_read_rs01 index b1bf401..fc86808 100644 --- a/regtest/database/RS03i_ecc_recreate_after_read_rs01 +++ b/regtest/database/RS03i_ecc_recreate_after_read_rs01 @@ -1,24 +1,262 @@ -95b221fd894f6adb6f6e8d3b89583fb6 +e27ceee0133669046f12cf69719f25af ignore This software comes with ABSOLUTELY NO WARRANTY. This is free software and you are welcome to redistribute it under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. +# *** OpenImageFromDevice(sim-cd) *** +# InquireDevice returned: Simulated CD drive 1.00 Device: sim-cd, Simulated CD drive 1.00 +# *** query_type(Simulated CD drive 1.00, 0) *** +# *** get_configuration(Simulated CD drive 1.00) *** +# 8 data len, 9 current +-> profile 9: CD-R +# trying READ DISC INFORMATION for size +# size returned is 32 +# trying READ DISC INFORMATION for real info +0000: 00 20 1e 00 00 00 00 00 00 00 00 00 00 00 00 00 . ...... ........ +0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........ +# status is 1e, disc type 0 +#CD: starting media probe +#CD: querying size of READ TOC/PMA/ATIP (for TOC) +#CD: size returned is 12 +#CD: querying real READ TOC/PMA/ATIP (for TOC) +0000: 00 0a 00 00 00 14 00 00 00 00 00 00 ........ .... +#CD: control is 0x14 +#CD: querying size of READ TOC/PMA/ATIP (for full TOC) +# Warning: Realigning length from 26 to 24 +#CD: size returned is 24 +#CD: querying real READ TOC/PMA/ATIP (for full TOC) +0000: 00 18 00 01 00 00 00 a0 00 00 00 00 00 00 00 00 ........ ........ +0010: 00 00 00 00 00 00 00 00 ........ +#CD: 1 sessions +#CD: CD medium detected, type: CD-R mode 1 +# query_type() returned. +# deciding reading strategy... Using READ CD. +GetImageFingerprint(16): read & cached + +ExamineUDF(Device: Simulated CD drive 1.00) + Examining the ISO file system... + Sector 16: + Volume descriptor type = 1 + Volume descriptor version = 1 + Standard identifier = CD001 + -> primary volume descriptor: + System identifier : | | + Volume identifier : |RANDOM IMAGE | + Volume space size : 21000 sectors + Volume set size : 1 + Volume sequence size : 1 + Logical block size : 2048 + Path table size : 10 bytes + L-Path table location : 19 + Opt L-Path table location : 0 + M-Path table location : 20 + Opt M-Path table location : 0 + Volume creation date/time : 16-07-2006 10:35:46.23 + Volume modification d/t : 16-07-2006 10:35:46.23 + Volume expiration d/t : 16-07-2106 10:35:46.23 + Volume effective d/t : 16-07-2006 10:35:46.23 + File structure version : 1 + Sector 17: + Volume descriptor type = 2 + Volume descriptor version = 1 + Standard identifier = CD001 + -> supplementary volume descriptor: *skipped* + Sector 18: + Volume descriptor type = 255 + Volume descriptor version = 1 + Standard identifier = CD001 + -> volume descriptor set terminator; + end of ISO file system parsing. + Examining the UDF file system... + not yet implemented. + +# *** read_capacity(Simulated CD drive 1.00) *** + -> 20999 +ExamineECC() started +...trying RS01 +...trying RS02 +RS02Recognize: medium sim-cd +try_sector: trying sector 21000 +try_sector: read error, trying next header +try_sector: trying sector 20850 +try_sector: no cookie, skipping current modulo +RS02Recognize: skipping exhaustive RS02 search +...trying RS03 +RS03RecognizeImage: medium sim-cd +FindRS03HeaderInImage: medium sim-cd +RS03RecognizeImage: skipping exhaustive RS03 search +...no augmented image detected. +# Calling query_size() +# *** query_size(Simulated CD drive 1.00) *** +Medium size could NOT be determined from ECC header. +Medium size obtained from ISO/UDF file system: 21000 sectors +# returned: 21000 sectors Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. +GetImageFingerprint(16): cached Creating new rs03i-tmp.iso image. Reading CRC information from ecc data (RS01) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) -All sectors successfully read. Checksums match. -Opening rs03i-tmp.iso: 21000 medium sectors. +All sectors successfully read. Checksums match. +CrcBuf contents, image path none (medium): + crcSize: 21000, dataSectors: 21000, coveredSectors: 21000, allSectors: 21000 + md5State: data_complete image_complete + data: 9503f278d4550a9507a317664481adf8 + full: 9503f278d4550a9507a317664481adf8 + fp sector: 16; 15c0fd35a0cfa0f83b9ccbd8604c2592 + missing crcs: 0 + +Opening rs03i-tmp.iso +ExamineUDF(File: rs03i-tmp.iso) + Examining the ISO file system... + Sector 16: + Volume descriptor type = 1 + Volume descriptor version = 1 + Standard identifier = CD001 + -> primary volume descriptor: + System identifier : | | + Volume identifier : |RANDOM IMAGE | + Volume space size : 21000 sectors + Volume set size : 1 + Volume sequence size : 1 + Logical block size : 2048 + Path table size : 10 bytes + L-Path table location : 19 + Opt L-Path table location : 0 + M-Path table location : 20 + Opt M-Path table location : 0 + Volume creation date/time : 16-07-2006 10:35:46.23 + Volume modification d/t : 16-07-2006 10:35:46.23 + Volume expiration d/t : 16-07-2106 10:35:46.23 + Volume effective d/t : 16-07-2006 10:35:46.23 + File structure version : 1 + Sector 17: + Volume descriptor type = 2 + Volume descriptor version = 1 + Standard identifier = CD001 + -> supplementary volume descriptor: *skipped* + Sector 18: + Volume descriptor type = 255 + Volume descriptor version = 1 + Standard identifier = CD001 + -> volume descriptor set terminator; + end of ISO file system parsing. + Examining the UDF file system... + not yet implemented. + +ExamineECC() started +...trying RS01 +...trying RS02 +RS02Recognize: file rs03i-tmp.iso +try_sector: trying sector 21000 +try_sector: read error, trying next header +try_sector: trying sector 20850 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 4611686018427387904 +FindHeaderInMedium: Trying modulo 2305843009213693952 +FindHeaderInMedium: Trying modulo 1152921504606846976 +FindHeaderInMedium: Trying modulo 576460752303423488 +FindHeaderInMedium: Trying modulo 288230376151711744 +FindHeaderInMedium: Trying modulo 144115188075855872 +FindHeaderInMedium: Trying modulo 72057594037927936 +FindHeaderInMedium: Trying modulo 36028797018963968 +FindHeaderInMedium: Trying modulo 18014398509481984 +FindHeaderInMedium: Trying modulo 9007199254740992 +FindHeaderInMedium: Trying modulo 4503599627370496 +FindHeaderInMedium: Trying modulo 2251799813685248 +FindHeaderInMedium: Trying modulo 1125899906842624 +FindHeaderInMedium: Trying modulo 562949953421312 +FindHeaderInMedium: Trying modulo 281474976710656 +FindHeaderInMedium: Trying modulo 140737488355328 +FindHeaderInMedium: Trying modulo 70368744177664 +FindHeaderInMedium: Trying modulo 35184372088832 +FindHeaderInMedium: Trying modulo 17592186044416 +FindHeaderInMedium: Trying modulo 8796093022208 +FindHeaderInMedium: Trying modulo 4398046511104 +FindHeaderInMedium: Trying modulo 2199023255552 +FindHeaderInMedium: Trying modulo 1099511627776 +FindHeaderInMedium: Trying modulo 549755813888 +FindHeaderInMedium: Trying modulo 274877906944 +FindHeaderInMedium: Trying modulo 137438953472 +FindHeaderInMedium: Trying modulo 68719476736 +FindHeaderInMedium: Trying modulo 34359738368 +FindHeaderInMedium: Trying modulo 17179869184 +FindHeaderInMedium: Trying modulo 8589934592 +FindHeaderInMedium: Trying modulo 4294967296 +FindHeaderInMedium: Trying modulo 2147483648 +FindHeaderInMedium: Trying modulo 1073741824 +FindHeaderInMedium: Trying modulo 536870912 +FindHeaderInMedium: Trying modulo 268435456 +FindHeaderInMedium: Trying modulo 134217728 +FindHeaderInMedium: Trying modulo 67108864 +FindHeaderInMedium: Trying modulo 33554432 +FindHeaderInMedium: Trying modulo 16777216 +FindHeaderInMedium: Trying modulo 8388608 +FindHeaderInMedium: Trying modulo 4194304 +FindHeaderInMedium: Trying modulo 2097152 +FindHeaderInMedium: Trying modulo 1048576 +FindHeaderInMedium: Trying modulo 524288 +FindHeaderInMedium: Trying modulo 262144 +FindHeaderInMedium: Trying modulo 131072 +FindHeaderInMedium: Trying modulo 65536 +FindHeaderInMedium: Trying modulo 32768 +FindHeaderInMedium: Trying modulo 16384 +try_sector: trying sector 16384 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 8192 +Sector 16384 cached; skipping modulo +FindHeaderInMedium: Trying modulo 4096 +try_sector: trying sector 20480 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 2048 +Sector 20480 cached; skipping modulo +FindHeaderInMedium: Trying modulo 1024 +Sector 20480 cached; skipping modulo +FindHeaderInMedium: Trying modulo 512 +try_sector: trying sector 20992 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 256 +Sector 20992 cached; skipping modulo +FindHeaderInMedium: Trying modulo 128 +Sector 20992 cached; skipping modulo +FindHeaderInMedium: Trying modulo 64 +Sector 20992 cached; skipping modulo +FindHeaderInMedium: Trying modulo 32 +Sector 20992 cached; skipping modulo +...trying RS03 +RS03RecognizeImage: file rs03i-tmp.iso +FindRS03HeaderInImage: file rs03i-tmp.iso +RS03RecognizeImage: No EH, entering exhaustive search +Warning: image size set to 25000 for debugging! +.. trying layer size 98 +Scanning layers for signatures. +- layer slice 0 +** All layers tested -> no RS03 data found +...no augmented image detected. +GetImageFingerprint(16): read & cached +: 21000 medium sectors. +Calculated layout for RS03 image: +data sectors = 21000 +data padding = 68 +layer size = 98 +total sectors = 24990 +medium capacity = 25000 +header position = 21000 +first CRC sector = 21070 +first ECC sector = 21168 +ndata = 216 +nroots = 39 (18.1%) + 41 MiB data, 7 MiB ecc (39 roots; 18.1% redundancy). * Warning: Using redundancies below 20%% may not give * the expected data loss protection. -Preparing image: 1%Preparing image: 2%Preparing image: 3%Preparing image: 4%Preparing image: 5%Preparing image: 6%Preparing image: 7%Preparing image: 8%Preparing image: 9%Preparing image: 10%Preparing image: 11%Preparing image: 12%Preparing image: 13%Preparing image: 14%Preparing image: 15%Preparing image: 16%Preparing image: 17%Preparing image: 18%Preparing image: 19%Preparing image: 20%Preparing image: 21%Preparing image: 22%Preparing image: 23%Preparing image: 24%Preparing image: 25%Preparing image: 26%Preparing image: 27%Preparing image: 28%Preparing image: 29%Preparing image: 30%Preparing image: 31%Preparing image: 32%Preparing image: 33%Preparing image: 34%Preparing image: 35%Preparing image: 36%Preparing image: 37%Preparing image: 38%Preparing image: 39%Preparing image: 40%Preparing image: 41%Preparing image: 42%Preparing image: 43%Preparing image: 44%Preparing image: 45%Preparing image: 46%Preparing image: 47%Preparing image: 48%Preparing image: 49%Preparing image: 50%Preparing image: 51%Preparing image: 52%Preparing image: 53%Preparing image: 54%Preparing image: 55%Preparing image: 56%Preparing image: 57%Preparing image: 58%Preparing image: 59%Preparing image: 60%Preparing image: 61%Preparing image: 62%Preparing image: 63%Preparing image: 64%Preparing image: 65%Preparing image: 66%Preparing image: 67%Preparing image: 68%Preparing image: 69%Preparing image: 70%Preparing image: 71%Preparing image: 72%Preparing image: 73%Preparing image: 74%Preparing image: 75%Preparing image: 76%Preparing image: 77%Preparing image: 78%Preparing image: 79%Preparing image: 80%Preparing image: 81%Preparing image: 82%Preparing image: 83%Preparing image: 84%Preparing image: 85%Preparing image: 86%Preparing image: 87%Preparing image: 88%Preparing image: 89%Preparing image: 90%Preparing image: 91%Preparing image: 92%Preparing image: 93%Preparing image: 94%Preparing image: 95%Preparing image: 96%Preparing image: 97%Preparing image: 98%Preparing image: 99%Preparing image: 100% -Ecc generation: 1.0%Ecc generation: 2.0%Ecc generation: 3.0%Ecc generation: 4.0%Ecc generation: 5.1%Ecc generation: 6.1%Ecc generation: 7.1%Ecc generation: 8.1%Ecc generation: 9.1%Ecc generation: 10.2%Ecc generation: 11.2%Ecc generation: 12.2%Ecc generation: 13.2%Ecc generation: 14.2%Ecc generation: 15.3%Ecc generation: 16.3%Ecc generation: 17.3%Ecc generation: 18.3%Ecc generation: 19.3%Ecc generation: 20.4%Ecc generation: 21.4%Ecc generation: 22.4%Ecc generation: 23.4%Ecc generation: 24.4%Ecc generation: 25.5%Ecc generation: 26.5%Ecc generation: 27.5%Ecc generation: 28.5%Ecc generation: 29.5%Ecc generation: 30.6%Ecc generation: 31.6%Ecc generation: 32.6%Ecc generation: 33.6%Ecc generation: 34.6%Ecc generation: 35.7%Ecc generation: 36.7%Ecc generation: 37.7%Ecc generation: 38.7%Ecc generation: 39.7%Ecc generation: 40.8%Ecc generation: 41.8%Ecc generation: 42.8%Ecc generation: 43.8%Ecc generation: 44.8%Ecc generation: 45.9%Ecc generation: 46.9%Ecc generation: 47.9%Ecc generation: 48.9%Ecc generation: 50.0%Ecc generation: 51.0%Ecc generation: 52.0%Ecc generation: 53.0%Ecc generation: 54.0%Ecc generation: 55.1%Ecc generation: 56.1%Ecc generation: 57.1%Ecc generation: 58.1%Ecc generation: 59.1%Ecc generation: 60.2%Ecc generation: 61.2%Ecc generation: 62.2%Ecc generation: 63.2%Ecc generation: 64.2%Ecc generation: 65.3%Ecc generation: 66.3%Ecc generation: 67.3%Ecc generation: 68.3%Ecc generation: 69.3%Ecc generation: 70.4%Ecc generation: 71.4%Ecc generation: 72.4%Ecc generation: 73.4%Ecc generation: 74.4%Ecc generation: 75.5%Ecc generation: 76.5%Ecc generation: 77.5%Ecc generation: 78.5%Ecc generation: 79.5%Ecc generation: 80.6%Ecc generation: 81.6%Ecc generation: 82.6%Ecc generation: 83.6%Ecc generation: 84.6%Ecc generation: 85.7%Ecc generation: 86.7%Ecc generation: 87.7%Ecc generation: 88.7%Ecc generation: 89.7%Ecc generation: 90.8%Ecc generation: 91.8%Ecc generation: 92.8%Ecc generation: 93.8%Ecc generation: 94.8%Ecc generation: 95.9%Ecc generation: 96.9%Ecc generation: 97.9%Ecc generation: 98.9%Ecc generation: 100.0%Ecc generation: 100.0% +CrcBufValid: buffer VALID +CrcBuf present, augmented image: using data MD5 sum +Cache allocation: 110592K+12288K+9984K=129M (data+parity+descrambling) Image has been augmented with error correction data. New image size is 48 MiB (24990 sectors). +FreeCrcBuf - buffer cleared diff --git a/regtest/database/RS03i_ecc_recreate_after_read_rs02 b/regtest/database/RS03i_ecc_recreate_after_read_rs02 index 079c7a6..ff642b0 100644 --- a/regtest/database/RS03i_ecc_recreate_after_read_rs02 +++ b/regtest/database/RS03i_ecc_recreate_after_read_rs02 @@ -1,27 +1,219 @@ -95b221fd894f6adb6f6e8d3b89583fb6 +e27ceee0133669046f12cf69719f25af ignore This software comes with ABSOLUTELY NO WARRANTY. This is free software and you are welcome to redistribute it under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. +# *** OpenImageFromDevice(sim-cd) *** +# InquireDevice returned: Simulated CD drive 1.00 Device: sim-cd, Simulated CD drive 1.00 +# *** query_type(Simulated CD drive 1.00, 0) *** +# *** get_configuration(Simulated CD drive 1.00) *** +# 8 data len, 9 current +-> profile 9: CD-R +# trying READ DISC INFORMATION for size +# size returned is 32 +# trying READ DISC INFORMATION for real info +0000: 00 20 1e 00 00 00 00 00 00 00 00 00 00 00 00 00 . ...... ........ +0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........ +# status is 1e, disc type 0 +#CD: starting media probe +#CD: querying size of READ TOC/PMA/ATIP (for TOC) +#CD: size returned is 12 +#CD: querying real READ TOC/PMA/ATIP (for TOC) +0000: 00 0a 00 00 00 14 00 00 00 00 00 00 ........ .... +#CD: control is 0x14 +#CD: querying size of READ TOC/PMA/ATIP (for full TOC) +# Warning: Realigning length from 26 to 24 +#CD: size returned is 24 +#CD: querying real READ TOC/PMA/ATIP (for full TOC) +0000: 00 18 00 01 00 00 00 a0 00 00 00 00 00 00 00 00 ........ ........ +0010: 00 00 00 00 00 00 00 00 ........ +#CD: 1 sessions +#CD: CD medium detected, type: CD-R mode 1 +# query_type() returned. +# deciding reading strategy... Using READ CD. +GetImageFingerprint(16): read & cached + +ExamineUDF(Device: Simulated CD drive 1.00) + Examining the ISO file system... + Sector 16: + Volume descriptor type = 1 + Volume descriptor version = 1 + Standard identifier = CD001 + -> primary volume descriptor: + System identifier : | | + Volume identifier : |RANDOM IMAGE | + Volume space size : 21000 sectors + Volume set size : 1 + Volume sequence size : 1 + Logical block size : 2048 + Path table size : 10 bytes + L-Path table location : 19 + Opt L-Path table location : 0 + M-Path table location : 20 + Opt M-Path table location : 0 + Volume creation date/time : 16-07-2006 10:35:46.23 + Volume modification d/t : 16-07-2006 10:35:46.23 + Volume expiration d/t : 16-07-2106 10:35:46.23 + Volume effective d/t : 16-07-2006 10:35:46.23 + File structure version : 1 + Sector 17: + Volume descriptor type = 2 + Volume descriptor version = 1 + Standard identifier = CD001 + -> supplementary volume descriptor: *skipped* + Sector 18: + Volume descriptor type = 255 + Volume descriptor version = 1 + Standard identifier = CD001 + -> volume descriptor set terminator; + end of ISO file system parsing. + Examining the UDF file system... + not yet implemented. + +# *** read_capacity(Simulated CD drive 1.00) *** + -> 23907 +ExamineECC() started +...trying RS01 +...trying RS02 +RS02Recognize: medium sim-cd +try_sector: trying sector 21000 +try_sector: header at 21000: magic cookie found +try_sector: CRC okay +GetImageFingerprint(16): cached +try_sector: fingerprint okay, header good +Root sector search at +0 successful +...augmented image found +Expected size calculated from ecc header: 23908 +--> confirmed layout variant 1 +Calculated layout for RS02 image: +data sectors = 21000 +crc sectors = 42 +protected sectors = 21044 (incl. 2 hdr sectors) +reed solomon secs = 2820 (30 roots, 225 data) +header repeats = 22 (using modulo 128) +added sectors = 2908 +total image size = 23908 +medium capacity = n.a. + +Interleaving layout: +94 sectors per ecc layer +first layer sector with CRC data 40 (sector# 21002) + +# Calling query_size() +# *** query_size(Simulated CD drive 1.00) *** +Medium size obtained from ECC header: 23908 sectors +# returned: 23908 sectors Medium "Random Image": CD-R mode 1, 23908 sectors, Ecc, created 16-07-2006. Creating new rs03i-tmp.iso image. -Reading CRC information from ecc data (RS02) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) -All sectors successfully read. Checksums match. +Reading CRC information from ecc data (RS02) ... RS02LayoutFromImage(): returning cached layout +done. +GOOD Data md5sum +GOOD CRC md5sum +GOOD ECC md5sum -Opening rs03i-tmp.iso: 23908 medium sectors. +All sectors successfully read. Checksums match. +CrcBuf contents, image path none (medium): + crcSize: 23908, dataSectors: 21000, coveredSectors: 21000, allSectors: 23908 + md5State: data_complete image_complete + data: 9503f278d4550a9507a317664481adf8 + full: 45ad4cec0172310e72411d326b8b892c + fp sector: 16; 15c0fd35a0cfa0f83b9ccbd8604c2592 + missing crcs: 0 + +Opening rs03i-tmp.iso +ExamineUDF(File: rs03i-tmp.iso) + Examining the ISO file system... + Sector 16: + Volume descriptor type = 1 + Volume descriptor version = 1 + Standard identifier = CD001 + -> primary volume descriptor: + System identifier : | | + Volume identifier : |RANDOM IMAGE | + Volume space size : 21000 sectors + Volume set size : 1 + Volume sequence size : 1 + Logical block size : 2048 + Path table size : 10 bytes + L-Path table location : 19 + Opt L-Path table location : 0 + M-Path table location : 20 + Opt M-Path table location : 0 + Volume creation date/time : 16-07-2006 10:35:46.23 + Volume modification d/t : 16-07-2006 10:35:46.23 + Volume expiration d/t : 16-07-2106 10:35:46.23 + Volume effective d/t : 16-07-2006 10:35:46.23 + File structure version : 1 + Sector 17: + Volume descriptor type = 2 + Volume descriptor version = 1 + Standard identifier = CD001 + -> supplementary volume descriptor: *skipped* + Sector 18: + Volume descriptor type = 255 + Volume descriptor version = 1 + Standard identifier = CD001 + -> volume descriptor set terminator; + end of ISO file system parsing. + Examining the UDF file system... + not yet implemented. + +ExamineECC() started +...trying RS01 +...trying RS02 +RS02Recognize: file rs03i-tmp.iso +try_sector: trying sector 21000 +try_sector: header at 21000: magic cookie found +try_sector: CRC okay +GetImageFingerprint(16): read & cached +try_sector: fingerprint okay, header good +Root sector search at +0 successful +...augmented image found +Expected size calculated from ecc header: 23908 +--> confirmed layout variant 1 +Calculated layout for RS02 image: +data sectors = 21000 +crc sectors = 42 +protected sectors = 21044 (incl. 2 hdr sectors) +reed solomon secs = 2820 (30 roots, 225 data) +header repeats = 22 (using modulo 128) +added sectors = 2908 +total image size = 23908 +medium capacity = n.a. + +Interleaving layout: +94 sectors per ecc layer +first layer sector with CRC data 40 (sector# 21002) + +GetImageFingerprint(16): cached +: 23908 medium sectors. * Warning: Image "rs03i-tmp.iso" already contains error correction information. * Truncating image to data part (21000 sectors). Image size is now: 21000 medium sectors. +CalcRS03Layout(): removed cached layout from other codec +Calculated layout for RS03 image: +data sectors = 21000 +data padding = 68 +layer size = 98 +total sectors = 24990 +medium capacity = 25000 +header position = 21000 +first CRC sector = 21070 +first ECC sector = 21168 +ndata = 216 +nroots = 39 (18.1%) + 41 MiB data, 7 MiB ecc (39 roots; 18.1% redundancy). * Warning: Using redundancies below 20%% may not give * the expected data loss protection. -Preparing image: 1%Preparing image: 2%Preparing image: 3%Preparing image: 4%Preparing image: 5%Preparing image: 6%Preparing image: 7%Preparing image: 8%Preparing image: 9%Preparing image: 10%Preparing image: 11%Preparing image: 12%Preparing image: 13%Preparing image: 14%Preparing image: 15%Preparing image: 16%Preparing image: 17%Preparing image: 18%Preparing image: 19%Preparing image: 20%Preparing image: 21%Preparing image: 22%Preparing image: 23%Preparing image: 24%Preparing image: 25%Preparing image: 26%Preparing image: 27%Preparing image: 28%Preparing image: 29%Preparing image: 30%Preparing image: 31%Preparing image: 32%Preparing image: 33%Preparing image: 34%Preparing image: 35%Preparing image: 36%Preparing image: 37%Preparing image: 38%Preparing image: 39%Preparing image: 40%Preparing image: 41%Preparing image: 42%Preparing image: 43%Preparing image: 44%Preparing image: 45%Preparing image: 46%Preparing image: 47%Preparing image: 48%Preparing image: 49%Preparing image: 50%Preparing image: 51%Preparing image: 52%Preparing image: 53%Preparing image: 54%Preparing image: 55%Preparing image: 56%Preparing image: 57%Preparing image: 58%Preparing image: 59%Preparing image: 60%Preparing image: 61%Preparing image: 62%Preparing image: 63%Preparing image: 64%Preparing image: 65%Preparing image: 66%Preparing image: 67%Preparing image: 68%Preparing image: 69%Preparing image: 70%Preparing image: 71%Preparing image: 72%Preparing image: 73%Preparing image: 74%Preparing image: 75%Preparing image: 76%Preparing image: 77%Preparing image: 78%Preparing image: 79%Preparing image: 80%Preparing image: 81%Preparing image: 82%Preparing image: 83%Preparing image: 84%Preparing image: 85%Preparing image: 86%Preparing image: 87%Preparing image: 88%Preparing image: 89%Preparing image: 90%Preparing image: 91%Preparing image: 92%Preparing image: 93%Preparing image: 94%Preparing image: 95%Preparing image: 96%Preparing image: 97%Preparing image: 98%Preparing image: 99%Preparing image: 100% -Ecc generation: 1.0%Ecc generation: 2.0%Ecc generation: 3.0%Ecc generation: 4.0%Ecc generation: 5.1%Ecc generation: 6.1%Ecc generation: 7.1%Ecc generation: 8.1%Ecc generation: 9.1%Ecc generation: 10.2%Ecc generation: 11.2%Ecc generation: 12.2%Ecc generation: 13.2%Ecc generation: 14.2%Ecc generation: 15.3%Ecc generation: 16.3%Ecc generation: 17.3%Ecc generation: 18.3%Ecc generation: 19.3%Ecc generation: 20.4%Ecc generation: 21.4%Ecc generation: 22.4%Ecc generation: 23.4%Ecc generation: 24.4%Ecc generation: 25.5%Ecc generation: 26.5%Ecc generation: 27.5%Ecc generation: 28.5%Ecc generation: 29.5%Ecc generation: 30.6%Ecc generation: 31.6%Ecc generation: 32.6%Ecc generation: 33.6%Ecc generation: 34.6%Ecc generation: 35.7%Ecc generation: 36.7%Ecc generation: 37.7%Ecc generation: 38.7%Ecc generation: 39.7%Ecc generation: 40.8%Ecc generation: 41.8%Ecc generation: 42.8%Ecc generation: 43.8%Ecc generation: 44.8%Ecc generation: 45.9%Ecc generation: 46.9%Ecc generation: 47.9%Ecc generation: 48.9%Ecc generation: 50.0%Ecc generation: 51.0%Ecc generation: 52.0%Ecc generation: 53.0%Ecc generation: 54.0%Ecc generation: 55.1%Ecc generation: 56.1%Ecc generation: 57.1%Ecc generation: 58.1%Ecc generation: 59.1%Ecc generation: 60.2%Ecc generation: 61.2%Ecc generation: 62.2%Ecc generation: 63.2%Ecc generation: 64.2%Ecc generation: 65.3%Ecc generation: 66.3%Ecc generation: 67.3%Ecc generation: 68.3%Ecc generation: 69.3%Ecc generation: 70.4%Ecc generation: 71.4%Ecc generation: 72.4%Ecc generation: 73.4%Ecc generation: 74.4%Ecc generation: 75.5%Ecc generation: 76.5%Ecc generation: 77.5%Ecc generation: 78.5%Ecc generation: 79.5%Ecc generation: 80.6%Ecc generation: 81.6%Ecc generation: 82.6%Ecc generation: 83.6%Ecc generation: 84.6%Ecc generation: 85.7%Ecc generation: 86.7%Ecc generation: 87.7%Ecc generation: 88.7%Ecc generation: 89.7%Ecc generation: 90.8%Ecc generation: 91.8%Ecc generation: 92.8%Ecc generation: 93.8%Ecc generation: 94.8%Ecc generation: 95.9%Ecc generation: 96.9%Ecc generation: 97.9%Ecc generation: 98.9%Ecc generation: 100.0%Ecc generation: 100.0% +CrcBufValid: buffer VALID +CrcBuf present, augmented image: using data MD5 sum +Cache allocation: 110592K+12288K+9984K=129M (data+parity+descrambling) Image has been augmented with error correction data. New image size is 48 MiB (24990 sectors). +FreeCrcBuf - buffer cleared diff --git a/regtest/database/RS03i_ecc_recreate_after_read_rs03f b/regtest/database/RS03i_ecc_recreate_after_read_rs03f index 7b6b4ea..481ac52 100644 --- a/regtest/database/RS03i_ecc_recreate_after_read_rs03f +++ b/regtest/database/RS03i_ecc_recreate_after_read_rs03f @@ -1,24 +1,276 @@ -95b221fd894f6adb6f6e8d3b89583fb6 +e27ceee0133669046f12cf69719f25af ignore This software comes with ABSOLUTELY NO WARRANTY. This is free software and you are welcome to redistribute it under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. +# *** OpenImageFromDevice(sim-cd) *** +# InquireDevice returned: Simulated CD drive 1.00 Device: sim-cd, Simulated CD drive 1.00 +# *** query_type(Simulated CD drive 1.00, 0) *** +# *** get_configuration(Simulated CD drive 1.00) *** +# 8 data len, 9 current +-> profile 9: CD-R +# trying READ DISC INFORMATION for size +# size returned is 32 +# trying READ DISC INFORMATION for real info +0000: 00 20 1e 00 00 00 00 00 00 00 00 00 00 00 00 00 . ...... ........ +0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........ +# status is 1e, disc type 0 +#CD: starting media probe +#CD: querying size of READ TOC/PMA/ATIP (for TOC) +#CD: size returned is 12 +#CD: querying real READ TOC/PMA/ATIP (for TOC) +0000: 00 0a 00 00 00 14 00 00 00 00 00 00 ........ .... +#CD: control is 0x14 +#CD: querying size of READ TOC/PMA/ATIP (for full TOC) +# Warning: Realigning length from 26 to 24 +#CD: size returned is 24 +#CD: querying real READ TOC/PMA/ATIP (for full TOC) +0000: 00 18 00 01 00 00 00 a0 00 00 00 00 00 00 00 00 ........ ........ +0010: 00 00 00 00 00 00 00 00 ........ +#CD: 1 sessions +#CD: CD medium detected, type: CD-R mode 1 +# query_type() returned. +# deciding reading strategy... Using READ CD. +GetImageFingerprint(16): read & cached + +ExamineUDF(Device: Simulated CD drive 1.00) + Examining the ISO file system... + Sector 16: + Volume descriptor type = 1 + Volume descriptor version = 1 + Standard identifier = CD001 + -> primary volume descriptor: + System identifier : | | + Volume identifier : |RANDOM IMAGE | + Volume space size : 21000 sectors + Volume set size : 1 + Volume sequence size : 1 + Logical block size : 2048 + Path table size : 10 bytes + L-Path table location : 19 + Opt L-Path table location : 0 + M-Path table location : 20 + Opt M-Path table location : 0 + Volume creation date/time : 16-07-2006 10:35:46.23 + Volume modification d/t : 16-07-2006 10:35:46.23 + Volume expiration d/t : 16-07-2106 10:35:46.23 + Volume effective d/t : 16-07-2006 10:35:46.23 + File structure version : 1 + Sector 17: + Volume descriptor type = 2 + Volume descriptor version = 1 + Standard identifier = CD001 + -> supplementary volume descriptor: *skipped* + Sector 18: + Volume descriptor type = 255 + Volume descriptor version = 1 + Standard identifier = CD001 + -> volume descriptor set terminator; + end of ISO file system parsing. + Examining the UDF file system... + not yet implemented. + +# *** read_capacity(Simulated CD drive 1.00) *** + -> 20999 +ExamineECC() started +...trying RS01 +...trying RS02 +RS02Recognize: medium sim-cd +try_sector: trying sector 21000 +try_sector: read error, trying next header +try_sector: trying sector 20850 +try_sector: no cookie, skipping current modulo +RS02Recognize: skipping exhaustive RS02 search +...trying RS03 +RS03RecognizeImage: medium sim-cd +FindRS03HeaderInImage: medium sim-cd +RS03RecognizeImage: skipping exhaustive RS03 search +...no augmented image detected. +# Calling query_size() +# *** query_size(Simulated CD drive 1.00) *** +Medium size could NOT be determined from ECC header. +Medium size obtained from ISO/UDF file system: 21000 sectors +# returned: 21000 sectors Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. +RS03RecognizeFile(): examining rs03i-tmp.ecc +RS03RecognizeFile(): ecc header found +GetImageFingerprint(16): cached Creating new rs03i-tmp.iso image. -Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) -All sectors successfully read. Checksums match. +Reading CRC information from ecc data (RS03) ... Calculated layout for RS03 file: +data sectors = 21000 +data padding = 0 +layer size = 87 +total sectors = 21959 +medium capacity = 0 +header position = 0 +first CRC sector = 2 +first ECC sector = 89 +ndata = 245 +nroots = 10 ( 4.1%) + +done. + +All sectors successfully read. Checksums match. +CrcBuf contents, image path none (medium): + crcSize: 21000, dataSectors: 21000, coveredSectors: 21000, allSectors: 21000 + md5State: data_complete image_complete + data: 9503f278d4550a9507a317664481adf8 + full: 9503f278d4550a9507a317664481adf8 + fp sector: 16; 15c0fd35a0cfa0f83b9ccbd8604c2592 + missing crcs: 0 + +Opening rs03i-tmp.iso +ExamineUDF(File: rs03i-tmp.iso) + Examining the ISO file system... + Sector 16: + Volume descriptor type = 1 + Volume descriptor version = 1 + Standard identifier = CD001 + -> primary volume descriptor: + System identifier : | | + Volume identifier : |RANDOM IMAGE | + Volume space size : 21000 sectors + Volume set size : 1 + Volume sequence size : 1 + Logical block size : 2048 + Path table size : 10 bytes + L-Path table location : 19 + Opt L-Path table location : 0 + M-Path table location : 20 + Opt M-Path table location : 0 + Volume creation date/time : 16-07-2006 10:35:46.23 + Volume modification d/t : 16-07-2006 10:35:46.23 + Volume expiration d/t : 16-07-2106 10:35:46.23 + Volume effective d/t : 16-07-2006 10:35:46.23 + File structure version : 1 + Sector 17: + Volume descriptor type = 2 + Volume descriptor version = 1 + Standard identifier = CD001 + -> supplementary volume descriptor: *skipped* + Sector 18: + Volume descriptor type = 255 + Volume descriptor version = 1 + Standard identifier = CD001 + -> volume descriptor set terminator; + end of ISO file system parsing. + Examining the UDF file system... + not yet implemented. + +ExamineECC() started +...trying RS01 +...trying RS02 +RS02Recognize: file rs03i-tmp.iso +try_sector: trying sector 21000 +try_sector: read error, trying next header +try_sector: trying sector 20850 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 4611686018427387904 +FindHeaderInMedium: Trying modulo 2305843009213693952 +FindHeaderInMedium: Trying modulo 1152921504606846976 +FindHeaderInMedium: Trying modulo 576460752303423488 +FindHeaderInMedium: Trying modulo 288230376151711744 +FindHeaderInMedium: Trying modulo 144115188075855872 +FindHeaderInMedium: Trying modulo 72057594037927936 +FindHeaderInMedium: Trying modulo 36028797018963968 +FindHeaderInMedium: Trying modulo 18014398509481984 +FindHeaderInMedium: Trying modulo 9007199254740992 +FindHeaderInMedium: Trying modulo 4503599627370496 +FindHeaderInMedium: Trying modulo 2251799813685248 +FindHeaderInMedium: Trying modulo 1125899906842624 +FindHeaderInMedium: Trying modulo 562949953421312 +FindHeaderInMedium: Trying modulo 281474976710656 +FindHeaderInMedium: Trying modulo 140737488355328 +FindHeaderInMedium: Trying modulo 70368744177664 +FindHeaderInMedium: Trying modulo 35184372088832 +FindHeaderInMedium: Trying modulo 17592186044416 +FindHeaderInMedium: Trying modulo 8796093022208 +FindHeaderInMedium: Trying modulo 4398046511104 +FindHeaderInMedium: Trying modulo 2199023255552 +FindHeaderInMedium: Trying modulo 1099511627776 +FindHeaderInMedium: Trying modulo 549755813888 +FindHeaderInMedium: Trying modulo 274877906944 +FindHeaderInMedium: Trying modulo 137438953472 +FindHeaderInMedium: Trying modulo 68719476736 +FindHeaderInMedium: Trying modulo 34359738368 +FindHeaderInMedium: Trying modulo 17179869184 +FindHeaderInMedium: Trying modulo 8589934592 +FindHeaderInMedium: Trying modulo 4294967296 +FindHeaderInMedium: Trying modulo 2147483648 +FindHeaderInMedium: Trying modulo 1073741824 +FindHeaderInMedium: Trying modulo 536870912 +FindHeaderInMedium: Trying modulo 268435456 +FindHeaderInMedium: Trying modulo 134217728 +FindHeaderInMedium: Trying modulo 67108864 +FindHeaderInMedium: Trying modulo 33554432 +FindHeaderInMedium: Trying modulo 16777216 +FindHeaderInMedium: Trying modulo 8388608 +FindHeaderInMedium: Trying modulo 4194304 +FindHeaderInMedium: Trying modulo 2097152 +FindHeaderInMedium: Trying modulo 1048576 +FindHeaderInMedium: Trying modulo 524288 +FindHeaderInMedium: Trying modulo 262144 +FindHeaderInMedium: Trying modulo 131072 +FindHeaderInMedium: Trying modulo 65536 +FindHeaderInMedium: Trying modulo 32768 +FindHeaderInMedium: Trying modulo 16384 +try_sector: trying sector 16384 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 8192 +Sector 16384 cached; skipping modulo +FindHeaderInMedium: Trying modulo 4096 +try_sector: trying sector 20480 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 2048 +Sector 20480 cached; skipping modulo +FindHeaderInMedium: Trying modulo 1024 +Sector 20480 cached; skipping modulo +FindHeaderInMedium: Trying modulo 512 +try_sector: trying sector 20992 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 256 +Sector 20992 cached; skipping modulo +FindHeaderInMedium: Trying modulo 128 +Sector 20992 cached; skipping modulo +FindHeaderInMedium: Trying modulo 64 +Sector 20992 cached; skipping modulo +FindHeaderInMedium: Trying modulo 32 +Sector 20992 cached; skipping modulo +...trying RS03 +RS03RecognizeImage: file rs03i-tmp.iso +FindRS03HeaderInImage: file rs03i-tmp.iso +RS03RecognizeImage: No EH, entering exhaustive search +Warning: image size set to 25000 for debugging! +.. trying layer size 98 +Scanning layers for signatures. +- layer slice 0 +** All layers tested -> no RS03 data found +...no augmented image detected. +GetImageFingerprint(16): read & cached +: 21000 medium sectors. +Calculated layout for RS03 image: +data sectors = 21000 +data padding = 68 +layer size = 98 +total sectors = 24990 +medium capacity = 25000 +header position = 21000 +first CRC sector = 21070 +first ECC sector = 21168 +ndata = 216 +nroots = 39 (18.1%) -Opening rs03i-tmp.iso: 21000 medium sectors. 41 MiB data, 7 MiB ecc (39 roots; 18.1% redundancy). * Warning: Using redundancies below 20%% may not give * the expected data loss protection. -Preparing image: 1%Preparing image: 2%Preparing image: 3%Preparing image: 4%Preparing image: 5%Preparing image: 6%Preparing image: 7%Preparing image: 8%Preparing image: 9%Preparing image: 10%Preparing image: 11%Preparing image: 12%Preparing image: 13%Preparing image: 14%Preparing image: 15%Preparing image: 16%Preparing image: 17%Preparing image: 18%Preparing image: 19%Preparing image: 20%Preparing image: 21%Preparing image: 22%Preparing image: 23%Preparing image: 24%Preparing image: 25%Preparing image: 26%Preparing image: 27%Preparing image: 28%Preparing image: 29%Preparing image: 30%Preparing image: 31%Preparing image: 32%Preparing image: 33%Preparing image: 34%Preparing image: 35%Preparing image: 36%Preparing image: 37%Preparing image: 38%Preparing image: 39%Preparing image: 40%Preparing image: 41%Preparing image: 42%Preparing image: 43%Preparing image: 44%Preparing image: 45%Preparing image: 46%Preparing image: 47%Preparing image: 48%Preparing image: 49%Preparing image: 50%Preparing image: 51%Preparing image: 52%Preparing image: 53%Preparing image: 54%Preparing image: 55%Preparing image: 56%Preparing image: 57%Preparing image: 58%Preparing image: 59%Preparing image: 60%Preparing image: 61%Preparing image: 62%Preparing image: 63%Preparing image: 64%Preparing image: 65%Preparing image: 66%Preparing image: 67%Preparing image: 68%Preparing image: 69%Preparing image: 70%Preparing image: 71%Preparing image: 72%Preparing image: 73%Preparing image: 74%Preparing image: 75%Preparing image: 76%Preparing image: 77%Preparing image: 78%Preparing image: 79%Preparing image: 80%Preparing image: 81%Preparing image: 82%Preparing image: 83%Preparing image: 84%Preparing image: 85%Preparing image: 86%Preparing image: 87%Preparing image: 88%Preparing image: 89%Preparing image: 90%Preparing image: 91%Preparing image: 92%Preparing image: 93%Preparing image: 94%Preparing image: 95%Preparing image: 96%Preparing image: 97%Preparing image: 98%Preparing image: 99%Preparing image: 100% -Ecc generation: 1.0%Ecc generation: 2.0%Ecc generation: 3.0%Ecc generation: 4.0%Ecc generation: 5.1%Ecc generation: 6.1%Ecc generation: 7.1%Ecc generation: 8.1%Ecc generation: 9.1%Ecc generation: 10.2%Ecc generation: 11.2%Ecc generation: 12.2%Ecc generation: 13.2%Ecc generation: 14.2%Ecc generation: 15.3%Ecc generation: 16.3%Ecc generation: 17.3%Ecc generation: 18.3%Ecc generation: 19.3%Ecc generation: 20.4%Ecc generation: 21.4%Ecc generation: 22.4%Ecc generation: 23.4%Ecc generation: 24.4%Ecc generation: 25.5%Ecc generation: 26.5%Ecc generation: 27.5%Ecc generation: 28.5%Ecc generation: 29.5%Ecc generation: 30.6%Ecc generation: 31.6%Ecc generation: 32.6%Ecc generation: 33.6%Ecc generation: 34.6%Ecc generation: 35.7%Ecc generation: 36.7%Ecc generation: 37.7%Ecc generation: 38.7%Ecc generation: 39.7%Ecc generation: 40.8%Ecc generation: 41.8%Ecc generation: 42.8%Ecc generation: 43.8%Ecc generation: 44.8%Ecc generation: 45.9%Ecc generation: 46.9%Ecc generation: 47.9%Ecc generation: 48.9%Ecc generation: 50.0%Ecc generation: 51.0%Ecc generation: 52.0%Ecc generation: 53.0%Ecc generation: 54.0%Ecc generation: 55.1%Ecc generation: 56.1%Ecc generation: 57.1%Ecc generation: 58.1%Ecc generation: 59.1%Ecc generation: 60.2%Ecc generation: 61.2%Ecc generation: 62.2%Ecc generation: 63.2%Ecc generation: 64.2%Ecc generation: 65.3%Ecc generation: 66.3%Ecc generation: 67.3%Ecc generation: 68.3%Ecc generation: 69.3%Ecc generation: 70.4%Ecc generation: 71.4%Ecc generation: 72.4%Ecc generation: 73.4%Ecc generation: 74.4%Ecc generation: 75.5%Ecc generation: 76.5%Ecc generation: 77.5%Ecc generation: 78.5%Ecc generation: 79.5%Ecc generation: 80.6%Ecc generation: 81.6%Ecc generation: 82.6%Ecc generation: 83.6%Ecc generation: 84.6%Ecc generation: 85.7%Ecc generation: 86.7%Ecc generation: 87.7%Ecc generation: 88.7%Ecc generation: 89.7%Ecc generation: 90.8%Ecc generation: 91.8%Ecc generation: 92.8%Ecc generation: 93.8%Ecc generation: 94.8%Ecc generation: 95.9%Ecc generation: 96.9%Ecc generation: 97.9%Ecc generation: 98.9%Ecc generation: 100.0%Ecc generation: 100.0% +CrcBufValid: buffer VALID +CrcBuf present, augmented image: using data MD5 sum +Cache allocation: 110592K+12288K+9984K=129M (data+parity+descrambling) Image has been augmented with error correction data. New image size is 48 MiB (24990 sectors). +FreeCrcBuf - buffer cleared diff --git a/regtest/database/RS03i_ecc_recreate_after_read_rs03i b/regtest/database/RS03i_ecc_recreate_after_read_rs03i index 9fac4fd..09eb20c 100644 --- a/regtest/database/RS03i_ecc_recreate_after_read_rs03i +++ b/regtest/database/RS03i_ecc_recreate_after_read_rs03i @@ -1,27 +1,273 @@ -95b221fd894f6adb6f6e8d3b89583fb6 +e27ceee0133669046f12cf69719f25af ignore This software comes with ABSOLUTELY NO WARRANTY. This is free software and you are welcome to redistribute it under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. +# *** OpenImageFromDevice(sim-cd) *** +# InquireDevice returned: Simulated CD drive 1.00 Device: sim-cd, Simulated CD drive 1.00 +# *** query_type(Simulated CD drive 1.00, 0) *** +# *** get_configuration(Simulated CD drive 1.00) *** +# 8 data len, 9 current +-> profile 9: CD-R +# trying READ DISC INFORMATION for size +# size returned is 32 +# trying READ DISC INFORMATION for real info +0000: 00 20 1e 00 00 00 00 00 00 00 00 00 00 00 00 00 . ...... ........ +0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........ +# status is 1e, disc type 0 +#CD: starting media probe +#CD: querying size of READ TOC/PMA/ATIP (for TOC) +#CD: size returned is 12 +#CD: querying real READ TOC/PMA/ATIP (for TOC) +0000: 00 0a 00 00 00 14 00 00 00 00 00 00 ........ .... +#CD: control is 0x14 +#CD: querying size of READ TOC/PMA/ATIP (for full TOC) +# Warning: Realigning length from 26 to 24 +#CD: size returned is 24 +#CD: querying real READ TOC/PMA/ATIP (for full TOC) +0000: 00 18 00 01 00 00 00 a0 00 00 00 00 00 00 00 00 ........ ........ +0010: 00 00 00 00 00 00 00 00 ........ +#CD: 1 sessions +#CD: CD medium detected, type: CD-R mode 1 +# query_type() returned. +# deciding reading strategy... Using READ CD. +GetImageFingerprint(16): read & cached + +ExamineUDF(Device: Simulated CD drive 1.00) + Examining the ISO file system... + Sector 16: + Volume descriptor type = 1 + Volume descriptor version = 1 + Standard identifier = CD001 + -> primary volume descriptor: + System identifier : | | + Volume identifier : |RANDOM IMAGE | + Volume space size : 21000 sectors + Volume set size : 1 + Volume sequence size : 1 + Logical block size : 2048 + Path table size : 10 bytes + L-Path table location : 19 + Opt L-Path table location : 0 + M-Path table location : 20 + Opt M-Path table location : 0 + Volume creation date/time : 16-07-2006 10:35:46.23 + Volume modification d/t : 16-07-2006 10:35:46.23 + Volume expiration d/t : 16-07-2106 10:35:46.23 + Volume effective d/t : 16-07-2006 10:35:46.23 + File structure version : 1 + Sector 17: + Volume descriptor type = 2 + Volume descriptor version = 1 + Standard identifier = CD001 + -> supplementary volume descriptor: *skipped* + Sector 18: + Volume descriptor type = 255 + Volume descriptor version = 1 + Standard identifier = CD001 + -> volume descriptor set terminator; + end of ISO file system parsing. + Examining the UDF file system... + not yet implemented. + +# *** read_capacity(Simulated CD drive 1.00) *** + -> 22949 +ExamineECC() started +...trying RS01 +...trying RS02 +RS02Recognize: medium sim-cd +try_sector: trying sector 21000 +try_sector: no cookie, skipping current modulo +try_sector: trying sector 20850 +try_sector: no cookie, skipping current modulo +RS02Recognize: skipping exhaustive RS02 search +...trying RS03 +RS03RecognizeImage: medium sim-cd +FindRS03HeaderInImage: medium sim-cd +FindRS03HeaderInImage(): Header found at pos +0 +...augmented image found +# Calling query_size() +# *** query_size(Simulated CD drive 1.00) *** +Medium size obtained from ECC header: 22950 sectors +# returned: 22950 sectors Medium "Random Image": CD-R mode 1, 22950 sectors, Ecc, created 16-07-2006. Creating new rs03i-tmp.iso image. -Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) -All sectors successfully read. Checksums match. +Reading CRC information from ecc data (RS03) ... Calculated layout for RS03 image: +data sectors = 21000 +data padding = 58 +layer size = 90 +total sectors = 22950 +medium capacity = 0 +header position = 21000 +first CRC sector = 21060 +first ECC sector = 21150 +ndata = 235 +nroots = 20 ( 8.5%) -Opening rs03i-tmp.iso: 22950 medium sectors. +done. + +All sectors successfully read. Checksums match. +CrcBuf contents, image path none (medium): + crcSize: 22950, dataSectors: 21000, coveredSectors: 21060, allSectors: 22950 + md5State: data_complete image_complete + data: 9503f278d4550a9507a317664481adf8 + full: e22269f3ff1c77c7e682622a7a7ce562 + fp sector: 16; 15c0fd35a0cfa0f83b9ccbd8604c2592 + missing crcs: 0 + +Opening rs03i-tmp.iso +ExamineUDF(File: rs03i-tmp.iso) + Examining the ISO file system... + Sector 16: + Volume descriptor type = 1 + Volume descriptor version = 1 + Standard identifier = CD001 + -> primary volume descriptor: + System identifier : | | + Volume identifier : |RANDOM IMAGE | + Volume space size : 21000 sectors + Volume set size : 1 + Volume sequence size : 1 + Logical block size : 2048 + Path table size : 10 bytes + L-Path table location : 19 + Opt L-Path table location : 0 + M-Path table location : 20 + Opt M-Path table location : 0 + Volume creation date/time : 16-07-2006 10:35:46.23 + Volume modification d/t : 16-07-2006 10:35:46.23 + Volume expiration d/t : 16-07-2106 10:35:46.23 + Volume effective d/t : 16-07-2006 10:35:46.23 + File structure version : 1 + Sector 17: + Volume descriptor type = 2 + Volume descriptor version = 1 + Standard identifier = CD001 + -> supplementary volume descriptor: *skipped* + Sector 18: + Volume descriptor type = 255 + Volume descriptor version = 1 + Standard identifier = CD001 + -> volume descriptor set terminator; + end of ISO file system parsing. + Examining the UDF file system... + not yet implemented. + +ExamineECC() started +...trying RS01 +...trying RS02 +RS02Recognize: file rs03i-tmp.iso +try_sector: trying sector 21000 +try_sector: no cookie, skipping current modulo +try_sector: trying sector 20850 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 4611686018427387904 +FindHeaderInMedium: Trying modulo 2305843009213693952 +FindHeaderInMedium: Trying modulo 1152921504606846976 +FindHeaderInMedium: Trying modulo 576460752303423488 +FindHeaderInMedium: Trying modulo 288230376151711744 +FindHeaderInMedium: Trying modulo 144115188075855872 +FindHeaderInMedium: Trying modulo 72057594037927936 +FindHeaderInMedium: Trying modulo 36028797018963968 +FindHeaderInMedium: Trying modulo 18014398509481984 +FindHeaderInMedium: Trying modulo 9007199254740992 +FindHeaderInMedium: Trying modulo 4503599627370496 +FindHeaderInMedium: Trying modulo 2251799813685248 +FindHeaderInMedium: Trying modulo 1125899906842624 +FindHeaderInMedium: Trying modulo 562949953421312 +FindHeaderInMedium: Trying modulo 281474976710656 +FindHeaderInMedium: Trying modulo 140737488355328 +FindHeaderInMedium: Trying modulo 70368744177664 +FindHeaderInMedium: Trying modulo 35184372088832 +FindHeaderInMedium: Trying modulo 17592186044416 +FindHeaderInMedium: Trying modulo 8796093022208 +FindHeaderInMedium: Trying modulo 4398046511104 +FindHeaderInMedium: Trying modulo 2199023255552 +FindHeaderInMedium: Trying modulo 1099511627776 +FindHeaderInMedium: Trying modulo 549755813888 +FindHeaderInMedium: Trying modulo 274877906944 +FindHeaderInMedium: Trying modulo 137438953472 +FindHeaderInMedium: Trying modulo 68719476736 +FindHeaderInMedium: Trying modulo 34359738368 +FindHeaderInMedium: Trying modulo 17179869184 +FindHeaderInMedium: Trying modulo 8589934592 +FindHeaderInMedium: Trying modulo 4294967296 +FindHeaderInMedium: Trying modulo 2147483648 +FindHeaderInMedium: Trying modulo 1073741824 +FindHeaderInMedium: Trying modulo 536870912 +FindHeaderInMedium: Trying modulo 268435456 +FindHeaderInMedium: Trying modulo 134217728 +FindHeaderInMedium: Trying modulo 67108864 +FindHeaderInMedium: Trying modulo 33554432 +FindHeaderInMedium: Trying modulo 16777216 +FindHeaderInMedium: Trying modulo 8388608 +FindHeaderInMedium: Trying modulo 4194304 +FindHeaderInMedium: Trying modulo 2097152 +FindHeaderInMedium: Trying modulo 1048576 +FindHeaderInMedium: Trying modulo 524288 +FindHeaderInMedium: Trying modulo 262144 +FindHeaderInMedium: Trying modulo 131072 +FindHeaderInMedium: Trying modulo 65536 +FindHeaderInMedium: Trying modulo 32768 +FindHeaderInMedium: Trying modulo 16384 +try_sector: trying sector 16384 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 8192 +Sector 16384 cached; skipping modulo +FindHeaderInMedium: Trying modulo 4096 +try_sector: trying sector 20480 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 2048 +try_sector: trying sector 22528 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 1024 +Sector 22528 cached; skipping modulo +FindHeaderInMedium: Trying modulo 512 +Sector 22528 cached; skipping modulo +FindHeaderInMedium: Trying modulo 256 +try_sector: trying sector 22784 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 128 +try_sector: trying sector 22912 +try_sector: no cookie, skipping current modulo +FindHeaderInMedium: Trying modulo 64 +Sector 22912 cached; skipping modulo +FindHeaderInMedium: Trying modulo 32 +try_sector: trying sector 22944 +try_sector: no cookie, skipping current modulo +...trying RS03 +RS03RecognizeImage: file rs03i-tmp.iso +FindRS03HeaderInImage: file rs03i-tmp.iso +FindRS03HeaderInImage(): Header found at pos +0 +...augmented image found +GetImageFingerprint(16): read & cached +: 22950 medium sectors. * Warning: Image "rs03i-tmp.iso" already contains error correction information. * Truncating image to data part (21000 sectors). Image size is now: 21000 medium sectors. +Calculated layout for RS03 image: +data sectors = 21000 +data padding = 68 +layer size = 98 +total sectors = 24990 +medium capacity = 25000 +header position = 21000 +first CRC sector = 21070 +first ECC sector = 21168 +ndata = 216 +nroots = 39 (18.1%) + 41 MiB data, 7 MiB ecc (39 roots; 18.1% redundancy). * Warning: Using redundancies below 20%% may not give * the expected data loss protection. -Preparing image: 1%Preparing image: 2%Preparing image: 3%Preparing image: 4%Preparing image: 5%Preparing image: 6%Preparing image: 7%Preparing image: 8%Preparing image: 9%Preparing image: 10%Preparing image: 11%Preparing image: 12%Preparing image: 13%Preparing image: 14%Preparing image: 15%Preparing image: 16%Preparing image: 17%Preparing image: 18%Preparing image: 19%Preparing image: 20%Preparing image: 21%Preparing image: 22%Preparing image: 23%Preparing image: 24%Preparing image: 25%Preparing image: 26%Preparing image: 27%Preparing image: 28%Preparing image: 29%Preparing image: 30%Preparing image: 31%Preparing image: 32%Preparing image: 33%Preparing image: 34%Preparing image: 35%Preparing image: 36%Preparing image: 37%Preparing image: 38%Preparing image: 39%Preparing image: 40%Preparing image: 41%Preparing image: 42%Preparing image: 43%Preparing image: 44%Preparing image: 45%Preparing image: 46%Preparing image: 47%Preparing image: 48%Preparing image: 49%Preparing image: 50%Preparing image: 51%Preparing image: 52%Preparing image: 53%Preparing image: 54%Preparing image: 55%Preparing image: 56%Preparing image: 57%Preparing image: 58%Preparing image: 59%Preparing image: 60%Preparing image: 61%Preparing image: 62%Preparing image: 63%Preparing image: 64%Preparing image: 65%Preparing image: 66%Preparing image: 67%Preparing image: 68%Preparing image: 69%Preparing image: 70%Preparing image: 71%Preparing image: 72%Preparing image: 73%Preparing image: 74%Preparing image: 75%Preparing image: 76%Preparing image: 77%Preparing image: 78%Preparing image: 79%Preparing image: 80%Preparing image: 81%Preparing image: 82%Preparing image: 83%Preparing image: 84%Preparing image: 85%Preparing image: 86%Preparing image: 87%Preparing image: 88%Preparing image: 89%Preparing image: 90%Preparing image: 91%Preparing image: 92%Preparing image: 93%Preparing image: 94%Preparing image: 95%Preparing image: 96%Preparing image: 97%Preparing image: 98%Preparing image: 99%Preparing image: 100% -Ecc generation: 1.0%Ecc generation: 2.0%Ecc generation: 3.0%Ecc generation: 4.0%Ecc generation: 5.1%Ecc generation: 6.1%Ecc generation: 7.1%Ecc generation: 8.1%Ecc generation: 9.1%Ecc generation: 10.2%Ecc generation: 11.2%Ecc generation: 12.2%Ecc generation: 13.2%Ecc generation: 14.2%Ecc generation: 15.3%Ecc generation: 16.3%Ecc generation: 17.3%Ecc generation: 18.3%Ecc generation: 19.3%Ecc generation: 20.4%Ecc generation: 21.4%Ecc generation: 22.4%Ecc generation: 23.4%Ecc generation: 24.4%Ecc generation: 25.5%Ecc generation: 26.5%Ecc generation: 27.5%Ecc generation: 28.5%Ecc generation: 29.5%Ecc generation: 30.6%Ecc generation: 31.6%Ecc generation: 32.6%Ecc generation: 33.6%Ecc generation: 34.6%Ecc generation: 35.7%Ecc generation: 36.7%Ecc generation: 37.7%Ecc generation: 38.7%Ecc generation: 39.7%Ecc generation: 40.8%Ecc generation: 41.8%Ecc generation: 42.8%Ecc generation: 43.8%Ecc generation: 44.8%Ecc generation: 45.9%Ecc generation: 46.9%Ecc generation: 47.9%Ecc generation: 48.9%Ecc generation: 50.0%Ecc generation: 51.0%Ecc generation: 52.0%Ecc generation: 53.0%Ecc generation: 54.0%Ecc generation: 55.1%Ecc generation: 56.1%Ecc generation: 57.1%Ecc generation: 58.1%Ecc generation: 59.1%Ecc generation: 60.2%Ecc generation: 61.2%Ecc generation: 62.2%Ecc generation: 63.2%Ecc generation: 64.2%Ecc generation: 65.3%Ecc generation: 66.3%Ecc generation: 67.3%Ecc generation: 68.3%Ecc generation: 69.3%Ecc generation: 70.4%Ecc generation: 71.4%Ecc generation: 72.4%Ecc generation: 73.4%Ecc generation: 74.4%Ecc generation: 75.5%Ecc generation: 76.5%Ecc generation: 77.5%Ecc generation: 78.5%Ecc generation: 79.5%Ecc generation: 80.6%Ecc generation: 81.6%Ecc generation: 82.6%Ecc generation: 83.6%Ecc generation: 84.6%Ecc generation: 85.7%Ecc generation: 86.7%Ecc generation: 87.7%Ecc generation: 88.7%Ecc generation: 89.7%Ecc generation: 90.8%Ecc generation: 91.8%Ecc generation: 92.8%Ecc generation: 93.8%Ecc generation: 94.8%Ecc generation: 95.9%Ecc generation: 96.9%Ecc generation: 97.9%Ecc generation: 98.9%Ecc generation: 100.0%Ecc generation: 100.0% +CrcBufValid: buffer VALID +CrcBuf present, augmented image: using data MD5 sum +Cache allocation: 110592K+12288K+9984K=129M (data+parity+descrambling) Image has been augmented with error correction data. New image size is 48 MiB (24990 sectors). +FreeCrcBuf - buffer cleared diff --git a/regtest/database/RS03i_ecc_section_with_uncorrectable_dsm b/regtest/database/RS03i_ecc_section_with_uncorrectable_dsm index 3f1ba1f..6e12435 100644 --- a/regtest/database/RS03i_ecc_section_with_uncorrectable_dsm +++ b/regtest/database/RS03i_ecc_section_with_uncorrectable_dsm @@ -16,7 +16,7 @@ Error correction properties: Data integrity: - medium sectors : 24990 total / 21000 data -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%* Unrecoverable sector found! +* Unrecoverable sector found! * * Sector 22030 is marked unreadable and annotated to be * in a different location (21030). @@ -34,14 +34,14 @@ Data integrity: * repaired by dvdisaster. Also it will not be possible to create * error correction data for it. Sorry for the bad news. * missing sector : 22030 -- testing sectors : 89%* ... more unrecoverable sectors found ... +* ... more unrecoverable sectors found ... * further messages are suppressed unless the -v option is given. * missing sector : 22400 * missing sector : 22411 -- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* BAD image/file : 3 sectors missing +* BAD image/file : 3 sectors missing ... data section : 0 sectors missing; 0 CRC errors ... crc section : 0 sectors missing ... ecc section : 3 sectors missing -- Ecc block test : 1% tested- Ecc block test : 2% tested- Ecc block test : 3% tested- Ecc block test : 4% tested- Ecc block test : 5% tested- Ecc block test : 6% tested- Ecc block test : 7% tested- Ecc block test : 8% tested- Ecc block test : 9% tested- Ecc block test : 10% tested- Ecc block test : 11% tested- Ecc block test : 12% tested- Ecc block test : 13% tested- Ecc block test : 14% tested- Ecc block test : 15% tested- Ecc block test : 16% tested- Ecc block test : 17% tested- Ecc block test : 18% tested- Ecc block test : 19% tested- Ecc block test : 20% tested- Ecc block test : 21% tested- Ecc block test : 22% tested- Ecc block test : 23% tested- Ecc block test : 24% tested- Ecc block test : 25% tested- Ecc block test : 26% tested- Ecc block test : 27% tested- Ecc block test : 28% tested- Ecc block test : 29% tested- Ecc block test : 30% tested- Ecc block test : 31% tested- Ecc block test : 32% tested- Ecc block test : 33% tested- Ecc block test : 34% tested- Ecc block test : 35% tested- Ecc block test : 36% tested- Ecc block test : 37% tested- Ecc block test : 38% tested- Ecc block test : 39% tested- Ecc block test : 40% tested- Ecc block test : 41% tested- Ecc block test : 42% tested- Ecc block test : 43% tested- Ecc block test : 44% tested- Ecc block test : 45% tested- Ecc block test : 46% tested- Ecc block test : 47% tested- Ecc block test : 48% tested- Ecc block test : 50% tested- Ecc block test : 51% tested- Ecc block test : 52% tested- Ecc block test : 53% tested- Ecc block test : 54% tested- Ecc block test : 55% tested- Ecc block test : 56% tested- Ecc block test : 57% tested* Ecc block test : 56 good, 1 bad; 58% tested* Ecc block test : 57 good, 1 bad; 59% tested* Ecc block test : 58 good, 1 bad; 60% tested* Ecc block test : 59 good, 1 bad; 61% tested* Ecc block test : 60 good, 1 bad; 62% tested* Ecc block test : 61 good, 1 bad; 63% tested* Ecc block test : 62 good, 1 bad; 64% tested* Ecc block test : 63 good, 1 bad; 65% tested* Ecc block test : 64 good, 1 bad; 66% tested* Ecc block test : 65 good, 1 bad; 67% tested* Ecc block test : 66 good, 1 bad; 68% tested* Ecc block test : 66 good, 2 bad; 69% tested* Ecc block test : 67 good, 2 bad; 70% tested* Ecc block test : 68 good, 2 bad; 71% tested* Ecc block test : 69 good, 2 bad; 72% tested* Ecc block test : 70 good, 2 bad; 73% tested* Ecc block test : 71 good, 2 bad; 74% tested* Ecc block test : 72 good, 2 bad; 75% tested* Ecc block test : 73 good, 2 bad; 76% tested* Ecc block test : 74 good, 2 bad; 77% tested* Ecc block test : 75 good, 2 bad; 78% tested* Ecc block test : 76 good, 2 bad; 79% tested* Ecc block test : 76 good, 3 bad; 80% tested* Ecc block test : 77 good, 3 bad; 81% tested* Ecc block test : 78 good, 3 bad; 82% tested* Ecc block test : 79 good, 3 bad; 83% tested* Ecc block test : 80 good, 3 bad; 84% tested* Ecc block test : 81 good, 3 bad; 85% tested* Ecc block test : 82 good, 3 bad; 86% tested* Ecc block test : 83 good, 3 bad; 87% tested* Ecc block test : 84 good, 3 bad; 88% tested* Ecc block test : 85 good, 3 bad; 89% tested* Ecc block test : 86 good, 3 bad; 90% tested* Ecc block test : 87 good, 3 bad; 91% tested* Ecc block test : 88 good, 3 bad; 92% tested* Ecc block test : 89 good, 3 bad; 93% tested* Ecc block test : 90 good, 3 bad; 94% tested* Ecc block test : 91 good, 3 bad; 95% tested* Ecc block test : 92 good, 3 bad; 96% tested* Ecc block test : 93 good, 3 bad; 97% tested* Ecc block test : 94 good, 3 bad; 98% tested* Ecc block test : 95 good, 3 bad; 100% tested* Ecc block test : 95 good, 3 bad; 6126 bad sub blocks +* Ecc block test : 95 good, 3 bad; 6126 bad sub blocks - erasure counts : avg = 1.0; worst = 1 per ecc block. - prognosis : 24990 of 24990 sectors recoverable (100.0%) diff --git a/regtest/database/RS03i_fix_border_cases_crc_errors b/regtest/database/RS03i_fix_border_cases_crc_errors index d8d8b39..4edab3a 100644 --- a/regtest/database/RS03i_fix_border_cases_crc_errors +++ b/regtest/database/RS03i_fix_border_cases_crc_errors @@ -21,10 +21,10 @@ CRC error in sector 20972 -> CRC-predicted error in sector 98 at byte 0 (value 00 '.', expected 5a 'Z') -> CRC-predicted error in sector 0 at byte 0 (value 01 '.', expected 00 '.') 8 repaired sectors: 0c 98c 196c 20972c 21070n 21168n 21266n 24892n -Ecc progress: 0.0%Ecc progress: 1.0%Ecc progress: 2.0%Ecc progress: 3.0%Ecc progress: 4.0%Ecc progress: 5.1%Ecc progress: 6.1%Ecc progress: 7.1%Ecc progress: 8.1%Ecc progress: 9.1%Ecc progress: 10.2%Ecc progress: 11.2%Ecc progress: 12.2%Ecc progress: 13.2%Ecc progress: 14.2%Ecc progress: 15.3%Ecc progress: 16.3%Ecc progress: 17.3%Ecc progress: 18.3%Ecc progress: 19.3%Ecc progress: 20.4%Ecc progress: 21.4%Ecc progress: 22.4%Ecc progress: 23.4%Ecc progress: 24.4%Ecc progress: 25.5%Ecc progress: 26.5%CRC error in sector 20999 +CRC error in sector 20999 -> CRC-predicted error in sector 20999 at byte 0 (value 00 '.', expected fd '.') 1 repaired sectors: 20999c -Ecc progress: 27.5%Ecc progress: 28.5%Ecc progress: 29.5%Ecc progress: 30.6%Ecc progress: 31.6%Ecc progress: 32.6%Ecc progress: 33.6%Ecc progress: 34.6%Ecc progress: 35.7%Ecc progress: 36.7%Ecc progress: 37.7%Ecc progress: 38.7%Ecc progress: 39.7%Ecc progress: 40.8%Ecc progress: 41.8%Ecc progress: 42.8%Ecc progress: 43.8%Ecc progress: 44.8%Ecc progress: 45.9%Ecc progress: 46.9%Ecc progress: 47.9%Ecc progress: 48.9%Ecc progress: 50.0%Ecc progress: 51.0%Ecc progress: 52.0%Ecc progress: 53.0%Ecc progress: 54.0%Ecc progress: 55.1%Ecc progress: 56.1%Ecc progress: 57.1%Ecc progress: 58.1%Ecc progress: 59.1%Ecc progress: 60.2%Ecc progress: 61.2%Ecc progress: 62.2%Ecc progress: 63.2%Ecc progress: 64.2%Ecc progress: 65.3%Ecc progress: 66.3%Ecc progress: 67.3%Ecc progress: 68.3%Ecc progress: 69.3%Ecc progress: 70.4%Ecc progress: 71.4%Ecc progress: 72.4%Ecc progress: 73.4%Ecc progress: 74.4%Ecc progress: 75.5%Ecc progress: 76.5%Ecc progress: 77.5%Ecc progress: 78.5%Ecc progress: 79.5%Ecc progress: 80.6%Ecc progress: 81.6%Ecc progress: 82.6%Ecc progress: 83.6%Ecc progress: 84.6%Ecc progress: 85.7%Ecc progress: 86.7%Ecc progress: 87.7%Ecc progress: 88.7%Ecc progress: 89.7%Ecc progress: 90.8%Ecc progress: 91.8%Ecc progress: 92.8%Ecc progress: 93.8%Ecc progress: 94.8%Ecc progress: 95.9%Ecc progress: 96.9%Ecc progress: 97.9%CRC error in sector 97 +CRC error in sector 97 CRC error in sector 195 CRC error in sector 293 -> Non-predicted error in sector 24989 at byte 0 (value 00 '.', expected a0 '.') @@ -35,7 +35,6 @@ CRC error in sector 293 -> CRC-predicted error in sector 195 at byte 0 (value 00 '.', expected 2f '/') -> CRC-predicted error in sector 97 at byte 0 (value 00 '.', expected 8c '.') 7 repaired sectors: 97c 195c 293c 21167n 21265n 21363n 24989n -Ecc progress: 98.9%Ecc progress: 100.0% Repaired sectors: 16 (10 data, 6 ecc) Good! All sectors are repaired. Erasure counts per ecc block: avg = 5.3; worst = 8. diff --git a/regtest/database/RS03i_fix_border_cases_erasures b/regtest/database/RS03i_fix_border_cases_erasures index 78be607..1546be7 100644 --- a/regtest/database/RS03i_fix_border_cases_erasures +++ b/regtest/database/RS03i_fix_border_cases_erasures @@ -9,9 +9,8 @@ Opening rs03i-tmp.iso: 24990 medium sectors. Fix mode(RS03i): Repairable sectors will be fixed in the image. 8 repaired sectors: 0d 98d 196d 20972d 21070d 21168d 21266d 24892d -Ecc progress: 0.0%Ecc progress: 1.0%Ecc progress: 2.0%Ecc progress: 3.0%Ecc progress: 4.0%Ecc progress: 5.1%Ecc progress: 6.1%Ecc progress: 7.1%Ecc progress: 8.1%Ecc progress: 9.1%Ecc progress: 10.2%Ecc progress: 11.2%Ecc progress: 12.2%Ecc progress: 13.2%Ecc progress: 14.2%Ecc progress: 15.3%Ecc progress: 16.3%Ecc progress: 17.3%Ecc progress: 18.3%Ecc progress: 19.3%Ecc progress: 20.4%Ecc progress: 21.4%Ecc progress: 22.4%Ecc progress: 23.4%Ecc progress: 24.4%Ecc progress: 25.5%Ecc progress: 26.5% 1 repaired sectors: 20999d -Ecc progress: 27.5%Ecc progress: 28.5%Ecc progress: 29.5%Ecc progress: 30.6%Ecc progress: 31.6%Ecc progress: 32.6%Ecc progress: 33.6%Ecc progress: 34.6%Ecc progress: 35.7%Ecc progress: 36.7%Ecc progress: 37.7%Ecc progress: 38.7%Ecc progress: 39.7%Ecc progress: 40.8%Ecc progress: 41.8%Ecc progress: 42.8%Ecc progress: 43.8%Ecc progress: 44.8%Ecc progress: 45.9%Ecc progress: 46.9%Ecc progress: 47.9%Ecc progress: 48.9%Ecc progress: 50.0%Ecc progress: 51.0%Ecc progress: 52.0%Ecc progress: 53.0%Ecc progress: 54.0%Ecc progress: 55.1%Ecc progress: 56.1%Ecc progress: 57.1%Ecc progress: 58.1%Ecc progress: 59.1%Ecc progress: 60.2%Ecc progress: 61.2%Ecc progress: 62.2%Ecc progress: 63.2%Ecc progress: 64.2%Ecc progress: 65.3%Ecc progress: 66.3%Ecc progress: 67.3%Ecc progress: 68.3%Ecc progress: 69.3%Ecc progress: 70.4%Ecc progress: 71.4%Ecc progress: 72.4%Ecc progress: 73.4%Ecc progress: 74.4%Ecc progress: 75.5%Ecc progress: 76.5%Ecc progress: 77.5%Ecc progress: 78.5%Ecc progress: 79.5%Ecc progress: 80.6%Ecc progress: 81.6%Ecc progress: 82.6%Ecc progress: 83.6%Ecc progress: 84.6%Ecc progress: 85.7%Ecc progress: 86.7%Ecc progress: 87.7%Ecc progress: 88.7%Ecc progress: 89.7%Ecc progress: 90.8%Ecc progress: 91.8%Ecc progress: 92.8%Ecc progress: 93.8%Ecc progress: 94.8%Ecc progress: 95.9%Ecc progress: 96.9%Ecc progress: 97.9% 7 repaired sectors: 97d 195d 293d 21167d 21265d 21363d 24989d -Ecc progress: 98.9%Ecc progress: 100.0% + 1 repaired sectors: 20999d + 7 repaired sectors: 97d 195d 293d 21167d 21265d 21363d 24989d Repaired sectors: 16 (10 data, 6 ecc) Good! All sectors are repaired. Erasure counts per ecc block: avg = 5.3; worst = 8. diff --git a/regtest/database/RS03i_fix_correctable b/regtest/database/RS03i_fix_correctable index 9fe6040..61b8de2 100644 --- a/regtest/database/RS03i_fix_correctable +++ b/regtest/database/RS03i_fix_correctable @@ -8,35 +8,34 @@ See the file "COPYING" for further information. Opening rs03i-tmp.iso: 24990 medium sectors. Fix mode(RS03i): Repairable sectors will be fixed in the image. -Ecc progress: 0.0%Ecc progress: 1.0%Ecc progress: 2.0%Ecc progress: 3.0%Ecc progress: 4.0%Ecc progress: 5.1%Ecc progress: 6.1%Ecc progress: 7.1%Ecc progress: 8.1%Ecc progress: 9.1% 1 repaired sectors: 500d -Ecc progress: 10.2% 1 repaired sectors: 501d -Ecc progress: 11.2% 1 repaired sectors: 502d -Ecc progress: 12.2% 1 repaired sectors: 503d -Ecc progress: 13.2% 1 repaired sectors: 504d -Ecc progress: 14.2% 1 repaired sectors: 505d -Ecc progress: 15.3% 1 repaired sectors: 506d -Ecc progress: 16.3% 1 repaired sectors: 507d -Ecc progress: 17.3% 1 repaired sectors: 508d -Ecc progress: 18.3% 1 repaired sectors: 509d -Ecc progress: 19.3% 2 repaired sectors: 510d 1000d -Ecc progress: 20.4% 1 repaired sectors: 511d -Ecc progress: 21.4% 1 repaired sectors: 512d -Ecc progress: 22.4% 1 repaired sectors: 513d -Ecc progress: 23.4% 1 repaired sectors: 514d -Ecc progress: 24.4% 1 repaired sectors: 515d -Ecc progress: 25.5% 1 repaired sectors: 516d -Ecc progress: 26.5% 1 repaired sectors: 517d -Ecc progress: 27.5% 1 repaired sectors: 518d -Ecc progress: 28.5% 1 repaired sectors: 519d -Ecc progress: 29.5% 1 repaired sectors: 520d -Ecc progress: 30.6% 1 repaired sectors: 521d -Ecc progress: 31.6% 1 repaired sectors: 522d -Ecc progress: 32.6% 1 repaired sectors: 523d -Ecc progress: 33.6% 1 repaired sectors: 524d -Ecc progress: 34.6%Ecc progress: 35.7%Ecc progress: 36.7%Ecc progress: 37.7%Ecc progress: 38.7%Ecc progress: 39.7%CRC error in sector 2000 + 1 repaired sectors: 500d + 1 repaired sectors: 501d + 1 repaired sectors: 502d + 1 repaired sectors: 503d + 1 repaired sectors: 504d + 1 repaired sectors: 505d + 1 repaired sectors: 506d + 1 repaired sectors: 507d + 1 repaired sectors: 508d + 1 repaired sectors: 509d + 2 repaired sectors: 510d 1000d + 1 repaired sectors: 511d + 1 repaired sectors: 512d + 1 repaired sectors: 513d + 1 repaired sectors: 514d + 1 repaired sectors: 515d + 1 repaired sectors: 516d + 1 repaired sectors: 517d + 1 repaired sectors: 518d + 1 repaired sectors: 519d + 1 repaired sectors: 520d + 1 repaired sectors: 521d + 1 repaired sectors: 522d + 1 repaired sectors: 523d + 1 repaired sectors: 524d +CRC error in sector 2000 -> CRC-predicted error in sector 2000 at byte 0 (value 6f 'o', expected 7c '|') 1 repaired sectors: 2000c -Ecc progress: 40.8%Ecc progress: 41.8%Ecc progress: 42.8%Ecc progress: 43.8%Ecc progress: 44.8%Ecc progress: 45.9%Ecc progress: 46.9%Ecc progress: 47.9%Ecc progress: 48.9%Ecc progress: 50.0%Ecc progress: 51.0%Ecc progress: 52.0%Ecc progress: 53.0%Ecc progress: 54.0%Ecc progress: 55.1%Ecc progress: 56.1%Ecc progress: 57.1%Ecc progress: 58.1%Ecc progress: 59.1%Ecc progress: 60.2%Ecc progress: 61.2%Ecc progress: 62.2%Ecc progress: 63.2%Ecc progress: 64.2%Ecc progress: 65.3%Ecc progress: 66.3%Ecc progress: 67.3%Ecc progress: 68.3%Ecc progress: 69.3%Ecc progress: 70.4%Ecc progress: 71.4%Ecc progress: 72.4%Ecc progress: 73.4%Ecc progress: 74.4%Ecc progress: 75.5%Ecc progress: 76.5%Ecc progress: 77.5%Ecc progress: 78.5%Ecc progress: 79.5%Ecc progress: 80.6%Ecc progress: 81.6%Ecc progress: 82.6%Ecc progress: 83.6%Ecc progress: 84.6%Ecc progress: 85.7%Ecc progress: 86.7%Ecc progress: 87.7%Ecc progress: 88.7%Ecc progress: 89.7%Ecc progress: 90.8%Ecc progress: 91.8%Ecc progress: 92.8%Ecc progress: 93.8%Ecc progress: 94.8%Ecc progress: 95.9%Ecc progress: 96.9%Ecc progress: 97.9%Ecc progress: 98.9%Ecc progress: 100.0% Repaired sectors: 27 (27 data, 0 ecc) Good! All sectors are repaired. Erasure counts per ecc block: avg = 1.0; worst = 2. diff --git a/regtest/database/RS03i_fix_good_image b/regtest/database/RS03i_fix_good_image index 45b8702..edd49d0 100644 --- a/regtest/database/RS03i_fix_good_image +++ b/regtest/database/RS03i_fix_good_image @@ -8,5 +8,4 @@ See the file "COPYING" for further information. Opening rs03i-tmp.iso: 24990 medium sectors. Fix mode(RS03i): Repairable sectors will be fixed in the image. -Ecc progress: 0.0%Ecc progress: 1.0%Ecc progress: 2.0%Ecc progress: 3.0%Ecc progress: 4.0%Ecc progress: 5.1%Ecc progress: 6.1%Ecc progress: 7.1%Ecc progress: 8.1%Ecc progress: 9.1%Ecc progress: 10.2%Ecc progress: 11.2%Ecc progress: 12.2%Ecc progress: 13.2%Ecc progress: 14.2%Ecc progress: 15.3%Ecc progress: 16.3%Ecc progress: 17.3%Ecc progress: 18.3%Ecc progress: 19.3%Ecc progress: 20.4%Ecc progress: 21.4%Ecc progress: 22.4%Ecc progress: 23.4%Ecc progress: 24.4%Ecc progress: 25.5%Ecc progress: 26.5%Ecc progress: 27.5%Ecc progress: 28.5%Ecc progress: 29.5%Ecc progress: 30.6%Ecc progress: 31.6%Ecc progress: 32.6%Ecc progress: 33.6%Ecc progress: 34.6%Ecc progress: 35.7%Ecc progress: 36.7%Ecc progress: 37.7%Ecc progress: 38.7%Ecc progress: 39.7%Ecc progress: 40.8%Ecc progress: 41.8%Ecc progress: 42.8%Ecc progress: 43.8%Ecc progress: 44.8%Ecc progress: 45.9%Ecc progress: 46.9%Ecc progress: 47.9%Ecc progress: 48.9%Ecc progress: 50.0%Ecc progress: 51.0%Ecc progress: 52.0%Ecc progress: 53.0%Ecc progress: 54.0%Ecc progress: 55.1%Ecc progress: 56.1%Ecc progress: 57.1%Ecc progress: 58.1%Ecc progress: 59.1%Ecc progress: 60.2%Ecc progress: 61.2%Ecc progress: 62.2%Ecc progress: 63.2%Ecc progress: 64.2%Ecc progress: 65.3%Ecc progress: 66.3%Ecc progress: 67.3%Ecc progress: 68.3%Ecc progress: 69.3%Ecc progress: 70.4%Ecc progress: 71.4%Ecc progress: 72.4%Ecc progress: 73.4%Ecc progress: 74.4%Ecc progress: 75.5%Ecc progress: 76.5%Ecc progress: 77.5%Ecc progress: 78.5%Ecc progress: 79.5%Ecc progress: 80.6%Ecc progress: 81.6%Ecc progress: 82.6%Ecc progress: 83.6%Ecc progress: 84.6%Ecc progress: 85.7%Ecc progress: 86.7%Ecc progress: 87.7%Ecc progress: 88.7%Ecc progress: 89.7%Ecc progress: 90.8%Ecc progress: 91.8%Ecc progress: 92.8%Ecc progress: 93.8%Ecc progress: 94.8%Ecc progress: 95.9%Ecc progress: 96.9%Ecc progress: 97.9%Ecc progress: 98.9%Ecc progress: 100.0% Good! All sectors are already present. diff --git a/regtest/database/RS03i_fix_layer_multiple b/regtest/database/RS03i_fix_layer_multiple index 8aec3c6..69591b2 100644 --- a/regtest/database/RS03i_fix_layer_multiple +++ b/regtest/database/RS03i_fix_layer_multiple @@ -8,43 +8,42 @@ See the file "COPYING" for further information. Opening rs03i-tmp.iso: 19890 medium sectors. Fix mode(RS03i): Repairable sectors will be fixed in the image. -Ecc progress: 0.0%Ecc progress: 1.2% 1 repaired sectors: 14510d -Ecc progress: 2.5% 1 repaired sectors: 14511d -Ecc progress: 3.8% 1 repaired sectors: 14512d -Ecc progress: 5.1% 1 repaired sectors: 14513d -Ecc progress: 6.4% 1 repaired sectors: 14514d -Ecc progress: 7.6% 1 repaired sectors: 14515d -Ecc progress: 8.9% 1 repaired sectors: 14516d -Ecc progress: 10.2% 1 repaired sectors: 14517d -Ecc progress: 11.5% 1 repaired sectors: 14518d -Ecc progress: 12.8% 1 repaired sectors: 14519d -Ecc progress: 14.1% 1 repaired sectors: 14520d -Ecc progress: 15.3%Ecc progress: 16.6%Ecc progress: 17.9%Ecc progress: 19.2%Ecc progress: 20.5%Ecc progress: 21.7%Ecc progress: 23.0%Ecc progress: 24.3%Ecc progress: 25.6%Ecc progress: 26.9%Ecc progress: 28.2%Ecc progress: 29.4%Ecc progress: 30.7%Ecc progress: 32.0%Ecc progress: 33.3%Ecc progress: 34.6%Ecc progress: 35.8%Ecc progress: 37.1%Ecc progress: 38.4%Ecc progress: 39.7% 1 repaired sectors: 500d -Ecc progress: 41.0% 1 repaired sectors: 501d -Ecc progress: 42.3% 1 repaired sectors: 502d -Ecc progress: 43.5% 1 repaired sectors: 503d -Ecc progress: 44.8% 1 repaired sectors: 504d -Ecc progress: 46.1% 1 repaired sectors: 505d -Ecc progress: 47.4% 1 repaired sectors: 506d -Ecc progress: 48.7% 1 repaired sectors: 507d -Ecc progress: 50.0% 1 repaired sectors: 508d -Ecc progress: 51.2% 1 repaired sectors: 509d -Ecc progress: 52.5% 1 repaired sectors: 510d -Ecc progress: 53.8% 1 repaired sectors: 511d -Ecc progress: 55.1% 1 repaired sectors: 512d -Ecc progress: 56.4% 1 repaired sectors: 513d -Ecc progress: 57.6% 1 repaired sectors: 514d -Ecc progress: 58.9% 1 repaired sectors: 515d -Ecc progress: 60.2% 1 repaired sectors: 516d -Ecc progress: 61.5% 1 repaired sectors: 517d -Ecc progress: 62.8% 1 repaired sectors: 518d -Ecc progress: 64.1% 1 repaired sectors: 519d -Ecc progress: 65.3% 1 repaired sectors: 520d -Ecc progress: 66.6% 1 repaired sectors: 521d -Ecc progress: 67.9% 1 repaired sectors: 522d -Ecc progress: 69.2% 1 repaired sectors: 523d -Ecc progress: 70.5% 1 repaired sectors: 524d -Ecc progress: 71.7%Ecc progress: 73.0%Ecc progress: 74.3%Ecc progress: 75.6%Ecc progress: 76.9%Ecc progress: 78.2%Ecc progress: 79.4%Ecc progress: 80.7%Ecc progress: 82.0%Ecc progress: 83.3%Ecc progress: 84.6%Ecc progress: 85.8%Ecc progress: 87.1%Ecc progress: 88.4%Ecc progress: 89.7%Ecc progress: 91.0%Ecc progress: 92.3%Ecc progress: 93.5%Ecc progress: 94.8%Ecc progress: 96.1%Ecc progress: 97.4%Ecc progress: 98.7%Ecc progress: 100.0% + 1 repaired sectors: 14510d + 1 repaired sectors: 14511d + 1 repaired sectors: 14512d + 1 repaired sectors: 14513d + 1 repaired sectors: 14514d + 1 repaired sectors: 14515d + 1 repaired sectors: 14516d + 1 repaired sectors: 14517d + 1 repaired sectors: 14518d + 1 repaired sectors: 14519d + 1 repaired sectors: 14520d + 1 repaired sectors: 500d + 1 repaired sectors: 501d + 1 repaired sectors: 502d + 1 repaired sectors: 503d + 1 repaired sectors: 504d + 1 repaired sectors: 505d + 1 repaired sectors: 506d + 1 repaired sectors: 507d + 1 repaired sectors: 508d + 1 repaired sectors: 509d + 1 repaired sectors: 510d + 1 repaired sectors: 511d + 1 repaired sectors: 512d + 1 repaired sectors: 513d + 1 repaired sectors: 514d + 1 repaired sectors: 515d + 1 repaired sectors: 516d + 1 repaired sectors: 517d + 1 repaired sectors: 518d + 1 repaired sectors: 519d + 1 repaired sectors: 520d + 1 repaired sectors: 521d + 1 repaired sectors: 522d + 1 repaired sectors: 523d + 1 repaired sectors: 524d Repaired sectors: 36 (36 data, 0 ecc) Good! All sectors are repaired. Erasure counts per ecc block: avg = 1.0; worst = 1. diff --git a/regtest/database/RS03i_fix_no_padding b/regtest/database/RS03i_fix_no_padding index 7beb55b..9cf93bb 100644 --- a/regtest/database/RS03i_fix_no_padding +++ b/regtest/database/RS03i_fix_no_padding @@ -8,32 +8,31 @@ See the file "COPYING" for further information. Opening rs03i-tmp.iso: 19890 medium sectors. Fix mode(RS03i): Repairable sectors will be fixed in the image. -Ecc progress: 0.0%Ecc progress: 1.2%Ecc progress: 2.5%Ecc progress: 3.8%Ecc progress: 5.1%Ecc progress: 6.4%Ecc progress: 7.6%Ecc progress: 8.9%Ecc progress: 10.2%Ecc progress: 11.5%Ecc progress: 12.8%Ecc progress: 14.1%Ecc progress: 15.3%Ecc progress: 16.6%Ecc progress: 17.9%Ecc progress: 19.2%Ecc progress: 20.5%Ecc progress: 21.7%Ecc progress: 23.0%Ecc progress: 24.3%Ecc progress: 25.6%Ecc progress: 26.9%Ecc progress: 28.2%Ecc progress: 29.4%Ecc progress: 30.7%Ecc progress: 32.0%Ecc progress: 33.3%Ecc progress: 34.6%Ecc progress: 35.8%Ecc progress: 37.1%Ecc progress: 38.4%Ecc progress: 39.7% 1 repaired sectors: 500d -Ecc progress: 41.0% 1 repaired sectors: 501d -Ecc progress: 42.3% 1 repaired sectors: 502d -Ecc progress: 43.5% 1 repaired sectors: 503d -Ecc progress: 44.8% 1 repaired sectors: 504d -Ecc progress: 46.1% 1 repaired sectors: 505d -Ecc progress: 47.4% 1 repaired sectors: 506d -Ecc progress: 48.7% 1 repaired sectors: 507d -Ecc progress: 50.0% 1 repaired sectors: 508d -Ecc progress: 51.2% 1 repaired sectors: 509d -Ecc progress: 52.5% 1 repaired sectors: 510d -Ecc progress: 53.8% 1 repaired sectors: 511d -Ecc progress: 55.1% 1 repaired sectors: 512d -Ecc progress: 56.4% 1 repaired sectors: 513d -Ecc progress: 57.6% 1 repaired sectors: 514d -Ecc progress: 58.9% 1 repaired sectors: 515d -Ecc progress: 60.2% 1 repaired sectors: 516d -Ecc progress: 61.5% 1 repaired sectors: 517d -Ecc progress: 62.8% 1 repaired sectors: 518d -Ecc progress: 64.1% 1 repaired sectors: 519d -Ecc progress: 65.3% 1 repaired sectors: 520d -Ecc progress: 66.6% 1 repaired sectors: 521d -Ecc progress: 67.9% 1 repaired sectors: 522d -Ecc progress: 69.2% 1 repaired sectors: 523d -Ecc progress: 70.5% 1 repaired sectors: 524d -Ecc progress: 71.7%Ecc progress: 73.0%Ecc progress: 74.3%Ecc progress: 75.6%Ecc progress: 76.9%Ecc progress: 78.2%Ecc progress: 79.4%Ecc progress: 80.7%Ecc progress: 82.0%Ecc progress: 83.3%Ecc progress: 84.6%Ecc progress: 85.8%Ecc progress: 87.1%Ecc progress: 88.4%Ecc progress: 89.7%Ecc progress: 91.0%Ecc progress: 92.3%Ecc progress: 93.5%Ecc progress: 94.8%Ecc progress: 96.1%Ecc progress: 97.4%Ecc progress: 98.7%Ecc progress: 100.0% + 1 repaired sectors: 500d + 1 repaired sectors: 501d + 1 repaired sectors: 502d + 1 repaired sectors: 503d + 1 repaired sectors: 504d + 1 repaired sectors: 505d + 1 repaired sectors: 506d + 1 repaired sectors: 507d + 1 repaired sectors: 508d + 1 repaired sectors: 509d + 1 repaired sectors: 510d + 1 repaired sectors: 511d + 1 repaired sectors: 512d + 1 repaired sectors: 513d + 1 repaired sectors: 514d + 1 repaired sectors: 515d + 1 repaired sectors: 516d + 1 repaired sectors: 517d + 1 repaired sectors: 518d + 1 repaired sectors: 519d + 1 repaired sectors: 520d + 1 repaired sectors: 521d + 1 repaired sectors: 522d + 1 repaired sectors: 523d + 1 repaired sectors: 524d Repaired sectors: 25 (25 data, 0 ecc) Good! All sectors are repaired. Erasure counts per ecc block: avg = 1.0; worst = 1. diff --git a/regtest/database/RS03i_fix_trailing_bytes b/regtest/database/RS03i_fix_trailing_bytes index bc529b1..eecbf66 100644 --- a/regtest/database/RS03i_fix_trailing_bytes +++ b/regtest/database/RS03i_fix_trailing_bytes @@ -11,5 +11,4 @@ Fix mode(RS03i): Repairable sectors will be fixed in the image. * Warning: Image file is 1 sectors longer than expected. * Assuming this is a TAO mode medium. * 1 sectors will be removed from the image end. -Ecc progress: 0.0%Ecc progress: 1.0%Ecc progress: 2.0%Ecc progress: 3.0%Ecc progress: 4.0%Ecc progress: 5.1%Ecc progress: 6.1%Ecc progress: 7.1%Ecc progress: 8.1%Ecc progress: 9.1%Ecc progress: 10.2%Ecc progress: 11.2%Ecc progress: 12.2%Ecc progress: 13.2%Ecc progress: 14.2%Ecc progress: 15.3%Ecc progress: 16.3%Ecc progress: 17.3%Ecc progress: 18.3%Ecc progress: 19.3%Ecc progress: 20.4%Ecc progress: 21.4%Ecc progress: 22.4%Ecc progress: 23.4%Ecc progress: 24.4%Ecc progress: 25.5%Ecc progress: 26.5%Ecc progress: 27.5%Ecc progress: 28.5%Ecc progress: 29.5%Ecc progress: 30.6%Ecc progress: 31.6%Ecc progress: 32.6%Ecc progress: 33.6%Ecc progress: 34.6%Ecc progress: 35.7%Ecc progress: 36.7%Ecc progress: 37.7%Ecc progress: 38.7%Ecc progress: 39.7%Ecc progress: 40.8%Ecc progress: 41.8%Ecc progress: 42.8%Ecc progress: 43.8%Ecc progress: 44.8%Ecc progress: 45.9%Ecc progress: 46.9%Ecc progress: 47.9%Ecc progress: 48.9%Ecc progress: 50.0%Ecc progress: 51.0%Ecc progress: 52.0%Ecc progress: 53.0%Ecc progress: 54.0%Ecc progress: 55.1%Ecc progress: 56.1%Ecc progress: 57.1%Ecc progress: 58.1%Ecc progress: 59.1%Ecc progress: 60.2%Ecc progress: 61.2%Ecc progress: 62.2%Ecc progress: 63.2%Ecc progress: 64.2%Ecc progress: 65.3%Ecc progress: 66.3%Ecc progress: 67.3%Ecc progress: 68.3%Ecc progress: 69.3%Ecc progress: 70.4%Ecc progress: 71.4%Ecc progress: 72.4%Ecc progress: 73.4%Ecc progress: 74.4%Ecc progress: 75.5%Ecc progress: 76.5%Ecc progress: 77.5%Ecc progress: 78.5%Ecc progress: 79.5%Ecc progress: 80.6%Ecc progress: 81.6%Ecc progress: 82.6%Ecc progress: 83.6%Ecc progress: 84.6%Ecc progress: 85.7%Ecc progress: 86.7%Ecc progress: 87.7%Ecc progress: 88.7%Ecc progress: 89.7%Ecc progress: 90.8%Ecc progress: 91.8%Ecc progress: 92.8%Ecc progress: 93.8%Ecc progress: 94.8%Ecc progress: 95.9%Ecc progress: 96.9%Ecc progress: 97.9%Ecc progress: 98.9%Ecc progress: 100.0% Good! All sectors are already present. diff --git a/regtest/database/RS03i_fix_trailing_garbage2 b/regtest/database/RS03i_fix_trailing_garbage2 index 267947e..c9218c0 100644 --- a/regtest/database/RS03i_fix_trailing_garbage2 +++ b/regtest/database/RS03i_fix_trailing_garbage2 @@ -9,5 +9,4 @@ Opening rs03i-tmp.iso: 25013 medium sectors. Fix mode(RS03i): Repairable sectors will be fixed in the image. Image has been truncated by 23 sectors. -Ecc progress: 0.0%Ecc progress: 1.0%Ecc progress: 2.0%Ecc progress: 3.0%Ecc progress: 4.0%Ecc progress: 5.1%Ecc progress: 6.1%Ecc progress: 7.1%Ecc progress: 8.1%Ecc progress: 9.1%Ecc progress: 10.2%Ecc progress: 11.2%Ecc progress: 12.2%Ecc progress: 13.2%Ecc progress: 14.2%Ecc progress: 15.3%Ecc progress: 16.3%Ecc progress: 17.3%Ecc progress: 18.3%Ecc progress: 19.3%Ecc progress: 20.4%Ecc progress: 21.4%Ecc progress: 22.4%Ecc progress: 23.4%Ecc progress: 24.4%Ecc progress: 25.5%Ecc progress: 26.5%Ecc progress: 27.5%Ecc progress: 28.5%Ecc progress: 29.5%Ecc progress: 30.6%Ecc progress: 31.6%Ecc progress: 32.6%Ecc progress: 33.6%Ecc progress: 34.6%Ecc progress: 35.7%Ecc progress: 36.7%Ecc progress: 37.7%Ecc progress: 38.7%Ecc progress: 39.7%Ecc progress: 40.8%Ecc progress: 41.8%Ecc progress: 42.8%Ecc progress: 43.8%Ecc progress: 44.8%Ecc progress: 45.9%Ecc progress: 46.9%Ecc progress: 47.9%Ecc progress: 48.9%Ecc progress: 50.0%Ecc progress: 51.0%Ecc progress: 52.0%Ecc progress: 53.0%Ecc progress: 54.0%Ecc progress: 55.1%Ecc progress: 56.1%Ecc progress: 57.1%Ecc progress: 58.1%Ecc progress: 59.1%Ecc progress: 60.2%Ecc progress: 61.2%Ecc progress: 62.2%Ecc progress: 63.2%Ecc progress: 64.2%Ecc progress: 65.3%Ecc progress: 66.3%Ecc progress: 67.3%Ecc progress: 68.3%Ecc progress: 69.3%Ecc progress: 70.4%Ecc progress: 71.4%Ecc progress: 72.4%Ecc progress: 73.4%Ecc progress: 74.4%Ecc progress: 75.5%Ecc progress: 76.5%Ecc progress: 77.5%Ecc progress: 78.5%Ecc progress: 79.5%Ecc progress: 80.6%Ecc progress: 81.6%Ecc progress: 82.6%Ecc progress: 83.6%Ecc progress: 84.6%Ecc progress: 85.7%Ecc progress: 86.7%Ecc progress: 87.7%Ecc progress: 88.7%Ecc progress: 89.7%Ecc progress: 90.8%Ecc progress: 91.8%Ecc progress: 92.8%Ecc progress: 93.8%Ecc progress: 94.8%Ecc progress: 95.9%Ecc progress: 96.9%Ecc progress: 97.9%Ecc progress: 98.9%Ecc progress: 100.0% Good! All sectors are already present. diff --git a/regtest/database/RS03i_fix_trailing_tao b/regtest/database/RS03i_fix_trailing_tao index 2cbbc28..5559eb7 100644 --- a/regtest/database/RS03i_fix_trailing_tao +++ b/regtest/database/RS03i_fix_trailing_tao @@ -11,5 +11,4 @@ Fix mode(RS03i): Repairable sectors will be fixed in the image. * Warning: Image file is 2 sectors longer than expected. * Assuming this is a TAO mode medium. * 2 sectors will be removed from the image end. -Ecc progress: 0.0%Ecc progress: 1.0%Ecc progress: 2.0%Ecc progress: 3.0%Ecc progress: 4.0%Ecc progress: 5.1%Ecc progress: 6.1%Ecc progress: 7.1%Ecc progress: 8.1%Ecc progress: 9.1%Ecc progress: 10.2%Ecc progress: 11.2%Ecc progress: 12.2%Ecc progress: 13.2%Ecc progress: 14.2%Ecc progress: 15.3%Ecc progress: 16.3%Ecc progress: 17.3%Ecc progress: 18.3%Ecc progress: 19.3%Ecc progress: 20.4%Ecc progress: 21.4%Ecc progress: 22.4%Ecc progress: 23.4%Ecc progress: 24.4%Ecc progress: 25.5%Ecc progress: 26.5%Ecc progress: 27.5%Ecc progress: 28.5%Ecc progress: 29.5%Ecc progress: 30.6%Ecc progress: 31.6%Ecc progress: 32.6%Ecc progress: 33.6%Ecc progress: 34.6%Ecc progress: 35.7%Ecc progress: 36.7%Ecc progress: 37.7%Ecc progress: 38.7%Ecc progress: 39.7%Ecc progress: 40.8%Ecc progress: 41.8%Ecc progress: 42.8%Ecc progress: 43.8%Ecc progress: 44.8%Ecc progress: 45.9%Ecc progress: 46.9%Ecc progress: 47.9%Ecc progress: 48.9%Ecc progress: 50.0%Ecc progress: 51.0%Ecc progress: 52.0%Ecc progress: 53.0%Ecc progress: 54.0%Ecc progress: 55.1%Ecc progress: 56.1%Ecc progress: 57.1%Ecc progress: 58.1%Ecc progress: 59.1%Ecc progress: 60.2%Ecc progress: 61.2%Ecc progress: 62.2%Ecc progress: 63.2%Ecc progress: 64.2%Ecc progress: 65.3%Ecc progress: 66.3%Ecc progress: 67.3%Ecc progress: 68.3%Ecc progress: 69.3%Ecc progress: 70.4%Ecc progress: 71.4%Ecc progress: 72.4%Ecc progress: 73.4%Ecc progress: 74.4%Ecc progress: 75.5%Ecc progress: 76.5%Ecc progress: 77.5%Ecc progress: 78.5%Ecc progress: 79.5%Ecc progress: 80.6%Ecc progress: 81.6%Ecc progress: 82.6%Ecc progress: 83.6%Ecc progress: 84.6%Ecc progress: 85.7%Ecc progress: 86.7%Ecc progress: 87.7%Ecc progress: 88.7%Ecc progress: 89.7%Ecc progress: 90.8%Ecc progress: 91.8%Ecc progress: 92.8%Ecc progress: 93.8%Ecc progress: 94.8%Ecc progress: 95.9%Ecc progress: 96.9%Ecc progress: 97.9%Ecc progress: 98.9%Ecc progress: 100.0% Good! All sectors are already present. diff --git a/regtest/database/RS03i_fix_truncated_image b/regtest/database/RS03i_fix_truncated_image index 990c52e..e44b157 100644 --- a/regtest/database/RS03i_fix_truncated_image +++ b/regtest/database/RS03i_fix_truncated_image @@ -6,108 +6,106 @@ under the conditions of the GNU GENERAL PUBLIC LICENSE. See the file "COPYING" for further information. Opening rs03i-tmp.iso: 24780 medium sectors. -Expanding image: 1%Expanding image: 2%Expanding image: 3%Expanding image: 4%Expanding image: 5%Expanding image: 6%Expanding image: 7%Expanding image: 8%Expanding image: 9%Expanding image: 10%Expanding image: 11%Expanding image: 12%Expanding image: 13%Expanding image: 14%Expanding image: 15%Expanding image: 16%Expanding image: 17%Expanding image: 18%Expanding image: 19%Expanding image: 20%Expanding image: 21%Expanding image: 22%Expanding image: 23%Expanding image: 24%Expanding image: 25%Expanding image: 26%Expanding image: 27%Expanding image: 28%Expanding image: 29%Expanding image: 30%Expanding image: 31%Expanding image: 32%Expanding image: 33%Expanding image: 34%Expanding image: 35%Expanding image: 36%Expanding image: 37%Expanding image: 38%Expanding image: 39%Expanding image: 40%Expanding image: 41%Expanding image: 42%Expanding image: 43%Expanding image: 44%Expanding image: 45%Expanding image: 46%Expanding image: 47%Expanding image: 48%Expanding image: 49%Expanding image: 50%Expanding image: 51%Expanding image: 52%Expanding image: 53%Expanding image: 54%Expanding image: 55%Expanding image: 56%Expanding image: 57%Expanding image: 58%Expanding image: 59%Expanding image: 60%Expanding image: 61%Expanding image: 62%Expanding image: 63%Expanding image: 64%Expanding image: 65%Expanding image: 66%Expanding image: 67%Expanding image: 68%Expanding image: 69%Expanding image: 70%Expanding image: 71%Expanding image: 72%Expanding image: 73%Expanding image: 74%Expanding image: 75%Expanding image: 76%Expanding image: 77%Expanding image: 78%Expanding image: 79%Expanding image: 80%Expanding image: 81%Expanding image: 82%Expanding image: 83%Expanding image: 84%Expanding image: 85%Expanding image: 86%Expanding image: 87%Expanding image: 88%Expanding image: 89%Expanding image: 90%Expanding image: 91%Expanding image: 92%Expanding image: 93%Expanding image: 94%Expanding image: 95%Expanding image: 96%Expanding image: 97%Expanding image: 98%Expanding image: 99%Expanding image: 100% Fix mode(RS03i): Repairable sectors will be fixed in the image. 2 repaired sectors: 24794d 24892d -Ecc progress: 0.0% 2 repaired sectors: 24795d 24893d -Ecc progress: 1.0% 2 repaired sectors: 24796d 24894d -Ecc progress: 2.0% 2 repaired sectors: 24797d 24895d -Ecc progress: 3.0% 2 repaired sectors: 24798d 24896d -Ecc progress: 4.0% 2 repaired sectors: 24799d 24897d -Ecc progress: 5.1% 2 repaired sectors: 24800d 24898d -Ecc progress: 6.1% 2 repaired sectors: 24801d 24899d -Ecc progress: 7.1% 2 repaired sectors: 24802d 24900d -Ecc progress: 8.1% 2 repaired sectors: 24803d 24901d -Ecc progress: 9.1% 2 repaired sectors: 24804d 24902d -Ecc progress: 10.2% 2 repaired sectors: 24805d 24903d -Ecc progress: 11.2% 2 repaired sectors: 24806d 24904d -Ecc progress: 12.2% 2 repaired sectors: 24807d 24905d -Ecc progress: 13.2% 2 repaired sectors: 24808d 24906d -Ecc progress: 14.2% 2 repaired sectors: 24809d 24907d -Ecc progress: 15.3% 2 repaired sectors: 24810d 24908d -Ecc progress: 16.3% 2 repaired sectors: 24811d 24909d -Ecc progress: 17.3% 2 repaired sectors: 24812d 24910d -Ecc progress: 18.3% 2 repaired sectors: 24813d 24911d -Ecc progress: 19.3% 2 repaired sectors: 24814d 24912d -Ecc progress: 20.4% 2 repaired sectors: 24815d 24913d -Ecc progress: 21.4% 2 repaired sectors: 24816d 24914d -Ecc progress: 22.4% 2 repaired sectors: 24817d 24915d -Ecc progress: 23.4% 2 repaired sectors: 24818d 24916d -Ecc progress: 24.4% 2 repaired sectors: 24819d 24917d -Ecc progress: 25.5% 2 repaired sectors: 24820d 24918d -Ecc progress: 26.5% 2 repaired sectors: 24821d 24919d -Ecc progress: 27.5% 2 repaired sectors: 24822d 24920d -Ecc progress: 28.5% 2 repaired sectors: 24823d 24921d -Ecc progress: 29.5% 2 repaired sectors: 24824d 24922d -Ecc progress: 30.6% 2 repaired sectors: 24825d 24923d -Ecc progress: 31.6% 2 repaired sectors: 24826d 24924d -Ecc progress: 32.6% 2 repaired sectors: 24827d 24925d -Ecc progress: 33.6% 2 repaired sectors: 24828d 24926d -Ecc progress: 34.6% 2 repaired sectors: 24829d 24927d -Ecc progress: 35.7% 2 repaired sectors: 24830d 24928d -Ecc progress: 36.7% 2 repaired sectors: 24831d 24929d -Ecc progress: 37.7% 2 repaired sectors: 24832d 24930d -Ecc progress: 38.7% 2 repaired sectors: 24833d 24931d -Ecc progress: 39.7% 2 repaired sectors: 24834d 24932d -Ecc progress: 40.8% 2 repaired sectors: 24835d 24933d -Ecc progress: 41.8% 2 repaired sectors: 24836d 24934d -Ecc progress: 42.8% 2 repaired sectors: 24837d 24935d -Ecc progress: 43.8% 2 repaired sectors: 24838d 24936d -Ecc progress: 44.8% 2 repaired sectors: 24839d 24937d -Ecc progress: 45.9% 2 repaired sectors: 24840d 24938d -Ecc progress: 46.9% 2 repaired sectors: 24841d 24939d -Ecc progress: 47.9% 2 repaired sectors: 24842d 24940d -Ecc progress: 48.9% 2 repaired sectors: 24843d 24941d -Ecc progress: 50.0% 2 repaired sectors: 24844d 24942d -Ecc progress: 51.0% 2 repaired sectors: 24845d 24943d -Ecc progress: 52.0% 2 repaired sectors: 24846d 24944d -Ecc progress: 53.0% 2 repaired sectors: 24847d 24945d -Ecc progress: 54.0% 2 repaired sectors: 24848d 24946d -Ecc progress: 55.1% 2 repaired sectors: 24849d 24947d -Ecc progress: 56.1% 2 repaired sectors: 24850d 24948d -Ecc progress: 57.1% 2 repaired sectors: 24851d 24949d -Ecc progress: 58.1% 2 repaired sectors: 24852d 24950d -Ecc progress: 59.1% 2 repaired sectors: 24853d 24951d -Ecc progress: 60.2% 2 repaired sectors: 24854d 24952d -Ecc progress: 61.2% 2 repaired sectors: 24855d 24953d -Ecc progress: 62.2% 2 repaired sectors: 24856d 24954d -Ecc progress: 63.2% 2 repaired sectors: 24857d 24955d -Ecc progress: 64.2% 2 repaired sectors: 24858d 24956d -Ecc progress: 65.3% 2 repaired sectors: 24859d 24957d -Ecc progress: 66.3% 2 repaired sectors: 24860d 24958d -Ecc progress: 67.3% 2 repaired sectors: 24861d 24959d -Ecc progress: 68.3% 2 repaired sectors: 24862d 24960d -Ecc progress: 69.3% 2 repaired sectors: 24863d 24961d -Ecc progress: 70.4% 2 repaired sectors: 24864d 24962d -Ecc progress: 71.4% 2 repaired sectors: 24865d 24963d -Ecc progress: 72.4% 2 repaired sectors: 24866d 24964d -Ecc progress: 73.4% 2 repaired sectors: 24867d 24965d -Ecc progress: 74.4% 2 repaired sectors: 24868d 24966d -Ecc progress: 75.5% 2 repaired sectors: 24869d 24967d -Ecc progress: 76.5% 2 repaired sectors: 24870d 24968d -Ecc progress: 77.5% 2 repaired sectors: 24871d 24969d -Ecc progress: 78.5% 2 repaired sectors: 24872d 24970d -Ecc progress: 79.5% 2 repaired sectors: 24873d 24971d -Ecc progress: 80.6% 2 repaired sectors: 24874d 24972d -Ecc progress: 81.6% 2 repaired sectors: 24875d 24973d -Ecc progress: 82.6% 2 repaired sectors: 24876d 24974d -Ecc progress: 83.6% 2 repaired sectors: 24877d 24975d -Ecc progress: 84.6% 3 repaired sectors: 24780d 24878d 24976d -Ecc progress: 85.7% 3 repaired sectors: 24781d 24879d 24977d -Ecc progress: 86.7% 3 repaired sectors: 24782d 24880d 24978d -Ecc progress: 87.7% 3 repaired sectors: 24783d 24881d 24979d -Ecc progress: 88.7% 3 repaired sectors: 24784d 24882d 24980d -Ecc progress: 89.7% 3 repaired sectors: 24785d 24883d 24981d -Ecc progress: 90.8% 3 repaired sectors: 24786d 24884d 24982d -Ecc progress: 91.8% 3 repaired sectors: 24787d 24885d 24983d -Ecc progress: 92.8% 3 repaired sectors: 24788d 24886d 24984d -Ecc progress: 93.8% 3 repaired sectors: 24789d 24887d 24985d -Ecc progress: 94.8% 3 repaired sectors: 24790d 24888d 24986d -Ecc progress: 95.9% 3 repaired sectors: 24791d 24889d 24987d -Ecc progress: 96.9% 3 repaired sectors: 24792d 24890d 24988d -Ecc progress: 97.9% 3 repaired sectors: 24793d 24891d 24989d -Ecc progress: 98.9%Ecc progress: 100.0% + 2 repaired sectors: 24795d 24893d + 2 repaired sectors: 24796d 24894d + 2 repaired sectors: 24797d 24895d + 2 repaired sectors: 24798d 24896d + 2 repaired sectors: 24799d 24897d + 2 repaired sectors: 24800d 24898d + 2 repaired sectors: 24801d 24899d + 2 repaired sectors: 24802d 24900d + 2 repaired sectors: 24803d 24901d + 2 repaired sectors: 24804d 24902d + 2 repaired sectors: 24805d 24903d + 2 repaired sectors: 24806d 24904d + 2 repaired sectors: 24807d 24905d + 2 repaired sectors: 24808d 24906d + 2 repaired sectors: 24809d 24907d + 2 repaired sectors: 24810d 24908d + 2 repaired sectors: 24811d 24909d + 2 repaired sectors: 24812d 24910d + 2 repaired sectors: 24813d 24911d + 2 repaired sectors: 24814d 24912d + 2 repaired sectors: 24815d 24913d + 2 repaired sectors: 24816d 24914d + 2 repaired sectors: 24817d 24915d + 2 repaired sectors: 24818d 24916d + 2 repaired sectors: 24819d 24917d + 2 repaired sectors: 24820d 24918d + 2 repaired sectors: 24821d 24919d + 2 repaired sectors: 24822d 24920d + 2 repaired sectors: 24823d 24921d + 2 repaired sectors: 24824d 24922d + 2 repaired sectors: 24825d 24923d + 2 repaired sectors: 24826d 24924d + 2 repaired sectors: 24827d 24925d + 2 repaired sectors: 24828d 24926d + 2 repaired sectors: 24829d 24927d + 2 repaired sectors: 24830d 24928d + 2 repaired sectors: 24831d 24929d + 2 repaired sectors: 24832d 24930d + 2 repaired sectors: 24833d 24931d + 2 repaired sectors: 24834d 24932d + 2 repaired sectors: 24835d 24933d + 2 repaired sectors: 24836d 24934d + 2 repaired sectors: 24837d 24935d + 2 repaired sectors: 24838d 24936d + 2 repaired sectors: 24839d 24937d + 2 repaired sectors: 24840d 24938d + 2 repaired sectors: 24841d 24939d + 2 repaired sectors: 24842d 24940d + 2 repaired sectors: 24843d 24941d + 2 repaired sectors: 24844d 24942d + 2 repaired sectors: 24845d 24943d + 2 repaired sectors: 24846d 24944d + 2 repaired sectors: 24847d 24945d + 2 repaired sectors: 24848d 24946d + 2 repaired sectors: 24849d 24947d + 2 repaired sectors: 24850d 24948d + 2 repaired sectors: 24851d 24949d + 2 repaired sectors: 24852d 24950d + 2 repaired sectors: 24853d 24951d + 2 repaired sectors: 24854d 24952d + 2 repaired sectors: 24855d 24953d + 2 repaired sectors: 24856d 24954d + 2 repaired sectors: 24857d 24955d + 2 repaired sectors: 24858d 24956d + 2 repaired sectors: 24859d 24957d + 2 repaired sectors: 24860d 24958d + 2 repaired sectors: 24861d 24959d + 2 repaired sectors: 24862d 24960d + 2 repaired sectors: 24863d 24961d + 2 repaired sectors: 24864d 24962d + 2 repaired sectors: 24865d 24963d + 2 repaired sectors: 24866d 24964d + 2 repaired sectors: 24867d 24965d + 2 repaired sectors: 24868d 24966d + 2 repaired sectors: 24869d 24967d + 2 repaired sectors: 24870d 24968d + 2 repaired sectors: 24871d 24969d + 2 repaired sectors: 24872d 24970d + 2 repaired sectors: 24873d 24971d + 2 repaired sectors: 24874d 24972d + 2 repaired sectors: 24875d 24973d + 2 repaired sectors: 24876d 24974d + 2 repaired sectors: 24877d 24975d + 3 repaired sectors: 24780d 24878d 24976d + 3 repaired sectors: 24781d 24879d 24977d + 3 repaired sectors: 24782d 24880d 24978d + 3 repaired sectors: 24783d 24881d 24979d + 3 repaired sectors: 24784d 24882d 24980d + 3 repaired sectors: 24785d 24883d 24981d + 3 repaired sectors: 24786d 24884d 24982d + 3 repaired sectors: 24787d 24885d 24983d + 3 repaired sectors: 24788d 24886d 24984d + 3 repaired sectors: 24789d 24887d 24985d + 3 repaired sectors: 24790d 24888d 24986d + 3 repaired sectors: 24791d 24889d 24987d + 3 repaired sectors: 24792d 24890d 24988d + 3 repaired sectors: 24793d 24891d 24989d Repaired sectors: 210 (0 data, 210 ecc) Good! All sectors are repaired. Erasure counts per ecc block: avg = 2.1; worst = 3. diff --git a/regtest/database/RS03i_fix_with_crc_error_in_padding b/regtest/database/RS03i_fix_with_crc_error_in_padding new file mode 100644 index 0000000..1d75f9a --- /dev/null +++ b/regtest/database/RS03i_fix_with_crc_error_in_padding @@ -0,0 +1,16 @@ +95b221fd894f6adb6f6e8d3b89583fb6 +ignore +This software comes with ABSOLUTELY NO WARRANTY. This +is free software and you are welcome to redistribute it +under the conditions of the GNU GENERAL PUBLIC LICENSE. +See the file "COPYING" for further information. + +Opening rs03i-tmp.iso: 24990 medium sectors. + +Fix mode(RS03i): Repairable sectors will be fixed in the image. +CRC error in sector 21020 +-> CRC-predicted error in sector 21020 at byte 400 (value ff '.', expected 6e 'n') + 1 repaired sectors: 21020c +Repaired sectors: 1 (1 data, 0 ecc) +Good! All sectors are repaired. +Erasure counts per ecc block: avg = 1.0; worst = 1. diff --git a/regtest/database/RS03i_fix_with_ecc_file_crc_block b/regtest/database/RS03i_fix_with_ecc_file_crc_block index d1b962e..566a7b1 100644 --- a/regtest/database/RS03i_fix_with_ecc_file_crc_block +++ b/regtest/database/RS03i_fix_with_ecc_file_crc_block @@ -158,8 +158,7 @@ Fix mode(RS03i): Repairable sectors will be fixed in the image. -> Non-predicted error in sector 21070 at byte 1122 (value 8e '.', expected 36 '6') -> Non-predicted error in sector 21070 at byte 1123 (value 65 'e', expected 0f '.') 1 repaired sectors: 21070n -Ecc progress: 0.0%Ecc progress: 1.0%Ecc progress: 2.0%Ecc progress: 3.0%Ecc progress: 4.0%Ecc progress: 5.1%Ecc progress: 6.1%Ecc progress: 7.1%Ecc progress: 8.1%Ecc progress: 9.1%Ecc progress: 10.2%Ecc progress: 11.2%Ecc progress: 12.2%Ecc progress: 13.2%Ecc progress: 14.2%Ecc progress: 15.3%Ecc progress: 16.3%Ecc progress: 17.3%Ecc progress: 18.3%Ecc progress: 19.3%Ecc progress: 20.4%Ecc progress: 21.4%Ecc progress: 22.4%Ecc progress: 23.4%Ecc progress: 24.4%Ecc progress: 25.5%Ecc progress: 26.5%Ecc progress: 27.5% 1 repaired sectors: 21000d -Ecc progress: 28.5%Ecc progress: 29.5%Ecc progress: 30.6%Ecc progress: 31.6%Ecc progress: 32.6%Ecc progress: 33.6%Ecc progress: 34.6%Ecc progress: 35.7%Ecc progress: 36.7%Ecc progress: 37.7%Ecc progress: 38.7%Ecc progress: 39.7%Ecc progress: 40.8%Ecc progress: 41.8%Ecc progress: 42.8%Ecc progress: 43.8%Ecc progress: 44.8%Ecc progress: 45.9%Ecc progress: 46.9%Ecc progress: 47.9%Ecc progress: 48.9%Ecc progress: 50.0%Ecc progress: 51.0%Ecc progress: 52.0%Ecc progress: 53.0%Ecc progress: 54.0%Ecc progress: 55.1%Ecc progress: 56.1%Ecc progress: 57.1%Ecc progress: 58.1%Ecc progress: 59.1%Ecc progress: 60.2%Ecc progress: 61.2%Ecc progress: 62.2%Ecc progress: 63.2%Ecc progress: 64.2%Ecc progress: 65.3%Ecc progress: 66.3%Ecc progress: 67.3%Ecc progress: 68.3%Ecc progress: 69.3%Ecc progress: 70.4%Ecc progress: 71.4%Ecc progress: 72.4%Ecc progress: 73.4%Ecc progress: 74.4%Ecc progress: 75.5%Ecc progress: 76.5%Ecc progress: 77.5%Ecc progress: 78.5%Ecc progress: 79.5%Ecc progress: 80.6%Ecc progress: 81.6%Ecc progress: 82.6%Ecc progress: 83.6%Ecc progress: 84.6%Ecc progress: 85.7%Ecc progress: 86.7%Ecc progress: 87.7%Ecc progress: 88.7%Ecc progress: 89.7%Ecc progress: 90.8%Ecc progress: 91.8%Ecc progress: 92.8%Ecc progress: 93.8%Ecc progress: 94.8%Ecc progress: 95.9%Ecc progress: 96.9%Ecc progress: 97.9%Ecc progress: 98.9%Ecc progress: 100.0% + 1 repaired sectors: 21000d Repaired sectors: 2 (2 data, 0 ecc) Good! All sectors are repaired. Erasure counts per ecc block: avg = 1.0; worst = 1. diff --git a/regtest/database/RS03i_fix_with_ecc_file_header b/regtest/database/RS03i_fix_with_ecc_file_header index 7c87b2e..a80322e 100644 --- a/regtest/database/RS03i_fix_with_ecc_file_header +++ b/regtest/database/RS03i_fix_with_ecc_file_header @@ -150,14 +150,13 @@ nroots = 39 (18.1%) Fix mode(RS03i): Repairable sectors will be fixed in the image. -Ecc progress: 0.0%Ecc progress: 1.0%Ecc progress: 2.0%Ecc progress: 3.0%Ecc progress: 4.0%Ecc progress: 5.1%Ecc progress: 6.1%Ecc progress: 7.1%Ecc progress: 8.1%Ecc progress: 9.1%Ecc progress: 10.2%Ecc progress: 11.2%Ecc progress: 12.2%Ecc progress: 13.2%Ecc progress: 14.2%Ecc progress: 15.3%Ecc progress: 16.3%Ecc progress: 17.3%Ecc progress: 18.3%Ecc progress: 19.3%Ecc progress: 20.4%Ecc progress: 21.4%Ecc progress: 22.4%Ecc progress: 23.4%Ecc progress: 24.4%Ecc progress: 25.5%Ecc progress: 26.5%Ecc progress: 27.5%CRC error in sector 21000 +CRC error in sector 21000 -> CRC-predicted error in sector 21000 at byte 16 (value 02 '.', expected 00 '.') -> CRC-predicted error in sector 21000 at byte 96 (value 8e '.', expected 32 '2') -> CRC-predicted error in sector 21000 at byte 97 (value 2b '+', expected 3d '=') -> CRC-predicted error in sector 21000 at byte 98 (value 89 '.', expected 37 '7') -> CRC-predicted error in sector 21000 at byte 99 (value 1d '.', expected 91 '.') 1 repaired sectors: 21000c -Ecc progress: 28.5%Ecc progress: 29.5%Ecc progress: 30.6%Ecc progress: 31.6%Ecc progress: 32.6%Ecc progress: 33.6%Ecc progress: 34.6%Ecc progress: 35.7%Ecc progress: 36.7%Ecc progress: 37.7%Ecc progress: 38.7%Ecc progress: 39.7%Ecc progress: 40.8%Ecc progress: 41.8%Ecc progress: 42.8%Ecc progress: 43.8%Ecc progress: 44.8%Ecc progress: 45.9%Ecc progress: 46.9%Ecc progress: 47.9%Ecc progress: 48.9%Ecc progress: 50.0%Ecc progress: 51.0%Ecc progress: 52.0%Ecc progress: 53.0%Ecc progress: 54.0%Ecc progress: 55.1%Ecc progress: 56.1%Ecc progress: 57.1%Ecc progress: 58.1%Ecc progress: 59.1%Ecc progress: 60.2%Ecc progress: 61.2%Ecc progress: 62.2%Ecc progress: 63.2%Ecc progress: 64.2%Ecc progress: 65.3%Ecc progress: 66.3%Ecc progress: 67.3%Ecc progress: 68.3%Ecc progress: 69.3%Ecc progress: 70.4%Ecc progress: 71.4%Ecc progress: 72.4%Ecc progress: 73.4%Ecc progress: 74.4%Ecc progress: 75.5%Ecc progress: 76.5%Ecc progress: 77.5%Ecc progress: 78.5%Ecc progress: 79.5%Ecc progress: 80.6%Ecc progress: 81.6%Ecc progress: 82.6%Ecc progress: 83.6%Ecc progress: 84.6%Ecc progress: 85.7%Ecc progress: 86.7%Ecc progress: 87.7%Ecc progress: 88.7%Ecc progress: 89.7%Ecc progress: 90.8%Ecc progress: 91.8%Ecc progress: 92.8%Ecc progress: 93.8%Ecc progress: 94.8%Ecc progress: 95.9%Ecc progress: 96.9%Ecc progress: 97.9%Ecc progress: 98.9%Ecc progress: 100.0% Repaired sectors: 1 (1 data, 0 ecc) Good! All sectors are repaired. Erasure counts per ecc block: avg = 1.0; worst = 1. diff --git a/regtest/database/RS03i_fix_with_missing_header b/regtest/database/RS03i_fix_with_missing_header index 63063a7..666e179 100644 --- a/regtest/database/RS03i_fix_with_missing_header +++ b/regtest/database/RS03i_fix_with_missing_header @@ -149,8 +149,7 @@ nroots = 39 (18.1%) Fix mode(RS03i): Repairable sectors will be fixed in the image. -Ecc progress: 0.0%Ecc progress: 1.0%Ecc progress: 2.0%Ecc progress: 3.0%Ecc progress: 4.0%Ecc progress: 5.1%Ecc progress: 6.1%Ecc progress: 7.1%Ecc progress: 8.1%Ecc progress: 9.1%Ecc progress: 10.2%Ecc progress: 11.2%Ecc progress: 12.2%Ecc progress: 13.2%Ecc progress: 14.2%Ecc progress: 15.3%Ecc progress: 16.3%Ecc progress: 17.3%Ecc progress: 18.3%Ecc progress: 19.3%Ecc progress: 20.4%Ecc progress: 21.4%Ecc progress: 22.4%Ecc progress: 23.4%Ecc progress: 24.4%Ecc progress: 25.5%Ecc progress: 26.5%Ecc progress: 27.5% 1 repaired sectors: 21000d -Ecc progress: 28.5%Ecc progress: 29.5%Ecc progress: 30.6%Ecc progress: 31.6%Ecc progress: 32.6%Ecc progress: 33.6%Ecc progress: 34.6%Ecc progress: 35.7%Ecc progress: 36.7%Ecc progress: 37.7%Ecc progress: 38.7%Ecc progress: 39.7%Ecc progress: 40.8%Ecc progress: 41.8%Ecc progress: 42.8%Ecc progress: 43.8%Ecc progress: 44.8%Ecc progress: 45.9%Ecc progress: 46.9%Ecc progress: 47.9%Ecc progress: 48.9%Ecc progress: 50.0%Ecc progress: 51.0%Ecc progress: 52.0%Ecc progress: 53.0%Ecc progress: 54.0%Ecc progress: 55.1%Ecc progress: 56.1%Ecc progress: 57.1%Ecc progress: 58.1%Ecc progress: 59.1%Ecc progress: 60.2%Ecc progress: 61.2%Ecc progress: 62.2%Ecc progress: 63.2%Ecc progress: 64.2%Ecc progress: 65.3%Ecc progress: 66.3%Ecc progress: 67.3%Ecc progress: 68.3%Ecc progress: 69.3%Ecc progress: 70.4%Ecc progress: 71.4%Ecc progress: 72.4%Ecc progress: 73.4%Ecc progress: 74.4%Ecc progress: 75.5%Ecc progress: 76.5%Ecc progress: 77.5%Ecc progress: 78.5%Ecc progress: 79.5%Ecc progress: 80.6%Ecc progress: 81.6%Ecc progress: 82.6%Ecc progress: 83.6%Ecc progress: 84.6%Ecc progress: 85.7%Ecc progress: 86.7%Ecc progress: 87.7%Ecc progress: 88.7%Ecc progress: 89.7%Ecc progress: 90.8%Ecc progress: 91.8%Ecc progress: 92.8%Ecc progress: 93.8%Ecc progress: 94.8%Ecc progress: 95.9%Ecc progress: 96.9%Ecc progress: 97.9%Ecc progress: 98.9%Ecc progress: 100.0% + 1 repaired sectors: 21000d Repaired sectors: 1 (1 data, 0 ecc) Good! All sectors are repaired. Erasure counts per ecc block: avg = 1.0; worst = 1. diff --git a/regtest/database/RS03i_fix_with_missing_iso_header b/regtest/database/RS03i_fix_with_missing_iso_header index 9c38519..22746cc 100644 --- a/regtest/database/RS03i_fix_with_missing_iso_header +++ b/regtest/database/RS03i_fix_with_missing_iso_header @@ -126,8 +126,7 @@ nroots = 39 (18.1%) Fix mode(RS03i): Repairable sectors will be fixed in the image. -Ecc progress: 0.0%Ecc progress: 1.0%Ecc progress: 2.0%Ecc progress: 3.0%Ecc progress: 4.0%Ecc progress: 5.1%Ecc progress: 6.1%Ecc progress: 7.1%Ecc progress: 8.1%Ecc progress: 9.1%Ecc progress: 10.2%Ecc progress: 11.2%Ecc progress: 12.2%Ecc progress: 13.2%Ecc progress: 14.2%Ecc progress: 15.3% 1 repaired sectors: 16d -Ecc progress: 16.3%Ecc progress: 17.3%Ecc progress: 18.3%Ecc progress: 19.3%Ecc progress: 20.4%Ecc progress: 21.4%Ecc progress: 22.4%Ecc progress: 23.4%Ecc progress: 24.4%Ecc progress: 25.5%Ecc progress: 26.5%Ecc progress: 27.5%Ecc progress: 28.5%Ecc progress: 29.5%Ecc progress: 30.6%Ecc progress: 31.6%Ecc progress: 32.6%Ecc progress: 33.6%Ecc progress: 34.6%Ecc progress: 35.7%Ecc progress: 36.7%Ecc progress: 37.7%Ecc progress: 38.7%Ecc progress: 39.7%Ecc progress: 40.8%Ecc progress: 41.8%Ecc progress: 42.8%Ecc progress: 43.8%Ecc progress: 44.8%Ecc progress: 45.9%Ecc progress: 46.9%Ecc progress: 47.9%Ecc progress: 48.9%Ecc progress: 50.0%Ecc progress: 51.0%Ecc progress: 52.0%Ecc progress: 53.0%Ecc progress: 54.0%Ecc progress: 55.1%Ecc progress: 56.1%Ecc progress: 57.1%Ecc progress: 58.1%Ecc progress: 59.1%Ecc progress: 60.2%Ecc progress: 61.2%Ecc progress: 62.2%Ecc progress: 63.2%Ecc progress: 64.2%Ecc progress: 65.3%Ecc progress: 66.3%Ecc progress: 67.3%Ecc progress: 68.3%Ecc progress: 69.3%Ecc progress: 70.4%Ecc progress: 71.4%Ecc progress: 72.4%Ecc progress: 73.4%Ecc progress: 74.4%Ecc progress: 75.5%Ecc progress: 76.5%Ecc progress: 77.5%Ecc progress: 78.5%Ecc progress: 79.5%Ecc progress: 80.6%Ecc progress: 81.6%Ecc progress: 82.6%Ecc progress: 83.6%Ecc progress: 84.6%Ecc progress: 85.7%Ecc progress: 86.7%Ecc progress: 87.7%Ecc progress: 88.7%Ecc progress: 89.7%Ecc progress: 90.8%Ecc progress: 91.8%Ecc progress: 92.8%Ecc progress: 93.8%Ecc progress: 94.8%Ecc progress: 95.9%Ecc progress: 96.9%Ecc progress: 97.9%Ecc progress: 98.9%Ecc progress: 100.0% + 1 repaired sectors: 16d Repaired sectors: 1 (1 data, 0 ecc) Good! All sectors are repaired. Erasure counts per ecc block: avg = 1.0; worst = 1. diff --git a/regtest/database/RS03i_fix_with_rs01_file b/regtest/database/RS03i_fix_with_rs01_file index 9bb673f..347a0ed 100644 --- a/regtest/database/RS03i_fix_with_rs01_file +++ b/regtest/database/RS03i_fix_with_rs01_file @@ -8,10 +8,9 @@ See the file "COPYING" for further information. Opening rs03i-tmp.iso: 24990 medium sectors. Fix mode(RS01): Repairable sectors will be fixed in the image. -Ecc progress: 0.8%Ecc progress: 1.7%Ecc progress: 2.6%Ecc progress: 3.5%Ecc progress: 4.4%Ecc progress: 5.3%Ecc progress: 6.1%Ecc progress: 7.0%Ecc progress: 7.9%Ecc progress: 8.8%Ecc progress: 9.7%Ecc progress: 10.6%Ecc progress: 11.5%Ecc progress: 12.3%Ecc progress: 13.2%Ecc progress: 14.1%CRC error in sector 24989 +CRC error in sector 24989 -> Error located in sector 24989 at byte 0 (value 01 '.', expected a0 '.') 1 repaired sectors: 24989 -Ecc progress: 15.0%Ecc progress: 15.9%Ecc progress: 16.8%Ecc progress: 17.6%Ecc progress: 18.5%Ecc progress: 19.4%Ecc progress: 20.3%Ecc progress: 21.2%Ecc progress: 22.1%Ecc progress: 23.0%Ecc progress: 23.8%Ecc progress: 24.7%Ecc progress: 25.6%Ecc progress: 26.5%Ecc progress: 27.4%Ecc progress: 28.3%Ecc progress: 29.2%Ecc progress: 30.0%Ecc progress: 30.9%Ecc progress: 31.8%Ecc progress: 32.7%Ecc progress: 33.6%Ecc progress: 34.5%Ecc progress: 35.3%Ecc progress: 36.2%Ecc progress: 37.1%Ecc progress: 38.0%Ecc progress: 38.9%Ecc progress: 39.8%Ecc progress: 40.7%Ecc progress: 41.5%Ecc progress: 42.4%Ecc progress: 43.3%Ecc progress: 44.2%Ecc progress: 45.1%Ecc progress: 46.0%Ecc progress: 46.9%Ecc progress: 47.7%Ecc progress: 48.6%Ecc progress: 49.5%Ecc progress: 50.4%Ecc progress: 51.3%Ecc progress: 52.2%Ecc progress: 53.0%Ecc progress: 53.9%Ecc progress: 54.8%Ecc progress: 55.7%Ecc progress: 56.6%Ecc progress: 57.5%Ecc progress: 58.4%Ecc progress: 59.2%Ecc progress: 60.1%Ecc progress: 61.0%Ecc progress: 61.9%Ecc progress: 62.8%Ecc progress: 63.7%Ecc progress: 64.6%Ecc progress: 65.4%Ecc progress: 66.3%Ecc progress: 67.2%Ecc progress: 68.1%Ecc progress: 69.0%Ecc progress: 69.9%Ecc progress: 70.7%Ecc progress: 71.6%Ecc progress: 72.5%Ecc progress: 73.4%Ecc progress: 74.3%Ecc progress: 75.2%Ecc progress: 76.1%Ecc progress: 76.9%Ecc progress: 77.8%Ecc progress: 78.7%Ecc progress: 79.6%Ecc progress: 80.5%Ecc progress: 81.4%Ecc progress: 82.3%Ecc progress: 83.1%Ecc progress: 84.0%Ecc progress: 84.9%Ecc progress: 85.8%Ecc progress: 86.7%Ecc progress: 87.6%Ecc progress: 88.4%Ecc progress: 89.3%Ecc progress: 90.2%Ecc progress: 91.1%Ecc progress: 92.0%Ecc progress: 92.9%Ecc progress: 93.8%Ecc progress: 94.6%Ecc progress: 95.5%Ecc progress: 96.4%Ecc progress: 97.3%Ecc progress: 98.2%Ecc progress: 99.1%Ecc progress: 100.0%Ecc progress: 100.0% Repaired sectors: 1 Good! All sectors are repaired. Erasure counts per ecc block: avg = 1.0; worst = 1. diff --git a/regtest/database/RS03i_fix_with_rs03_file b/regtest/database/RS03i_fix_with_rs03_file index 4492435..33f6abc 100644 --- a/regtest/database/RS03i_fix_with_rs03_file +++ b/regtest/database/RS03i_fix_with_rs03_file @@ -8,10 +8,9 @@ See the file "COPYING" for further information. Opening rs03i-tmp.iso: 24990 medium sectors. Fix mode(RS03f): Repairable sectors will be fixed in the image. -Ecc progress: 0.0%Ecc progress: 0.9%Ecc progress: 1.8%Ecc progress: 2.8%Ecc progress: 3.7%Ecc progress: 4.6%Ecc progress: 5.6%Ecc progress: 6.5%Ecc progress: 7.4%Ecc progress: 8.4%Ecc progress: 9.3%Ecc progress: 10.2%Ecc progress: 11.2%Ecc progress: 12.1%Ecc progress: 13.0%Ecc progress: 14.0%Ecc progress: 14.9%Ecc progress: 15.8%Ecc progress: 16.8%Ecc progress: 17.7%Ecc progress: 18.6%Ecc progress: 19.6%Ecc progress: 20.5%Ecc progress: 21.4%Ecc progress: 22.4%Ecc progress: 23.3%Ecc progress: 24.2%Ecc progress: 25.2%Ecc progress: 26.1%Ecc progress: 27.1%Ecc progress: 28.0%Ecc progress: 28.9%Ecc progress: 29.9%Ecc progress: 30.8%Ecc progress: 31.7%Ecc progress: 32.7%Ecc progress: 33.6%Ecc progress: 34.5%Ecc progress: 35.5%Ecc progress: 36.4%Ecc progress: 37.3%Ecc progress: 38.3%Ecc progress: 39.2%Ecc progress: 40.1%Ecc progress: 41.1%Ecc progress: 42.0%Ecc progress: 42.9%Ecc progress: 43.9%Ecc progress: 44.8%Ecc progress: 45.7%Ecc progress: 46.7%Ecc progress: 47.6%Ecc progress: 48.5%Ecc progress: 49.5%Ecc progress: 50.4%Ecc progress: 51.4%Ecc progress: 52.3%Ecc progress: 53.2%CRC error in sector 24989 +CRC error in sector 24989 -> CRC-predicted error in sector 24989 at byte 0 (value 01 '.', expected a0 '.') 1 repaired sectors: 24989c -Ecc progress: 54.2%Ecc progress: 55.1%Ecc progress: 56.0%Ecc progress: 57.0%Ecc progress: 57.9%Ecc progress: 58.8%Ecc progress: 59.8%Ecc progress: 60.7%Ecc progress: 61.6%Ecc progress: 62.6%Ecc progress: 63.5%Ecc progress: 64.4%Ecc progress: 65.4%Ecc progress: 66.3%Ecc progress: 67.2%Ecc progress: 68.2%Ecc progress: 69.1%Ecc progress: 70.0%Ecc progress: 71.0%Ecc progress: 71.9%Ecc progress: 72.8%Ecc progress: 73.8%Ecc progress: 74.7%Ecc progress: 75.7%Ecc progress: 76.6%Ecc progress: 77.5%Ecc progress: 78.5%Ecc progress: 79.4%Ecc progress: 80.3%Ecc progress: 81.3%Ecc progress: 82.2%Ecc progress: 83.1%Ecc progress: 84.1%Ecc progress: 85.0%Ecc progress: 85.9%Ecc progress: 86.9%Ecc progress: 87.8%Ecc progress: 88.7%Ecc progress: 89.7%Ecc progress: 90.6%Ecc progress: 91.5%Ecc progress: 92.5%Ecc progress: 93.4%Ecc progress: 94.3%Ecc progress: 95.3%Ecc progress: 96.2%Ecc progress: 97.1%Ecc progress: 98.1%Ecc progress: 99.0%Ecc progress: 100.0% Repaired sectors: 1 (1 data, 0 ecc) Good! All sectors are repaired. Erasure counts per ecc block: avg = 1.0; worst = 1. diff --git a/regtest/database/RS03i_good b/regtest/database/RS03i_good index 2f3a5c8..08f1acd 100644 --- a/regtest/database/RS03i_good +++ b/regtest/database/RS03i_good @@ -16,6 +16,6 @@ Error correction properties: Data integrity: - medium sectors : 24990 total / 21000 data -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%- good image/file : all sectors present +- good image/file : all sectors present - data md5sum : 9503f278d4550a9507a317664481adf8 -- Ecc block test : 1% tested- Ecc block test : 2% tested- Ecc block test : 3% tested- Ecc block test : 4% tested- Ecc block test : 5% tested- Ecc block test : 6% tested- Ecc block test : 7% tested- Ecc block test : 8% tested- Ecc block test : 9% tested- Ecc block test : 10% tested- Ecc block test : 11% tested- Ecc block test : 12% tested- Ecc block test : 13% tested- Ecc block test : 14% tested- Ecc block test : 15% tested- Ecc block test : 16% tested- Ecc block test : 17% tested- Ecc block test : 18% tested- Ecc block test : 19% tested- Ecc block test : 20% tested- Ecc block test : 21% tested- Ecc block test : 22% tested- Ecc block test : 23% tested- Ecc block test : 24% tested- Ecc block test : 25% tested- Ecc block test : 26% tested- Ecc block test : 27% tested- Ecc block test : 28% tested- Ecc block test : 29% tested- Ecc block test : 30% tested- Ecc block test : 31% tested- Ecc block test : 32% tested- Ecc block test : 33% tested- Ecc block test : 34% tested- Ecc block test : 35% tested- Ecc block test : 36% tested- Ecc block test : 37% tested- Ecc block test : 38% tested- Ecc block test : 39% tested- Ecc block test : 40% tested- Ecc block test : 41% tested- Ecc block test : 42% tested- Ecc block test : 43% tested- Ecc block test : 44% tested- Ecc block test : 45% tested- Ecc block test : 46% tested- Ecc block test : 47% tested- Ecc block test : 48% tested- Ecc block test : 50% tested- Ecc block test : 51% tested- Ecc block test : 52% tested- Ecc block test : 53% tested- Ecc block test : 54% tested- Ecc block test : 55% tested- Ecc block test : 56% tested- Ecc block test : 57% tested- Ecc block test : 58% tested- Ecc block test : 59% tested- Ecc block test : 60% tested- Ecc block test : 61% tested- Ecc block test : 62% tested- Ecc block test : 63% tested- Ecc block test : 64% tested- Ecc block test : 65% tested- Ecc block test : 66% tested- Ecc block test : 67% tested- Ecc block test : 68% tested- Ecc block test : 69% tested- Ecc block test : 70% tested- Ecc block test : 71% tested- Ecc block test : 72% tested- Ecc block test : 73% tested- Ecc block test : 74% tested- Ecc block test : 75% tested- Ecc block test : 76% tested- Ecc block test : 77% tested- Ecc block test : 78% tested- Ecc block test : 79% tested- Ecc block test : 80% tested- Ecc block test : 81% tested- Ecc block test : 82% tested- Ecc block test : 83% tested- Ecc block test : 84% tested- Ecc block test : 85% tested- Ecc block test : 86% tested- Ecc block test : 87% tested- Ecc block test : 88% tested- Ecc block test : 89% tested- Ecc block test : 90% tested- Ecc block test : 91% tested- Ecc block test : 92% tested- Ecc block test : 93% tested- Ecc block test : 94% tested- Ecc block test : 95% tested- Ecc block test : 96% tested- Ecc block test : 97% tested- Ecc block test : 98% tested- Ecc block test : 100% tested - Ecc block test : pass +- Ecc block test : pass diff --git a/regtest/database/RS03i_layer_multiple b/regtest/database/RS03i_layer_multiple index 5ecb980..6822132 100644 --- a/regtest/database/RS03i_layer_multiple +++ b/regtest/database/RS03i_layer_multiple @@ -16,6 +16,6 @@ Error correction properties: Data integrity: - medium sectors : 19890 total / 14508 data -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%- good image/file : all sectors present +- good image/file : all sectors present - data md5sum : 473151ca3ecc5739e0804c7450cb227f -- Ecc block test : 1% tested- Ecc block test : 2% tested- Ecc block test : 3% tested- Ecc block test : 5% tested- Ecc block test : 6% tested- Ecc block test : 7% tested- Ecc block test : 8% tested- Ecc block test : 10% tested- Ecc block test : 11% tested- Ecc block test : 12% tested- Ecc block test : 14% tested- Ecc block test : 15% tested- Ecc block test : 16% tested- Ecc block test : 17% tested- Ecc block test : 19% tested- Ecc block test : 20% tested- Ecc block test : 21% tested- Ecc block test : 23% tested- Ecc block test : 24% tested- Ecc block test : 25% tested- Ecc block test : 26% tested- Ecc block test : 28% tested- Ecc block test : 29% tested- Ecc block test : 30% tested- Ecc block test : 32% tested- Ecc block test : 33% tested- Ecc block test : 34% tested- Ecc block test : 35% tested- Ecc block test : 37% tested- Ecc block test : 38% tested- Ecc block test : 39% tested- Ecc block test : 41% tested- Ecc block test : 42% tested- Ecc block test : 43% tested- Ecc block test : 44% tested- Ecc block test : 46% tested- Ecc block test : 47% tested- Ecc block test : 48% tested- Ecc block test : 50% tested- Ecc block test : 51% tested- Ecc block test : 52% tested- Ecc block test : 53% tested- Ecc block test : 55% tested- Ecc block test : 56% tested- Ecc block test : 57% tested- Ecc block test : 58% tested- Ecc block test : 60% tested- Ecc block test : 61% tested- Ecc block test : 62% tested- Ecc block test : 64% tested- Ecc block test : 65% tested- Ecc block test : 66% tested- Ecc block test : 67% tested- Ecc block test : 69% tested- Ecc block test : 70% tested- Ecc block test : 71% tested- Ecc block test : 73% tested- Ecc block test : 74% tested- Ecc block test : 75% tested- Ecc block test : 76% tested- Ecc block test : 78% tested- Ecc block test : 79% tested- Ecc block test : 80% tested- Ecc block test : 82% tested- Ecc block test : 83% tested- Ecc block test : 84% tested- Ecc block test : 85% tested- Ecc block test : 87% tested- Ecc block test : 88% tested- Ecc block test : 89% tested- Ecc block test : 91% tested- Ecc block test : 92% tested- Ecc block test : 93% tested- Ecc block test : 94% tested- Ecc block test : 96% tested- Ecc block test : 97% tested- Ecc block test : 98% tested- Ecc block test : 100% tested - Ecc block test : pass +- Ecc block test : pass diff --git a/regtest/database/RS03i_missing_crc_sectors b/regtest/database/RS03i_missing_crc_sectors index 08b5fcf..9cd5a25 100644 --- a/regtest/database/RS03i_missing_crc_sectors +++ b/regtest/database/RS03i_missing_crc_sectors @@ -16,12 +16,12 @@ Error correction properties: Data integrity: - medium sectors : 24990 total / 21000 data -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%* missing sectors : 21100 - 21108 +* missing sectors : 21100 - 21108 * missing sector : 21111 -- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* BAD image/file : 10 sectors missing +* BAD image/file : 10 sectors missing ... data section : 0 sectors missing; 0 CRC errors ... crc section : 10 sectors missing ... ecc section : 0 sectors missing -- Ecc block test : 1% tested- Ecc block test : 2% tested- Ecc block test : 3% tested- Ecc block test : 4% tested- Ecc block test : 5% tested- Ecc block test : 6% tested- Ecc block test : 7% tested- Ecc block test : 8% tested- Ecc block test : 9% tested- Ecc block test : 10% tested- Ecc block test : 11% tested- Ecc block test : 12% tested- Ecc block test : 13% tested- Ecc block test : 14% tested- Ecc block test : 15% tested- Ecc block test : 16% tested- Ecc block test : 17% tested- Ecc block test : 18% tested- Ecc block test : 19% tested- Ecc block test : 20% tested- Ecc block test : 21% tested- Ecc block test : 22% tested- Ecc block test : 23% tested- Ecc block test : 24% tested- Ecc block test : 25% tested- Ecc block test : 26% tested- Ecc block test : 27% tested- Ecc block test : 28% tested- Ecc block test : 29% tested- Ecc block test : 30% tested* Ecc block test : 30 good, 1 bad; 31% tested* Ecc block test : 30 good, 2 bad; 32% tested* Ecc block test : 30 good, 3 bad; 33% tested* Ecc block test : 30 good, 4 bad; 34% tested* Ecc block test : 30 good, 5 bad; 35% tested* Ecc block test : 30 good, 6 bad; 36% tested* Ecc block test : 30 good, 7 bad; 37% tested* Ecc block test : 30 good, 8 bad; 38% tested* Ecc block test : 30 good, 9 bad; 39% tested* Ecc block test : 31 good, 9 bad; 40% tested* Ecc block test : 32 good, 9 bad; 41% tested* Ecc block test : 32 good, 10 bad; 42% tested* Ecc block test : 33 good, 10 bad; 43% tested* Ecc block test : 34 good, 10 bad; 44% tested* Ecc block test : 35 good, 10 bad; 45% tested* Ecc block test : 36 good, 10 bad; 46% tested* Ecc block test : 37 good, 10 bad; 47% tested* Ecc block test : 38 good, 10 bad; 48% tested* Ecc block test : 39 good, 10 bad; 50% tested* Ecc block test : 40 good, 10 bad; 51% tested* Ecc block test : 41 good, 10 bad; 52% tested* Ecc block test : 42 good, 10 bad; 53% tested* Ecc block test : 43 good, 10 bad; 54% tested* Ecc block test : 44 good, 10 bad; 55% tested* Ecc block test : 45 good, 10 bad; 56% tested* Ecc block test : 46 good, 10 bad; 57% tested* Ecc block test : 47 good, 10 bad; 58% tested* Ecc block test : 48 good, 10 bad; 59% tested* Ecc block test : 49 good, 10 bad; 60% tested* Ecc block test : 50 good, 10 bad; 61% tested* Ecc block test : 51 good, 10 bad; 62% tested* Ecc block test : 52 good, 10 bad; 63% tested* Ecc block test : 53 good, 10 bad; 64% tested* Ecc block test : 54 good, 10 bad; 65% tested* Ecc block test : 55 good, 10 bad; 66% tested* Ecc block test : 56 good, 10 bad; 67% tested* Ecc block test : 57 good, 10 bad; 68% tested* Ecc block test : 58 good, 10 bad; 69% tested* Ecc block test : 59 good, 10 bad; 70% tested* Ecc block test : 60 good, 10 bad; 71% tested* Ecc block test : 61 good, 10 bad; 72% tested* Ecc block test : 62 good, 10 bad; 73% tested* Ecc block test : 63 good, 10 bad; 74% tested* Ecc block test : 64 good, 10 bad; 75% tested* Ecc block test : 65 good, 10 bad; 76% tested* Ecc block test : 66 good, 10 bad; 77% tested* Ecc block test : 67 good, 10 bad; 78% tested* Ecc block test : 68 good, 10 bad; 79% tested* Ecc block test : 69 good, 10 bad; 80% tested* Ecc block test : 70 good, 10 bad; 81% tested* Ecc block test : 71 good, 10 bad; 82% tested* Ecc block test : 72 good, 10 bad; 83% tested* Ecc block test : 73 good, 10 bad; 84% tested* Ecc block test : 74 good, 10 bad; 85% tested* Ecc block test : 75 good, 10 bad; 86% tested* Ecc block test : 76 good, 10 bad; 87% tested* Ecc block test : 77 good, 10 bad; 88% tested* Ecc block test : 78 good, 10 bad; 89% tested* Ecc block test : 79 good, 10 bad; 90% tested* Ecc block test : 80 good, 10 bad; 91% tested* Ecc block test : 81 good, 10 bad; 92% tested* Ecc block test : 82 good, 10 bad; 93% tested* Ecc block test : 83 good, 10 bad; 94% tested* Ecc block test : 84 good, 10 bad; 95% tested* Ecc block test : 85 good, 10 bad; 96% tested* Ecc block test : 86 good, 10 bad; 97% tested* Ecc block test : 87 good, 10 bad; 98% tested* Ecc block test : 88 good, 10 bad; 100% tested* Ecc block test : 88 good, 10 bad; 9369 bad sub blocks +* Ecc block test : 88 good, 10 bad; 9369 bad sub blocks - erasure counts : avg = 1.0; worst = 1 per ecc block. - prognosis : 24990 of 24990 sectors recoverable (100.0%) diff --git a/regtest/database/RS03i_missing_data_sectors b/regtest/database/RS03i_missing_data_sectors index 1526da1..3527438 100644 --- a/regtest/database/RS03i_missing_data_sectors +++ b/regtest/database/RS03i_missing_data_sectors @@ -16,13 +16,13 @@ Error correction properties: Data integrity: - medium sectors : 24990 total / 21000 data -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%* missing sectors : 1500 - 1673 -- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%* missing sectors : 13420 - 14109 -- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%* missing sector : 17812 -- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* BAD image/file : 865 sectors missing +* missing sectors : 1500 - 1673 +* missing sectors : 13420 - 14109 +* missing sector : 17812 +* BAD image/file : 865 sectors missing ... data section : 865 sectors missing; 0 CRC errors ... crc section : 0 sectors missing ... ecc section : 0 sectors missing -* Ecc block test : 0 good, 1 bad; 1% tested* Ecc block test : 0 good, 2 bad; 2% tested* Ecc block test : 0 good, 3 bad; 3% tested* Ecc block test : 0 good, 4 bad; 4% tested* Ecc block test : 0 good, 5 bad; 5% tested* Ecc block test : 0 good, 6 bad; 6% tested* Ecc block test : 0 good, 7 bad; 7% tested* Ecc block test : 0 good, 8 bad; 8% tested* Ecc block test : 0 good, 9 bad; 9% tested* Ecc block test : 0 good, 10 bad; 10% tested* Ecc block test : 0 good, 11 bad; 11% tested* Ecc block test : 0 good, 12 bad; 12% tested* Ecc block test : 0 good, 13 bad; 13% tested* Ecc block test : 0 good, 14 bad; 14% tested* Ecc block test : 0 good, 15 bad; 15% tested* Ecc block test : 0 good, 16 bad; 16% tested* Ecc block test : 0 good, 17 bad; 17% tested* Ecc block test : 0 good, 18 bad; 18% tested* Ecc block test : 0 good, 19 bad; 19% tested* Ecc block test : 0 good, 20 bad; 20% tested* Ecc block test : 0 good, 21 bad; 21% tested* Ecc block test : 0 good, 22 bad; 22% tested* Ecc block test : 0 good, 23 bad; 23% tested* Ecc block test : 0 good, 24 bad; 24% tested* Ecc block test : 0 good, 25 bad; 25% tested* Ecc block test : 0 good, 26 bad; 26% tested* Ecc block test : 0 good, 27 bad; 27% tested* Ecc block test : 0 good, 28 bad; 28% tested* Ecc block test : 0 good, 29 bad; 29% tested* Ecc block test : 0 good, 30 bad; 30% tested* Ecc block test : 0 good, 31 bad; 31% tested* Ecc block test : 0 good, 32 bad; 32% tested* Ecc block test : 0 good, 33 bad; 33% tested* Ecc block test : 0 good, 34 bad; 34% tested* Ecc block test : 0 good, 35 bad; 35% tested* Ecc block test : 0 good, 36 bad; 36% tested* Ecc block test : 0 good, 37 bad; 37% tested* Ecc block test : 0 good, 38 bad; 38% tested* Ecc block test : 0 good, 39 bad; 39% tested* Ecc block test : 0 good, 40 bad; 40% tested* Ecc block test : 0 good, 41 bad; 41% tested* Ecc block test : 0 good, 42 bad; 42% tested* Ecc block test : 0 good, 43 bad; 43% tested* Ecc block test : 0 good, 44 bad; 44% tested* Ecc block test : 0 good, 45 bad; 45% tested* Ecc block test : 0 good, 46 bad; 46% tested* Ecc block test : 0 good, 47 bad; 47% tested* Ecc block test : 0 good, 48 bad; 48% tested* Ecc block test : 0 good, 49 bad; 50% tested* Ecc block test : 0 good, 50 bad; 51% tested* Ecc block test : 0 good, 51 bad; 52% tested* Ecc block test : 0 good, 52 bad; 53% tested* Ecc block test : 0 good, 53 bad; 54% tested* Ecc block test : 0 good, 54 bad; 55% tested* Ecc block test : 0 good, 55 bad; 56% tested* Ecc block test : 0 good, 56 bad; 57% tested* Ecc block test : 0 good, 57 bad; 58% tested* Ecc block test : 0 good, 58 bad; 59% tested* Ecc block test : 0 good, 59 bad; 60% tested* Ecc block test : 0 good, 60 bad; 61% tested* Ecc block test : 0 good, 61 bad; 62% tested* Ecc block test : 0 good, 62 bad; 63% tested* Ecc block test : 0 good, 63 bad; 64% tested* Ecc block test : 0 good, 64 bad; 65% tested* Ecc block test : 0 good, 65 bad; 66% tested* Ecc block test : 0 good, 66 bad; 67% tested* Ecc block test : 0 good, 67 bad; 68% tested* Ecc block test : 0 good, 68 bad; 69% tested* Ecc block test : 0 good, 69 bad; 70% tested* Ecc block test : 0 good, 70 bad; 71% tested* Ecc block test : 0 good, 71 bad; 72% tested* Ecc block test : 0 good, 72 bad; 73% tested* Ecc block test : 0 good, 73 bad; 74% tested* Ecc block test : 0 good, 74 bad; 75% tested* Ecc block test : 0 good, 75 bad; 76% tested* Ecc block test : 0 good, 76 bad; 77% tested* Ecc block test : 0 good, 77 bad; 78% tested* Ecc block test : 0 good, 78 bad; 79% tested* Ecc block test : 0 good, 79 bad; 80% tested* Ecc block test : 0 good, 80 bad; 81% tested* Ecc block test : 0 good, 81 bad; 82% tested* Ecc block test : 0 good, 82 bad; 83% tested* Ecc block test : 0 good, 83 bad; 84% tested* Ecc block test : 0 good, 84 bad; 85% tested* Ecc block test : 0 good, 85 bad; 86% tested* Ecc block test : 0 good, 86 bad; 87% tested* Ecc block test : 0 good, 87 bad; 88% tested* Ecc block test : 0 good, 88 bad; 89% tested* Ecc block test : 0 good, 89 bad; 90% tested* Ecc block test : 0 good, 90 bad; 91% tested* Ecc block test : 0 good, 91 bad; 92% tested* Ecc block test : 0 good, 92 bad; 93% tested* Ecc block test : 0 good, 93 bad; 94% tested* Ecc block test : 0 good, 94 bad; 95% tested* Ecc block test : 0 good, 95 bad; 96% tested* Ecc block test : 0 good, 96 bad; 97% tested* Ecc block test : 0 good, 97 bad; 98% tested* Ecc block test : 0 good, 98 bad; 100% tested* Ecc block test : 0 good, 98 bad; 200704 bad sub blocks +* Ecc block test : 0 good, 98 bad; 200704 bad sub blocks - erasure counts : avg = 8.8; worst = 10 per ecc block. - prognosis : 24990 of 24990 sectors recoverable (100.0%) diff --git a/regtest/database/RS03i_missing_ecc_sectors b/regtest/database/RS03i_missing_ecc_sectors index 5cee80d..a7af0f7 100644 --- a/regtest/database/RS03i_missing_ecc_sectors +++ b/regtest/database/RS03i_missing_ecc_sectors @@ -16,12 +16,12 @@ Error correction properties: Data integrity: - medium sectors : 24990 total / 21000 data -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%* missing sector : 21168 -- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%* missing sectors : 21900 - 21950 -- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* BAD image/file : 52 sectors missing +* missing sector : 21168 +* missing sectors : 21900 - 21950 +* BAD image/file : 52 sectors missing ... data section : 0 sectors missing; 0 CRC errors ... crc section : 0 sectors missing ... ecc section : 52 sectors missing -* Ecc block test : 0 good, 1 bad; 1% tested* Ecc block test : 1 good, 1 bad; 2% tested* Ecc block test : 2 good, 1 bad; 3% tested* Ecc block test : 3 good, 1 bad; 4% tested* Ecc block test : 4 good, 1 bad; 5% tested* Ecc block test : 5 good, 1 bad; 6% tested* Ecc block test : 6 good, 1 bad; 7% tested* Ecc block test : 7 good, 1 bad; 8% tested* Ecc block test : 8 good, 1 bad; 9% tested* Ecc block test : 9 good, 1 bad; 10% tested* Ecc block test : 10 good, 1 bad; 11% tested* Ecc block test : 11 good, 1 bad; 12% tested* Ecc block test : 12 good, 1 bad; 13% tested* Ecc block test : 13 good, 1 bad; 14% tested* Ecc block test : 14 good, 1 bad; 15% tested* Ecc block test : 15 good, 1 bad; 16% tested* Ecc block test : 16 good, 1 bad; 17% tested* Ecc block test : 17 good, 1 bad; 18% tested* Ecc block test : 18 good, 1 bad; 19% tested* Ecc block test : 19 good, 1 bad; 20% tested* Ecc block test : 20 good, 1 bad; 21% tested* Ecc block test : 21 good, 1 bad; 22% tested* Ecc block test : 22 good, 1 bad; 23% tested* Ecc block test : 23 good, 1 bad; 24% tested* Ecc block test : 24 good, 1 bad; 25% tested* Ecc block test : 25 good, 1 bad; 26% tested* Ecc block test : 26 good, 1 bad; 27% tested* Ecc block test : 27 good, 1 bad; 28% tested* Ecc block test : 28 good, 1 bad; 29% tested* Ecc block test : 29 good, 1 bad; 30% tested* Ecc block test : 30 good, 1 bad; 31% tested* Ecc block test : 31 good, 1 bad; 32% tested* Ecc block test : 32 good, 1 bad; 33% tested* Ecc block test : 33 good, 1 bad; 34% tested* Ecc block test : 34 good, 1 bad; 35% tested* Ecc block test : 35 good, 1 bad; 36% tested* Ecc block test : 36 good, 1 bad; 37% tested* Ecc block test : 37 good, 1 bad; 38% tested* Ecc block test : 38 good, 1 bad; 39% tested* Ecc block test : 39 good, 1 bad; 40% tested* Ecc block test : 40 good, 1 bad; 41% tested* Ecc block test : 41 good, 1 bad; 42% tested* Ecc block test : 42 good, 1 bad; 43% tested* Ecc block test : 43 good, 1 bad; 44% tested* Ecc block test : 44 good, 1 bad; 45% tested* Ecc block test : 45 good, 1 bad; 46% tested* Ecc block test : 45 good, 2 bad; 47% tested* Ecc block test : 45 good, 3 bad; 48% tested* Ecc block test : 45 good, 4 bad; 50% tested* Ecc block test : 45 good, 5 bad; 51% tested* Ecc block test : 45 good, 6 bad; 52% tested* Ecc block test : 45 good, 7 bad; 53% tested* Ecc block test : 45 good, 8 bad; 54% tested* Ecc block test : 45 good, 9 bad; 55% tested* Ecc block test : 45 good, 10 bad; 56% tested* Ecc block test : 45 good, 11 bad; 57% tested* Ecc block test : 45 good, 12 bad; 58% tested* Ecc block test : 45 good, 13 bad; 59% tested* Ecc block test : 45 good, 14 bad; 60% tested* Ecc block test : 45 good, 15 bad; 61% tested* Ecc block test : 45 good, 16 bad; 62% tested* Ecc block test : 45 good, 17 bad; 63% tested* Ecc block test : 45 good, 18 bad; 64% tested* Ecc block test : 45 good, 19 bad; 65% tested* Ecc block test : 45 good, 20 bad; 66% tested* Ecc block test : 45 good, 21 bad; 67% tested* Ecc block test : 45 good, 22 bad; 68% tested* Ecc block test : 45 good, 23 bad; 69% tested* Ecc block test : 45 good, 24 bad; 70% tested* Ecc block test : 45 good, 25 bad; 71% tested* Ecc block test : 45 good, 26 bad; 72% tested* Ecc block test : 45 good, 27 bad; 73% tested* Ecc block test : 45 good, 28 bad; 74% tested* Ecc block test : 45 good, 29 bad; 75% tested* Ecc block test : 45 good, 30 bad; 76% tested* Ecc block test : 45 good, 31 bad; 77% tested* Ecc block test : 45 good, 32 bad; 78% tested* Ecc block test : 45 good, 33 bad; 79% tested* Ecc block test : 45 good, 34 bad; 80% tested* Ecc block test : 45 good, 35 bad; 81% tested* Ecc block test : 45 good, 36 bad; 82% tested* Ecc block test : 45 good, 37 bad; 83% tested* Ecc block test : 45 good, 38 bad; 84% tested* Ecc block test : 45 good, 39 bad; 85% tested* Ecc block test : 45 good, 40 bad; 86% tested* Ecc block test : 45 good, 41 bad; 87% tested* Ecc block test : 45 good, 42 bad; 88% tested* Ecc block test : 45 good, 43 bad; 89% tested* Ecc block test : 45 good, 44 bad; 90% tested* Ecc block test : 45 good, 45 bad; 91% tested* Ecc block test : 45 good, 46 bad; 92% tested* Ecc block test : 45 good, 47 bad; 93% tested* Ecc block test : 45 good, 48 bad; 94% tested* Ecc block test : 45 good, 49 bad; 95% tested* Ecc block test : 45 good, 50 bad; 96% tested* Ecc block test : 45 good, 51 bad; 97% tested* Ecc block test : 45 good, 52 bad; 98% tested* Ecc block test : 46 good, 52 bad; 100% tested* Ecc block test : 46 good, 52 bad; 106087 bad sub blocks +* Ecc block test : 46 good, 52 bad; 106087 bad sub blocks - erasure counts : avg = 1.0; worst = 1 per ecc block. - prognosis : 24990 of 24990 sectors recoverable (100.0%) diff --git a/regtest/database/RS03i_no_padding b/regtest/database/RS03i_no_padding index 09ba533..dcfdf11 100644 --- a/regtest/database/RS03i_no_padding +++ b/regtest/database/RS03i_no_padding @@ -16,6 +16,6 @@ Error correction properties: Data integrity: - medium sectors : 19890 total / 14506 data -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%- good image/file : all sectors present +- good image/file : all sectors present - data md5sum : 288e40830a060f3d675060d6be46a805 -- Ecc block test : 1% tested- Ecc block test : 2% tested- Ecc block test : 3% tested- Ecc block test : 5% tested- Ecc block test : 6% tested- Ecc block test : 7% tested- Ecc block test : 8% tested- Ecc block test : 10% tested- Ecc block test : 11% tested- Ecc block test : 12% tested- Ecc block test : 14% tested- Ecc block test : 15% tested- Ecc block test : 16% tested- Ecc block test : 17% tested- Ecc block test : 19% tested- Ecc block test : 20% tested- Ecc block test : 21% tested- Ecc block test : 23% tested- Ecc block test : 24% tested- Ecc block test : 25% tested- Ecc block test : 26% tested- Ecc block test : 28% tested- Ecc block test : 29% tested- Ecc block test : 30% tested- Ecc block test : 32% tested- Ecc block test : 33% tested- Ecc block test : 34% tested- Ecc block test : 35% tested- Ecc block test : 37% tested- Ecc block test : 38% tested- Ecc block test : 39% tested- Ecc block test : 41% tested- Ecc block test : 42% tested- Ecc block test : 43% tested- Ecc block test : 44% tested- Ecc block test : 46% tested- Ecc block test : 47% tested- Ecc block test : 48% tested- Ecc block test : 50% tested- Ecc block test : 51% tested- Ecc block test : 52% tested- Ecc block test : 53% tested- Ecc block test : 55% tested- Ecc block test : 56% tested- Ecc block test : 57% tested- Ecc block test : 58% tested- Ecc block test : 60% tested- Ecc block test : 61% tested- Ecc block test : 62% tested- Ecc block test : 64% tested- Ecc block test : 65% tested- Ecc block test : 66% tested- Ecc block test : 67% tested- Ecc block test : 69% tested- Ecc block test : 70% tested- Ecc block test : 71% tested- Ecc block test : 73% tested- Ecc block test : 74% tested- Ecc block test : 75% tested- Ecc block test : 76% tested- Ecc block test : 78% tested- Ecc block test : 79% tested- Ecc block test : 80% tested- Ecc block test : 82% tested- Ecc block test : 83% tested- Ecc block test : 84% tested- Ecc block test : 85% tested- Ecc block test : 87% tested- Ecc block test : 88% tested- Ecc block test : 89% tested- Ecc block test : 91% tested- Ecc block test : 92% tested- Ecc block test : 93% tested- Ecc block test : 94% tested- Ecc block test : 96% tested- Ecc block test : 97% tested- Ecc block test : 98% tested- Ecc block test : 100% tested - Ecc block test : pass +- Ecc block test : pass diff --git a/regtest/database/RS03i_plus1 b/regtest/database/RS03i_plus1 index 74475e2..e4775e8 100644 --- a/regtest/database/RS03i_plus1 +++ b/regtest/database/RS03i_plus1 @@ -16,6 +16,6 @@ Error correction properties: Data integrity: * medium sectors : 24991 (24990 expected) -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%- good image/file : all sectors present +- good image/file : all sectors present - data md5sum : 9503f278d4550a9507a317664481adf8 -- Ecc block test : 1% tested- Ecc block test : 2% tested- Ecc block test : 3% tested- Ecc block test : 4% tested- Ecc block test : 5% tested- Ecc block test : 6% tested- Ecc block test : 7% tested- Ecc block test : 8% tested- Ecc block test : 9% tested- Ecc block test : 10% tested- Ecc block test : 11% tested- Ecc block test : 12% tested- Ecc block test : 13% tested- Ecc block test : 14% tested- Ecc block test : 15% tested- Ecc block test : 16% tested- Ecc block test : 17% tested- Ecc block test : 18% tested- Ecc block test : 19% tested- Ecc block test : 20% tested- Ecc block test : 21% tested- Ecc block test : 22% tested- Ecc block test : 23% tested- Ecc block test : 24% tested- Ecc block test : 25% tested- Ecc block test : 26% tested- Ecc block test : 27% tested- Ecc block test : 28% tested- Ecc block test : 29% tested- Ecc block test : 30% tested- Ecc block test : 31% tested- Ecc block test : 32% tested- Ecc block test : 33% tested- Ecc block test : 34% tested- Ecc block test : 35% tested- Ecc block test : 36% tested- Ecc block test : 37% tested- Ecc block test : 38% tested- Ecc block test : 39% tested- Ecc block test : 40% tested- Ecc block test : 41% tested- Ecc block test : 42% tested- Ecc block test : 43% tested- Ecc block test : 44% tested- Ecc block test : 45% tested- Ecc block test : 46% tested- Ecc block test : 47% tested- Ecc block test : 48% tested- Ecc block test : 50% tested- Ecc block test : 51% tested- Ecc block test : 52% tested- Ecc block test : 53% tested- Ecc block test : 54% tested- Ecc block test : 55% tested- Ecc block test : 56% tested- Ecc block test : 57% tested- Ecc block test : 58% tested- Ecc block test : 59% tested- Ecc block test : 60% tested- Ecc block test : 61% tested- Ecc block test : 62% tested- Ecc block test : 63% tested- Ecc block test : 64% tested- Ecc block test : 65% tested- Ecc block test : 66% tested- Ecc block test : 67% tested- Ecc block test : 68% tested- Ecc block test : 69% tested- Ecc block test : 70% tested- Ecc block test : 71% tested- Ecc block test : 72% tested- Ecc block test : 73% tested- Ecc block test : 74% tested- Ecc block test : 75% tested- Ecc block test : 76% tested- Ecc block test : 77% tested- Ecc block test : 78% tested- Ecc block test : 79% tested- Ecc block test : 80% tested- Ecc block test : 81% tested- Ecc block test : 82% tested- Ecc block test : 83% tested- Ecc block test : 84% tested- Ecc block test : 85% tested- Ecc block test : 86% tested- Ecc block test : 87% tested- Ecc block test : 88% tested- Ecc block test : 89% tested- Ecc block test : 90% tested- Ecc block test : 91% tested- Ecc block test : 92% tested- Ecc block test : 93% tested- Ecc block test : 94% tested- Ecc block test : 95% tested- Ecc block test : 96% tested- Ecc block test : 97% tested- Ecc block test : 98% tested- Ecc block test : 100% tested - Ecc block test : pass +- Ecc block test : pass diff --git a/regtest/database/RS03i_plus17 b/regtest/database/RS03i_plus17 index 7c632e8..4e3b486 100644 --- a/regtest/database/RS03i_plus17 +++ b/regtest/database/RS03i_plus17 @@ -16,6 +16,6 @@ Error correction properties: Data integrity: * medium sectors : 25007 (24990 expected) -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%- good image/file : all sectors present +- good image/file : all sectors present - data md5sum : 9503f278d4550a9507a317664481adf8 -- Ecc block test : 1% tested- Ecc block test : 2% tested- Ecc block test : 3% tested- Ecc block test : 4% tested- Ecc block test : 5% tested- Ecc block test : 6% tested- Ecc block test : 7% tested- Ecc block test : 8% tested- Ecc block test : 9% tested- Ecc block test : 10% tested- Ecc block test : 11% tested- Ecc block test : 12% tested- Ecc block test : 13% tested- Ecc block test : 14% tested- Ecc block test : 15% tested- Ecc block test : 16% tested- Ecc block test : 17% tested- Ecc block test : 18% tested- Ecc block test : 19% tested- Ecc block test : 20% tested- Ecc block test : 21% tested- Ecc block test : 22% tested- Ecc block test : 23% tested- Ecc block test : 24% tested- Ecc block test : 25% tested- Ecc block test : 26% tested- Ecc block test : 27% tested- Ecc block test : 28% tested- Ecc block test : 29% tested- Ecc block test : 30% tested- Ecc block test : 31% tested- Ecc block test : 32% tested- Ecc block test : 33% tested- Ecc block test : 34% tested- Ecc block test : 35% tested- Ecc block test : 36% tested- Ecc block test : 37% tested- Ecc block test : 38% tested- Ecc block test : 39% tested- Ecc block test : 40% tested- Ecc block test : 41% tested- Ecc block test : 42% tested- Ecc block test : 43% tested- Ecc block test : 44% tested- Ecc block test : 45% tested- Ecc block test : 46% tested- Ecc block test : 47% tested- Ecc block test : 48% tested- Ecc block test : 50% tested- Ecc block test : 51% tested- Ecc block test : 52% tested- Ecc block test : 53% tested- Ecc block test : 54% tested- Ecc block test : 55% tested- Ecc block test : 56% tested- Ecc block test : 57% tested- Ecc block test : 58% tested- Ecc block test : 59% tested- Ecc block test : 60% tested- Ecc block test : 61% tested- Ecc block test : 62% tested- Ecc block test : 63% tested- Ecc block test : 64% tested- Ecc block test : 65% tested- Ecc block test : 66% tested- Ecc block test : 67% tested- Ecc block test : 68% tested- Ecc block test : 69% tested- Ecc block test : 70% tested- Ecc block test : 71% tested- Ecc block test : 72% tested- Ecc block test : 73% tested- Ecc block test : 74% tested- Ecc block test : 75% tested- Ecc block test : 76% tested- Ecc block test : 77% tested- Ecc block test : 78% tested- Ecc block test : 79% tested- Ecc block test : 80% tested- Ecc block test : 81% tested- Ecc block test : 82% tested- Ecc block test : 83% tested- Ecc block test : 84% tested- Ecc block test : 85% tested- Ecc block test : 86% tested- Ecc block test : 87% tested- Ecc block test : 88% tested- Ecc block test : 89% tested- Ecc block test : 90% tested- Ecc block test : 91% tested- Ecc block test : 92% tested- Ecc block test : 93% tested- Ecc block test : 94% tested- Ecc block test : 95% tested- Ecc block test : 96% tested- Ecc block test : 97% tested- Ecc block test : 98% tested- Ecc block test : 100% tested - Ecc block test : pass +- Ecc block test : pass diff --git a/regtest/database/RS03i_plus_56_bytes b/regtest/database/RS03i_plus_56_bytes index 5d963cd..e69f4e2 100644 --- a/regtest/database/RS03i_plus_56_bytes +++ b/regtest/database/RS03i_plus_56_bytes @@ -158,6 +158,7 @@ Error correction properties: Data integrity: - medium sectors : 24990 total / 21001 data CalcRS03Layout(): returning cached layout (augmented) -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%- good image/file : all sectors present +- good image/file : all sectors present - data md5sum : c6686f60d93d15cea3be42a63736fecd -- Ecc block test : 1% tested- Ecc block test : 2% tested- Ecc block test : 3% tested- Ecc block test : 4% tested- Ecc block test : 5% tested- Ecc block test : 6% tested- Ecc block test : 7% tested- Ecc block test : 8% tested- Ecc block test : 9% tested- Ecc block test : 10% tested- Ecc block test : 11% tested- Ecc block test : 12% tested- Ecc block test : 13% tested- Ecc block test : 14% tested- Ecc block test : 15% tested- Ecc block test : 16% tested- Ecc block test : 17% tested- Ecc block test : 18% tested- Ecc block test : 19% tested- Ecc block test : 20% tested- Ecc block test : 21% tested- Ecc block test : 22% tested- Ecc block test : 23% tested- Ecc block test : 24% tested- Ecc block test : 25% tested- Ecc block test : 26% tested- Ecc block test : 27% tested- Ecc block test : 28% tested- Ecc block test : 29% tested- Ecc block test : 30% tested- Ecc block test : 31% tested- Ecc block test : 32% tested- Ecc block test : 33% tested- Ecc block test : 34% tested- Ecc block test : 35% tested- Ecc block test : 36% tested- Ecc block test : 37% tested- Ecc block test : 38% tested- Ecc block test : 39% tested- Ecc block test : 40% tested- Ecc block test : 41% tested- Ecc block test : 42% tested- Ecc block test : 43% tested- Ecc block test : 44% tested- Ecc block test : 45% tested- Ecc block test : 46% tested- Ecc block test : 47% tested- Ecc block test : 48% tested- Ecc block test : 50% tested- Ecc block test : 51% tested- Ecc block test : 52% tested- Ecc block test : 53% tested- Ecc block test : 54% tested- Ecc block test : 55% tested- Ecc block test : 56% tested- Ecc block test : 57% tested- Ecc block test : 58% tested- Ecc block test : 59% tested- Ecc block test : 60% tested- Ecc block test : 61% tested- Ecc block test : 62% tested- Ecc block test : 63% tested- Ecc block test : 64% tested- Ecc block test : 65% tested- Ecc block test : 66% tested- Ecc block test : 67% tested- Ecc block test : 68% tested- Ecc block test : 69% tested- Ecc block test : 70% tested- Ecc block test : 71% tested- Ecc block test : 72% tested- Ecc block test : 73% tested- Ecc block test : 74% tested- Ecc block test : 75% tested- Ecc block test : 76% tested- Ecc block test : 77% tested- Ecc block test : 78% tested- Ecc block test : 79% tested- Ecc block test : 80% tested- Ecc block test : 81% tested- Ecc block test : 82% tested- Ecc block test : 83% tested- Ecc block test : 84% tested- Ecc block test : 85% tested- Ecc block test : 86% tested- Ecc block test : 87% tested- Ecc block test : 88% tested- Ecc block test : 89% tested- Ecc block test : 90% tested- Ecc block test : 91% tested- Ecc block test : 92% tested- Ecc block test : 93% tested- Ecc block test : 94% tested- Ecc block test : 95% tested- Ecc block test : 96% tested- Ecc block test : 97% tested- Ecc block test : 98% tested- Ecc block test : 100% tested - Ecc block test : pass +- Ecc block test : pass +FreeCrcBuf - buffer cleared diff --git a/regtest/database/RS03i_read_bad_header b/regtest/database/RS03i_read_bad_header index 22746d0..11d7273 100644 --- a/regtest/database/RS03i_read_bad_header +++ b/regtest/database/RS03i_read_bad_header @@ -10,5 +10,5 @@ Using READ CD. Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Creating new rs03i-tmp.iso image. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. diff --git a/regtest/database/RS03i_read_bad_header_exhaustive b/regtest/database/RS03i_read_bad_header_exhaustive index 9b6b9d3..93e7ae3 100644 --- a/regtest/database/RS03i_read_bad_header_exhaustive +++ b/regtest/database/RS03i_read_bad_header_exhaustive @@ -115,7 +115,11 @@ ndata = 216 nroots = 39 (18.1%) done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx) * CRC error, sector: 21000 -Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx)CRC NOT created. +* CRC error, sector: 21000 1 CRC errors. +CrcBuf contents, image path none (medium): + crcSize: 24990, dataSectors: 21000, coveredSectors: 21070, allSectors: 24990 + md5State: invalid + fp sector: 16; 15c0fd35a0cfa0f83b9ccbd8604c2592 + missing crcs: 0 diff --git a/regtest/database/RS03i_read_crc_bad_byte b/regtest/database/RS03i_read_crc_bad_byte index 8ca0856..4eb0a5f 100644 --- a/regtest/database/RS03i_read_crc_bad_byte +++ b/regtest/database/RS03i_read_crc_bad_byte @@ -11,5 +11,5 @@ Medium "Random Image": CD-R mode 1, 24990 sectors, Ecc, created 16-07-2006. Creating new rs03i-tmp.iso image. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read, but incomplete or damaged checksums. diff --git a/regtest/database/RS03i_read_crc_section_with_uncorrectable_dsm b/regtest/database/RS03i_read_crc_section_with_uncorrectable_dsm index 0bff878..1e3ff4d 100644 --- a/regtest/database/RS03i_read_crc_section_with_uncorrectable_dsm +++ b/regtest/database/RS03i_read_crc_section_with_uncorrectable_dsm @@ -11,7 +11,7 @@ Medium "Random Image": CD-R mode 1, 24990 sectors, Ecc, created 16-07-2006. Creating new rs03i-tmp.iso image. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)* Unrecoverable sector found! +* Unrecoverable sector found! * * Sector 21077 is marked unreadable on the medium. * @@ -24,5 +24,5 @@ Read position: 0.2% (nn.nx)Read position: 0.3% * error correction data for it. Sorry for the bad news. * ... more unrecoverable sectors found ... * further messages are suppressed unless the -v option is given. -Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read, but incomplete or damaged checksums. diff --git a/regtest/database/RS03i_read_data_bad_byte b/regtest/database/RS03i_read_data_bad_byte index da90bd0..1beb8e2 100644 --- a/regtest/database/RS03i_read_data_bad_byte +++ b/regtest/database/RS03i_read_data_bad_byte @@ -12,7 +12,7 @@ Medium "Random Image": CD-R mode 1, 24990 sectors, Ecc, created 16-07-2006. Creating new rs03i-tmp.iso image. Reading CRC information from ecc data (RS03) ... done. * CRC error, sector: 0 -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx) * CRC error, sector: 1235 -Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx) * CRC error, sector: 20999 -Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) +* CRC error, sector: 1235 +* CRC error, sector: 20999 + 3 CRC errors. diff --git a/regtest/database/RS03i_read_ecc_bad_byte b/regtest/database/RS03i_read_ecc_bad_byte index 1dbf580..89e7cb5 100644 --- a/regtest/database/RS03i_read_ecc_bad_byte +++ b/regtest/database/RS03i_read_ecc_bad_byte @@ -11,5 +11,5 @@ Medium "Random Image": CD-R mode 1, 24990 sectors, Ecc, created 16-07-2006. Creating new rs03i-tmp.iso image. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. Checksums match. diff --git a/regtest/database/RS03i_read_good b/regtest/database/RS03i_read_good index 1982920..ef99e0b 100644 --- a/regtest/database/RS03i_read_good +++ b/regtest/database/RS03i_read_good @@ -11,5 +11,5 @@ Medium "Random Image": CD-R mode 1, 24990 sectors, Ecc, created 16-07-2006. Creating new rs03i-tmp.iso image. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. Checksums match. diff --git a/regtest/database/RS03i_read_good_verbose b/regtest/database/RS03i_read_good_verbose index 41bd391..3c30c35 100644 --- a/regtest/database/RS03i_read_good_verbose +++ b/regtest/database/RS03i_read_good_verbose @@ -110,6 +110,12 @@ ndata = 216 nroots = 39 (18.1%) done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx)CRC NOT created. All sectors successfully read. Checksums match. +CrcBuf contents, image path none (medium): + crcSize: 24990, dataSectors: 21000, coveredSectors: 21070, allSectors: 24990 + md5State: data_complete image_complete + data: 9503f278d4550a9507a317664481adf8 + full: 95b221fd894f6adb6f6e8d3b89583fb6 + fp sector: 16; 15c0fd35a0cfa0f83b9ccbd8604c2592 + missing crcs: 0 diff --git a/regtest/database/RS03i_read_incompatible_ecc b/regtest/database/RS03i_read_incompatible_ecc index 6b4ad32..58e0675 100644 --- a/regtest/database/RS03i_read_incompatible_ecc +++ b/regtest/database/RS03i_read_incompatible_ecc @@ -15,6 +15,6 @@ Medium "Random Image": CD-R mode 1, 24990 sectors, Ecc, created 16-07-2006. Creating new rs03i-tmp.iso image. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx) * CRC error, sector: 21000 -Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) +* CRC error, sector: 21000 + 1 CRC errors. diff --git a/regtest/database/RS03i_read_longer b/regtest/database/RS03i_read_longer index 9d2d233..a602374 100644 --- a/regtest/database/RS03i_read_longer +++ b/regtest/database/RS03i_read_longer @@ -110,6 +110,12 @@ ndata = 216 nroots = 39 (18.1%) done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx)CRC NOT created. All sectors successfully read. Checksums match. +CrcBuf contents, image path none (medium): + crcSize: 24990, dataSectors: 21000, coveredSectors: 21070, allSectors: 24990 + md5State: data_complete image_complete + data: 9503f278d4550a9507a317664481adf8 + full: 95b221fd894f6adb6f6e8d3b89583fb6 + fp sector: 16; 15c0fd35a0cfa0f83b9ccbd8604c2592 + missing crcs: 0 diff --git a/regtest/database/RS03i_read_missing_crc_sectors b/regtest/database/RS03i_read_missing_crc_sectors index 7d3ecbc..cbd14ba 100644 --- a/regtest/database/RS03i_read_missing_crc_sectors +++ b/regtest/database/RS03i_read_missing_crc_sectors @@ -11,7 +11,7 @@ Medium "Random Image": CD-R mode 1, 24990 sectors, Ecc, created 16-07-2006. Creating new rs03i-tmp.iso image. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Sector 21072, try 1: Medium Error; Unrecovered read error. +Sector 21072, try 1: Medium Error; Unrecovered read error. Sector 21072: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 21088, try 1: Medium Error; Unrecovered read error. Sector 21088: Medium Error; Unrecovered read error. Skipping 15 sectors. @@ -19,5 +19,5 @@ Sector 21104, try 1: Medium Error; Unrecovered read error. Sector 21104: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 21120, try 1: Medium Error; Unrecovered read error. Sector 21120: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + 64 unreadable sectors. diff --git a/regtest/database/RS03i_read_missing_data_sectors b/regtest/database/RS03i_read_missing_data_sectors index 1978b3c..546776d 100644 --- a/regtest/database/RS03i_read_missing_data_sectors +++ b/regtest/database/RS03i_read_missing_data_sectors @@ -11,17 +11,17 @@ Medium "Random Image": CD-R mode 1, 24990 sectors, Ecc, created 16-07-2006. Creating new rs03i-tmp.iso image. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Sector 992, try 1: Medium Error; Unrecovered read error. +Sector 992, try 1: Medium Error; Unrecovered read error. Sector 992: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 4.0% (nn.nx)Sector 1008, try 1: Medium Error; Unrecovered read error. +Sector 1008, try 1: Medium Error; Unrecovered read error. Sector 1008: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 1024, try 1: Medium Error; Unrecovered read error. Sector 1024: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 1040, try 1: Medium Error; Unrecovered read error. Sector 1040: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Sector 21216, try 1: Medium Error; Unrecovered read error. +Sector 21216, try 1: Medium Error; Unrecovered read error. Sector 21216: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Sector 22448, try 1: Medium Error; Unrecovered read error. +Sector 22448, try 1: Medium Error; Unrecovered read error. Sector 22448: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + 96 unreadable sectors. diff --git a/regtest/database/RS03i_read_missing_ecc_sectors b/regtest/database/RS03i_read_missing_ecc_sectors index 6f238e5..526a583 100644 --- a/regtest/database/RS03i_read_missing_ecc_sectors +++ b/regtest/database/RS03i_read_missing_ecc_sectors @@ -11,13 +11,13 @@ Medium "Random Image": CD-R mode 1, 24990 sectors, Ecc, created 16-07-2006. Creating new rs03i-tmp.iso image. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Sector 21200, try 1: Medium Error; Unrecovered read error. +Sector 21200, try 1: Medium Error; Unrecovered read error. Sector 21200: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Sector 21328, try 1: Medium Error; Unrecovered read error. +Sector 21328, try 1: Medium Error; Unrecovered read error. Sector 21328: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 21344, try 1: Medium Error; Unrecovered read error. Sector 21344: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 21360, try 1: Medium Error; Unrecovered read error. Sector 21360: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + 64 unreadable sectors. diff --git a/regtest/database/RS03i_read_missing_iso_header b/regtest/database/RS03i_read_missing_iso_header new file mode 100644 index 0000000..4e48a5b --- /dev/null +++ b/regtest/database/RS03i_read_missing_iso_header @@ -0,0 +1,103 @@ +9c8681ccde613b9edae6fd148d76f11b +ignore +This software comes with ABSOLUTELY NO WARRANTY. This +is free software and you are welcome to redistribute it +under the conditions of the GNU GENERAL PUBLIC LICENSE. +See the file "COPYING" for further information. +# *** OpenImageFromDevice(sim-cd) *** +# InquireDevice returned: Simulated CD drive 1.00 + +Device: sim-cd, Simulated CD drive 1.00 +# *** query_type(Simulated CD drive 1.00, 0) *** +# *** get_configuration(Simulated CD drive 1.00) *** +# 8 data len, 9 current +-> profile 9: CD-R +# trying READ DISC INFORMATION for size +# size returned is 32 +# trying READ DISC INFORMATION for real info +0000: 00 20 1e 00 00 00 00 00 00 00 00 00 00 00 00 00 . ...... ........ +0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........ +# status is 1e, disc type 0 +#CD: starting media probe +#CD: querying size of READ TOC/PMA/ATIP (for TOC) +#CD: size returned is 12 +#CD: querying real READ TOC/PMA/ATIP (for TOC) +0000: 00 0a 00 00 00 14 00 00 00 00 00 00 ........ .... +#CD: control is 0x14 +#CD: querying size of READ TOC/PMA/ATIP (for full TOC) +# Warning: Realigning length from 26 to 24 +#CD: size returned is 24 +#CD: querying real READ TOC/PMA/ATIP (for full TOC) +0000: 00 18 00 01 00 00 00 a0 00 00 00 00 00 00 00 00 ........ ........ +0010: 00 00 00 00 00 00 00 00 ........ +#CD: 1 sessions +#CD: CD medium detected, type: CD-R mode 1 +# query_type() returned. +# deciding reading strategy... +Using READ CD. +GetImageFingerprint(16): not readable + +ExamineUDF(Device: Simulated CD drive 1.00) + Examining the ISO file system... + Sector 16: unreadable + Sector 17: + Volume descriptor type = 2 + Volume descriptor version = 1 + Standard identifier = CD001 + -> supplementary volume descriptor: *skipped* + Sector 18: + Volume descriptor type = 255 + Volume descriptor version = 1 + Standard identifier = CD001 + -> volume descriptor set terminator; + end of ISO file system parsing. + Examining the UDF file system... + not yet implemented. + +# *** read_capacity(Simulated CD drive 1.00) *** + -> 24989 +ExamineECC() started +...trying RS01 +...trying RS02 +RS02Recognize: medium sim-cd +RS02Recognize: skipping exhaustive RS02 search +...trying RS03 +RS03RecognizeImage: medium sim-cd +FindRS03HeaderInImage: medium sim-cd + . NO ISO structures found! +RS03RecognizeImage: No EH, entering exhaustive search +Warning: image size set to 25000 for debugging! +.. trying layer size 98 +Scanning layers for signatures. +- layer slice 0 +** Success: sector 21070, rediscovered format with 39 roots +...augmented image found +# Calling query_size() +# *** query_size(Simulated CD drive 1.00) *** +Medium size obtained from ECC header: 24990 sectors +# returned: 24990 sectors +Medium: CD-R mode 1, 24990 sectors, Ecc. + +Creating new rs03i-tmp.iso image. +Reading CRC information from ecc data (RS03) ... Calculated layout for RS03 image: +data sectors = 21000 +data padding = 68 +layer size = 98 +total sectors = 24990 +medium capacity = 0 +header position = 21000 +first CRC sector = 21070 +first ECC sector = 21168 +ndata = 216 +nroots = 39 (18.1%) + +done. +Sector 16, try 1: Medium Error; Unrecovered read error. +Sector 16: Medium Error; Unrecovered read error. Skipping 15 sectors. + +16 unreadable sectors. +CrcBuf contents, image path none (medium): + crcSize: 24990, dataSectors: 21000, coveredSectors: 21070, allSectors: 24990 + md5State: invalid + fp sector: 16; invalid + missing crcs: 0 diff --git a/regtest/database/RS03i_read_multipass_ecc_partial_success b/regtest/database/RS03i_read_multipass_ecc_partial_success new file mode 100644 index 0000000..20fd873 --- /dev/null +++ b/regtest/database/RS03i_read_multipass_ecc_partial_success @@ -0,0 +1,1312 @@ +26a706312ac087ba5100b93c6ae83a15 +ignore +This software comes with ABSOLUTELY NO WARRANTY. This +is free software and you are welcome to redistribute it +under the conditions of the GNU GENERAL PUBLIC LICENSE. +See the file "COPYING" for further information. + +Device: sim-cd, Simulated CD drive 1.00 +Using READ CD. +Medium "Random Image": CD-R mode 1, 24990 sectors, Ecc, created 16-07-2006. + +Creating new rs03i-tmp.iso image. +Reading CRC information from ecc data (RS03) ... done. +* CRC error, sector: 10000 +Sector 15792, try 1: Medium Error; Unrecovered read error. +Sector 15792: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15808, try 1: Medium Error; Unrecovered read error. +Sector 15808: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15824, try 1: Medium Error; Unrecovered read error. +Sector 15824: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15840, try 1: Medium Error; Unrecovered read error. +Sector 15840: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15856, try 1: Medium Error; Unrecovered read error. +Sector 15856: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15872, try 1: Medium Error; Unrecovered read error. +Sector 15872: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15888, try 1: Medium Error; Unrecovered read error. +Sector 15888: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15904, try 1: Medium Error; Unrecovered read error. +Sector 15904: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15920, try 1: Medium Error; Unrecovered read error. +Sector 15920: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15936, try 1: Medium Error; Unrecovered read error. +Sector 15936: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15952, try 1: Medium Error; Unrecovered read error. +Sector 15952: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15968, try 1: Medium Error; Unrecovered read error. +Sector 15968: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 15984, try 1: Medium Error; Unrecovered read error. +Sector 15984: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16000, try 1: Medium Error; Unrecovered read error. +Sector 16000: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16016, try 1: Medium Error; Unrecovered read error. +Sector 16016: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16032, try 1: Medium Error; Unrecovered read error. +Sector 16032: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16048, try 1: Medium Error; Unrecovered read error. +Sector 16048: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16064, try 1: Medium Error; Unrecovered read error. +Sector 16064: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16080, try 1: Medium Error; Unrecovered read error. +Sector 16080: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16096, try 1: Medium Error; Unrecovered read error. +Sector 16096: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16112, try 1: Medium Error; Unrecovered read error. +Sector 16112: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16128, try 1: Medium Error; Unrecovered read error. +Sector 16128: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16144, try 1: Medium Error; Unrecovered read error. +Sector 16144: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16160, try 1: Medium Error; Unrecovered read error. +Sector 16160: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16176, try 1: Medium Error; Unrecovered read error. +Sector 16176: Medium Error; Unrecovered read error. Skipping 15 sectors. +Sector 16192, try 1: Medium Error; Unrecovered read error. +Sector 16192: Medium Error; Unrecovered read error. Skipping 15 sectors. + +Trying to complete image, reading pass 2 of 3. +Sectors 15792 - 15807: Medium Error; Unrecovered read error. +* CRC error, sector: 10000 +Sector 15800, try 1: Medium Error; Unrecovered read error. +Sector 15800: Medium Error; Unrecovered read error. +Sector 15801, try 1: Medium Error; Unrecovered read error. +Sector 15801: Medium Error; Unrecovered read error. +Sector 15802, try 1: Medium Error; Unrecovered read error. +Sector 15802: Medium Error; Unrecovered read error. +Sector 15803, try 1: Medium Error; Unrecovered read error. +Sector 15803: Medium Error; Unrecovered read error. +Sector 15804, try 1: Medium Error; Unrecovered read error. +Sector 15804: Medium Error; Unrecovered read error. +Sector 15805, try 1: Medium Error; Unrecovered read error. +Sector 15805: Medium Error; Unrecovered read error. +Sector 15806, try 1: Medium Error; Unrecovered read error. +Sector 15806: Medium Error; Unrecovered read error. +Sector 15807, try 1: Medium Error; Unrecovered read error. +Sector 15807: Medium Error; Unrecovered read error. +Sectors 15808 - 15823: Medium Error; Unrecovered read error. +Sector 15808, try 1: Medium Error; Unrecovered read error. +Sector 15808: Medium Error; Unrecovered read error. +Sector 15809, try 1: Medium Error; Unrecovered read error. +Sector 15809: Medium Error; Unrecovered read error. +Sector 15810, try 1: Medium Error; Unrecovered read error. +Sector 15810: Medium Error; Unrecovered read error. +Sector 15811, try 1: Medium Error; Unrecovered read error. +Sector 15811: Medium Error; Unrecovered read error. +Sector 15812, try 1: Medium Error; Unrecovered read error. +Sector 15812: Medium Error; Unrecovered read error. +Sector 15813, try 1: Medium Error; Unrecovered read error. +Sector 15813: Medium Error; Unrecovered read error. +Sector 15814, try 1: Medium Error; Unrecovered read error. +Sector 15814: Medium Error; Unrecovered read error. +Sector 15815, try 1: Medium Error; Unrecovered read error. +Sector 15815: Medium Error; Unrecovered read error. +Sector 15816, try 1: Medium Error; Unrecovered read error. +Sector 15816: Medium Error; Unrecovered read error. +Sector 15817, try 1: Medium Error; Unrecovered read error. +Sector 15817: Medium Error; Unrecovered read error. +Sector 15818, try 1: Medium Error; Unrecovered read error. +Sector 15818: Medium Error; Unrecovered read error. +Sector 15819, try 1: Medium Error; Unrecovered read error. +Sector 15819: Medium Error; Unrecovered read error. +Sector 15820, try 1: Medium Error; Unrecovered read error. +Sector 15820: Medium Error; Unrecovered read error. +Sector 15821, try 1: Medium Error; Unrecovered read error. +Sector 15821: Medium Error; Unrecovered read error. +Sector 15822, try 1: Medium Error; Unrecovered read error. +Sector 15822: Medium Error; Unrecovered read error. +Sector 15823, try 1: Medium Error; Unrecovered read error. +Sector 15823: Medium Error; Unrecovered read error. +Sectors 15824 - 15839: Medium Error; Unrecovered read error. +Sector 15824, try 1: Medium Error; Unrecovered read error. +Sector 15824: Medium Error; Unrecovered read error. +Sector 15825, try 1: Medium Error; Unrecovered read error. +Sector 15825: Medium Error; Unrecovered read error. +Sector 15826, try 1: Medium Error; Unrecovered read error. +Sector 15826: Medium Error; Unrecovered read error. +Sector 15827, try 1: Medium Error; Unrecovered read error. +Sector 15827: Medium Error; Unrecovered read error. +Sector 15828, try 1: Medium Error; Unrecovered read error. +Sector 15828: Medium Error; Unrecovered read error. +Sector 15829, try 1: Medium Error; Unrecovered read error. +Sector 15829: Medium Error; Unrecovered read error. +Sector 15830, try 1: Medium Error; Unrecovered read error. +Sector 15830: Medium Error; Unrecovered read error. +Sector 15831, try 1: Medium Error; Unrecovered read error. +Sector 15831: Medium Error; Unrecovered read error. +Sector 15832, try 1: Medium Error; Unrecovered read error. +Sector 15832: Medium Error; Unrecovered read error. +Sector 15833, try 1: Medium Error; Unrecovered read error. +Sector 15833: Medium Error; Unrecovered read error. +Sector 15834, try 1: Medium Error; Unrecovered read error. +Sector 15834: Medium Error; Unrecovered read error. +Sector 15835, try 1: Medium Error; Unrecovered read error. +Sector 15835: Medium Error; Unrecovered read error. +Sector 15836, try 1: Medium Error; Unrecovered read error. +Sector 15836: Medium Error; Unrecovered read error. +Sector 15837, try 1: Medium Error; Unrecovered read error. +Sector 15837: Medium Error; Unrecovered read error. +Sector 15838, try 1: Medium Error; Unrecovered read error. +Sector 15838: Medium Error; Unrecovered read error. +Sector 15839, try 1: Medium Error; Unrecovered read error. +Sector 15839: Medium Error; Unrecovered read error. +Sectors 15840 - 15855: Medium Error; Unrecovered read error. +Sector 15840, try 1: Medium Error; Unrecovered read error. +Sector 15840: Medium Error; Unrecovered read error. +Sector 15841, try 1: Medium Error; Unrecovered read error. +Sector 15841: Medium Error; Unrecovered read error. +Sector 15842, try 1: Medium Error; Unrecovered read error. +Sector 15842: Medium Error; Unrecovered read error. +Sector 15843, try 1: Medium Error; Unrecovered read error. +Sector 15843: Medium Error; Unrecovered read error. +Sector 15844, try 1: Medium Error; Unrecovered read error. +Sector 15844: Medium Error; Unrecovered read error. +Sector 15845, try 1: Medium Error; Unrecovered read error. +Sector 15845: Medium Error; Unrecovered read error. +Sector 15846, try 1: Medium Error; Unrecovered read error. +Sector 15846: Medium Error; Unrecovered read error. +Sector 15847, try 1: Medium Error; Unrecovered read error. +Sector 15847: Medium Error; Unrecovered read error. +Sector 15848, try 1: Medium Error; Unrecovered read error. +Sector 15848: Medium Error; Unrecovered read error. +Sector 15849, try 1: Medium Error; Unrecovered read error. +Sector 15849: Medium Error; Unrecovered read error. +Sector 15850, try 1: Medium Error; Unrecovered read error. +Sector 15850: Medium Error; Unrecovered read error. +Sector 15851, try 1: Medium Error; Unrecovered read error. +Sector 15851: Medium Error; Unrecovered read error. +Sector 15852, try 1: Medium Error; Unrecovered read error. +Sector 15852: Medium Error; Unrecovered read error. +Sector 15853, try 1: Medium Error; Unrecovered read error. +Sector 15853: Medium Error; Unrecovered read error. +Sector 15854, try 1: Medium Error; Unrecovered read error. +Sector 15854: Medium Error; Unrecovered read error. +Sector 15855, try 1: Medium Error; Unrecovered read error. +Sector 15855: Medium Error; Unrecovered read error. +Sectors 15856 - 15871: Medium Error; Unrecovered read error. +Sector 15856, try 1: Medium Error; Unrecovered read error. +Sector 15856: Medium Error; Unrecovered read error. +Sector 15857, try 1: Medium Error; Unrecovered read error. +Sector 15857: Medium Error; Unrecovered read error. +Sector 15858, try 1: Medium Error; Unrecovered read error. +Sector 15858: Medium Error; Unrecovered read error. +Sector 15859, try 1: Medium Error; Unrecovered read error. +Sector 15859: Medium Error; Unrecovered read error. +Sector 15860, try 1: Medium Error; Unrecovered read error. +Sector 15860: Medium Error; Unrecovered read error. +Sector 15861, try 1: Medium Error; Unrecovered read error. +Sector 15861: Medium Error; Unrecovered read error. +Sector 15862, try 1: Medium Error; Unrecovered read error. +Sector 15862: Medium Error; Unrecovered read error. +Sector 15863, try 1: Medium Error; Unrecovered read error. +Sector 15863: Medium Error; Unrecovered read error. +Sector 15864, try 1: Medium Error; Unrecovered read error. +Sector 15864: Medium Error; Unrecovered read error. +Sector 15865, try 1: Medium Error; Unrecovered read error. +Sector 15865: Medium Error; Unrecovered read error. +Sector 15866, try 1: Medium Error; Unrecovered read error. +Sector 15866: Medium Error; Unrecovered read error. +Sector 15867, try 1: Medium Error; Unrecovered read error. +Sector 15867: Medium Error; Unrecovered read error. +Sector 15868, try 1: Medium Error; Unrecovered read error. +Sector 15868: Medium Error; Unrecovered read error. +Sector 15869, try 1: Medium Error; Unrecovered read error. +Sector 15869: Medium Error; Unrecovered read error. +Sector 15870, try 1: Medium Error; Unrecovered read error. +Sector 15870: Medium Error; Unrecovered read error. +Sector 15871, try 1: Medium Error; Unrecovered read error. +Sector 15871: Medium Error; Unrecovered read error. +Sectors 15872 - 15887: Medium Error; Unrecovered read error. +Sector 15872, try 1: Medium Error; Unrecovered read error. +Sector 15872: Medium Error; Unrecovered read error. +Sector 15873, try 1: Medium Error; Unrecovered read error. +Sector 15873: Medium Error; Unrecovered read error. +Sector 15874, try 1: Medium Error; Unrecovered read error. +Sector 15874: Medium Error; Unrecovered read error. +Sector 15875, try 1: Medium Error; Unrecovered read error. +Sector 15875: Medium Error; Unrecovered read error. +Sector 15876, try 1: Medium Error; Unrecovered read error. +Sector 15876: Medium Error; Unrecovered read error. +Sector 15877, try 1: Medium Error; Unrecovered read error. +Sector 15877: Medium Error; Unrecovered read error. +Sector 15878, try 1: Medium Error; Unrecovered read error. +Sector 15878: Medium Error; Unrecovered read error. +Sector 15879, try 1: Medium Error; Unrecovered read error. +Sector 15879: Medium Error; Unrecovered read error. +Sector 15880, try 1: Medium Error; Unrecovered read error. +Sector 15880: Medium Error; Unrecovered read error. +Sector 15881, try 1: Medium Error; Unrecovered read error. +Sector 15881: Medium Error; Unrecovered read error. +Sector 15882, try 1: Medium Error; Unrecovered read error. +Sector 15882: Medium Error; Unrecovered read error. +Sector 15883, try 1: Medium Error; Unrecovered read error. +Sector 15883: Medium Error; Unrecovered read error. +Sector 15884, try 1: Medium Error; Unrecovered read error. +Sector 15884: Medium Error; Unrecovered read error. +Sector 15885, try 1: Medium Error; Unrecovered read error. +Sector 15885: Medium Error; Unrecovered read error. +Sector 15886, try 1: Medium Error; Unrecovered read error. +Sector 15886: Medium Error; Unrecovered read error. +Sector 15887, try 1: Medium Error; Unrecovered read error. +Sector 15887: Medium Error; Unrecovered read error. +Sectors 15888 - 15903: Medium Error; Unrecovered read error. +Sector 15888, try 1: Medium Error; Unrecovered read error. +Sector 15888: Medium Error; Unrecovered read error. +Sector 15889, try 1: Medium Error; Unrecovered read error. +Sector 15889: Medium Error; Unrecovered read error. +Sector 15890, try 1: Medium Error; Unrecovered read error. +Sector 15890: Medium Error; Unrecovered read error. +Sector 15891, try 1: Medium Error; Unrecovered read error. +Sector 15891: Medium Error; Unrecovered read error. +Sector 15892, try 1: Medium Error; Unrecovered read error. +Sector 15892: Medium Error; Unrecovered read error. +Sector 15893, try 1: Medium Error; Unrecovered read error. +Sector 15893: Medium Error; Unrecovered read error. +Sector 15894, try 1: Medium Error; Unrecovered read error. +Sector 15894: Medium Error; Unrecovered read error. +Sector 15895, try 1: Medium Error; Unrecovered read error. +Sector 15895: Medium Error; Unrecovered read error. +Sector 15896, try 1: Medium Error; Unrecovered read error. +Sector 15896: Medium Error; Unrecovered read error. +Sector 15897, try 1: Medium Error; Unrecovered read error. +Sector 15897: Medium Error; Unrecovered read error. +Sector 15898, try 1: Medium Error; Unrecovered read error. +Sector 15898: Medium Error; Unrecovered read error. +Sector 15899, try 1: Medium Error; Unrecovered read error. +Sector 15899: Medium Error; Unrecovered read error. +Sector 15900, try 1: Medium Error; Unrecovered read error. +Sector 15900: Medium Error; Unrecovered read error. +Sector 15901, try 1: Medium Error; Unrecovered read error. +Sector 15901: Medium Error; Unrecovered read error. +Sector 15902, try 1: Medium Error; Unrecovered read error. +Sector 15902: Medium Error; Unrecovered read error. +Sector 15903, try 1: Medium Error; Unrecovered read error. +Sector 15903: Medium Error; Unrecovered read error. +Sectors 15904 - 15919: Medium Error; Unrecovered read error. +Sector 15904, try 1: Medium Error; Unrecovered read error. +Sector 15904: Medium Error; Unrecovered read error. +Sector 15905, try 1: Medium Error; Unrecovered read error. +Sector 15905: Medium Error; Unrecovered read error. +Sector 15906, try 1: Medium Error; Unrecovered read error. +Sector 15906: Medium Error; Unrecovered read error. +Sector 15907, try 1: Medium Error; Unrecovered read error. +Sector 15907: Medium Error; Unrecovered read error. +Sector 15908, try 1: Medium Error; Unrecovered read error. +Sector 15908: Medium Error; Unrecovered read error. +Sector 15909, try 1: Medium Error; Unrecovered read error. +Sector 15909: Medium Error; Unrecovered read error. +Sector 15910, try 1: Medium Error; Unrecovered read error. +Sector 15910: Medium Error; Unrecovered read error. +Sector 15911, try 1: Medium Error; Unrecovered read error. +Sector 15911: Medium Error; Unrecovered read error. +Sector 15912, try 1: Medium Error; Unrecovered read error. +Sector 15912: Medium Error; Unrecovered read error. +Sector 15913, try 1: Medium Error; Unrecovered read error. +Sector 15913: Medium Error; Unrecovered read error. +Sector 15914, try 1: Medium Error; Unrecovered read error. +Sector 15914: Medium Error; Unrecovered read error. +Sector 15915, try 1: Medium Error; Unrecovered read error. +Sector 15915: Medium Error; Unrecovered read error. +Sector 15916, try 1: Medium Error; Unrecovered read error. +Sector 15916: Medium Error; Unrecovered read error. +Sector 15917, try 1: Medium Error; Unrecovered read error. +Sector 15917: Medium Error; Unrecovered read error. +Sector 15918, try 1: Medium Error; Unrecovered read error. +Sector 15918: Medium Error; Unrecovered read error. +Sector 15919, try 1: Medium Error; Unrecovered read error. +Sector 15919: Medium Error; Unrecovered read error. +Sectors 15920 - 15935: Medium Error; Unrecovered read error. +Sector 15920, try 1: Medium Error; Unrecovered read error. +Sector 15920: Medium Error; Unrecovered read error. +Sector 15921, try 1: Medium Error; Unrecovered read error. +Sector 15921: Medium Error; Unrecovered read error. +Sector 15922, try 1: Medium Error; Unrecovered read error. +Sector 15922: Medium Error; Unrecovered read error. +Sector 15923, try 1: Medium Error; Unrecovered read error. +Sector 15923: Medium Error; Unrecovered read error. +Sector 15924, try 1: Medium Error; Unrecovered read error. +Sector 15924: Medium Error; Unrecovered read error. +Sector 15925, try 1: Medium Error; Unrecovered read error. +Sector 15925: Medium Error; Unrecovered read error. +Sector 15926, try 1: Medium Error; Unrecovered read error. +Sector 15926: Medium Error; Unrecovered read error. +Sector 15927, try 1: Medium Error; Unrecovered read error. +Sector 15927: Medium Error; Unrecovered read error. +Sector 15928, try 1: Medium Error; Unrecovered read error. +Sector 15928: Medium Error; Unrecovered read error. +Sector 15929, try 1: Medium Error; Unrecovered read error. +Sector 15929: Medium Error; Unrecovered read error. +Sector 15930, try 1: Medium Error; Unrecovered read error. +Sector 15930: Medium Error; Unrecovered read error. +Sector 15931, try 1: Medium Error; Unrecovered read error. +Sector 15931: Medium Error; Unrecovered read error. +Sector 15932, try 1: Medium Error; Unrecovered read error. +Sector 15932: Medium Error; Unrecovered read error. +Sector 15933, try 1: Medium Error; Unrecovered read error. +Sector 15933: Medium Error; Unrecovered read error. +Sector 15934, try 1: Medium Error; Unrecovered read error. +Sector 15934: Medium Error; Unrecovered read error. +Sector 15935, try 1: Medium Error; Unrecovered read error. +Sector 15935: Medium Error; Unrecovered read error. +Sectors 15936 - 15951: Medium Error; Unrecovered read error. +Sector 15936, try 1: Medium Error; Unrecovered read error. +Sector 15936: Medium Error; Unrecovered read error. +Sector 15937, try 1: Medium Error; Unrecovered read error. +Sector 15937: Medium Error; Unrecovered read error. +Sector 15938, try 1: Medium Error; Unrecovered read error. +Sector 15938: Medium Error; Unrecovered read error. +Sector 15939, try 1: Medium Error; Unrecovered read error. +Sector 15939: Medium Error; Unrecovered read error. +Sector 15940, try 1: Medium Error; Unrecovered read error. +Sector 15940: Medium Error; Unrecovered read error. +Sector 15941, try 1: Medium Error; Unrecovered read error. +Sector 15941: Medium Error; Unrecovered read error. +Sector 15942, try 1: Medium Error; Unrecovered read error. +Sector 15942: Medium Error; Unrecovered read error. +Sector 15943, try 1: Medium Error; Unrecovered read error. +Sector 15943: Medium Error; Unrecovered read error. +Sector 15944, try 1: Medium Error; Unrecovered read error. +Sector 15944: Medium Error; Unrecovered read error. +Sector 15945, try 1: Medium Error; Unrecovered read error. +Sector 15945: Medium Error; Unrecovered read error. +Sector 15946, try 1: Medium Error; Unrecovered read error. +Sector 15946: Medium Error; Unrecovered read error. +Sector 15947, try 1: Medium Error; Unrecovered read error. +Sector 15947: Medium Error; Unrecovered read error. +Sector 15948, try 1: Medium Error; Unrecovered read error. +Sector 15948: Medium Error; Unrecovered read error. +Sector 15949, try 1: Medium Error; Unrecovered read error. +Sector 15949: Medium Error; Unrecovered read error. +Sector 15950, try 1: Medium Error; Unrecovered read error. +Sector 15950: Medium Error; Unrecovered read error. +Sector 15951, try 1: Medium Error; Unrecovered read error. +Sector 15951: Medium Error; Unrecovered read error. +Sectors 15952 - 15967: Medium Error; Unrecovered read error. +Sector 15952, try 1: Medium Error; Unrecovered read error. +Sector 15952: Medium Error; Unrecovered read error. +Sector 15953, try 1: Medium Error; Unrecovered read error. +Sector 15953: Medium Error; Unrecovered read error. +Sector 15954, try 1: Medium Error; Unrecovered read error. +Sector 15954: Medium Error; Unrecovered read error. +Sector 15955, try 1: Medium Error; Unrecovered read error. +Sector 15955: Medium Error; Unrecovered read error. +Sector 15956, try 1: Medium Error; Unrecovered read error. +Sector 15956: Medium Error; Unrecovered read error. +Sector 15957, try 1: Medium Error; Unrecovered read error. +Sector 15957: Medium Error; Unrecovered read error. +Sector 15958, try 1: Medium Error; Unrecovered read error. +Sector 15958: Medium Error; Unrecovered read error. +Sector 15959, try 1: Medium Error; Unrecovered read error. +Sector 15959: Medium Error; Unrecovered read error. +Sector 15960, try 1: Medium Error; Unrecovered read error. +Sector 15960: Medium Error; Unrecovered read error. +Sector 15961, try 1: Medium Error; Unrecovered read error. +Sector 15961: Medium Error; Unrecovered read error. +Sector 15962, try 1: Medium Error; Unrecovered read error. +Sector 15962: Medium Error; Unrecovered read error. +Sector 15963, try 1: Medium Error; Unrecovered read error. +Sector 15963: Medium Error; Unrecovered read error. +Sector 15964, try 1: Medium Error; Unrecovered read error. +Sector 15964: Medium Error; Unrecovered read error. +Sector 15965, try 1: Medium Error; Unrecovered read error. +Sector 15965: Medium Error; Unrecovered read error. +Sector 15966, try 1: Medium Error; Unrecovered read error. +Sector 15966: Medium Error; Unrecovered read error. +Sector 15967, try 1: Medium Error; Unrecovered read error. +Sector 15967: Medium Error; Unrecovered read error. +Sectors 15968 - 15983: Medium Error; Unrecovered read error. +Sector 15968, try 1: Medium Error; Unrecovered read error. +Sector 15968: Medium Error; Unrecovered read error. +Sector 15969, try 1: Medium Error; Unrecovered read error. +Sector 15969: Medium Error; Unrecovered read error. +Sector 15970, try 1: Medium Error; Unrecovered read error. +Sector 15970: Medium Error; Unrecovered read error. +Sector 15971, try 1: Medium Error; Unrecovered read error. +Sector 15971: Medium Error; Unrecovered read error. +Sector 15972, try 1: Medium Error; Unrecovered read error. +Sector 15972: Medium Error; Unrecovered read error. +Sector 15973, try 1: Medium Error; Unrecovered read error. +Sector 15973: Medium Error; Unrecovered read error. +Sector 15974, try 1: Medium Error; Unrecovered read error. +Sector 15974: Medium Error; Unrecovered read error. +Sector 15975, try 1: Medium Error; Unrecovered read error. +Sector 15975: Medium Error; Unrecovered read error. +Sector 15976, try 1: Medium Error; Unrecovered read error. +Sector 15976: Medium Error; Unrecovered read error. +Sector 15977, try 1: Medium Error; Unrecovered read error. +Sector 15977: Medium Error; Unrecovered read error. +Sector 15978, try 1: Medium Error; Unrecovered read error. +Sector 15978: Medium Error; Unrecovered read error. +Sector 15979, try 1: Medium Error; Unrecovered read error. +Sector 15979: Medium Error; Unrecovered read error. +Sector 15980, try 1: Medium Error; Unrecovered read error. +Sector 15980: Medium Error; Unrecovered read error. +Sector 15981, try 1: Medium Error; Unrecovered read error. +Sector 15981: Medium Error; Unrecovered read error. +Sector 15982, try 1: Medium Error; Unrecovered read error. +Sector 15982: Medium Error; Unrecovered read error. +Sector 15983, try 1: Medium Error; Unrecovered read error. +Sector 15983: Medium Error; Unrecovered read error. +Sectors 15984 - 15999: Medium Error; Unrecovered read error. +Sector 15984, try 1: Medium Error; Unrecovered read error. +Sector 15984: Medium Error; Unrecovered read error. +Sector 15985, try 1: Medium Error; Unrecovered read error. +Sector 15985: Medium Error; Unrecovered read error. +Sector 15986, try 1: Medium Error; Unrecovered read error. +Sector 15986: Medium Error; Unrecovered read error. +Sector 15987, try 1: Medium Error; Unrecovered read error. +Sector 15987: Medium Error; Unrecovered read error. +Sector 15988, try 1: Medium Error; Unrecovered read error. +Sector 15988: Medium Error; Unrecovered read error. +Sector 15989, try 1: Medium Error; Unrecovered read error. +Sector 15989: Medium Error; Unrecovered read error. +Sector 15990, try 1: Medium Error; Unrecovered read error. +Sector 15990: Medium Error; Unrecovered read error. +Sector 15991, try 1: Medium Error; Unrecovered read error. +Sector 15991: Medium Error; Unrecovered read error. +Sector 15992, try 1: Medium Error; Unrecovered read error. +Sector 15992: Medium Error; Unrecovered read error. +Sector 15993, try 1: Medium Error; Unrecovered read error. +Sector 15993: Medium Error; Unrecovered read error. +Sector 15994, try 1: Medium Error; Unrecovered read error. +Sector 15994: Medium Error; Unrecovered read error. +Sector 15995, try 1: Medium Error; Unrecovered read error. +Sector 15995: Medium Error; Unrecovered read error. +Sector 15996, try 1: Medium Error; Unrecovered read error. +Sector 15996: Medium Error; Unrecovered read error. +Sector 15997, try 1: Medium Error; Unrecovered read error. +Sector 15997: Medium Error; Unrecovered read error. +Sector 15998, try 1: Medium Error; Unrecovered read error. +Sector 15998: Medium Error; Unrecovered read error. +Sector 15999, try 1: Medium Error; Unrecovered read error. +Sector 15999: Medium Error; Unrecovered read error. +Sectors 16000 - 16015: Medium Error; Unrecovered read error. +Sector 16000, try 1: Medium Error; Unrecovered read error. +Sector 16000: Medium Error; Unrecovered read error. +Sector 16001, try 1: Medium Error; Unrecovered read error. +Sector 16001: Medium Error; Unrecovered read error. +Sector 16002, try 1: Medium Error; Unrecovered read error. +Sector 16002: Medium Error; Unrecovered read error. +Sector 16003, try 1: Medium Error; Unrecovered read error. +Sector 16003: Medium Error; Unrecovered read error. +Sector 16004, try 1: Medium Error; Unrecovered read error. +Sector 16004: Medium Error; Unrecovered read error. +Sector 16005, try 1: Medium Error; Unrecovered read error. +Sector 16005: Medium Error; Unrecovered read error. +Sector 16006, try 1: Medium Error; Unrecovered read error. +Sector 16006: Medium Error; Unrecovered read error. +Sector 16007, try 1: Medium Error; Unrecovered read error. +Sector 16007: Medium Error; Unrecovered read error. +Sector 16008, try 1: Medium Error; Unrecovered read error. +Sector 16008: Medium Error; Unrecovered read error. +Sector 16009, try 1: Medium Error; Unrecovered read error. +Sector 16009: Medium Error; Unrecovered read error. +Sector 16010, try 1: Medium Error; Unrecovered read error. +Sector 16010: Medium Error; Unrecovered read error. +Sector 16011, try 1: Medium Error; Unrecovered read error. +Sector 16011: Medium Error; Unrecovered read error. +Sector 16012, try 1: Medium Error; Unrecovered read error. +Sector 16012: Medium Error; Unrecovered read error. +Sector 16013, try 1: Medium Error; Unrecovered read error. +Sector 16013: Medium Error; Unrecovered read error. +Sector 16014, try 1: Medium Error; Unrecovered read error. +Sector 16014: Medium Error; Unrecovered read error. +Sector 16015, try 1: Medium Error; Unrecovered read error. +Sector 16015: Medium Error; Unrecovered read error. +Sectors 16016 - 16031: Medium Error; Unrecovered read error. +Sector 16016, try 1: Medium Error; Unrecovered read error. +Sector 16016: Medium Error; Unrecovered read error. +Sector 16017, try 1: Medium Error; Unrecovered read error. +Sector 16017: Medium Error; Unrecovered read error. +Sector 16018, try 1: Medium Error; Unrecovered read error. +Sector 16018: Medium Error; Unrecovered read error. +Sector 16019, try 1: Medium Error; Unrecovered read error. +Sector 16019: Medium Error; Unrecovered read error. +Sector 16020, try 1: Medium Error; Unrecovered read error. +Sector 16020: Medium Error; Unrecovered read error. +Sector 16021, try 1: Medium Error; Unrecovered read error. +Sector 16021: Medium Error; Unrecovered read error. +Sector 16022, try 1: Medium Error; Unrecovered read error. +Sector 16022: Medium Error; Unrecovered read error. +Sector 16023, try 1: Medium Error; Unrecovered read error. +Sector 16023: Medium Error; Unrecovered read error. +Sector 16024, try 1: Medium Error; Unrecovered read error. +Sector 16024: Medium Error; Unrecovered read error. +Sector 16025, try 1: Medium Error; Unrecovered read error. +Sector 16025: Medium Error; Unrecovered read error. +Sector 16026, try 1: Medium Error; Unrecovered read error. +Sector 16026: Medium Error; Unrecovered read error. +Sector 16027, try 1: Medium Error; Unrecovered read error. +Sector 16027: Medium Error; Unrecovered read error. +Sector 16028, try 1: Medium Error; Unrecovered read error. +Sector 16028: Medium Error; Unrecovered read error. +Sector 16029, try 1: Medium Error; Unrecovered read error. +Sector 16029: Medium Error; Unrecovered read error. +Sector 16030, try 1: Medium Error; Unrecovered read error. +Sector 16030: Medium Error; Unrecovered read error. +Sector 16031, try 1: Medium Error; Unrecovered read error. +Sector 16031: Medium Error; Unrecovered read error. +Sectors 16032 - 16047: Medium Error; Unrecovered read error. +Sector 16032, try 1: Medium Error; Unrecovered read error. +Sector 16032: Medium Error; Unrecovered read error. +Sector 16033, try 1: Medium Error; Unrecovered read error. +Sector 16033: Medium Error; Unrecovered read error. +Sector 16034, try 1: Medium Error; Unrecovered read error. +Sector 16034: Medium Error; Unrecovered read error. +Sector 16035, try 1: Medium Error; Unrecovered read error. +Sector 16035: Medium Error; Unrecovered read error. +Sector 16036, try 1: Medium Error; Unrecovered read error. +Sector 16036: Medium Error; Unrecovered read error. +Sector 16037, try 1: Medium Error; Unrecovered read error. +Sector 16037: Medium Error; Unrecovered read error. +Sector 16038, try 1: Medium Error; Unrecovered read error. +Sector 16038: Medium Error; Unrecovered read error. +Sector 16039, try 1: Medium Error; Unrecovered read error. +Sector 16039: Medium Error; Unrecovered read error. +Sector 16040, try 1: Medium Error; Unrecovered read error. +Sector 16040: Medium Error; Unrecovered read error. +Sector 16041, try 1: Medium Error; Unrecovered read error. +Sector 16041: Medium Error; Unrecovered read error. +Sector 16042, try 1: Medium Error; Unrecovered read error. +Sector 16042: Medium Error; Unrecovered read error. +Sector 16043, try 1: Medium Error; Unrecovered read error. +Sector 16043: Medium Error; Unrecovered read error. +Sector 16044, try 1: Medium Error; Unrecovered read error. +Sector 16044: Medium Error; Unrecovered read error. +Sector 16045, try 1: Medium Error; Unrecovered read error. +Sector 16045: Medium Error; Unrecovered read error. +Sector 16046, try 1: Medium Error; Unrecovered read error. +Sector 16046: Medium Error; Unrecovered read error. +Sector 16047, try 1: Medium Error; Unrecovered read error. +Sector 16047: Medium Error; Unrecovered read error. +Sectors 16048 - 16063: Medium Error; Unrecovered read error. +Sector 16048, try 1: Medium Error; Unrecovered read error. +Sector 16048: Medium Error; Unrecovered read error. +Sector 16049, try 1: Medium Error; Unrecovered read error. +Sector 16049: Medium Error; Unrecovered read error. +Sector 16050, try 1: Medium Error; Unrecovered read error. +Sector 16050: Medium Error; Unrecovered read error. +Sector 16051, try 1: Medium Error; Unrecovered read error. +Sector 16051: Medium Error; Unrecovered read error. +Sector 16052, try 1: Medium Error; Unrecovered read error. +Sector 16052: Medium Error; Unrecovered read error. +Sector 16053, try 1: Medium Error; Unrecovered read error. +Sector 16053: Medium Error; Unrecovered read error. +Sector 16054, try 1: Medium Error; Unrecovered read error. +Sector 16054: Medium Error; Unrecovered read error. +Sector 16055, try 1: Medium Error; Unrecovered read error. +Sector 16055: Medium Error; Unrecovered read error. +Sector 16056, try 1: Medium Error; Unrecovered read error. +Sector 16056: Medium Error; Unrecovered read error. +Sector 16057, try 1: Medium Error; Unrecovered read error. +Sector 16057: Medium Error; Unrecovered read error. +Sector 16058, try 1: Medium Error; Unrecovered read error. +Sector 16058: Medium Error; Unrecovered read error. +Sector 16059, try 1: Medium Error; Unrecovered read error. +Sector 16059: Medium Error; Unrecovered read error. +Sector 16060, try 1: Medium Error; Unrecovered read error. +Sector 16060: Medium Error; Unrecovered read error. +Sector 16061, try 1: Medium Error; Unrecovered read error. +Sector 16061: Medium Error; Unrecovered read error. +Sector 16062, try 1: Medium Error; Unrecovered read error. +Sector 16062: Medium Error; Unrecovered read error. +Sector 16063, try 1: Medium Error; Unrecovered read error. +Sector 16063: Medium Error; Unrecovered read error. +Sectors 16064 - 16079: Medium Error; Unrecovered read error. +Sector 16064, try 1: Medium Error; Unrecovered read error. +Sector 16064: Medium Error; Unrecovered read error. +Sector 16065, try 1: Medium Error; Unrecovered read error. +Sector 16065: Medium Error; Unrecovered read error. +Sector 16066, try 1: Medium Error; Unrecovered read error. +Sector 16066: Medium Error; Unrecovered read error. +Sector 16067, try 1: Medium Error; Unrecovered read error. +Sector 16067: Medium Error; Unrecovered read error. +Sector 16068, try 1: Medium Error; Unrecovered read error. +Sector 16068: Medium Error; Unrecovered read error. +Sector 16069, try 1: Medium Error; Unrecovered read error. +Sector 16069: Medium Error; Unrecovered read error. +Sector 16070, try 1: Medium Error; Unrecovered read error. +Sector 16070: Medium Error; Unrecovered read error. +Sector 16071, try 1: Medium Error; Unrecovered read error. +Sector 16071: Medium Error; Unrecovered read error. +Sector 16072, try 1: Medium Error; Unrecovered read error. +Sector 16072: Medium Error; Unrecovered read error. +Sector 16073, try 1: Medium Error; Unrecovered read error. +Sector 16073: Medium Error; Unrecovered read error. +Sector 16074, try 1: Medium Error; Unrecovered read error. +Sector 16074: Medium Error; Unrecovered read error. +Sector 16075, try 1: Medium Error; Unrecovered read error. +Sector 16075: Medium Error; Unrecovered read error. +Sector 16076, try 1: Medium Error; Unrecovered read error. +Sector 16076: Medium Error; Unrecovered read error. +Sector 16077, try 1: Medium Error; Unrecovered read error. +Sector 16077: Medium Error; Unrecovered read error. +Sector 16078, try 1: Medium Error; Unrecovered read error. +Sector 16078: Medium Error; Unrecovered read error. +Sector 16079, try 1: Medium Error; Unrecovered read error. +Sector 16079: Medium Error; Unrecovered read error. +Sectors 16080 - 16095: Medium Error; Unrecovered read error. +Sector 16080, try 1: Medium Error; Unrecovered read error. +Sector 16080: Medium Error; Unrecovered read error. +Sector 16081, try 1: Medium Error; Unrecovered read error. +Sector 16081: Medium Error; Unrecovered read error. +Sector 16082, try 1: Medium Error; Unrecovered read error. +Sector 16082: Medium Error; Unrecovered read error. +Sector 16083, try 1: Medium Error; Unrecovered read error. +Sector 16083: Medium Error; Unrecovered read error. +Sector 16084, try 1: Medium Error; Unrecovered read error. +Sector 16084: Medium Error; Unrecovered read error. +Sector 16085, try 1: Medium Error; Unrecovered read error. +Sector 16085: Medium Error; Unrecovered read error. +Sector 16086, try 1: Medium Error; Unrecovered read error. +Sector 16086: Medium Error; Unrecovered read error. +Sector 16087, try 1: Medium Error; Unrecovered read error. +Sector 16087: Medium Error; Unrecovered read error. +Sector 16088, try 1: Medium Error; Unrecovered read error. +Sector 16088: Medium Error; Unrecovered read error. +Sector 16089, try 1: Medium Error; Unrecovered read error. +Sector 16089: Medium Error; Unrecovered read error. +Sector 16090, try 1: Medium Error; Unrecovered read error. +Sector 16090: Medium Error; Unrecovered read error. +Sector 16091, try 1: Medium Error; Unrecovered read error. +Sector 16091: Medium Error; Unrecovered read error. +Sector 16092, try 1: Medium Error; Unrecovered read error. +Sector 16092: Medium Error; Unrecovered read error. +Sector 16093, try 1: Medium Error; Unrecovered read error. +Sector 16093: Medium Error; Unrecovered read error. +Sector 16094, try 1: Medium Error; Unrecovered read error. +Sector 16094: Medium Error; Unrecovered read error. +Sector 16095, try 1: Medium Error; Unrecovered read error. +Sector 16095: Medium Error; Unrecovered read error. +Sectors 16096 - 16111: Medium Error; Unrecovered read error. +Sector 16096, try 1: Medium Error; Unrecovered read error. +Sector 16096: Medium Error; Unrecovered read error. +Sector 16097, try 1: Medium Error; Unrecovered read error. +Sector 16097: Medium Error; Unrecovered read error. +Sector 16098, try 1: Medium Error; Unrecovered read error. +Sector 16098: Medium Error; Unrecovered read error. +Sector 16099, try 1: Medium Error; Unrecovered read error. +Sector 16099: Medium Error; Unrecovered read error. +Sector 16100, try 1: Medium Error; Unrecovered read error. +Sector 16100: Medium Error; Unrecovered read error. +Sector 16101, try 1: Medium Error; Unrecovered read error. +Sector 16101: Medium Error; Unrecovered read error. +Sector 16102, try 1: Medium Error; Unrecovered read error. +Sector 16102: Medium Error; Unrecovered read error. +Sector 16103, try 1: Medium Error; Unrecovered read error. +Sector 16103: Medium Error; Unrecovered read error. +Sector 16104, try 1: Medium Error; Unrecovered read error. +Sector 16104: Medium Error; Unrecovered read error. +Sector 16105, try 1: Medium Error; Unrecovered read error. +Sector 16105: Medium Error; Unrecovered read error. +Sector 16106, try 1: Medium Error; Unrecovered read error. +Sector 16106: Medium Error; Unrecovered read error. +Sector 16107, try 1: Medium Error; Unrecovered read error. +Sector 16107: Medium Error; Unrecovered read error. +Sector 16108, try 1: Medium Error; Unrecovered read error. +Sector 16108: Medium Error; Unrecovered read error. +Sector 16109, try 1: Medium Error; Unrecovered read error. +Sector 16109: Medium Error; Unrecovered read error. +Sector 16110, try 1: Medium Error; Unrecovered read error. +Sector 16110: Medium Error; Unrecovered read error. +Sector 16111, try 1: Medium Error; Unrecovered read error. +Sector 16111: Medium Error; Unrecovered read error. +Sectors 16112 - 16127: Medium Error; Unrecovered read error. +Sector 16112, try 1: Medium Error; Unrecovered read error. +Sector 16112: Medium Error; Unrecovered read error. +Sector 16113, try 1: Medium Error; Unrecovered read error. +Sector 16113: Medium Error; Unrecovered read error. +Sector 16114, try 1: Medium Error; Unrecovered read error. +Sector 16114: Medium Error; Unrecovered read error. +Sector 16115, try 1: Medium Error; Unrecovered read error. +Sector 16115: Medium Error; Unrecovered read error. +Sector 16116, try 1: Medium Error; Unrecovered read error. +Sector 16116: Medium Error; Unrecovered read error. +Sector 16117, try 1: Medium Error; Unrecovered read error. +Sector 16117: Medium Error; Unrecovered read error. +Sector 16118, try 1: Medium Error; Unrecovered read error. +Sector 16118: Medium Error; Unrecovered read error. +Sector 16119, try 1: Medium Error; Unrecovered read error. +Sector 16119: Medium Error; Unrecovered read error. +Sector 16120, try 1: Medium Error; Unrecovered read error. +Sector 16120: Medium Error; Unrecovered read error. +Sector 16121, try 1: Medium Error; Unrecovered read error. +Sector 16121: Medium Error; Unrecovered read error. +Sector 16122, try 1: Medium Error; Unrecovered read error. +Sector 16122: Medium Error; Unrecovered read error. +Sector 16123, try 1: Medium Error; Unrecovered read error. +Sector 16123: Medium Error; Unrecovered read error. +Sector 16124, try 1: Medium Error; Unrecovered read error. +Sector 16124: Medium Error; Unrecovered read error. +Sector 16125, try 1: Medium Error; Unrecovered read error. +Sector 16125: Medium Error; Unrecovered read error. +Sector 16126, try 1: Medium Error; Unrecovered read error. +Sector 16126: Medium Error; Unrecovered read error. +Sector 16127, try 1: Medium Error; Unrecovered read error. +Sector 16127: Medium Error; Unrecovered read error. +Sectors 16128 - 16143: Medium Error; Unrecovered read error. +Sector 16128, try 1: Medium Error; Unrecovered read error. +Sector 16128: Medium Error; Unrecovered read error. +Sector 16129, try 1: Medium Error; Unrecovered read error. +Sector 16129: Medium Error; Unrecovered read error. +Sector 16130, try 1: Medium Error; Unrecovered read error. +Sector 16130: Medium Error; Unrecovered read error. +Sector 16131, try 1: Medium Error; Unrecovered read error. +Sector 16131: Medium Error; Unrecovered read error. +Sector 16132, try 1: Medium Error; Unrecovered read error. +Sector 16132: Medium Error; Unrecovered read error. +Sector 16133, try 1: Medium Error; Unrecovered read error. +Sector 16133: Medium Error; Unrecovered read error. +Sector 16134, try 1: Medium Error; Unrecovered read error. +Sector 16134: Medium Error; Unrecovered read error. +Sector 16135, try 1: Medium Error; Unrecovered read error. +Sector 16135: Medium Error; Unrecovered read error. +Sector 16136, try 1: Medium Error; Unrecovered read error. +Sector 16136: Medium Error; Unrecovered read error. +Sector 16137, try 1: Medium Error; Unrecovered read error. +Sector 16137: Medium Error; Unrecovered read error. +Sector 16138, try 1: Medium Error; Unrecovered read error. +Sector 16138: Medium Error; Unrecovered read error. +Sector 16139, try 1: Medium Error; Unrecovered read error. +Sector 16139: Medium Error; Unrecovered read error. +Sector 16140, try 1: Medium Error; Unrecovered read error. +Sector 16140: Medium Error; Unrecovered read error. +Sector 16141, try 1: Medium Error; Unrecovered read error. +Sector 16141: Medium Error; Unrecovered read error. +Sector 16142, try 1: Medium Error; Unrecovered read error. +Sector 16142: Medium Error; Unrecovered read error. +Sector 16143, try 1: Medium Error; Unrecovered read error. +Sector 16143: Medium Error; Unrecovered read error. +Sectors 16144 - 16159: Medium Error; Unrecovered read error. +Sector 16144, try 1: Medium Error; Unrecovered read error. +Sector 16144: Medium Error; Unrecovered read error. +Sector 16145, try 1: Medium Error; Unrecovered read error. +Sector 16145: Medium Error; Unrecovered read error. +Sector 16146, try 1: Medium Error; Unrecovered read error. +Sector 16146: Medium Error; Unrecovered read error. +Sector 16147, try 1: Medium Error; Unrecovered read error. +Sector 16147: Medium Error; Unrecovered read error. +Sector 16148, try 1: Medium Error; Unrecovered read error. +Sector 16148: Medium Error; Unrecovered read error. +Sector 16149, try 1: Medium Error; Unrecovered read error. +Sector 16149: Medium Error; Unrecovered read error. +Sector 16150, try 1: Medium Error; Unrecovered read error. +Sector 16150: Medium Error; Unrecovered read error. +Sector 16151, try 1: Medium Error; Unrecovered read error. +Sector 16151: Medium Error; Unrecovered read error. +Sector 16152, try 1: Medium Error; Unrecovered read error. +Sector 16152: Medium Error; Unrecovered read error. +Sector 16153, try 1: Medium Error; Unrecovered read error. +Sector 16153: Medium Error; Unrecovered read error. +Sector 16154, try 1: Medium Error; Unrecovered read error. +Sector 16154: Medium Error; Unrecovered read error. +Sector 16155, try 1: Medium Error; Unrecovered read error. +Sector 16155: Medium Error; Unrecovered read error. +Sector 16156, try 1: Medium Error; Unrecovered read error. +Sector 16156: Medium Error; Unrecovered read error. +Sector 16157, try 1: Medium Error; Unrecovered read error. +Sector 16157: Medium Error; Unrecovered read error. +Sector 16158, try 1: Medium Error; Unrecovered read error. +Sector 16158: Medium Error; Unrecovered read error. +Sector 16159, try 1: Medium Error; Unrecovered read error. +Sector 16159: Medium Error; Unrecovered read error. +Sectors 16160 - 16175: Medium Error; Unrecovered read error. +Sector 16160, try 1: Medium Error; Unrecovered read error. +Sector 16160: Medium Error; Unrecovered read error. +Sector 16161, try 1: Medium Error; Unrecovered read error. +Sector 16161: Medium Error; Unrecovered read error. +Sector 16162, try 1: Medium Error; Unrecovered read error. +Sector 16162: Medium Error; Unrecovered read error. +Sector 16163, try 1: Medium Error; Unrecovered read error. +Sector 16163: Medium Error; Unrecovered read error. +Sector 16164, try 1: Medium Error; Unrecovered read error. +Sector 16164: Medium Error; Unrecovered read error. +Sector 16165, try 1: Medium Error; Unrecovered read error. +Sector 16165: Medium Error; Unrecovered read error. +Sector 16166, try 1: Medium Error; Unrecovered read error. +Sector 16166: Medium Error; Unrecovered read error. +Sector 16167, try 1: Medium Error; Unrecovered read error. +Sector 16167: Medium Error; Unrecovered read error. +Sector 16168, try 1: Medium Error; Unrecovered read error. +Sector 16168: Medium Error; Unrecovered read error. +Sector 16169, try 1: Medium Error; Unrecovered read error. +Sector 16169: Medium Error; Unrecovered read error. +Sector 16170, try 1: Medium Error; Unrecovered read error. +Sector 16170: Medium Error; Unrecovered read error. +Sector 16171, try 1: Medium Error; Unrecovered read error. +Sector 16171: Medium Error; Unrecovered read error. +Sector 16172, try 1: Medium Error; Unrecovered read error. +Sector 16172: Medium Error; Unrecovered read error. +Sector 16173, try 1: Medium Error; Unrecovered read error. +Sector 16173: Medium Error; Unrecovered read error. +Sector 16174, try 1: Medium Error; Unrecovered read error. +Sector 16174: Medium Error; Unrecovered read error. +Sector 16175, try 1: Medium Error; Unrecovered read error. +Sector 16175: Medium Error; Unrecovered read error. +Sectors 16176 - 16191: Medium Error; Unrecovered read error. +Sector 16176, try 1: Medium Error; Unrecovered read error. +Sector 16176: Medium Error; Unrecovered read error. +Sector 16177, try 1: Medium Error; Unrecovered read error. +Sector 16177: Medium Error; Unrecovered read error. +Sector 16178, try 1: Medium Error; Unrecovered read error. +Sector 16178: Medium Error; Unrecovered read error. +Sector 16179, try 1: Medium Error; Unrecovered read error. +Sector 16179: Medium Error; Unrecovered read error. +Sector 16180, try 1: Medium Error; Unrecovered read error. +Sector 16180: Medium Error; Unrecovered read error. +Sector 16181, try 1: Medium Error; Unrecovered read error. +Sector 16181: Medium Error; Unrecovered read error. +Sector 16182, try 1: Medium Error; Unrecovered read error. +Sector 16182: Medium Error; Unrecovered read error. +Sector 16183, try 1: Medium Error; Unrecovered read error. +Sector 16183: Medium Error; Unrecovered read error. +Sector 16184, try 1: Medium Error; Unrecovered read error. +Sector 16184: Medium Error; Unrecovered read error. +Sector 16185, try 1: Medium Error; Unrecovered read error. +Sector 16185: Medium Error; Unrecovered read error. +Sector 16186, try 1: Medium Error; Unrecovered read error. +Sector 16186: Medium Error; Unrecovered read error. +Sector 16187, try 1: Medium Error; Unrecovered read error. +Sector 16187: Medium Error; Unrecovered read error. +Sector 16188, try 1: Medium Error; Unrecovered read error. +Sector 16188: Medium Error; Unrecovered read error. +Sector 16189, try 1: Medium Error; Unrecovered read error. +Sector 16189: Medium Error; Unrecovered read error. +Sector 16190, try 1: Medium Error; Unrecovered read error. +Sector 16190: Medium Error; Unrecovered read error. +Sector 16191, try 1: Medium Error; Unrecovered read error. +Sector 16191: Medium Error; Unrecovered read error. +Sectors 16192 - 16207: Medium Error; Unrecovered read error. +Sector 16192, try 1: Medium Error; Unrecovered read error. +Sector 16192: Medium Error; Unrecovered read error. +Sector 16193, try 1: Medium Error; Unrecovered read error. +Sector 16193: Medium Error; Unrecovered read error. +Sector 16194, try 1: Medium Error; Unrecovered read error. +Sector 16194: Medium Error; Unrecovered read error. +Sector 16195, try 1: Medium Error; Unrecovered read error. +Sector 16195: Medium Error; Unrecovered read error. +Sector 16196, try 1: Medium Error; Unrecovered read error. +Sector 16196: Medium Error; Unrecovered read error. +Sector 16197, try 1: Medium Error; Unrecovered read error. +Sector 16197: Medium Error; Unrecovered read error. +Sector 16198, try 1: Medium Error; Unrecovered read error. +Sector 16198: Medium Error; Unrecovered read error. +Sector 16199, try 1: Medium Error; Unrecovered read error. +Sector 16199: Medium Error; Unrecovered read error. + +Trying to complete image, reading pass 3 of 3. +Sector 15800, try 1: Medium Error; Unrecovered read error. +Sector 15800: Medium Error; Unrecovered read error. +Sector 15801, try 1: Medium Error; Unrecovered read error. +* CRC error, sector: 10000 +Sector 15801: Medium Error; Unrecovered read error. +Sector 15802, try 1: Medium Error; Unrecovered read error. +Sector 15802: Medium Error; Unrecovered read error. +Sector 15803, try 1: Medium Error; Unrecovered read error. +Sector 15803: Medium Error; Unrecovered read error. +Sector 15804, try 1: Medium Error; Unrecovered read error. +Sector 15804: Medium Error; Unrecovered read error. +Sector 15805, try 1: Medium Error; Unrecovered read error. +Sector 15805: Medium Error; Unrecovered read error. +Sector 15806, try 1: Medium Error; Unrecovered read error. +Sector 15806: Medium Error; Unrecovered read error. +Sector 15807, try 1: Medium Error; Unrecovered read error. +Sector 15807: Medium Error; Unrecovered read error. +Sectors 15808 - 15823: Medium Error; Unrecovered read error. +Sector 15808, try 1: Medium Error; Unrecovered read error. +Sector 15808: Medium Error; Unrecovered read error. +Sector 15809, try 1: Medium Error; Unrecovered read error. +Sector 15809: Medium Error; Unrecovered read error. +Sector 15810, try 1: Medium Error; Unrecovered read error. +Sector 15810: Medium Error; Unrecovered read error. +Sector 15811, try 1: Medium Error; Unrecovered read error. +Sector 15811: Medium Error; Unrecovered read error. +Sector 15812, try 1: Medium Error; Unrecovered read error. +Sector 15812: Medium Error; Unrecovered read error. +Sector 15813, try 1: Medium Error; Unrecovered read error. +Sector 15813: Medium Error; Unrecovered read error. +Sector 15814, try 1: Medium Error; Unrecovered read error. +Sector 15814: Medium Error; Unrecovered read error. +Sector 15815, try 1: Medium Error; Unrecovered read error. +Sector 15815: Medium Error; Unrecovered read error. +Sector 15816, try 1: Medium Error; Unrecovered read error. +Sector 15816: Medium Error; Unrecovered read error. +Sector 15817, try 1: Medium Error; Unrecovered read error. +Sector 15817: Medium Error; Unrecovered read error. +Sector 15818, try 1: Medium Error; Unrecovered read error. +Sector 15818: Medium Error; Unrecovered read error. +Sector 15819, try 1: Medium Error; Unrecovered read error. +Sector 15819: Medium Error; Unrecovered read error. +Sector 15820, try 1: Medium Error; Unrecovered read error. +Sector 15820: Medium Error; Unrecovered read error. +Sector 15821, try 1: Medium Error; Unrecovered read error. +Sector 15821: Medium Error; Unrecovered read error. +Sector 15822, try 1: Medium Error; Unrecovered read error. +Sector 15822: Medium Error; Unrecovered read error. +Sector 15823, try 1: Medium Error; Unrecovered read error. +Sector 15823: Medium Error; Unrecovered read error. +Sectors 15824 - 15839: Medium Error; Unrecovered read error. +Sector 15824, try 1: Medium Error; Unrecovered read error. +Sector 15824: Medium Error; Unrecovered read error. +Sector 15825, try 1: Medium Error; Unrecovered read error. +Sector 15825: Medium Error; Unrecovered read error. +Sector 15826, try 1: Medium Error; Unrecovered read error. +Sector 15826: Medium Error; Unrecovered read error. +Sector 15827, try 1: Medium Error; Unrecovered read error. +Sector 15827: Medium Error; Unrecovered read error. +Sector 15828, try 1: Medium Error; Unrecovered read error. +Sector 15828: Medium Error; Unrecovered read error. +Sector 15829, try 1: Medium Error; Unrecovered read error. +Sector 15829: Medium Error; Unrecovered read error. +Sector 15830, try 1: Medium Error; Unrecovered read error. +Sector 15830: Medium Error; Unrecovered read error. +Sector 15831, try 1: Medium Error; Unrecovered read error. +Sector 15831: Medium Error; Unrecovered read error. +Sector 15832, try 1: Medium Error; Unrecovered read error. +Sector 15832: Medium Error; Unrecovered read error. +Sector 15833, try 1: Medium Error; Unrecovered read error. +Sector 15833: Medium Error; Unrecovered read error. +Sector 15834, try 1: Medium Error; Unrecovered read error. +Sector 15834: Medium Error; Unrecovered read error. +Sector 15835, try 1: Medium Error; Unrecovered read error. +Sector 15835: Medium Error; Unrecovered read error. +Sector 15836, try 1: Medium Error; Unrecovered read error. +Sector 15836: Medium Error; Unrecovered read error. +Sector 15837, try 1: Medium Error; Unrecovered read error. +Sector 15837: Medium Error; Unrecovered read error. +Sector 15838, try 1: Medium Error; Unrecovered read error. +Sector 15838: Medium Error; Unrecovered read error. +Sector 15839, try 1: Medium Error; Unrecovered read error. +Sector 15839: Medium Error; Unrecovered read error. +Sectors 15840 - 15855: Medium Error; Unrecovered read error. +Sector 15840, try 1: Medium Error; Unrecovered read error. +Sector 15840: Medium Error; Unrecovered read error. +Sector 15841, try 1: Medium Error; Unrecovered read error. +Sector 15841: Medium Error; Unrecovered read error. +Sector 15842, try 1: Medium Error; Unrecovered read error. +Sector 15842: Medium Error; Unrecovered read error. +Sector 15843, try 1: Medium Error; Unrecovered read error. +Sector 15843: Medium Error; Unrecovered read error. +Sector 15844, try 1: Medium Error; Unrecovered read error. +Sector 15844: Medium Error; Unrecovered read error. +Sector 15845, try 1: Medium Error; Unrecovered read error. +Sector 15845: Medium Error; Unrecovered read error. +Sector 15846, try 1: Medium Error; Unrecovered read error. +Sector 15846: Medium Error; Unrecovered read error. +Sector 15847, try 1: Medium Error; Unrecovered read error. +Sector 15847: Medium Error; Unrecovered read error. +Sector 15848, try 1: Medium Error; Unrecovered read error. +Sector 15848: Medium Error; Unrecovered read error. +Sector 15849, try 1: Medium Error; Unrecovered read error. +Sector 15849: Medium Error; Unrecovered read error. +Sector 15850, try 1: Medium Error; Unrecovered read error. +Sector 15850: Medium Error; Unrecovered read error. +Sector 15851, try 1: Medium Error; Unrecovered read error. +Sector 15851: Medium Error; Unrecovered read error. +Sector 15852, try 1: Medium Error; Unrecovered read error. +Sector 15852: Medium Error; Unrecovered read error. +Sector 15853, try 1: Medium Error; Unrecovered read error. +Sector 15853: Medium Error; Unrecovered read error. +Sector 15854, try 1: Medium Error; Unrecovered read error. +Sector 15854: Medium Error; Unrecovered read error. +Sector 15855, try 1: Medium Error; Unrecovered read error. +Sector 15855: Medium Error; Unrecovered read error. +Sectors 15856 - 15871: Medium Error; Unrecovered read error. +Sector 15856, try 1: Medium Error; Unrecovered read error. +Sector 15856: Medium Error; Unrecovered read error. +Sector 15857, try 1: Medium Error; Unrecovered read error. +Sector 15857: Medium Error; Unrecovered read error. +Sector 15858, try 1: Medium Error; Unrecovered read error. +Sector 15858: Medium Error; Unrecovered read error. +Sector 15859, try 1: Medium Error; Unrecovered read error. +Sector 15859: Medium Error; Unrecovered read error. +Sector 15860, try 1: Medium Error; Unrecovered read error. +Sector 15860: Medium Error; Unrecovered read error. +Sector 15861, try 1: Medium Error; Unrecovered read error. +Sector 15861: Medium Error; Unrecovered read error. +Sector 15862, try 1: Medium Error; Unrecovered read error. +Sector 15862: Medium Error; Unrecovered read error. +Sector 15863, try 1: Medium Error; Unrecovered read error. +Sector 15863: Medium Error; Unrecovered read error. +Sector 15864, try 1: Medium Error; Unrecovered read error. +Sector 15864: Medium Error; Unrecovered read error. +Sector 15865, try 1: Medium Error; Unrecovered read error. +Sector 15865: Medium Error; Unrecovered read error. +Sector 15866, try 1: Medium Error; Unrecovered read error. +Sector 15866: Medium Error; Unrecovered read error. +Sector 15867, try 1: Medium Error; Unrecovered read error. +Sector 15867: Medium Error; Unrecovered read error. +Sector 15868, try 1: Medium Error; Unrecovered read error. +Sector 15868: Medium Error; Unrecovered read error. +Sector 15869, try 1: Medium Error; Unrecovered read error. +Sector 15869: Medium Error; Unrecovered read error. +Sector 15870, try 1: Medium Error; Unrecovered read error. +Sector 15870: Medium Error; Unrecovered read error. +Sector 15871, try 1: Medium Error; Unrecovered read error. +Sector 15871: Medium Error; Unrecovered read error. +Sectors 15872 - 15887: Medium Error; Unrecovered read error. +Sector 15872, try 1: Medium Error; Unrecovered read error. +Sector 15872: Medium Error; Unrecovered read error. +Sector 15873, try 1: Medium Error; Unrecovered read error. +Sector 15873: Medium Error; Unrecovered read error. +Sector 15874, try 1: Medium Error; Unrecovered read error. +Sector 15874: Medium Error; Unrecovered read error. +Sector 15875, try 1: Medium Error; Unrecovered read error. +Sector 15875: Medium Error; Unrecovered read error. +Sector 15876, try 1: Medium Error; Unrecovered read error. +Sector 15876: Medium Error; Unrecovered read error. +Sector 15877, try 1: Medium Error; Unrecovered read error. +Sector 15877: Medium Error; Unrecovered read error. +Sector 15878, try 1: Medium Error; Unrecovered read error. +Sector 15878: Medium Error; Unrecovered read error. +Sector 15879, try 1: Medium Error; Unrecovered read error. +Sector 15879: Medium Error; Unrecovered read error. +Sector 15880, try 1: Medium Error; Unrecovered read error. +Sector 15880: Medium Error; Unrecovered read error. +Sector 15881, try 1: Medium Error; Unrecovered read error. +Sector 15881: Medium Error; Unrecovered read error. +Sector 15882, try 1: Medium Error; Unrecovered read error. +Sector 15882: Medium Error; Unrecovered read error. +Sector 15883, try 1: Medium Error; Unrecovered read error. +Sector 15883: Medium Error; Unrecovered read error. +Sector 15884, try 1: Medium Error; Unrecovered read error. +Sector 15884: Medium Error; Unrecovered read error. +Sector 15885, try 1: Medium Error; Unrecovered read error. +Sector 15885: Medium Error; Unrecovered read error. +Sector 15886, try 1: Medium Error; Unrecovered read error. +Sector 15886: Medium Error; Unrecovered read error. +Sector 15887, try 1: Medium Error; Unrecovered read error. +Sector 15887: Medium Error; Unrecovered read error. +Sectors 15888 - 15903: Medium Error; Unrecovered read error. +Sector 15888, try 1: Medium Error; Unrecovered read error. +Sector 15888: Medium Error; Unrecovered read error. +Sector 15889, try 1: Medium Error; Unrecovered read error. +Sector 15889: Medium Error; Unrecovered read error. +Sector 15890, try 1: Medium Error; Unrecovered read error. +Sector 15890: Medium Error; Unrecovered read error. +Sector 15891, try 1: Medium Error; Unrecovered read error. +Sector 15891: Medium Error; Unrecovered read error. +Sector 15892, try 1: Medium Error; Unrecovered read error. +Sector 15892: Medium Error; Unrecovered read error. +Sector 15893, try 1: Medium Error; Unrecovered read error. +Sector 15893: Medium Error; Unrecovered read error. +Sector 15894, try 1: Medium Error; Unrecovered read error. +Sector 15894: Medium Error; Unrecovered read error. +Sector 15895, try 1: Medium Error; Unrecovered read error. +Sector 15895: Medium Error; Unrecovered read error. +Sector 15896, try 1: Medium Error; Unrecovered read error. +Sector 15896: Medium Error; Unrecovered read error. +Sector 15897, try 1: Medium Error; Unrecovered read error. +Sector 15897: Medium Error; Unrecovered read error. +Sector 15898, try 1: Medium Error; Unrecovered read error. +Sector 15898: Medium Error; Unrecovered read error. +Sector 15899, try 1: Medium Error; Unrecovered read error. +Sector 15899: Medium Error; Unrecovered read error. +Sectors 16096 - 16111: Medium Error; Unrecovered read error. +Sector 16100, try 1: Medium Error; Unrecovered read error. +Sector 16100: Medium Error; Unrecovered read error. +Sector 16101, try 1: Medium Error; Unrecovered read error. +Sector 16101: Medium Error; Unrecovered read error. +Sector 16102, try 1: Medium Error; Unrecovered read error. +Sector 16102: Medium Error; Unrecovered read error. +Sector 16103, try 1: Medium Error; Unrecovered read error. +Sector 16103: Medium Error; Unrecovered read error. +Sector 16104, try 1: Medium Error; Unrecovered read error. +Sector 16104: Medium Error; Unrecovered read error. +Sector 16105, try 1: Medium Error; Unrecovered read error. +Sector 16105: Medium Error; Unrecovered read error. +Sector 16106, try 1: Medium Error; Unrecovered read error. +Sector 16106: Medium Error; Unrecovered read error. +Sector 16107, try 1: Medium Error; Unrecovered read error. +Sector 16107: Medium Error; Unrecovered read error. +Sector 16108, try 1: Medium Error; Unrecovered read error. +Sector 16108: Medium Error; Unrecovered read error. +Sector 16109, try 1: Medium Error; Unrecovered read error. +Sector 16109: Medium Error; Unrecovered read error. +Sector 16110, try 1: Medium Error; Unrecovered read error. +Sector 16110: Medium Error; Unrecovered read error. +Sector 16111, try 1: Medium Error; Unrecovered read error. +Sector 16111: Medium Error; Unrecovered read error. +Sectors 16112 - 16127: Medium Error; Unrecovered read error. +Sector 16112, try 1: Medium Error; Unrecovered read error. +Sector 16112: Medium Error; Unrecovered read error. +Sector 16113, try 1: Medium Error; Unrecovered read error. +Sector 16113: Medium Error; Unrecovered read error. +Sector 16114, try 1: Medium Error; Unrecovered read error. +Sector 16114: Medium Error; Unrecovered read error. +Sector 16115, try 1: Medium Error; Unrecovered read error. +Sector 16115: Medium Error; Unrecovered read error. +Sector 16116, try 1: Medium Error; Unrecovered read error. +Sector 16116: Medium Error; Unrecovered read error. +Sector 16117, try 1: Medium Error; Unrecovered read error. +Sector 16117: Medium Error; Unrecovered read error. +Sector 16118, try 1: Medium Error; Unrecovered read error. +Sector 16118: Medium Error; Unrecovered read error. +Sector 16119, try 1: Medium Error; Unrecovered read error. +Sector 16119: Medium Error; Unrecovered read error. +Sector 16120, try 1: Medium Error; Unrecovered read error. +Sector 16120: Medium Error; Unrecovered read error. +Sector 16121, try 1: Medium Error; Unrecovered read error. +Sector 16121: Medium Error; Unrecovered read error. +Sector 16122, try 1: Medium Error; Unrecovered read error. +Sector 16122: Medium Error; Unrecovered read error. +Sector 16123, try 1: Medium Error; Unrecovered read error. +Sector 16123: Medium Error; Unrecovered read error. +Sector 16124, try 1: Medium Error; Unrecovered read error. +Sector 16124: Medium Error; Unrecovered read error. +Sector 16125, try 1: Medium Error; Unrecovered read error. +Sector 16125: Medium Error; Unrecovered read error. +Sector 16126, try 1: Medium Error; Unrecovered read error. +Sector 16126: Medium Error; Unrecovered read error. +Sector 16127, try 1: Medium Error; Unrecovered read error. +Sector 16127: Medium Error; Unrecovered read error. +Sectors 16128 - 16143: Medium Error; Unrecovered read error. +Sector 16128, try 1: Medium Error; Unrecovered read error. +Sector 16128: Medium Error; Unrecovered read error. +Sector 16129, try 1: Medium Error; Unrecovered read error. +Sector 16129: Medium Error; Unrecovered read error. +Sector 16130, try 1: Medium Error; Unrecovered read error. +Sector 16130: Medium Error; Unrecovered read error. +Sector 16131, try 1: Medium Error; Unrecovered read error. +Sector 16131: Medium Error; Unrecovered read error. +Sector 16132, try 1: Medium Error; Unrecovered read error. +Sector 16132: Medium Error; Unrecovered read error. +Sector 16133, try 1: Medium Error; Unrecovered read error. +Sector 16133: Medium Error; Unrecovered read error. +Sector 16134, try 1: Medium Error; Unrecovered read error. +Sector 16134: Medium Error; Unrecovered read error. +Sector 16135, try 1: Medium Error; Unrecovered read error. +Sector 16135: Medium Error; Unrecovered read error. +Sector 16136, try 1: Medium Error; Unrecovered read error. +Sector 16136: Medium Error; Unrecovered read error. +Sector 16137, try 1: Medium Error; Unrecovered read error. +Sector 16137: Medium Error; Unrecovered read error. +Sector 16138, try 1: Medium Error; Unrecovered read error. +Sector 16138: Medium Error; Unrecovered read error. +Sector 16139, try 1: Medium Error; Unrecovered read error. +Sector 16139: Medium Error; Unrecovered read error. +Sector 16140, try 1: Medium Error; Unrecovered read error. +Sector 16140: Medium Error; Unrecovered read error. +Sector 16141, try 1: Medium Error; Unrecovered read error. +Sector 16141: Medium Error; Unrecovered read error. +Sector 16142, try 1: Medium Error; Unrecovered read error. +Sector 16142: Medium Error; Unrecovered read error. +Sector 16143, try 1: Medium Error; Unrecovered read error. +Sector 16143: Medium Error; Unrecovered read error. +Sectors 16144 - 16159: Medium Error; Unrecovered read error. +Sector 16144, try 1: Medium Error; Unrecovered read error. +Sector 16144: Medium Error; Unrecovered read error. +Sector 16145, try 1: Medium Error; Unrecovered read error. +Sector 16145: Medium Error; Unrecovered read error. +Sector 16146, try 1: Medium Error; Unrecovered read error. +Sector 16146: Medium Error; Unrecovered read error. +Sector 16147, try 1: Medium Error; Unrecovered read error. +Sector 16147: Medium Error; Unrecovered read error. +Sector 16148, try 1: Medium Error; Unrecovered read error. +Sector 16148: Medium Error; Unrecovered read error. +Sector 16149, try 1: Medium Error; Unrecovered read error. +Sector 16149: Medium Error; Unrecovered read error. +Sector 16150, try 1: Medium Error; Unrecovered read error. +Sector 16150: Medium Error; Unrecovered read error. +Sector 16151, try 1: Medium Error; Unrecovered read error. +Sector 16151: Medium Error; Unrecovered read error. +Sector 16152, try 1: Medium Error; Unrecovered read error. +Sector 16152: Medium Error; Unrecovered read error. +Sector 16153, try 1: Medium Error; Unrecovered read error. +Sector 16153: Medium Error; Unrecovered read error. +Sector 16154, try 1: Medium Error; Unrecovered read error. +Sector 16154: Medium Error; Unrecovered read error. +Sector 16155, try 1: Medium Error; Unrecovered read error. +Sector 16155: Medium Error; Unrecovered read error. +Sector 16156, try 1: Medium Error; Unrecovered read error. +Sector 16156: Medium Error; Unrecovered read error. +Sector 16157, try 1: Medium Error; Unrecovered read error. +Sector 16157: Medium Error; Unrecovered read error. +Sector 16158, try 1: Medium Error; Unrecovered read error. +Sector 16158: Medium Error; Unrecovered read error. +Sector 16159, try 1: Medium Error; Unrecovered read error. +Sector 16159: Medium Error; Unrecovered read error. +Sectors 16160 - 16175: Medium Error; Unrecovered read error. +Sector 16160, try 1: Medium Error; Unrecovered read error. +Sector 16160: Medium Error; Unrecovered read error. +Sector 16161, try 1: Medium Error; Unrecovered read error. +Sector 16161: Medium Error; Unrecovered read error. +Sector 16162, try 1: Medium Error; Unrecovered read error. +Sector 16162: Medium Error; Unrecovered read error. +Sector 16163, try 1: Medium Error; Unrecovered read error. +Sector 16163: Medium Error; Unrecovered read error. +Sector 16164, try 1: Medium Error; Unrecovered read error. +Sector 16164: Medium Error; Unrecovered read error. +Sector 16165, try 1: Medium Error; Unrecovered read error. +Sector 16165: Medium Error; Unrecovered read error. +Sector 16166, try 1: Medium Error; Unrecovered read error. +Sector 16166: Medium Error; Unrecovered read error. +Sector 16167, try 1: Medium Error; Unrecovered read error. +Sector 16167: Medium Error; Unrecovered read error. +Sector 16168, try 1: Medium Error; Unrecovered read error. +Sector 16168: Medium Error; Unrecovered read error. +Sector 16169, try 1: Medium Error; Unrecovered read error. +Sector 16169: Medium Error; Unrecovered read error. +Sector 16170, try 1: Medium Error; Unrecovered read error. +Sector 16170: Medium Error; Unrecovered read error. +Sector 16171, try 1: Medium Error; Unrecovered read error. +Sector 16171: Medium Error; Unrecovered read error. +Sector 16172, try 1: Medium Error; Unrecovered read error. +Sector 16172: Medium Error; Unrecovered read error. +Sector 16173, try 1: Medium Error; Unrecovered read error. +Sector 16173: Medium Error; Unrecovered read error. +Sector 16174, try 1: Medium Error; Unrecovered read error. +Sector 16174: Medium Error; Unrecovered read error. +Sector 16175, try 1: Medium Error; Unrecovered read error. +Sector 16175: Medium Error; Unrecovered read error. +Sectors 16176 - 16191: Medium Error; Unrecovered read error. +Sector 16176, try 1: Medium Error; Unrecovered read error. +Sector 16176: Medium Error; Unrecovered read error. +Sector 16177, try 1: Medium Error; Unrecovered read error. +Sector 16177: Medium Error; Unrecovered read error. +Sector 16178, try 1: Medium Error; Unrecovered read error. +Sector 16178: Medium Error; Unrecovered read error. +Sector 16179, try 1: Medium Error; Unrecovered read error. +Sector 16179: Medium Error; Unrecovered read error. +Sector 16180, try 1: Medium Error; Unrecovered read error. +Sector 16180: Medium Error; Unrecovered read error. +Sector 16181, try 1: Medium Error; Unrecovered read error. +Sector 16181: Medium Error; Unrecovered read error. +Sector 16182, try 1: Medium Error; Unrecovered read error. +Sector 16182: Medium Error; Unrecovered read error. +Sector 16183, try 1: Medium Error; Unrecovered read error. +Sector 16183: Medium Error; Unrecovered read error. +Sector 16184, try 1: Medium Error; Unrecovered read error. +Sector 16184: Medium Error; Unrecovered read error. +Sector 16185, try 1: Medium Error; Unrecovered read error. +Sector 16185: Medium Error; Unrecovered read error. +Sector 16186, try 1: Medium Error; Unrecovered read error. +Sector 16186: Medium Error; Unrecovered read error. +Sector 16187, try 1: Medium Error; Unrecovered read error. +Sector 16187: Medium Error; Unrecovered read error. +Sector 16188, try 1: Medium Error; Unrecovered read error. +Sector 16188: Medium Error; Unrecovered read error. +Sector 16189, try 1: Medium Error; Unrecovered read error. +Sector 16189: Medium Error; Unrecovered read error. +Sector 16190, try 1: Medium Error; Unrecovered read error. +Sector 16190: Medium Error; Unrecovered read error. +Sector 16191, try 1: Medium Error; Unrecovered read error. +Sector 16191: Medium Error; Unrecovered read error. +Sector 16192, try 1: Medium Error; Unrecovered read error. +Sector 16192: Medium Error; Unrecovered read error. +Sector 16193, try 1: Medium Error; Unrecovered read error. +Sector 16193: Medium Error; Unrecovered read error. +Sector 16194, try 1: Medium Error; Unrecovered read error. +Sector 16194: Medium Error; Unrecovered read error. +Sector 16195, try 1: Medium Error; Unrecovered read error. +Sector 16195: Medium Error; Unrecovered read error. +Sector 16196, try 1: Medium Error; Unrecovered read error. +Sector 16196: Medium Error; Unrecovered read error. +Sector 16197, try 1: Medium Error; Unrecovered read error. +Sector 16197: Medium Error; Unrecovered read error. +Sector 16198, try 1: Medium Error; Unrecovered read error. +Sector 16198: Medium Error; Unrecovered read error. +Sector 16199, try 1: Medium Error; Unrecovered read error. +Sector 16199: Medium Error; Unrecovered read error. + +1 CRC errors, 200 unreadable sectors. diff --git a/regtest/database/RS03i_read_no_tao_tail b/regtest/database/RS03i_read_no_tao_tail index d94be46..ddee915 100644 --- a/regtest/database/RS03i_read_no_tao_tail +++ b/regtest/database/RS03i_read_no_tao_tail @@ -11,9 +11,9 @@ Medium "Random Image": CD-R mode 1, 24990 sectors, Ecc, created 16-07-2006. Creating new rs03i-tmp.iso image. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Sector 24988, try 1: Medium Error; Unrecovered read error. +Sector 24988, try 1: Medium Error; Unrecovered read error. Sector 24988: Medium Error; Unrecovered read error. Sector 24989, try 1: Medium Error; Unrecovered read error. Sector 24989: Medium Error; Unrecovered read error. -Read position: 100.0% (nn.nx) + 2 unreadable sectors. diff --git a/regtest/database/RS03i_read_second_pass_with_crc_error b/regtest/database/RS03i_read_second_pass_with_crc_error new file mode 100644 index 0000000..10861b6 --- /dev/null +++ b/regtest/database/RS03i_read_second_pass_with_crc_error @@ -0,0 +1,16 @@ +286b4e91140c5b5bdaec631d7084b116 +ignore +This software comes with ABSOLUTELY NO WARRANTY. This +is free software and you are welcome to redistribute it +under the conditions of the GNU GENERAL PUBLIC LICENSE. +See the file "COPYING" for further information. + +Device: sim-cd, Simulated CD drive 1.00 +Using READ CD. +Medium "Random Image": CD-R mode 1, 24990 sectors, Ecc, created 16-07-2006. + +Completing image rs03i-tmp.iso. Only missing sectors will be read. +Reading CRC information from ecc data (RS03) ... done. +* CRC error, sector: 15830 + +400 sectors read. diff --git a/regtest/database/RS03i_read_shorter b/regtest/database/RS03i_read_shorter index 497da97..37dff5a 100644 --- a/regtest/database/RS03i_read_shorter +++ b/regtest/database/RS03i_read_shorter @@ -11,7 +11,7 @@ Medium "Random Image": CD-R mode 1, 24990 sectors, Ecc, created 16-07-2006. Creating new rs03i-tmp.iso image. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Sector 24944, try 1: Illegal Request; Logical block address out of range. +Sector 24944, try 1: Illegal Request; Logical block address out of range. Sector 24944: Illegal Request; Logical block address out of range. Skipping 15 sectors. Sector 24960, try 1: Illegal Request; Logical block address out of range. Sector 24960: Illegal Request; Logical block address out of range. Skipping 15 sectors. diff --git a/regtest/database/RS03i_read_tao_tail b/regtest/database/RS03i_read_tao_tail index 1982920..ef99e0b 100644 --- a/regtest/database/RS03i_read_tao_tail +++ b/regtest/database/RS03i_read_tao_tail @@ -11,5 +11,5 @@ Medium "Random Image": CD-R mode 1, 24990 sectors, Ecc, created 16-07-2006. Creating new rs03i-tmp.iso image. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. Checksums match. diff --git a/regtest/database/RS03i_read_with_crc_error_in_padding b/regtest/database/RS03i_read_with_crc_error_in_padding new file mode 100644 index 0000000..dcc20e0 --- /dev/null +++ b/regtest/database/RS03i_read_with_crc_error_in_padding @@ -0,0 +1,16 @@ +02150c587e4ee07dd565759efe4c7378 +ignore +This software comes with ABSOLUTELY NO WARRANTY. This +is free software and you are welcome to redistribute it +under the conditions of the GNU GENERAL PUBLIC LICENSE. +See the file "COPYING" for further information. + +Device: sim-cd, Simulated CD drive 1.00 +Using READ CD. +Medium "Random Image": CD-R mode 1, 24990 sectors, Ecc, created 16-07-2006. + +Creating new rs03i-tmp.iso image. +Reading CRC information from ecc data (RS03) ... done. +* CRC error, sector: 21020 + +1 CRC errors. diff --git a/regtest/database/RS03i_read_with_ecc_file_crc_block b/regtest/database/RS03i_read_with_ecc_file_crc_block index 9c713fe..27ad489 100644 --- a/regtest/database/RS03i_read_with_ecc_file_crc_block +++ b/regtest/database/RS03i_read_with_ecc_file_crc_block @@ -118,8 +118,12 @@ ndata = 216 nroots = 39 (18.1%) done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Sector 20992, try 1: Medium Error; Unrecovered read error. +Sector 20992, try 1: Medium Error; Unrecovered read error. Sector 20992: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx)CRC NOT created. 16 unreadable sectors. +CrcBuf contents, image path none (medium): + crcSize: 24990, dataSectors: 21000, coveredSectors: 21070, allSectors: 24990 + md5State: invalid + fp sector: 16; 15c0fd35a0cfa0f83b9ccbd8604c2592 + missing crcs: 0 diff --git a/regtest/database/RS03i_read_with_ecc_file_header b/regtest/database/RS03i_read_with_ecc_file_header index 9448355..3ff428f 100644 --- a/regtest/database/RS03i_read_with_ecc_file_header +++ b/regtest/database/RS03i_read_with_ecc_file_header @@ -116,7 +116,11 @@ ndata = 216 nroots = 39 (18.1%) done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx) * CRC error, sector: 21000 -Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx)CRC NOT created. +* CRC error, sector: 21000 1 CRC errors. +CrcBuf contents, image path none (medium): + crcSize: 24990, dataSectors: 21000, coveredSectors: 21070, allSectors: 24990 + md5State: invalid + fp sector: 16; 15c0fd35a0cfa0f83b9ccbd8604c2592 + missing crcs: 0 diff --git a/regtest/database/RS03i_read_with_missing_header b/regtest/database/RS03i_read_with_missing_header index 0622a2f..a9a0966 100644 --- a/regtest/database/RS03i_read_with_missing_header +++ b/regtest/database/RS03i_read_with_missing_header @@ -10,37 +10,37 @@ Using READ CD. Medium "Random Image": CD-R mode 1, 235219 sectors, created 16-07-2006. Creating new rs03i-tmp.iso image. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Sector 169072, try 1: Medium Error; Unrecovered read error. +Sector 169072, try 1: Medium Error; Unrecovered read error. Sector 169072: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Sector 170480, try 1: Medium Error; Unrecovered read error. +Sector 170480, try 1: Medium Error; Unrecovered read error. Sector 170480: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Sector 171888, try 1: Medium Error; Unrecovered read error. +Sector 171888, try 1: Medium Error; Unrecovered read error. Sector 171888: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Sector 173296, try 1: Medium Error; Unrecovered read error. +Sector 173296, try 1: Medium Error; Unrecovered read error. Sector 173296: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Sector 174704, try 1: Medium Error; Unrecovered read error. +Sector 174704, try 1: Medium Error; Unrecovered read error. Sector 174704: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Sector 176112, try 1: Medium Error; Unrecovered read error. +Sector 176112, try 1: Medium Error; Unrecovered read error. Sector 176112: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Sector 177520, try 1: Medium Error; Unrecovered read error. +Sector 177520, try 1: Medium Error; Unrecovered read error. Sector 177520: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Sector 178928, try 1: Medium Error; Unrecovered read error. +Sector 178928, try 1: Medium Error; Unrecovered read error. Sector 178928: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Sector 180352, try 1: Medium Error; Unrecovered read error. +Sector 180352, try 1: Medium Error; Unrecovered read error. Sector 180352: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Sector 181760, try 1: Medium Error; Unrecovered read error. +Sector 181760, try 1: Medium Error; Unrecovered read error. Sector 181760: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Sector 183168, try 1: Medium Error; Unrecovered read error. +Sector 183168, try 1: Medium Error; Unrecovered read error. Sector 183168: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Sector 184576, try 1: Medium Error; Unrecovered read error. +Sector 184576, try 1: Medium Error; Unrecovered read error. Sector 184576: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Sector 185984, try 1: Medium Error; Unrecovered read error. +Sector 185984, try 1: Medium Error; Unrecovered read error. Sector 185984: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Sector 187392, try 1: Medium Error; Unrecovered read error. +Sector 187392, try 1: Medium Error; Unrecovered read error. Sector 187392: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Sector 188800, try 1: Medium Error; Unrecovered read error. +Sector 188800, try 1: Medium Error; Unrecovered read error. Sector 188800: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Sector 190208, try 1: Medium Error; Unrecovered read error. +Sector 190208, try 1: Medium Error; Unrecovered read error. Sector 190208: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + 256 unreadable sectors. diff --git a/regtest/database/RS03i_read_with_missing_header_exhaustive b/regtest/database/RS03i_read_with_missing_header_exhaustive index 7adb50d..2bc1e29 100644 --- a/regtest/database/RS03i_read_with_missing_header_exhaustive +++ b/regtest/database/RS03i_read_with_missing_header_exhaustive @@ -116,42 +116,46 @@ ndata = 168 nroots = 87 (51.8%) done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Sector 169072, try 1: Medium Error; Unrecovered read error. +Sector 169072, try 1: Medium Error; Unrecovered read error. Sector 169072: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Sector 170480, try 1: Medium Error; Unrecovered read error. +Sector 170480, try 1: Medium Error; Unrecovered read error. Sector 170480: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Sector 171888, try 1: Medium Error; Unrecovered read error. +Sector 171888, try 1: Medium Error; Unrecovered read error. Sector 171888: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Sector 173296, try 1: Medium Error; Unrecovered read error. +Sector 173296, try 1: Medium Error; Unrecovered read error. Sector 173296: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Sector 174704, try 1: Medium Error; Unrecovered read error. +Sector 174704, try 1: Medium Error; Unrecovered read error. Sector 174704: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Sector 176112, try 1: Medium Error; Unrecovered read error. +Sector 176112, try 1: Medium Error; Unrecovered read error. Sector 176112: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Sector 177520, try 1: Medium Error; Unrecovered read error. +Sector 177520, try 1: Medium Error; Unrecovered read error. Sector 177520: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Sector 178928, try 1: Medium Error; Unrecovered read error. +Sector 178928, try 1: Medium Error; Unrecovered read error. Sector 178928: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Sector 180352, try 1: Medium Error; Unrecovered read error. +Sector 180352, try 1: Medium Error; Unrecovered read error. Sector 180352: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Sector 181760, try 1: Medium Error; Unrecovered read error. +Sector 181760, try 1: Medium Error; Unrecovered read error. Sector 181760: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Sector 183168, try 1: Medium Error; Unrecovered read error. +Sector 183168, try 1: Medium Error; Unrecovered read error. Sector 183168: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Sector 184576, try 1: Medium Error; Unrecovered read error. +Sector 184576, try 1: Medium Error; Unrecovered read error. Sector 184576: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Sector 185984, try 1: Medium Error; Unrecovered read error. +Sector 185984, try 1: Medium Error; Unrecovered read error. Sector 185984: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Sector 187392, try 1: Medium Error; Unrecovered read error. +Sector 187392, try 1: Medium Error; Unrecovered read error. Sector 187392: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Sector 188800, try 1: Medium Error; Unrecovered read error. +Sector 188800, try 1: Medium Error; Unrecovered read error. Sector 188800: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Sector 190208, try 1: Medium Error; Unrecovered read error. +Sector 190208, try 1: Medium Error; Unrecovered read error. Sector 190208: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Sector 235216, try 1: Medium Error; Unrecovered read error. +Sector 235216, try 1: Medium Error; Unrecovered read error. Sector 235216: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 235296, try 1: Medium Error; Unrecovered read error. Sector 235296: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx)CRC NOT created. 288 unreadable sectors. +CrcBuf contents, image path none (medium): + crcSize: 359295, dataSectors: 235219, coveredSectors: 235303, allSectors: 359295 + md5State: invalid + fp sector: 16; 33b0c14f099f69c29719b7a181c0241d + missing crcs: 176 diff --git a/regtest/database/RS03i_read_with_missing_iso_header_exhaustive b/regtest/database/RS03i_read_with_missing_iso_header_exhaustive index cef8c90..ab961ba 100644 --- a/regtest/database/RS03i_read_with_missing_iso_header_exhaustive +++ b/regtest/database/RS03i_read_with_missing_iso_header_exhaustive @@ -93,6 +93,10 @@ nroots = 87 (51.8%) done. Sector 16, try 1: Medium Error; Unrecovered read error. Sector 16: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx)CRC NOT created. 16 unreadable sectors. +CrcBuf contents, image path none (medium): + crcSize: 359295, dataSectors: 235219, coveredSectors: 235303, allSectors: 359295 + md5State: invalid + fp sector: 16; invalid + missing crcs: 0 diff --git a/regtest/database/RS03i_read_with_rs01_file b/regtest/database/RS03i_read_with_rs01_file index 902d855..f337aca 100644 --- a/regtest/database/RS03i_read_with_rs01_file +++ b/regtest/database/RS03i_read_with_rs01_file @@ -11,6 +11,6 @@ Medium "Random Image": CD-R mode 1, 24990 sectors, Ecc, created 16-07-2006. Creating new rs03i-tmp.iso image. Reading CRC information from ecc data (RS01) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) * CRC error, sector: 24989 +* CRC error, sector: 24989 1 CRC errors. diff --git a/regtest/database/RS03i_read_with_rs03_file b/regtest/database/RS03i_read_with_rs03_file index b4a68ae..0ffd455 100644 --- a/regtest/database/RS03i_read_with_rs03_file +++ b/regtest/database/RS03i_read_with_rs03_file @@ -11,6 +11,6 @@ Medium "Random Image": CD-R mode 1, 24990 sectors, Ecc, created 16-07-2006. Creating new rs03i-tmp.iso image. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) * CRC error, sector: 24989 +* CRC error, sector: 24989 1 CRC errors. diff --git a/regtest/database/RS03i_read_with_wrong_rs01_file b/regtest/database/RS03i_read_with_wrong_rs01_file index 149c3aa..8efed31 100644 --- a/regtest/database/RS03i_read_with_wrong_rs01_file +++ b/regtest/database/RS03i_read_with_wrong_rs01_file @@ -11,6 +11,6 @@ Medium "Random Image": CD-R mode 1, 24990 sectors, Ecc, created 16-07-2006. Creating new rs03i-tmp.iso image. Reading CRC information from ecc data (RS01) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) * CRC error, sector: 24989 +* CRC error, sector: 24989 1 CRC errors. diff --git a/regtest/database/RS03i_read_with_wrong_rs03_file b/regtest/database/RS03i_read_with_wrong_rs03_file index 426872a..557a8e1 100644 --- a/regtest/database/RS03i_read_with_wrong_rs03_file +++ b/regtest/database/RS03i_read_with_wrong_rs03_file @@ -11,6 +11,6 @@ Medium "Random Image": CD-R mode 1, 24990 sectors, Ecc, created 16-07-2006. Creating new rs03i-tmp.iso image. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) * CRC error, sector: 24989 +* CRC error, sector: 24989 1 CRC errors. diff --git a/regtest/database/RS03i_scan_bad_header b/regtest/database/RS03i_scan_bad_header index 7edc298..9c60ef1 100644 --- a/regtest/database/RS03i_scan_bad_header +++ b/regtest/database/RS03i_scan_bad_header @@ -10,5 +10,5 @@ Using READ CD. Medium "Random Image": CD-R mode 1, 21000 sectors, created 16-07-2006. Scanning medium for read errors. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. diff --git a/regtest/database/RS03i_scan_crc_bad_byte b/regtest/database/RS03i_scan_crc_bad_byte index 243ea58..997d9e5 100644 --- a/regtest/database/RS03i_scan_crc_bad_byte +++ b/regtest/database/RS03i_scan_crc_bad_byte @@ -11,5 +11,5 @@ Medium "Random Image": CD-R mode 1, 24990 sectors, Ecc, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read, but incomplete or damaged checksums. diff --git a/regtest/database/RS03i_scan_data_bad_byte b/regtest/database/RS03i_scan_data_bad_byte index 8000021..177b5f0 100644 --- a/regtest/database/RS03i_scan_data_bad_byte +++ b/regtest/database/RS03i_scan_data_bad_byte @@ -11,6 +11,6 @@ Medium "Random Image": CD-R mode 1, 24990 sectors, Ecc, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx) * CRC error, sector: 1235 -Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) +* CRC error, sector: 1235 + 1 CRC errors. diff --git a/regtest/database/RS03i_scan_ecc_bad_byte b/regtest/database/RS03i_scan_ecc_bad_byte index f05bfdb..0905e7f 100644 --- a/regtest/database/RS03i_scan_ecc_bad_byte +++ b/regtest/database/RS03i_scan_ecc_bad_byte @@ -11,5 +11,5 @@ Medium "Random Image": CD-R mode 1, 24990 sectors, Ecc, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. Checksums match. diff --git a/regtest/database/RS03i_scan_good b/regtest/database/RS03i_scan_good index f05bfdb..0905e7f 100644 --- a/regtest/database/RS03i_scan_good +++ b/regtest/database/RS03i_scan_good @@ -11,5 +11,5 @@ Medium "Random Image": CD-R mode 1, 24990 sectors, Ecc, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. Checksums match. diff --git a/regtest/database/RS03i_scan_good_verbose b/regtest/database/RS03i_scan_good_verbose index 5c6403e..a040c31 100644 --- a/regtest/database/RS03i_scan_good_verbose +++ b/regtest/database/RS03i_scan_good_verbose @@ -110,6 +110,12 @@ ndata = 216 nroots = 39 (18.1%) done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx)CRC NOT created. All sectors successfully read. Checksums match. +CrcBuf contents, image path none (medium): + crcSize: 24990, dataSectors: 21000, coveredSectors: 21070, allSectors: 24990 + md5State: data_complete image_complete + data: 9503f278d4550a9507a317664481adf8 + full: 95b221fd894f6adb6f6e8d3b89583fb6 + fp sector: 16; 15c0fd35a0cfa0f83b9ccbd8604c2592 + missing crcs: 0 diff --git a/regtest/database/RS03i_scan_incompatible_ecc b/regtest/database/RS03i_scan_incompatible_ecc index 82dcd51..0043af7 100644 --- a/regtest/database/RS03i_scan_incompatible_ecc +++ b/regtest/database/RS03i_scan_incompatible_ecc @@ -15,6 +15,6 @@ Medium "Random Image": CD-R mode 1, 24990 sectors, Ecc, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx) * CRC error, sector: 21000 -Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) +* CRC error, sector: 21000 + 1 CRC errors. diff --git a/regtest/database/RS03i_scan_longer b/regtest/database/RS03i_scan_longer index b1e6b09..7df0233 100644 --- a/regtest/database/RS03i_scan_longer +++ b/regtest/database/RS03i_scan_longer @@ -110,6 +110,12 @@ ndata = 216 nroots = 39 (18.1%) done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx)CRC NOT created. All sectors successfully read. Checksums match. +CrcBuf contents, image path none (medium): + crcSize: 24990, dataSectors: 21000, coveredSectors: 21070, allSectors: 24990 + md5State: data_complete image_complete + data: 9503f278d4550a9507a317664481adf8 + full: 95b221fd894f6adb6f6e8d3b89583fb6 + fp sector: 16; 15c0fd35a0cfa0f83b9ccbd8604c2592 + missing crcs: 0 diff --git a/regtest/database/RS03i_scan_missing_crc_sectors b/regtest/database/RS03i_scan_missing_crc_sectors index 46f20c7..2c7406e 100644 --- a/regtest/database/RS03i_scan_missing_crc_sectors +++ b/regtest/database/RS03i_scan_missing_crc_sectors @@ -11,7 +11,7 @@ Medium "Random Image": CD-R mode 1, 24990 sectors, Ecc, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Sector 21072, try 1: Medium Error; Unrecovered read error. +Sector 21072, try 1: Medium Error; Unrecovered read error. Sector 21072: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 21088, try 1: Medium Error; Unrecovered read error. Sector 21088: Medium Error; Unrecovered read error. Skipping 15 sectors. @@ -19,5 +19,5 @@ Sector 21104, try 1: Medium Error; Unrecovered read error. Sector 21104: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 21120, try 1: Medium Error; Unrecovered read error. Sector 21120: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + 64 unreadable sectors. diff --git a/regtest/database/RS03i_scan_missing_data_sectors b/regtest/database/RS03i_scan_missing_data_sectors index 6cf4403..60ff872 100644 --- a/regtest/database/RS03i_scan_missing_data_sectors +++ b/regtest/database/RS03i_scan_missing_data_sectors @@ -11,17 +11,17 @@ Medium "Random Image": CD-R mode 1, 24990 sectors, Ecc, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Sector 992, try 1: Medium Error; Unrecovered read error. +Sector 992, try 1: Medium Error; Unrecovered read error. Sector 992: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 4.0% (nn.nx)Sector 1008, try 1: Medium Error; Unrecovered read error. +Sector 1008, try 1: Medium Error; Unrecovered read error. Sector 1008: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 1024, try 1: Medium Error; Unrecovered read error. Sector 1024: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 1040, try 1: Medium Error; Unrecovered read error. Sector 1040: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Sector 21216, try 1: Medium Error; Unrecovered read error. +Sector 21216, try 1: Medium Error; Unrecovered read error. Sector 21216: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Sector 22448, try 1: Medium Error; Unrecovered read error. +Sector 22448, try 1: Medium Error; Unrecovered read error. Sector 22448: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + 96 unreadable sectors. diff --git a/regtest/database/RS03i_scan_missing_ecc_sectors b/regtest/database/RS03i_scan_missing_ecc_sectors index 23366c1..6d96eaf 100644 --- a/regtest/database/RS03i_scan_missing_ecc_sectors +++ b/regtest/database/RS03i_scan_missing_ecc_sectors @@ -11,13 +11,13 @@ Medium "Random Image": CD-R mode 1, 24990 sectors, Ecc, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Sector 21200, try 1: Medium Error; Unrecovered read error. +Sector 21200, try 1: Medium Error; Unrecovered read error. Sector 21200: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Sector 21328, try 1: Medium Error; Unrecovered read error. +Sector 21328, try 1: Medium Error; Unrecovered read error. Sector 21328: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 21344, try 1: Medium Error; Unrecovered read error. Sector 21344: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 21360, try 1: Medium Error; Unrecovered read error. Sector 21360: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + 64 unreadable sectors. diff --git a/regtest/database/RS03i_scan_missing_header b/regtest/database/RS03i_scan_missing_header index 90948d2..8269cef 100644 --- a/regtest/database/RS03i_scan_missing_header +++ b/regtest/database/RS03i_scan_missing_header @@ -114,8 +114,12 @@ ndata = 168 nroots = 87 (51.8%) done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Sector 235216, try 1: Medium Error; Unrecovered read error. +Sector 235216, try 1: Medium Error; Unrecovered read error. Sector 235216: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx)CRC NOT created. 16 unreadable sectors. +CrcBuf contents, image path none (medium): + crcSize: 359295, dataSectors: 235219, coveredSectors: 235303, allSectors: 359295 + md5State: invalid + fp sector: 16; 33b0c14f099f69c29719b7a181c0241d + missing crcs: 0 diff --git a/regtest/database/RS03i_scan_missing_header2 b/regtest/database/RS03i_scan_missing_header2 index 59976d4..4b50cb0 100644 --- a/regtest/database/RS03i_scan_missing_header2 +++ b/regtest/database/RS03i_scan_missing_header2 @@ -116,42 +116,46 @@ ndata = 168 nroots = 87 (51.8%) done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Sector 169072, try 1: Medium Error; Unrecovered read error. +Sector 169072, try 1: Medium Error; Unrecovered read error. Sector 169072: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Sector 170480, try 1: Medium Error; Unrecovered read error. +Sector 170480, try 1: Medium Error; Unrecovered read error. Sector 170480: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Sector 171888, try 1: Medium Error; Unrecovered read error. +Sector 171888, try 1: Medium Error; Unrecovered read error. Sector 171888: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Sector 173296, try 1: Medium Error; Unrecovered read error. +Sector 173296, try 1: Medium Error; Unrecovered read error. Sector 173296: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Sector 174704, try 1: Medium Error; Unrecovered read error. +Sector 174704, try 1: Medium Error; Unrecovered read error. Sector 174704: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Sector 176112, try 1: Medium Error; Unrecovered read error. +Sector 176112, try 1: Medium Error; Unrecovered read error. Sector 176112: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Sector 177520, try 1: Medium Error; Unrecovered read error. +Sector 177520, try 1: Medium Error; Unrecovered read error. Sector 177520: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Sector 178928, try 1: Medium Error; Unrecovered read error. +Sector 178928, try 1: Medium Error; Unrecovered read error. Sector 178928: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Sector 180352, try 1: Medium Error; Unrecovered read error. +Sector 180352, try 1: Medium Error; Unrecovered read error. Sector 180352: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Sector 181760, try 1: Medium Error; Unrecovered read error. +Sector 181760, try 1: Medium Error; Unrecovered read error. Sector 181760: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Sector 183168, try 1: Medium Error; Unrecovered read error. +Sector 183168, try 1: Medium Error; Unrecovered read error. Sector 183168: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Sector 184576, try 1: Medium Error; Unrecovered read error. +Sector 184576, try 1: Medium Error; Unrecovered read error. Sector 184576: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Sector 185984, try 1: Medium Error; Unrecovered read error. +Sector 185984, try 1: Medium Error; Unrecovered read error. Sector 185984: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Sector 187392, try 1: Medium Error; Unrecovered read error. +Sector 187392, try 1: Medium Error; Unrecovered read error. Sector 187392: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Sector 188800, try 1: Medium Error; Unrecovered read error. +Sector 188800, try 1: Medium Error; Unrecovered read error. Sector 188800: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Sector 190208, try 1: Medium Error; Unrecovered read error. +Sector 190208, try 1: Medium Error; Unrecovered read error. Sector 190208: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Sector 235216, try 1: Medium Error; Unrecovered read error. +Sector 235216, try 1: Medium Error; Unrecovered read error. Sector 235216: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 235296, try 1: Medium Error; Unrecovered read error. Sector 235296: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx)CRC NOT created. 288 unreadable sectors. +CrcBuf contents, image path none (medium): + crcSize: 359295, dataSectors: 235219, coveredSectors: 235303, allSectors: 359295 + md5State: invalid + fp sector: 16; 33b0c14f099f69c29719b7a181c0241d + missing crcs: 176 diff --git a/regtest/database/RS03i_scan_missing_header3 b/regtest/database/RS03i_scan_missing_header3 index 18f6ca2..cbe895a 100644 --- a/regtest/database/RS03i_scan_missing_header3 +++ b/regtest/database/RS03i_scan_missing_header3 @@ -126,290 +126,294 @@ ndata = 168 nroots = 87 (51.8%) done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Sector 140896, try 1: Medium Error; Unrecovered read error. +Sector 140896, try 1: Medium Error; Unrecovered read error. Sector 140896: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Sector 142304, try 1: Medium Error; Unrecovered read error. +Sector 142304, try 1: Medium Error; Unrecovered read error. Sector 142304: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Sector 143712, try 1: Medium Error; Unrecovered read error. +Sector 143712, try 1: Medium Error; Unrecovered read error. Sector 143712: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Sector 145120, try 1: Medium Error; Unrecovered read error. +Sector 145120, try 1: Medium Error; Unrecovered read error. Sector 145120: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Sector 146528, try 1: Medium Error; Unrecovered read error. +Sector 146528, try 1: Medium Error; Unrecovered read error. Sector 146528: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Sector 147936, try 1: Medium Error; Unrecovered read error. +Sector 147936, try 1: Medium Error; Unrecovered read error. Sector 147936: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Sector 149344, try 1: Medium Error; Unrecovered read error. +Sector 149344, try 1: Medium Error; Unrecovered read error. Sector 149344: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Sector 150752, try 1: Medium Error; Unrecovered read error. +Sector 150752, try 1: Medium Error; Unrecovered read error. Sector 150752: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Sector 152160, try 1: Medium Error; Unrecovered read error. +Sector 152160, try 1: Medium Error; Unrecovered read error. Sector 152160: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Sector 153568, try 1: Medium Error; Unrecovered read error. +Sector 153568, try 1: Medium Error; Unrecovered read error. Sector 153568: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Sector 154976, try 1: Medium Error; Unrecovered read error. +Sector 154976, try 1: Medium Error; Unrecovered read error. Sector 154976: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 154992, try 1: Medium Error; Unrecovered read error. Sector 154992: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Sector 156384, try 1: Medium Error; Unrecovered read error. +Sector 156384, try 1: Medium Error; Unrecovered read error. Sector 156384: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 156400, try 1: Medium Error; Unrecovered read error. Sector 156400: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Sector 157808, try 1: Medium Error; Unrecovered read error. +Sector 157808, try 1: Medium Error; Unrecovered read error. Sector 157808: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Sector 159216, try 1: Medium Error; Unrecovered read error. +Sector 159216, try 1: Medium Error; Unrecovered read error. Sector 159216: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Sector 160624, try 1: Medium Error; Unrecovered read error. +Sector 160624, try 1: Medium Error; Unrecovered read error. Sector 160624: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Sector 162032, try 1: Medium Error; Unrecovered read error. +Sector 162032, try 1: Medium Error; Unrecovered read error. Sector 162032: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Sector 163440, try 1: Medium Error; Unrecovered read error. +Sector 163440, try 1: Medium Error; Unrecovered read error. Sector 163440: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Sector 164848, try 1: Medium Error; Unrecovered read error. +Sector 164848, try 1: Medium Error; Unrecovered read error. Sector 164848: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Sector 166256, try 1: Medium Error; Unrecovered read error. +Sector 166256, try 1: Medium Error; Unrecovered read error. Sector 166256: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Sector 167664, try 1: Medium Error; Unrecovered read error. +Sector 167664, try 1: Medium Error; Unrecovered read error. Sector 167664: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Sector 169072, try 1: Medium Error; Unrecovered read error. +Sector 169072, try 1: Medium Error; Unrecovered read error. Sector 169072: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Sector 170480, try 1: Medium Error; Unrecovered read error. +Sector 170480, try 1: Medium Error; Unrecovered read error. Sector 170480: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Sector 171888, try 1: Medium Error; Unrecovered read error. +Sector 171888, try 1: Medium Error; Unrecovered read error. Sector 171888: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Sector 173296, try 1: Medium Error; Unrecovered read error. +Sector 173296, try 1: Medium Error; Unrecovered read error. Sector 173296: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Sector 174704, try 1: Medium Error; Unrecovered read error. +Sector 174704, try 1: Medium Error; Unrecovered read error. Sector 174704: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Sector 176112, try 1: Medium Error; Unrecovered read error. +Sector 176112, try 1: Medium Error; Unrecovered read error. Sector 176112: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 176128, try 1: Medium Error; Unrecovered read error. Sector 176128: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Sector 177520, try 1: Medium Error; Unrecovered read error. +Sector 177520, try 1: Medium Error; Unrecovered read error. Sector 177520: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 177536, try 1: Medium Error; Unrecovered read error. Sector 177536: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Sector 178928, try 1: Medium Error; Unrecovered read error. +Sector 178928, try 1: Medium Error; Unrecovered read error. Sector 178928: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 49.8% (nn.nx)Sector 178944, try 1: Medium Error; Unrecovered read error. +Sector 178944, try 1: Medium Error; Unrecovered read error. Sector 178944: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Sector 180352, try 1: Medium Error; Unrecovered read error. +Sector 180352, try 1: Medium Error; Unrecovered read error. Sector 180352: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Sector 181760, try 1: Medium Error; Unrecovered read error. +Sector 181760, try 1: Medium Error; Unrecovered read error. Sector 181760: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Sector 183168, try 1: Medium Error; Unrecovered read error. +Sector 183168, try 1: Medium Error; Unrecovered read error. Sector 183168: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Sector 184576, try 1: Medium Error; Unrecovered read error. +Sector 184576, try 1: Medium Error; Unrecovered read error. Sector 184576: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Sector 185984, try 1: Medium Error; Unrecovered read error. +Sector 185984, try 1: Medium Error; Unrecovered read error. Sector 185984: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Sector 187392, try 1: Medium Error; Unrecovered read error. +Sector 187392, try 1: Medium Error; Unrecovered read error. Sector 187392: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Sector 188800, try 1: Medium Error; Unrecovered read error. +Sector 188800, try 1: Medium Error; Unrecovered read error. Sector 188800: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Sector 190208, try 1: Medium Error; Unrecovered read error. +Sector 190208, try 1: Medium Error; Unrecovered read error. Sector 190208: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Sector 191616, try 1: Medium Error; Unrecovered read error. +Sector 191616, try 1: Medium Error; Unrecovered read error. Sector 191616: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Sector 193024, try 1: Medium Error; Unrecovered read error. +Sector 193024, try 1: Medium Error; Unrecovered read error. Sector 193024: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Sector 194432, try 1: Medium Error; Unrecovered read error. +Sector 194432, try 1: Medium Error; Unrecovered read error. Sector 194432: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Sector 195840, try 1: Medium Error; Unrecovered read error. +Sector 195840, try 1: Medium Error; Unrecovered read error. Sector 195840: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Sector 197248, try 1: Medium Error; Unrecovered read error. +Sector 197248, try 1: Medium Error; Unrecovered read error. Sector 197248: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Sector 198656, try 1: Medium Error; Unrecovered read error. +Sector 198656, try 1: Medium Error; Unrecovered read error. Sector 198656: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Sector 200064, try 1: Medium Error; Unrecovered read error. +Sector 200064, try 1: Medium Error; Unrecovered read error. Sector 200064: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Sector 201472, try 1: Medium Error; Unrecovered read error. +Sector 201472, try 1: Medium Error; Unrecovered read error. Sector 201472: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Sector 202896, try 1: Medium Error; Unrecovered read error. +Sector 202896, try 1: Medium Error; Unrecovered read error. Sector 202896: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Sector 204304, try 1: Medium Error; Unrecovered read error. +Sector 204304, try 1: Medium Error; Unrecovered read error. Sector 204304: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Sector 205712, try 1: Medium Error; Unrecovered read error. +Sector 205712, try 1: Medium Error; Unrecovered read error. Sector 205712: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Sector 207120, try 1: Medium Error; Unrecovered read error. +Sector 207120, try 1: Medium Error; Unrecovered read error. Sector 207120: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Sector 208528, try 1: Medium Error; Unrecovered read error. +Sector 208528, try 1: Medium Error; Unrecovered read error. Sector 208528: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Sector 209936, try 1: Medium Error; Unrecovered read error. +Sector 209936, try 1: Medium Error; Unrecovered read error. Sector 209936: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Sector 211344, try 1: Medium Error; Unrecovered read error. +Sector 211344, try 1: Medium Error; Unrecovered read error. Sector 211344: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Sector 212752, try 1: Medium Error; Unrecovered read error. +Sector 212752, try 1: Medium Error; Unrecovered read error. Sector 212752: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Sector 214160, try 1: Medium Error; Unrecovered read error. +Sector 214160, try 1: Medium Error; Unrecovered read error. Sector 214160: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Sector 215568, try 1: Medium Error; Unrecovered read error. +Sector 215568, try 1: Medium Error; Unrecovered read error. Sector 215568: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Sector 216976, try 1: Medium Error; Unrecovered read error. +Sector 216976, try 1: Medium Error; Unrecovered read error. Sector 216976: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Sector 218384, try 1: Medium Error; Unrecovered read error. +Sector 218384, try 1: Medium Error; Unrecovered read error. Sector 218384: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Sector 219792, try 1: Medium Error; Unrecovered read error. +Sector 219792, try 1: Medium Error; Unrecovered read error. Sector 219792: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Sector 221200, try 1: Medium Error; Unrecovered read error. +Sector 221200, try 1: Medium Error; Unrecovered read error. Sector 221200: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Sector 222608, try 1: Medium Error; Unrecovered read error. +Sector 222608, try 1: Medium Error; Unrecovered read error. Sector 222608: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Sector 224016, try 1: Medium Error; Unrecovered read error. +Sector 224016, try 1: Medium Error; Unrecovered read error. Sector 224016: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Sector 225440, try 1: Medium Error; Unrecovered read error. +Sector 225440, try 1: Medium Error; Unrecovered read error. Sector 225440: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Sector 226848, try 1: Medium Error; Unrecovered read error. +Sector 226848, try 1: Medium Error; Unrecovered read error. Sector 226848: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Sector 228256, try 1: Medium Error; Unrecovered read error. +Sector 228256, try 1: Medium Error; Unrecovered read error. Sector 228256: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Sector 229664, try 1: Medium Error; Unrecovered read error. +Sector 229664, try 1: Medium Error; Unrecovered read error. Sector 229664: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Sector 231072, try 1: Medium Error; Unrecovered read error. +Sector 231072, try 1: Medium Error; Unrecovered read error. Sector 231072: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Sector 232480, try 1: Medium Error; Unrecovered read error. +Sector 232480, try 1: Medium Error; Unrecovered read error. Sector 232480: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Sector 233888, try 1: Medium Error; Unrecovered read error. +Sector 233888, try 1: Medium Error; Unrecovered read error. Sector 233888: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Sector 235216, try 1: Medium Error; Unrecovered read error. +Sector 235216, try 1: Medium Error; Unrecovered read error. Sector 235216: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 235296, try 1: Medium Error; Unrecovered read error. Sector 235296: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Sector 236704, try 1: Medium Error; Unrecovered read error. +Sector 236704, try 1: Medium Error; Unrecovered read error. Sector 236704: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Sector 238112, try 1: Medium Error; Unrecovered read error. +Sector 238112, try 1: Medium Error; Unrecovered read error. Sector 238112: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Sector 239520, try 1: Medium Error; Unrecovered read error. +Sector 239520, try 1: Medium Error; Unrecovered read error. Sector 239520: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Sector 240928, try 1: Medium Error; Unrecovered read error. +Sector 240928, try 1: Medium Error; Unrecovered read error. Sector 240928: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Sector 242336, try 1: Medium Error; Unrecovered read error. +Sector 242336, try 1: Medium Error; Unrecovered read error. Sector 242336: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Sector 243744, try 1: Medium Error; Unrecovered read error. +Sector 243744, try 1: Medium Error; Unrecovered read error. Sector 243744: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Sector 245152, try 1: Medium Error; Unrecovered read error. +Sector 245152, try 1: Medium Error; Unrecovered read error. Sector 245152: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Sector 246560, try 1: Medium Error; Unrecovered read error. +Sector 246560, try 1: Medium Error; Unrecovered read error. Sector 246560: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Sector 247984, try 1: Medium Error; Unrecovered read error. +Sector 247984, try 1: Medium Error; Unrecovered read error. Sector 247984: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Sector 249392, try 1: Medium Error; Unrecovered read error. +Sector 249392, try 1: Medium Error; Unrecovered read error. Sector 249392: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Sector 250800, try 1: Medium Error; Unrecovered read error. +Sector 250800, try 1: Medium Error; Unrecovered read error. Sector 250800: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Sector 252208, try 1: Medium Error; Unrecovered read error. +Sector 252208, try 1: Medium Error; Unrecovered read error. Sector 252208: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Sector 253616, try 1: Medium Error; Unrecovered read error. +Sector 253616, try 1: Medium Error; Unrecovered read error. Sector 253616: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Sector 255024, try 1: Medium Error; Unrecovered read error. +Sector 255024, try 1: Medium Error; Unrecovered read error. Sector 255024: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Sector 256432, try 1: Medium Error; Unrecovered read error. +Sector 256432, try 1: Medium Error; Unrecovered read error. Sector 256432: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Sector 257840, try 1: Medium Error; Unrecovered read error. +Sector 257840, try 1: Medium Error; Unrecovered read error. Sector 257840: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Sector 259248, try 1: Medium Error; Unrecovered read error. +Sector 259248, try 1: Medium Error; Unrecovered read error. Sector 259248: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Sector 260656, try 1: Medium Error; Unrecovered read error. +Sector 260656, try 1: Medium Error; Unrecovered read error. Sector 260656: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Sector 262064, try 1: Medium Error; Unrecovered read error. +Sector 262064, try 1: Medium Error; Unrecovered read error. Sector 262064: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Sector 263472, try 1: Medium Error; Unrecovered read error. +Sector 263472, try 1: Medium Error; Unrecovered read error. Sector 263472: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Sector 264880, try 1: Medium Error; Unrecovered read error. +Sector 264880, try 1: Medium Error; Unrecovered read error. Sector 264880: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Sector 266288, try 1: Medium Error; Unrecovered read error. +Sector 266288, try 1: Medium Error; Unrecovered read error. Sector 266288: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Sector 267696, try 1: Medium Error; Unrecovered read error. +Sector 267696, try 1: Medium Error; Unrecovered read error. Sector 267696: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Sector 269104, try 1: Medium Error; Unrecovered read error. +Sector 269104, try 1: Medium Error; Unrecovered read error. Sector 269104: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Sector 270528, try 1: Medium Error; Unrecovered read error. +Sector 270528, try 1: Medium Error; Unrecovered read error. Sector 270528: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Sector 271936, try 1: Medium Error; Unrecovered read error. +Sector 271936, try 1: Medium Error; Unrecovered read error. Sector 271936: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Sector 273344, try 1: Medium Error; Unrecovered read error. +Sector 273344, try 1: Medium Error; Unrecovered read error. Sector 273344: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Sector 274752, try 1: Medium Error; Unrecovered read error. +Sector 274752, try 1: Medium Error; Unrecovered read error. Sector 274752: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Sector 276160, try 1: Medium Error; Unrecovered read error. +Sector 276160, try 1: Medium Error; Unrecovered read error. Sector 276160: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Sector 277568, try 1: Medium Error; Unrecovered read error. +Sector 277568, try 1: Medium Error; Unrecovered read error. Sector 277568: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Sector 278976, try 1: Medium Error; Unrecovered read error. +Sector 278976, try 1: Medium Error; Unrecovered read error. Sector 278976: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Sector 280384, try 1: Medium Error; Unrecovered read error. +Sector 280384, try 1: Medium Error; Unrecovered read error. Sector 280384: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Sector 281792, try 1: Medium Error; Unrecovered read error. +Sector 281792, try 1: Medium Error; Unrecovered read error. Sector 281792: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Sector 283200, try 1: Medium Error; Unrecovered read error. +Sector 283200, try 1: Medium Error; Unrecovered read error. Sector 283200: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Sector 284608, try 1: Medium Error; Unrecovered read error. +Sector 284608, try 1: Medium Error; Unrecovered read error. Sector 284608: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Sector 286016, try 1: Medium Error; Unrecovered read error. +Sector 286016, try 1: Medium Error; Unrecovered read error. Sector 286016: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Sector 287424, try 1: Medium Error; Unrecovered read error. +Sector 287424, try 1: Medium Error; Unrecovered read error. Sector 287424: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Sector 288832, try 1: Medium Error; Unrecovered read error. +Sector 288832, try 1: Medium Error; Unrecovered read error. Sector 288832: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Sector 290240, try 1: Medium Error; Unrecovered read error. +Sector 290240, try 1: Medium Error; Unrecovered read error. Sector 290240: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Sector 291648, try 1: Medium Error; Unrecovered read error. +Sector 291648, try 1: Medium Error; Unrecovered read error. Sector 291648: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Sector 293072, try 1: Medium Error; Unrecovered read error. +Sector 293072, try 1: Medium Error; Unrecovered read error. Sector 293072: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Sector 294480, try 1: Medium Error; Unrecovered read error. +Sector 294480, try 1: Medium Error; Unrecovered read error. Sector 294480: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Sector 295888, try 1: Medium Error; Unrecovered read error. +Sector 295888, try 1: Medium Error; Unrecovered read error. Sector 295888: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Sector 297296, try 1: Medium Error; Unrecovered read error. +Sector 297296, try 1: Medium Error; Unrecovered read error. Sector 297296: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Sector 298704, try 1: Medium Error; Unrecovered read error. +Sector 298704, try 1: Medium Error; Unrecovered read error. Sector 298704: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Sector 300112, try 1: Medium Error; Unrecovered read error. +Sector 300112, try 1: Medium Error; Unrecovered read error. Sector 300112: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Sector 301520, try 1: Medium Error; Unrecovered read error. +Sector 301520, try 1: Medium Error; Unrecovered read error. Sector 301520: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Sector 302928, try 1: Medium Error; Unrecovered read error. +Sector 302928, try 1: Medium Error; Unrecovered read error. Sector 302928: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Sector 304336, try 1: Medium Error; Unrecovered read error. +Sector 304336, try 1: Medium Error; Unrecovered read error. Sector 304336: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Sector 305744, try 1: Medium Error; Unrecovered read error. +Sector 305744, try 1: Medium Error; Unrecovered read error. Sector 305744: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Sector 307152, try 1: Medium Error; Unrecovered read error. +Sector 307152, try 1: Medium Error; Unrecovered read error. Sector 307152: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Sector 308560, try 1: Medium Error; Unrecovered read error. +Sector 308560, try 1: Medium Error; Unrecovered read error. Sector 308560: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Sector 309968, try 1: Medium Error; Unrecovered read error. +Sector 309968, try 1: Medium Error; Unrecovered read error. Sector 309968: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Sector 311376, try 1: Medium Error; Unrecovered read error. +Sector 311376, try 1: Medium Error; Unrecovered read error. Sector 311376: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Sector 312784, try 1: Medium Error; Unrecovered read error. +Sector 312784, try 1: Medium Error; Unrecovered read error. Sector 312784: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Sector 314192, try 1: Medium Error; Unrecovered read error. +Sector 314192, try 1: Medium Error; Unrecovered read error. Sector 314192: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Sector 315616, try 1: Medium Error; Unrecovered read error. +Sector 315616, try 1: Medium Error; Unrecovered read error. Sector 315616: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Sector 317024, try 1: Medium Error; Unrecovered read error. +Sector 317024, try 1: Medium Error; Unrecovered read error. Sector 317024: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Sector 318432, try 1: Medium Error; Unrecovered read error. +Sector 318432, try 1: Medium Error; Unrecovered read error. Sector 318432: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Sector 319840, try 1: Medium Error; Unrecovered read error. +Sector 319840, try 1: Medium Error; Unrecovered read error. Sector 319840: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Sector 321248, try 1: Medium Error; Unrecovered read error. +Sector 321248, try 1: Medium Error; Unrecovered read error. Sector 321248: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Sector 322656, try 1: Medium Error; Unrecovered read error. +Sector 322656, try 1: Medium Error; Unrecovered read error. Sector 322656: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Sector 324064, try 1: Medium Error; Unrecovered read error. +Sector 324064, try 1: Medium Error; Unrecovered read error. Sector 324064: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Sector 325472, try 1: Medium Error; Unrecovered read error. +Sector 325472, try 1: Medium Error; Unrecovered read error. Sector 325472: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Sector 326880, try 1: Medium Error; Unrecovered read error. +Sector 326880, try 1: Medium Error; Unrecovered read error. Sector 326880: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Sector 328288, try 1: Medium Error; Unrecovered read error. +Sector 328288, try 1: Medium Error; Unrecovered read error. Sector 328288: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Sector 329696, try 1: Medium Error; Unrecovered read error. +Sector 329696, try 1: Medium Error; Unrecovered read error. Sector 329696: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Sector 331104, try 1: Medium Error; Unrecovered read error. +Sector 331104, try 1: Medium Error; Unrecovered read error. Sector 331104: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx)CRC NOT created. 2272 unreadable sectors. +CrcBuf contents, image path none (medium): + crcSize: 359295, dataSectors: 235219, coveredSectors: 235303, allSectors: 359295 + md5State: invalid + fp sector: 16; 33b0c14f099f69c29719b7a181c0241d + missing crcs: 1932 diff --git a/regtest/database/RS03i_scan_missing_header4 b/regtest/database/RS03i_scan_missing_header4 index e14f7fc..c749900 100644 --- a/regtest/database/RS03i_scan_missing_header4 +++ b/regtest/database/RS03i_scan_missing_header4 @@ -2932,151 +2932,151 @@ ndata = 168 nroots = 87 (51.8%) done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Sector 140896, try 1: Medium Error; Unrecovered read error. +Sector 140896, try 1: Medium Error; Unrecovered read error. Sector 140896: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Sector 142304, try 1: Medium Error; Unrecovered read error. +Sector 142304, try 1: Medium Error; Unrecovered read error. Sector 142304: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Sector 143712, try 1: Medium Error; Unrecovered read error. +Sector 143712, try 1: Medium Error; Unrecovered read error. Sector 143712: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Sector 145120, try 1: Medium Error; Unrecovered read error. +Sector 145120, try 1: Medium Error; Unrecovered read error. Sector 145120: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Sector 146528, try 1: Medium Error; Unrecovered read error. +Sector 146528, try 1: Medium Error; Unrecovered read error. Sector 146528: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Sector 147936, try 1: Medium Error; Unrecovered read error. +Sector 147936, try 1: Medium Error; Unrecovered read error. Sector 147936: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Sector 149344, try 1: Medium Error; Unrecovered read error. +Sector 149344, try 1: Medium Error; Unrecovered read error. Sector 149344: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Sector 150752, try 1: Medium Error; Unrecovered read error. +Sector 150752, try 1: Medium Error; Unrecovered read error. Sector 150752: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Sector 152160, try 1: Medium Error; Unrecovered read error. +Sector 152160, try 1: Medium Error; Unrecovered read error. Sector 152160: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Sector 153568, try 1: Medium Error; Unrecovered read error. +Sector 153568, try 1: Medium Error; Unrecovered read error. Sector 153568: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Sector 154976, try 1: Medium Error; Unrecovered read error. +Sector 154976, try 1: Medium Error; Unrecovered read error. Sector 154976: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 154992, try 1: Medium Error; Unrecovered read error. Sector 154992: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Sector 156384, try 1: Medium Error; Unrecovered read error. +Sector 156384, try 1: Medium Error; Unrecovered read error. Sector 156384: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 156400, try 1: Medium Error; Unrecovered read error. Sector 156400: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Sector 157808, try 1: Medium Error; Unrecovered read error. +Sector 157808, try 1: Medium Error; Unrecovered read error. Sector 157808: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Sector 159216, try 1: Medium Error; Unrecovered read error. +Sector 159216, try 1: Medium Error; Unrecovered read error. Sector 159216: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Sector 160624, try 1: Medium Error; Unrecovered read error. +Sector 160624, try 1: Medium Error; Unrecovered read error. Sector 160624: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Sector 162032, try 1: Medium Error; Unrecovered read error. +Sector 162032, try 1: Medium Error; Unrecovered read error. Sector 162032: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Sector 163440, try 1: Medium Error; Unrecovered read error. +Sector 163440, try 1: Medium Error; Unrecovered read error. Sector 163440: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Sector 164848, try 1: Medium Error; Unrecovered read error. +Sector 164848, try 1: Medium Error; Unrecovered read error. Sector 164848: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Sector 166256, try 1: Medium Error; Unrecovered read error. +Sector 166256, try 1: Medium Error; Unrecovered read error. Sector 166256: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Sector 167664, try 1: Medium Error; Unrecovered read error. +Sector 167664, try 1: Medium Error; Unrecovered read error. Sector 167664: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Sector 169072, try 1: Medium Error; Unrecovered read error. +Sector 169072, try 1: Medium Error; Unrecovered read error. Sector 169072: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Sector 170480, try 1: Medium Error; Unrecovered read error. +Sector 170480, try 1: Medium Error; Unrecovered read error. Sector 170480: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Sector 171888, try 1: Medium Error; Unrecovered read error. +Sector 171888, try 1: Medium Error; Unrecovered read error. Sector 171888: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Sector 173296, try 1: Medium Error; Unrecovered read error. +Sector 173296, try 1: Medium Error; Unrecovered read error. Sector 173296: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Sector 174704, try 1: Medium Error; Unrecovered read error. +Sector 174704, try 1: Medium Error; Unrecovered read error. Sector 174704: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Sector 176112, try 1: Medium Error; Unrecovered read error. +Sector 176112, try 1: Medium Error; Unrecovered read error. Sector 176112: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 176128, try 1: Medium Error; Unrecovered read error. Sector 176128: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Sector 177520, try 1: Medium Error; Unrecovered read error. +Sector 177520, try 1: Medium Error; Unrecovered read error. Sector 177520: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 177536, try 1: Medium Error; Unrecovered read error. Sector 177536: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Sector 178928, try 1: Medium Error; Unrecovered read error. +Sector 178928, try 1: Medium Error; Unrecovered read error. Sector 178928: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 49.8% (nn.nx)Sector 178944, try 1: Medium Error; Unrecovered read error. +Sector 178944, try 1: Medium Error; Unrecovered read error. Sector 178944: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Sector 180352, try 1: Medium Error; Unrecovered read error. +Sector 180352, try 1: Medium Error; Unrecovered read error. Sector 180352: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Sector 181760, try 1: Medium Error; Unrecovered read error. +Sector 181760, try 1: Medium Error; Unrecovered read error. Sector 181760: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Sector 183168, try 1: Medium Error; Unrecovered read error. +Sector 183168, try 1: Medium Error; Unrecovered read error. Sector 183168: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Sector 184576, try 1: Medium Error; Unrecovered read error. +Sector 184576, try 1: Medium Error; Unrecovered read error. Sector 184576: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Sector 185984, try 1: Medium Error; Unrecovered read error. +Sector 185984, try 1: Medium Error; Unrecovered read error. Sector 185984: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Sector 187392, try 1: Medium Error; Unrecovered read error. +Sector 187392, try 1: Medium Error; Unrecovered read error. Sector 187392: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Sector 188800, try 1: Medium Error; Unrecovered read error. +Sector 188800, try 1: Medium Error; Unrecovered read error. Sector 188800: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Sector 190208, try 1: Medium Error; Unrecovered read error. +Sector 190208, try 1: Medium Error; Unrecovered read error. Sector 190208: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Sector 191616, try 1: Medium Error; Unrecovered read error. +Sector 191616, try 1: Medium Error; Unrecovered read error. Sector 191616: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Sector 193024, try 1: Medium Error; Unrecovered read error. +Sector 193024, try 1: Medium Error; Unrecovered read error. Sector 193024: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Sector 194432, try 1: Medium Error; Unrecovered read error. +Sector 194432, try 1: Medium Error; Unrecovered read error. Sector 194432: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Sector 195840, try 1: Medium Error; Unrecovered read error. +Sector 195840, try 1: Medium Error; Unrecovered read error. Sector 195840: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Sector 197248, try 1: Medium Error; Unrecovered read error. +Sector 197248, try 1: Medium Error; Unrecovered read error. Sector 197248: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Sector 198656, try 1: Medium Error; Unrecovered read error. +Sector 198656, try 1: Medium Error; Unrecovered read error. Sector 198656: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Sector 200064, try 1: Medium Error; Unrecovered read error. +Sector 200064, try 1: Medium Error; Unrecovered read error. Sector 200064: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Sector 201472, try 1: Medium Error; Unrecovered read error. +Sector 201472, try 1: Medium Error; Unrecovered read error. Sector 201472: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Sector 202896, try 1: Medium Error; Unrecovered read error. +Sector 202896, try 1: Medium Error; Unrecovered read error. Sector 202896: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Sector 204304, try 1: Medium Error; Unrecovered read error. +Sector 204304, try 1: Medium Error; Unrecovered read error. Sector 204304: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Sector 205712, try 1: Medium Error; Unrecovered read error. +Sector 205712, try 1: Medium Error; Unrecovered read error. Sector 205712: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Sector 207120, try 1: Medium Error; Unrecovered read error. +Sector 207120, try 1: Medium Error; Unrecovered read error. Sector 207120: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Sector 208528, try 1: Medium Error; Unrecovered read error. +Sector 208528, try 1: Medium Error; Unrecovered read error. Sector 208528: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Sector 209936, try 1: Medium Error; Unrecovered read error. +Sector 209936, try 1: Medium Error; Unrecovered read error. Sector 209936: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Sector 211344, try 1: Medium Error; Unrecovered read error. +Sector 211344, try 1: Medium Error; Unrecovered read error. Sector 211344: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Sector 212752, try 1: Medium Error; Unrecovered read error. +Sector 212752, try 1: Medium Error; Unrecovered read error. Sector 212752: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Sector 214160, try 1: Medium Error; Unrecovered read error. +Sector 214160, try 1: Medium Error; Unrecovered read error. Sector 214160: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Sector 215568, try 1: Medium Error; Unrecovered read error. +Sector 215568, try 1: Medium Error; Unrecovered read error. Sector 215568: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Sector 216976, try 1: Medium Error; Unrecovered read error. +Sector 216976, try 1: Medium Error; Unrecovered read error. Sector 216976: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Sector 218384, try 1: Medium Error; Unrecovered read error. +Sector 218384, try 1: Medium Error; Unrecovered read error. Sector 218384: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Sector 219792, try 1: Medium Error; Unrecovered read error. +Sector 219792, try 1: Medium Error; Unrecovered read error. Sector 219792: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Sector 221200, try 1: Medium Error; Unrecovered read error. +Sector 221200, try 1: Medium Error; Unrecovered read error. Sector 221200: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Sector 222608, try 1: Medium Error; Unrecovered read error. +Sector 222608, try 1: Medium Error; Unrecovered read error. Sector 222608: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Sector 224016, try 1: Medium Error; Unrecovered read error. +Sector 224016, try 1: Medium Error; Unrecovered read error. Sector 224016: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Sector 225440, try 1: Medium Error; Unrecovered read error. +Sector 225440, try 1: Medium Error; Unrecovered read error. Sector 225440: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Sector 226848, try 1: Medium Error; Unrecovered read error. +Sector 226848, try 1: Medium Error; Unrecovered read error. Sector 226848: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Sector 228256, try 1: Medium Error; Unrecovered read error. +Sector 228256, try 1: Medium Error; Unrecovered read error. Sector 228256: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Sector 229664, try 1: Medium Error; Unrecovered read error. +Sector 229664, try 1: Medium Error; Unrecovered read error. Sector 229664: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Sector 231072, try 1: Medium Error; Unrecovered read error. +Sector 231072, try 1: Medium Error; Unrecovered read error. Sector 231072: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Sector 232480, try 1: Medium Error; Unrecovered read error. +Sector 232480, try 1: Medium Error; Unrecovered read error. Sector 232480: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Sector 233888, try 1: Medium Error; Unrecovered read error. +Sector 233888, try 1: Medium Error; Unrecovered read error. Sector 233888: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Sector 235216, try 1: Medium Error; Unrecovered read error. +Sector 235216, try 1: Medium Error; Unrecovered read error. Sector 235216: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 235296, try 1: Medium Error; Unrecovered read error. Sector 235296: Medium Error; Unrecovered read error. Skipping 15 sectors. @@ -3084,7 +3084,7 @@ Sector 235312, try 1: Medium Error; Unrecovered read error. Sector 235312: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 235328, try 1: Medium Error; Unrecovered read error. Sector 235328: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 65.5% (nn.nx)Sector 235344, try 1: Medium Error; Unrecovered read error. +Sector 235344, try 1: Medium Error; Unrecovered read error. Sector 235344: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 235360, try 1: Medium Error; Unrecovered read error. Sector 235360: Medium Error; Unrecovered read error. Skipping 15 sectors. @@ -3256,140 +3256,144 @@ Sector 236688, try 1: Medium Error; Unrecovered read error. Sector 236688: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 236704, try 1: Medium Error; Unrecovered read error. Sector 236704: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Sector 238112, try 1: Medium Error; Unrecovered read error. +Sector 238112, try 1: Medium Error; Unrecovered read error. Sector 238112: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Sector 239520, try 1: Medium Error; Unrecovered read error. +Sector 239520, try 1: Medium Error; Unrecovered read error. Sector 239520: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Sector 240928, try 1: Medium Error; Unrecovered read error. +Sector 240928, try 1: Medium Error; Unrecovered read error. Sector 240928: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Sector 242336, try 1: Medium Error; Unrecovered read error. +Sector 242336, try 1: Medium Error; Unrecovered read error. Sector 242336: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Sector 243744, try 1: Medium Error; Unrecovered read error. +Sector 243744, try 1: Medium Error; Unrecovered read error. Sector 243744: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Sector 245152, try 1: Medium Error; Unrecovered read error. +Sector 245152, try 1: Medium Error; Unrecovered read error. Sector 245152: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Sector 246560, try 1: Medium Error; Unrecovered read error. +Sector 246560, try 1: Medium Error; Unrecovered read error. Sector 246560: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Sector 247984, try 1: Medium Error; Unrecovered read error. +Sector 247984, try 1: Medium Error; Unrecovered read error. Sector 247984: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Sector 249392, try 1: Medium Error; Unrecovered read error. +Sector 249392, try 1: Medium Error; Unrecovered read error. Sector 249392: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Sector 250800, try 1: Medium Error; Unrecovered read error. +Sector 250800, try 1: Medium Error; Unrecovered read error. Sector 250800: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Sector 252208, try 1: Medium Error; Unrecovered read error. +Sector 252208, try 1: Medium Error; Unrecovered read error. Sector 252208: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Sector 253616, try 1: Medium Error; Unrecovered read error. +Sector 253616, try 1: Medium Error; Unrecovered read error. Sector 253616: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Sector 255024, try 1: Medium Error; Unrecovered read error. +Sector 255024, try 1: Medium Error; Unrecovered read error. Sector 255024: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Sector 256432, try 1: Medium Error; Unrecovered read error. +Sector 256432, try 1: Medium Error; Unrecovered read error. Sector 256432: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Sector 257840, try 1: Medium Error; Unrecovered read error. +Sector 257840, try 1: Medium Error; Unrecovered read error. Sector 257840: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Sector 259248, try 1: Medium Error; Unrecovered read error. +Sector 259248, try 1: Medium Error; Unrecovered read error. Sector 259248: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Sector 260656, try 1: Medium Error; Unrecovered read error. +Sector 260656, try 1: Medium Error; Unrecovered read error. Sector 260656: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Sector 262064, try 1: Medium Error; Unrecovered read error. +Sector 262064, try 1: Medium Error; Unrecovered read error. Sector 262064: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Sector 263472, try 1: Medium Error; Unrecovered read error. +Sector 263472, try 1: Medium Error; Unrecovered read error. Sector 263472: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Sector 264880, try 1: Medium Error; Unrecovered read error. +Sector 264880, try 1: Medium Error; Unrecovered read error. Sector 264880: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Sector 266288, try 1: Medium Error; Unrecovered read error. +Sector 266288, try 1: Medium Error; Unrecovered read error. Sector 266288: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Sector 267696, try 1: Medium Error; Unrecovered read error. +Sector 267696, try 1: Medium Error; Unrecovered read error. Sector 267696: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Sector 269104, try 1: Medium Error; Unrecovered read error. +Sector 269104, try 1: Medium Error; Unrecovered read error. Sector 269104: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Sector 270528, try 1: Medium Error; Unrecovered read error. +Sector 270528, try 1: Medium Error; Unrecovered read error. Sector 270528: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Sector 271936, try 1: Medium Error; Unrecovered read error. +Sector 271936, try 1: Medium Error; Unrecovered read error. Sector 271936: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Sector 273344, try 1: Medium Error; Unrecovered read error. +Sector 273344, try 1: Medium Error; Unrecovered read error. Sector 273344: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Sector 274752, try 1: Medium Error; Unrecovered read error. +Sector 274752, try 1: Medium Error; Unrecovered read error. Sector 274752: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Sector 276160, try 1: Medium Error; Unrecovered read error. +Sector 276160, try 1: Medium Error; Unrecovered read error. Sector 276160: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Sector 277568, try 1: Medium Error; Unrecovered read error. +Sector 277568, try 1: Medium Error; Unrecovered read error. Sector 277568: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Sector 278976, try 1: Medium Error; Unrecovered read error. +Sector 278976, try 1: Medium Error; Unrecovered read error. Sector 278976: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Sector 280384, try 1: Medium Error; Unrecovered read error. +Sector 280384, try 1: Medium Error; Unrecovered read error. Sector 280384: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Sector 281792, try 1: Medium Error; Unrecovered read error. +Sector 281792, try 1: Medium Error; Unrecovered read error. Sector 281792: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Sector 283200, try 1: Medium Error; Unrecovered read error. +Sector 283200, try 1: Medium Error; Unrecovered read error. Sector 283200: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Sector 284608, try 1: Medium Error; Unrecovered read error. +Sector 284608, try 1: Medium Error; Unrecovered read error. Sector 284608: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Sector 286016, try 1: Medium Error; Unrecovered read error. +Sector 286016, try 1: Medium Error; Unrecovered read error. Sector 286016: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Sector 287424, try 1: Medium Error; Unrecovered read error. +Sector 287424, try 1: Medium Error; Unrecovered read error. Sector 287424: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Sector 288832, try 1: Medium Error; Unrecovered read error. +Sector 288832, try 1: Medium Error; Unrecovered read error. Sector 288832: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Sector 290240, try 1: Medium Error; Unrecovered read error. +Sector 290240, try 1: Medium Error; Unrecovered read error. Sector 290240: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Sector 291648, try 1: Medium Error; Unrecovered read error. +Sector 291648, try 1: Medium Error; Unrecovered read error. Sector 291648: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Sector 293072, try 1: Medium Error; Unrecovered read error. +Sector 293072, try 1: Medium Error; Unrecovered read error. Sector 293072: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Sector 294480, try 1: Medium Error; Unrecovered read error. +Sector 294480, try 1: Medium Error; Unrecovered read error. Sector 294480: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Sector 295888, try 1: Medium Error; Unrecovered read error. +Sector 295888, try 1: Medium Error; Unrecovered read error. Sector 295888: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Sector 297296, try 1: Medium Error; Unrecovered read error. +Sector 297296, try 1: Medium Error; Unrecovered read error. Sector 297296: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Sector 298704, try 1: Medium Error; Unrecovered read error. +Sector 298704, try 1: Medium Error; Unrecovered read error. Sector 298704: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Sector 300112, try 1: Medium Error; Unrecovered read error. +Sector 300112, try 1: Medium Error; Unrecovered read error. Sector 300112: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Sector 301520, try 1: Medium Error; Unrecovered read error. +Sector 301520, try 1: Medium Error; Unrecovered read error. Sector 301520: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Sector 302928, try 1: Medium Error; Unrecovered read error. +Sector 302928, try 1: Medium Error; Unrecovered read error. Sector 302928: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Sector 304336, try 1: Medium Error; Unrecovered read error. +Sector 304336, try 1: Medium Error; Unrecovered read error. Sector 304336: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Sector 305744, try 1: Medium Error; Unrecovered read error. +Sector 305744, try 1: Medium Error; Unrecovered read error. Sector 305744: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Sector 307152, try 1: Medium Error; Unrecovered read error. +Sector 307152, try 1: Medium Error; Unrecovered read error. Sector 307152: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Sector 308560, try 1: Medium Error; Unrecovered read error. +Sector 308560, try 1: Medium Error; Unrecovered read error. Sector 308560: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Sector 309968, try 1: Medium Error; Unrecovered read error. +Sector 309968, try 1: Medium Error; Unrecovered read error. Sector 309968: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Sector 311376, try 1: Medium Error; Unrecovered read error. +Sector 311376, try 1: Medium Error; Unrecovered read error. Sector 311376: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Sector 312784, try 1: Medium Error; Unrecovered read error. +Sector 312784, try 1: Medium Error; Unrecovered read error. Sector 312784: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Sector 314192, try 1: Medium Error; Unrecovered read error. +Sector 314192, try 1: Medium Error; Unrecovered read error. Sector 314192: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Sector 315616, try 1: Medium Error; Unrecovered read error. +Sector 315616, try 1: Medium Error; Unrecovered read error. Sector 315616: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Sector 317024, try 1: Medium Error; Unrecovered read error. +Sector 317024, try 1: Medium Error; Unrecovered read error. Sector 317024: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Sector 318432, try 1: Medium Error; Unrecovered read error. +Sector 318432, try 1: Medium Error; Unrecovered read error. Sector 318432: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Sector 319840, try 1: Medium Error; Unrecovered read error. +Sector 319840, try 1: Medium Error; Unrecovered read error. Sector 319840: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Sector 321248, try 1: Medium Error; Unrecovered read error. +Sector 321248, try 1: Medium Error; Unrecovered read error. Sector 321248: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Sector 322656, try 1: Medium Error; Unrecovered read error. +Sector 322656, try 1: Medium Error; Unrecovered read error. Sector 322656: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Sector 324064, try 1: Medium Error; Unrecovered read error. +Sector 324064, try 1: Medium Error; Unrecovered read error. Sector 324064: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Sector 325472, try 1: Medium Error; Unrecovered read error. +Sector 325472, try 1: Medium Error; Unrecovered read error. Sector 325472: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Sector 326880, try 1: Medium Error; Unrecovered read error. +Sector 326880, try 1: Medium Error; Unrecovered read error. Sector 326880: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Sector 328288, try 1: Medium Error; Unrecovered read error. +Sector 328288, try 1: Medium Error; Unrecovered read error. Sector 328288: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Sector 329696, try 1: Medium Error; Unrecovered read error. +Sector 329696, try 1: Medium Error; Unrecovered read error. Sector 329696: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Sector 331104, try 1: Medium Error; Unrecovered read error. +Sector 331104, try 1: Medium Error; Unrecovered read error. Sector 331104: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx)CRC NOT created. 3664 unreadable sectors. +CrcBuf contents, image path none (medium): + crcSize: 359295, dataSectors: 235219, coveredSectors: 235303, allSectors: 359295 + md5State: invalid + fp sector: 16; 33b0c14f099f69c29719b7a181c0241d + missing crcs: 237625 diff --git a/regtest/database/RS03i_scan_missing_header_no_crcsec b/regtest/database/RS03i_scan_missing_header_no_crcsec index ac6130a..b83b316 100644 --- a/regtest/database/RS03i_scan_missing_header_no_crcsec +++ b/regtest/database/RS03i_scan_missing_header_no_crcsec @@ -2920,6 +2920,12 @@ Medium size obtained from ISO/UDF file system: 235219 sectors Medium "Random Image": CD-R mode 1, 235219 sectors, created 16-07-2006. Scanning medium for read errors. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx)CRC NOT created. All sectors successfully read. +CrcBuf contents, image path none (medium): + crcSize: 235219, dataSectors: 235219, coveredSectors: 235219, allSectors: 235219 + md5State: data_complete image_complete + data: e6ba3df8c139263743420793c037218a + full: e6ba3df8c139263743420793c037218a + fp sector: 16; 33b0c14f099f69c29719b7a181c0241d + missing crcs: 0 diff --git a/regtest/database/RS03i_scan_missing_header_not_exhaustive b/regtest/database/RS03i_scan_missing_header_not_exhaustive index 868602f..d684cba 100644 --- a/regtest/database/RS03i_scan_missing_header_not_exhaustive +++ b/regtest/database/RS03i_scan_missing_header_not_exhaustive @@ -10,5 +10,5 @@ Using READ CD. Medium "Random Image": CD-R mode 1, 235219 sectors, created 16-07-2006. Scanning medium for read errors. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. diff --git a/regtest/database/RS03i_scan_missing_header_truncated b/regtest/database/RS03i_scan_missing_header_truncated index 9da9457..8a55536 100644 --- a/regtest/database/RS03i_scan_missing_header_truncated +++ b/regtest/database/RS03i_scan_missing_header_truncated @@ -116,45 +116,45 @@ ndata = 168 nroots = 87 (51.8%) done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Sector 169072, try 1: Medium Error; Unrecovered read error. +Sector 169072, try 1: Medium Error; Unrecovered read error. Sector 169072: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Sector 170480, try 1: Medium Error; Unrecovered read error. +Sector 170480, try 1: Medium Error; Unrecovered read error. Sector 170480: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Sector 171888, try 1: Medium Error; Unrecovered read error. +Sector 171888, try 1: Medium Error; Unrecovered read error. Sector 171888: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Sector 173296, try 1: Medium Error; Unrecovered read error. +Sector 173296, try 1: Medium Error; Unrecovered read error. Sector 173296: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Sector 174704, try 1: Medium Error; Unrecovered read error. +Sector 174704, try 1: Medium Error; Unrecovered read error. Sector 174704: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Sector 176112, try 1: Medium Error; Unrecovered read error. +Sector 176112, try 1: Medium Error; Unrecovered read error. Sector 176112: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Sector 177520, try 1: Medium Error; Unrecovered read error. +Sector 177520, try 1: Medium Error; Unrecovered read error. Sector 177520: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Sector 178928, try 1: Medium Error; Unrecovered read error. +Sector 178928, try 1: Medium Error; Unrecovered read error. Sector 178928: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Sector 180352, try 1: Medium Error; Unrecovered read error. +Sector 180352, try 1: Medium Error; Unrecovered read error. Sector 180352: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Sector 181760, try 1: Medium Error; Unrecovered read error. +Sector 181760, try 1: Medium Error; Unrecovered read error. Sector 181760: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Sector 183168, try 1: Medium Error; Unrecovered read error. +Sector 183168, try 1: Medium Error; Unrecovered read error. Sector 183168: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Sector 184576, try 1: Medium Error; Unrecovered read error. +Sector 184576, try 1: Medium Error; Unrecovered read error. Sector 184576: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Sector 185984, try 1: Medium Error; Unrecovered read error. +Sector 185984, try 1: Medium Error; Unrecovered read error. Sector 185984: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Sector 187392, try 1: Medium Error; Unrecovered read error. +Sector 187392, try 1: Medium Error; Unrecovered read error. Sector 187392: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Sector 188800, try 1: Medium Error; Unrecovered read error. +Sector 188800, try 1: Medium Error; Unrecovered read error. Sector 188800: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Sector 190208, try 1: Medium Error; Unrecovered read error. +Sector 190208, try 1: Medium Error; Unrecovered read error. Sector 190208: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Sector 235216, try 1: Medium Error; Unrecovered read error. +Sector 235216, try 1: Medium Error; Unrecovered read error. Sector 235216: Medium Error; Unrecovered read error. Skipping 15 sectors. Sector 235296, try 1: Medium Error; Unrecovered read error. Sector 235296: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Sector 300000, try 1: Illegal Request; Logical block address out of range. +Sector 300000, try 1: Illegal Request; Logical block address out of range. Sector 300000: Illegal Request; Logical block address out of range. Skipping 15 sectors. -Read position: 83.5% (nn.nx)Sector 300016, try 1: Illegal Request; Logical block address out of range. +Sector 300016, try 1: Illegal Request; Logical block address out of range. Sector 300016: Illegal Request; Logical block address out of range. Skipping 15 sectors. Sector 300032, try 1: Illegal Request; Logical block address out of range. Sector 300032: Illegal Request; Logical block address out of range. Skipping 15 sectors. @@ -7592,6 +7592,10 @@ Sector 359293, try 1: Illegal Request; Logical block address out of range. Sector 359293: Illegal Request; Logical block address out of range. Sector 359294, try 1: Illegal Request; Logical block address out of range. Sector 359294: Illegal Request; Logical block address out of range. -CRC NOT created. 59583 unreadable sectors. +CrcBuf contents, image path none (medium): + crcSize: 359295, dataSectors: 235219, coveredSectors: 235303, allSectors: 359295 + md5State: invalid + fp sector: 16; 33b0c14f099f69c29719b7a181c0241d + missing crcs: 59471 diff --git a/regtest/database/RS03i_scan_no_tao_tail b/regtest/database/RS03i_scan_no_tao_tail index d2cf088..cce6d63 100644 --- a/regtest/database/RS03i_scan_no_tao_tail +++ b/regtest/database/RS03i_scan_no_tao_tail @@ -11,9 +11,9 @@ Medium "Random Image": CD-R mode 1, 24990 sectors, Ecc, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Sector 24988, try 1: Medium Error; Unrecovered read error. +Sector 24988, try 1: Medium Error; Unrecovered read error. Sector 24988: Medium Error; Unrecovered read error. Sector 24989, try 1: Medium Error; Unrecovered read error. Sector 24989: Medium Error; Unrecovered read error. -Read position: 100.0% (nn.nx) + 2 unreadable sectors. diff --git a/regtest/database/RS03i_scan_random_image b/regtest/database/RS03i_scan_random_image index 89aff35..6cbdc52 100644 --- a/regtest/database/RS03i_scan_random_image +++ b/regtest/database/RS03i_scan_random_image @@ -102,6 +102,12 @@ Medium size obtained from ISO/UDF file system: 359295 sectors Medium "Random Image": CD-R mode 1, 359295 sectors, created 16-07-2006. Scanning medium for read errors. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx)CRC NOT created. All sectors successfully read. +CrcBuf contents, image path none (medium): + crcSize: 359295, dataSectors: 359295, coveredSectors: 359295, allSectors: 359295 + md5State: data_complete image_complete + data: 0b44e05939c6aaff95f16319d1af56ae + full: 0b44e05939c6aaff95f16319d1af56ae + fp sector: 16; f419de4f37f049faf30316d73d59ba05 + missing crcs: 0 diff --git a/regtest/database/RS03i_scan_rediscover_170_roots b/regtest/database/RS03i_scan_rediscover_170_roots index 8755485..66f5c62 100644 --- a/regtest/database/RS03i_scan_rediscover_170_roots +++ b/regtest/database/RS03i_scan_rediscover_170_roots @@ -114,8 +114,12 @@ ndata = 85 nroots = 170 (200.0%) done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Sector 118352, try 1: Medium Error; Unrecovered read error. +Sector 118352, try 1: Medium Error; Unrecovered read error. Sector 118352: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx)CRC NOT created. 16 unreadable sectors. +CrcBuf contents, image path none (medium): + crcSize: 359295, dataSectors: 118354, coveredSectors: 118356, allSectors: 359295 + md5State: invalid + fp sector: 16; 984f18d54c03cfa545ad125cb2c8268d + missing crcs: 12 diff --git a/regtest/database/RS03i_scan_rediscover_170_roots-padding b/regtest/database/RS03i_scan_rediscover_170_roots-padding index 914f034..dd783e5 100644 --- a/regtest/database/RS03i_scan_rediscover_170_roots-padding +++ b/regtest/database/RS03i_scan_rediscover_170_roots-padding @@ -111,6 +111,12 @@ ndata = 85 nroots = 170 (200.0%) done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx)CRC NOT created. All sectors successfully read. Checksums match. +CrcBuf contents, image path none (medium): + crcSize: 359295, dataSectors: 112354, coveredSectors: 118356, allSectors: 359295 + md5State: data_complete image_complete + data: 3055b33c7f910937352cac28aefc5e6e + full: 712407563f7fcf25cef30782e2b180f8 + fp sector: 16; e48b61c5d6bc52babba2bb74d2266a1b + missing crcs: 0 diff --git a/regtest/database/RS03i_scan_rediscover_170_roots-padding2 b/regtest/database/RS03i_scan_rediscover_170_roots-padding2 index b080d57..eb33e8f 100644 --- a/regtest/database/RS03i_scan_rediscover_170_roots-padding2 +++ b/regtest/database/RS03i_scan_rediscover_170_roots-padding2 @@ -125,10 +125,14 @@ ndata = 85 nroots = 170 (200.0%) done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Sector 112352, try 1: Medium Error; Unrecovered read error. +Sector 112352, try 1: Medium Error; Unrecovered read error. Sector 112352: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Sector 118352, try 1: Medium Error; Unrecovered read error. +Sector 118352, try 1: Medium Error; Unrecovered read error. Sector 118352: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx)CRC NOT created. 32 unreadable sectors. +CrcBuf contents, image path none (medium): + crcSize: 359295, dataSectors: 112354, coveredSectors: 118356, allSectors: 359295 + md5State: invalid + fp sector: 16; e48b61c5d6bc52babba2bb74d2266a1b + missing crcs: 432 diff --git a/regtest/database/RS03i_scan_rediscover_170_roots2 b/regtest/database/RS03i_scan_rediscover_170_roots2 index b19f21e..f71de5c 100644 --- a/regtest/database/RS03i_scan_rediscover_170_roots2 +++ b/regtest/database/RS03i_scan_rediscover_170_roots2 @@ -124,8 +124,12 @@ ndata = 85 nroots = 170 (200.0%) done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Sector 118352, try 1: Medium Error; Unrecovered read error. +Sector 118352, try 1: Medium Error; Unrecovered read error. Sector 118352: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx)CRC NOT created. 16 unreadable sectors. +CrcBuf contents, image path none (medium): + crcSize: 359295, dataSectors: 118354, coveredSectors: 118356, allSectors: 359295 + md5State: invalid + fp sector: 16; 984f18d54c03cfa545ad125cb2c8268d + missing crcs: 432 diff --git a/regtest/database/RS03i_scan_rediscover_8_roots b/regtest/database/RS03i_scan_rediscover_8_roots index a3c01c2..05afe91 100644 --- a/regtest/database/RS03i_scan_rediscover_8_roots +++ b/regtest/database/RS03i_scan_rediscover_8_roots @@ -114,8 +114,12 @@ ndata = 247 nroots = 8 ( 3.2%) done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Sector 346608, try 1: Medium Error; Unrecovered read error. +Sector 346608, try 1: Medium Error; Unrecovered read error. Sector 346608: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx)CRC NOT created. 16 unreadable sectors. +CrcBuf contents, image path none (medium): + crcSize: 359295, dataSectors: 346612, coveredSectors: 346614, allSectors: 359295 + md5State: invalid + fp sector: 16; 412f356de69d45a4645dbe573fa3a03e + missing crcs: 10 diff --git a/regtest/database/RS03i_scan_rediscover_8_roots2 b/regtest/database/RS03i_scan_rediscover_8_roots2 index a6cc880..7b7dae7 100644 --- a/regtest/database/RS03i_scan_rediscover_8_roots2 +++ b/regtest/database/RS03i_scan_rediscover_8_roots2 @@ -128,8 +128,12 @@ ndata = 247 nroots = 8 ( 3.2%) done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Sector 346608, try 1: Medium Error; Unrecovered read error. +Sector 346608, try 1: Medium Error; Unrecovered read error. Sector 346608: Medium Error; Unrecovered read error. Skipping 15 sectors. -Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx)CRC NOT created. 16 unreadable sectors. +CrcBuf contents, image path none (medium): + crcSize: 359295, dataSectors: 346612, coveredSectors: 346614, allSectors: 359295 + md5State: invalid + fp sector: 16; 412f356de69d45a4645dbe573fa3a03e + missing crcs: 1732 diff --git a/regtest/database/RS03i_scan_shorter b/regtest/database/RS03i_scan_shorter index d667789..02298bf 100644 --- a/regtest/database/RS03i_scan_shorter +++ b/regtest/database/RS03i_scan_shorter @@ -11,7 +11,7 @@ Medium "Random Image": CD-R mode 1, 24990 sectors, Ecc, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Sector 24944, try 1: Illegal Request; Logical block address out of range. +Sector 24944, try 1: Illegal Request; Logical block address out of range. Sector 24944: Illegal Request; Logical block address out of range. Skipping 15 sectors. Sector 24960, try 1: Illegal Request; Logical block address out of range. Sector 24960: Illegal Request; Logical block address out of range. Skipping 15 sectors. diff --git a/regtest/database/RS03i_scan_tao_tail b/regtest/database/RS03i_scan_tao_tail index f05bfdb..0905e7f 100644 --- a/regtest/database/RS03i_scan_tao_tail +++ b/regtest/database/RS03i_scan_tao_tail @@ -11,5 +11,5 @@ Medium "Random Image": CD-R mode 1, 24990 sectors, Ecc, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) + All sectors successfully read. Checksums match. diff --git a/regtest/database/RS03i_scan_with_crc_error_in_padding b/regtest/database/RS03i_scan_with_crc_error_in_padding new file mode 100644 index 0000000..50f978f --- /dev/null +++ b/regtest/database/RS03i_scan_with_crc_error_in_padding @@ -0,0 +1,16 @@ +ignore +ignore +This software comes with ABSOLUTELY NO WARRANTY. This +is free software and you are welcome to redistribute it +under the conditions of the GNU GENERAL PUBLIC LICENSE. +See the file "COPYING" for further information. + +Device: sim-cd, Simulated CD drive 1.00 +Using READ CD. +Medium "Random Image": CD-R mode 1, 24990 sectors, Ecc, created 16-07-2006. + +Scanning medium for read errors. +Reading CRC information from ecc data (RS03) ... done. +* CRC error, sector: 21020 + +1 CRC errors. diff --git a/regtest/database/RS03i_scan_with_rs01_file b/regtest/database/RS03i_scan_with_rs01_file index 5bfbd1b..d436ff4 100644 --- a/regtest/database/RS03i_scan_with_rs01_file +++ b/regtest/database/RS03i_scan_with_rs01_file @@ -11,6 +11,6 @@ Medium "Random Image": CD-R mode 1, 24990 sectors, Ecc, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS01) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) * CRC error, sector: 24989 +* CRC error, sector: 24989 1 CRC errors. diff --git a/regtest/database/RS03i_scan_with_rs03_file b/regtest/database/RS03i_scan_with_rs03_file index bcfd11a..40692bd 100644 --- a/regtest/database/RS03i_scan_with_rs03_file +++ b/regtest/database/RS03i_scan_with_rs03_file @@ -11,6 +11,6 @@ Medium "Random Image": CD-R mode 1, 24990 sectors, Ecc, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) * CRC error, sector: 24989 +* CRC error, sector: 24989 1 CRC errors. diff --git a/regtest/database/RS03i_scan_with_wrong_rs01_file b/regtest/database/RS03i_scan_with_wrong_rs01_file index 5bfbd1b..d436ff4 100644 --- a/regtest/database/RS03i_scan_with_wrong_rs01_file +++ b/regtest/database/RS03i_scan_with_wrong_rs01_file @@ -11,6 +11,6 @@ Medium "Random Image": CD-R mode 1, 24990 sectors, Ecc, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS01) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) * CRC error, sector: 24989 +* CRC error, sector: 24989 1 CRC errors. diff --git a/regtest/database/RS03i_scan_with_wrong_rs03_file b/regtest/database/RS03i_scan_with_wrong_rs03_file index bcfd11a..40692bd 100644 --- a/regtest/database/RS03i_scan_with_wrong_rs03_file +++ b/regtest/database/RS03i_scan_with_wrong_rs03_file @@ -11,6 +11,6 @@ Medium "Random Image": CD-R mode 1, 24990 sectors, Ecc, created 16-07-2006. Scanning medium for read errors. Reading CRC information from ecc data (RS03) ... done. -Read position: 0.2% (nn.nx)Read position: 0.3% (nn.nx)Read position: 0.4% (nn.nx)Read position: 0.5% (nn.nx)Read position: 0.6% (nn.nx)Read position: 0.7% (nn.nx)Read position: 0.8% (nn.nx)Read position: 0.9% (nn.nx)Read position: 1.0% (nn.nx)Read position: 1.1% (nn.nx)Read position: 1.2% (nn.nx)Read position: 1.3% (nn.nx)Read position: 1.4% (nn.nx)Read position: 1.5% (nn.nx)Read position: 1.6% (nn.nx)Read position: 1.7% (nn.nx)Read position: 1.8% (nn.nx)Read position: 1.9% (nn.nx)Read position: 2.0% (nn.nx)Read position: 2.1% (nn.nx)Read position: 2.2% (nn.nx)Read position: 2.3% (nn.nx)Read position: 2.4% (nn.nx)Read position: 2.5% (nn.nx)Read position: 2.6% (nn.nx)Read position: 2.7% (nn.nx)Read position: 2.8% (nn.nx)Read position: 2.9% (nn.nx)Read position: 3.0% (nn.nx)Read position: 3.1% (nn.nx)Read position: 3.2% (nn.nx)Read position: 3.3% (nn.nx)Read position: 3.4% (nn.nx)Read position: 3.5% (nn.nx)Read position: 3.6% (nn.nx)Read position: 3.7% (nn.nx)Read position: 3.8% (nn.nx)Read position: 3.9% (nn.nx)Read position: 4.0% (nn.nx)Read position: 4.1% (nn.nx)Read position: 4.2% (nn.nx)Read position: 4.3% (nn.nx)Read position: 4.4% (nn.nx)Read position: 4.5% (nn.nx)Read position: 4.6% (nn.nx)Read position: 4.7% (nn.nx)Read position: 4.8% (nn.nx)Read position: 4.9% (nn.nx)Read position: 5.0% (nn.nx)Read position: 5.1% (nn.nx)Read position: 5.2% (nn.nx)Read position: 5.3% (nn.nx)Read position: 5.4% (nn.nx)Read position: 5.5% (nn.nx)Read position: 5.6% (nn.nx)Read position: 5.7% (nn.nx)Read position: 5.8% (nn.nx)Read position: 5.9% (nn.nx)Read position: 6.0% (nn.nx)Read position: 6.1% (nn.nx)Read position: 6.2% (nn.nx)Read position: 6.3% (nn.nx)Read position: 6.4% (nn.nx)Read position: 6.5% (nn.nx)Read position: 6.6% (nn.nx)Read position: 6.7% (nn.nx)Read position: 6.8% (nn.nx)Read position: 6.9% (nn.nx)Read position: 7.0% (nn.nx)Read position: 7.1% (nn.nx)Read position: 7.2% (nn.nx)Read position: 7.3% (nn.nx)Read position: 7.4% (nn.nx)Read position: 7.5% (nn.nx)Read position: 7.6% (nn.nx)Read position: 7.7% (nn.nx)Read position: 7.8% (nn.nx)Read position: 7.9% (nn.nx)Read position: 8.0% (nn.nx)Read position: 8.1% (nn.nx)Read position: 8.2% (nn.nx)Read position: 8.3% (nn.nx)Read position: 8.4% (nn.nx)Read position: 8.5% (nn.nx)Read position: 8.6% (nn.nx)Read position: 8.7% (nn.nx)Read position: 8.8% (nn.nx)Read position: 8.9% (nn.nx)Read position: 9.0% (nn.nx)Read position: 9.1% (nn.nx)Read position: 9.2% (nn.nx)Read position: 9.3% (nn.nx)Read position: 9.4% (nn.nx)Read position: 9.5% (nn.nx)Read position: 9.6% (nn.nx)Read position: 9.7% (nn.nx)Read position: 9.8% (nn.nx)Read position: 9.9% (nn.nx)Read position: 10.0% (nn.nx)Read position: 10.1% (nn.nx)Read position: 10.2% (nn.nx)Read position: 10.3% (nn.nx)Read position: 10.4% (nn.nx)Read position: 10.5% (nn.nx)Read position: 10.6% (nn.nx)Read position: 10.7% (nn.nx)Read position: 10.8% (nn.nx)Read position: 10.9% (nn.nx)Read position: 11.0% (nn.nx)Read position: 11.1% (nn.nx)Read position: 11.2% (nn.nx)Read position: 11.3% (nn.nx)Read position: 11.4% (nn.nx)Read position: 11.5% (nn.nx)Read position: 11.6% (nn.nx)Read position: 11.7% (nn.nx)Read position: 11.8% (nn.nx)Read position: 11.9% (nn.nx)Read position: 12.0% (nn.nx)Read position: 12.1% (nn.nx)Read position: 12.2% (nn.nx)Read position: 12.3% (nn.nx)Read position: 12.4% (nn.nx)Read position: 12.5% (nn.nx)Read position: 12.6% (nn.nx)Read position: 12.7% (nn.nx)Read position: 12.8% (nn.nx)Read position: 12.9% (nn.nx)Read position: 13.0% (nn.nx)Read position: 13.1% (nn.nx)Read position: 13.2% (nn.nx)Read position: 13.3% (nn.nx)Read position: 13.4% (nn.nx)Read position: 13.5% (nn.nx)Read position: 13.6% (nn.nx)Read position: 13.7% (nn.nx)Read position: 13.8% (nn.nx)Read position: 13.9% (nn.nx)Read position: 14.0% (nn.nx)Read position: 14.1% (nn.nx)Read position: 14.2% (nn.nx)Read position: 14.3% (nn.nx)Read position: 14.4% (nn.nx)Read position: 14.5% (nn.nx)Read position: 14.6% (nn.nx)Read position: 14.7% (nn.nx)Read position: 14.8% (nn.nx)Read position: 14.9% (nn.nx)Read position: 15.0% (nn.nx)Read position: 15.1% (nn.nx)Read position: 15.2% (nn.nx)Read position: 15.3% (nn.nx)Read position: 15.4% (nn.nx)Read position: 15.5% (nn.nx)Read position: 15.6% (nn.nx)Read position: 15.7% (nn.nx)Read position: 15.8% (nn.nx)Read position: 15.9% (nn.nx)Read position: 16.0% (nn.nx)Read position: 16.1% (nn.nx)Read position: 16.2% (nn.nx)Read position: 16.3% (nn.nx)Read position: 16.4% (nn.nx)Read position: 16.5% (nn.nx)Read position: 16.6% (nn.nx)Read position: 16.7% (nn.nx)Read position: 16.8% (nn.nx)Read position: 16.9% (nn.nx)Read position: 17.0% (nn.nx)Read position: 17.1% (nn.nx)Read position: 17.2% (nn.nx)Read position: 17.3% (nn.nx)Read position: 17.4% (nn.nx)Read position: 17.5% (nn.nx)Read position: 17.6% (nn.nx)Read position: 17.7% (nn.nx)Read position: 17.8% (nn.nx)Read position: 17.9% (nn.nx)Read position: 18.0% (nn.nx)Read position: 18.1% (nn.nx)Read position: 18.2% (nn.nx)Read position: 18.3% (nn.nx)Read position: 18.4% (nn.nx)Read position: 18.5% (nn.nx)Read position: 18.6% (nn.nx)Read position: 18.7% (nn.nx)Read position: 18.8% (nn.nx)Read position: 18.9% (nn.nx)Read position: 19.0% (nn.nx)Read position: 19.1% (nn.nx)Read position: 19.2% (nn.nx)Read position: 19.3% (nn.nx)Read position: 19.4% (nn.nx)Read position: 19.5% (nn.nx)Read position: 19.6% (nn.nx)Read position: 19.7% (nn.nx)Read position: 19.8% (nn.nx)Read position: 19.9% (nn.nx)Read position: 20.0% (nn.nx)Read position: 20.1% (nn.nx)Read position: 20.2% (nn.nx)Read position: 20.3% (nn.nx)Read position: 20.4% (nn.nx)Read position: 20.5% (nn.nx)Read position: 20.6% (nn.nx)Read position: 20.7% (nn.nx)Read position: 20.8% (nn.nx)Read position: 20.9% (nn.nx)Read position: 21.0% (nn.nx)Read position: 21.1% (nn.nx)Read position: 21.2% (nn.nx)Read position: 21.3% (nn.nx)Read position: 21.4% (nn.nx)Read position: 21.5% (nn.nx)Read position: 21.6% (nn.nx)Read position: 21.7% (nn.nx)Read position: 21.8% (nn.nx)Read position: 21.9% (nn.nx)Read position: 22.0% (nn.nx)Read position: 22.1% (nn.nx)Read position: 22.2% (nn.nx)Read position: 22.3% (nn.nx)Read position: 22.4% (nn.nx)Read position: 22.5% (nn.nx)Read position: 22.6% (nn.nx)Read position: 22.7% (nn.nx)Read position: 22.8% (nn.nx)Read position: 22.9% (nn.nx)Read position: 23.0% (nn.nx)Read position: 23.1% (nn.nx)Read position: 23.2% (nn.nx)Read position: 23.3% (nn.nx)Read position: 23.4% (nn.nx)Read position: 23.5% (nn.nx)Read position: 23.6% (nn.nx)Read position: 23.7% (nn.nx)Read position: 23.8% (nn.nx)Read position: 23.9% (nn.nx)Read position: 24.0% (nn.nx)Read position: 24.1% (nn.nx)Read position: 24.2% (nn.nx)Read position: 24.3% (nn.nx)Read position: 24.4% (nn.nx)Read position: 24.5% (nn.nx)Read position: 24.6% (nn.nx)Read position: 24.7% (nn.nx)Read position: 24.8% (nn.nx)Read position: 24.9% (nn.nx)Read position: 25.0% (nn.nx)Read position: 25.1% (nn.nx)Read position: 25.2% (nn.nx)Read position: 25.3% (nn.nx)Read position: 25.4% (nn.nx)Read position: 25.5% (nn.nx)Read position: 25.6% (nn.nx)Read position: 25.7% (nn.nx)Read position: 25.8% (nn.nx)Read position: 25.9% (nn.nx)Read position: 26.0% (nn.nx)Read position: 26.1% (nn.nx)Read position: 26.2% (nn.nx)Read position: 26.3% (nn.nx)Read position: 26.4% (nn.nx)Read position: 26.5% (nn.nx)Read position: 26.6% (nn.nx)Read position: 26.7% (nn.nx)Read position: 26.8% (nn.nx)Read position: 26.9% (nn.nx)Read position: 27.0% (nn.nx)Read position: 27.1% (nn.nx)Read position: 27.2% (nn.nx)Read position: 27.3% (nn.nx)Read position: 27.4% (nn.nx)Read position: 27.5% (nn.nx)Read position: 27.6% (nn.nx)Read position: 27.7% (nn.nx)Read position: 27.8% (nn.nx)Read position: 27.9% (nn.nx)Read position: 28.0% (nn.nx)Read position: 28.1% (nn.nx)Read position: 28.2% (nn.nx)Read position: 28.3% (nn.nx)Read position: 28.4% (nn.nx)Read position: 28.5% (nn.nx)Read position: 28.6% (nn.nx)Read position: 28.7% (nn.nx)Read position: 28.8% (nn.nx)Read position: 28.9% (nn.nx)Read position: 29.0% (nn.nx)Read position: 29.1% (nn.nx)Read position: 29.2% (nn.nx)Read position: 29.3% (nn.nx)Read position: 29.4% (nn.nx)Read position: 29.5% (nn.nx)Read position: 29.6% (nn.nx)Read position: 29.7% (nn.nx)Read position: 29.8% (nn.nx)Read position: 29.9% (nn.nx)Read position: 30.0% (nn.nx)Read position: 30.1% (nn.nx)Read position: 30.2% (nn.nx)Read position: 30.3% (nn.nx)Read position: 30.4% (nn.nx)Read position: 30.5% (nn.nx)Read position: 30.6% (nn.nx)Read position: 30.7% (nn.nx)Read position: 30.8% (nn.nx)Read position: 30.9% (nn.nx)Read position: 31.0% (nn.nx)Read position: 31.1% (nn.nx)Read position: 31.2% (nn.nx)Read position: 31.3% (nn.nx)Read position: 31.4% (nn.nx)Read position: 31.5% (nn.nx)Read position: 31.6% (nn.nx)Read position: 31.7% (nn.nx)Read position: 31.8% (nn.nx)Read position: 31.9% (nn.nx)Read position: 32.0% (nn.nx)Read position: 32.1% (nn.nx)Read position: 32.2% (nn.nx)Read position: 32.3% (nn.nx)Read position: 32.4% (nn.nx)Read position: 32.5% (nn.nx)Read position: 32.6% (nn.nx)Read position: 32.7% (nn.nx)Read position: 32.8% (nn.nx)Read position: 32.9% (nn.nx)Read position: 33.0% (nn.nx)Read position: 33.1% (nn.nx)Read position: 33.2% (nn.nx)Read position: 33.3% (nn.nx)Read position: 33.4% (nn.nx)Read position: 33.5% (nn.nx)Read position: 33.6% (nn.nx)Read position: 33.7% (nn.nx)Read position: 33.8% (nn.nx)Read position: 33.9% (nn.nx)Read position: 34.0% (nn.nx)Read position: 34.1% (nn.nx)Read position: 34.2% (nn.nx)Read position: 34.3% (nn.nx)Read position: 34.4% (nn.nx)Read position: 34.5% (nn.nx)Read position: 34.6% (nn.nx)Read position: 34.7% (nn.nx)Read position: 34.8% (nn.nx)Read position: 34.9% (nn.nx)Read position: 35.0% (nn.nx)Read position: 35.1% (nn.nx)Read position: 35.2% (nn.nx)Read position: 35.3% (nn.nx)Read position: 35.4% (nn.nx)Read position: 35.5% (nn.nx)Read position: 35.6% (nn.nx)Read position: 35.7% (nn.nx)Read position: 35.8% (nn.nx)Read position: 35.9% (nn.nx)Read position: 36.0% (nn.nx)Read position: 36.1% (nn.nx)Read position: 36.2% (nn.nx)Read position: 36.3% (nn.nx)Read position: 36.4% (nn.nx)Read position: 36.5% (nn.nx)Read position: 36.6% (nn.nx)Read position: 36.7% (nn.nx)Read position: 36.8% (nn.nx)Read position: 36.9% (nn.nx)Read position: 37.0% (nn.nx)Read position: 37.1% (nn.nx)Read position: 37.2% (nn.nx)Read position: 37.3% (nn.nx)Read position: 37.4% (nn.nx)Read position: 37.5% (nn.nx)Read position: 37.6% (nn.nx)Read position: 37.7% (nn.nx)Read position: 37.8% (nn.nx)Read position: 37.9% (nn.nx)Read position: 38.0% (nn.nx)Read position: 38.1% (nn.nx)Read position: 38.2% (nn.nx)Read position: 38.3% (nn.nx)Read position: 38.4% (nn.nx)Read position: 38.5% (nn.nx)Read position: 38.6% (nn.nx)Read position: 38.7% (nn.nx)Read position: 38.8% (nn.nx)Read position: 38.9% (nn.nx)Read position: 39.0% (nn.nx)Read position: 39.1% (nn.nx)Read position: 39.2% (nn.nx)Read position: 39.3% (nn.nx)Read position: 39.4% (nn.nx)Read position: 39.5% (nn.nx)Read position: 39.6% (nn.nx)Read position: 39.7% (nn.nx)Read position: 39.8% (nn.nx)Read position: 39.9% (nn.nx)Read position: 40.0% (nn.nx)Read position: 40.1% (nn.nx)Read position: 40.2% (nn.nx)Read position: 40.3% (nn.nx)Read position: 40.4% (nn.nx)Read position: 40.5% (nn.nx)Read position: 40.6% (nn.nx)Read position: 40.7% (nn.nx)Read position: 40.8% (nn.nx)Read position: 40.9% (nn.nx)Read position: 41.0% (nn.nx)Read position: 41.1% (nn.nx)Read position: 41.2% (nn.nx)Read position: 41.3% (nn.nx)Read position: 41.4% (nn.nx)Read position: 41.5% (nn.nx)Read position: 41.6% (nn.nx)Read position: 41.7% (nn.nx)Read position: 41.8% (nn.nx)Read position: 41.9% (nn.nx)Read position: 42.0% (nn.nx)Read position: 42.1% (nn.nx)Read position: 42.2% (nn.nx)Read position: 42.3% (nn.nx)Read position: 42.4% (nn.nx)Read position: 42.5% (nn.nx)Read position: 42.6% (nn.nx)Read position: 42.7% (nn.nx)Read position: 42.8% (nn.nx)Read position: 42.9% (nn.nx)Read position: 43.0% (nn.nx)Read position: 43.1% (nn.nx)Read position: 43.2% (nn.nx)Read position: 43.3% (nn.nx)Read position: 43.4% (nn.nx)Read position: 43.5% (nn.nx)Read position: 43.6% (nn.nx)Read position: 43.7% (nn.nx)Read position: 43.8% (nn.nx)Read position: 43.9% (nn.nx)Read position: 44.0% (nn.nx)Read position: 44.1% (nn.nx)Read position: 44.2% (nn.nx)Read position: 44.3% (nn.nx)Read position: 44.4% (nn.nx)Read position: 44.5% (nn.nx)Read position: 44.6% (nn.nx)Read position: 44.7% (nn.nx)Read position: 44.8% (nn.nx)Read position: 44.9% (nn.nx)Read position: 45.0% (nn.nx)Read position: 45.1% (nn.nx)Read position: 45.2% (nn.nx)Read position: 45.3% (nn.nx)Read position: 45.4% (nn.nx)Read position: 45.5% (nn.nx)Read position: 45.6% (nn.nx)Read position: 45.7% (nn.nx)Read position: 45.8% (nn.nx)Read position: 45.9% (nn.nx)Read position: 46.0% (nn.nx)Read position: 46.1% (nn.nx)Read position: 46.2% (nn.nx)Read position: 46.3% (nn.nx)Read position: 46.4% (nn.nx)Read position: 46.5% (nn.nx)Read position: 46.6% (nn.nx)Read position: 46.7% (nn.nx)Read position: 46.8% (nn.nx)Read position: 46.9% (nn.nx)Read position: 47.0% (nn.nx)Read position: 47.1% (nn.nx)Read position: 47.2% (nn.nx)Read position: 47.3% (nn.nx)Read position: 47.4% (nn.nx)Read position: 47.5% (nn.nx)Read position: 47.6% (nn.nx)Read position: 47.7% (nn.nx)Read position: 47.8% (nn.nx)Read position: 47.9% (nn.nx)Read position: 48.0% (nn.nx)Read position: 48.1% (nn.nx)Read position: 48.2% (nn.nx)Read position: 48.3% (nn.nx)Read position: 48.4% (nn.nx)Read position: 48.5% (nn.nx)Read position: 48.6% (nn.nx)Read position: 48.7% (nn.nx)Read position: 48.8% (nn.nx)Read position: 48.9% (nn.nx)Read position: 49.0% (nn.nx)Read position: 49.1% (nn.nx)Read position: 49.2% (nn.nx)Read position: 49.3% (nn.nx)Read position: 49.4% (nn.nx)Read position: 49.5% (nn.nx)Read position: 49.6% (nn.nx)Read position: 49.7% (nn.nx)Read position: 49.8% (nn.nx)Read position: 49.9% (nn.nx)Read position: 50.0% (nn.nx)Read position: 50.1% (nn.nx)Read position: 50.2% (nn.nx)Read position: 50.3% (nn.nx)Read position: 50.4% (nn.nx)Read position: 50.5% (nn.nx)Read position: 50.6% (nn.nx)Read position: 50.7% (nn.nx)Read position: 50.8% (nn.nx)Read position: 50.9% (nn.nx)Read position: 51.0% (nn.nx)Read position: 51.1% (nn.nx)Read position: 51.2% (nn.nx)Read position: 51.3% (nn.nx)Read position: 51.4% (nn.nx)Read position: 51.5% (nn.nx)Read position: 51.6% (nn.nx)Read position: 51.7% (nn.nx)Read position: 51.8% (nn.nx)Read position: 51.9% (nn.nx)Read position: 52.0% (nn.nx)Read position: 52.1% (nn.nx)Read position: 52.2% (nn.nx)Read position: 52.3% (nn.nx)Read position: 52.4% (nn.nx)Read position: 52.5% (nn.nx)Read position: 52.6% (nn.nx)Read position: 52.7% (nn.nx)Read position: 52.8% (nn.nx)Read position: 52.9% (nn.nx)Read position: 53.0% (nn.nx)Read position: 53.1% (nn.nx)Read position: 53.2% (nn.nx)Read position: 53.3% (nn.nx)Read position: 53.4% (nn.nx)Read position: 53.5% (nn.nx)Read position: 53.6% (nn.nx)Read position: 53.7% (nn.nx)Read position: 53.8% (nn.nx)Read position: 53.9% (nn.nx)Read position: 54.0% (nn.nx)Read position: 54.1% (nn.nx)Read position: 54.2% (nn.nx)Read position: 54.3% (nn.nx)Read position: 54.4% (nn.nx)Read position: 54.5% (nn.nx)Read position: 54.6% (nn.nx)Read position: 54.7% (nn.nx)Read position: 54.8% (nn.nx)Read position: 54.9% (nn.nx)Read position: 55.0% (nn.nx)Read position: 55.1% (nn.nx)Read position: 55.2% (nn.nx)Read position: 55.3% (nn.nx)Read position: 55.4% (nn.nx)Read position: 55.5% (nn.nx)Read position: 55.6% (nn.nx)Read position: 55.7% (nn.nx)Read position: 55.8% (nn.nx)Read position: 55.9% (nn.nx)Read position: 56.0% (nn.nx)Read position: 56.1% (nn.nx)Read position: 56.2% (nn.nx)Read position: 56.3% (nn.nx)Read position: 56.4% (nn.nx)Read position: 56.5% (nn.nx)Read position: 56.6% (nn.nx)Read position: 56.7% (nn.nx)Read position: 56.8% (nn.nx)Read position: 56.9% (nn.nx)Read position: 57.0% (nn.nx)Read position: 57.1% (nn.nx)Read position: 57.2% (nn.nx)Read position: 57.3% (nn.nx)Read position: 57.4% (nn.nx)Read position: 57.5% (nn.nx)Read position: 57.6% (nn.nx)Read position: 57.7% (nn.nx)Read position: 57.8% (nn.nx)Read position: 57.9% (nn.nx)Read position: 58.0% (nn.nx)Read position: 58.1% (nn.nx)Read position: 58.2% (nn.nx)Read position: 58.3% (nn.nx)Read position: 58.4% (nn.nx)Read position: 58.5% (nn.nx)Read position: 58.6% (nn.nx)Read position: 58.7% (nn.nx)Read position: 58.8% (nn.nx)Read position: 58.9% (nn.nx)Read position: 59.0% (nn.nx)Read position: 59.1% (nn.nx)Read position: 59.2% (nn.nx)Read position: 59.3% (nn.nx)Read position: 59.4% (nn.nx)Read position: 59.5% (nn.nx)Read position: 59.6% (nn.nx)Read position: 59.7% (nn.nx)Read position: 59.8% (nn.nx)Read position: 59.9% (nn.nx)Read position: 60.0% (nn.nx)Read position: 60.1% (nn.nx)Read position: 60.2% (nn.nx)Read position: 60.3% (nn.nx)Read position: 60.4% (nn.nx)Read position: 60.5% (nn.nx)Read position: 60.6% (nn.nx)Read position: 60.7% (nn.nx)Read position: 60.8% (nn.nx)Read position: 60.9% (nn.nx)Read position: 61.0% (nn.nx)Read position: 61.1% (nn.nx)Read position: 61.2% (nn.nx)Read position: 61.3% (nn.nx)Read position: 61.4% (nn.nx)Read position: 61.5% (nn.nx)Read position: 61.6% (nn.nx)Read position: 61.7% (nn.nx)Read position: 61.8% (nn.nx)Read position: 61.9% (nn.nx)Read position: 62.0% (nn.nx)Read position: 62.1% (nn.nx)Read position: 62.2% (nn.nx)Read position: 62.3% (nn.nx)Read position: 62.4% (nn.nx)Read position: 62.5% (nn.nx)Read position: 62.6% (nn.nx)Read position: 62.7% (nn.nx)Read position: 62.8% (nn.nx)Read position: 62.9% (nn.nx)Read position: 63.0% (nn.nx)Read position: 63.1% (nn.nx)Read position: 63.2% (nn.nx)Read position: 63.3% (nn.nx)Read position: 63.4% (nn.nx)Read position: 63.5% (nn.nx)Read position: 63.6% (nn.nx)Read position: 63.7% (nn.nx)Read position: 63.8% (nn.nx)Read position: 63.9% (nn.nx)Read position: 64.0% (nn.nx)Read position: 64.1% (nn.nx)Read position: 64.2% (nn.nx)Read position: 64.3% (nn.nx)Read position: 64.4% (nn.nx)Read position: 64.5% (nn.nx)Read position: 64.6% (nn.nx)Read position: 64.7% (nn.nx)Read position: 64.8% (nn.nx)Read position: 64.9% (nn.nx)Read position: 65.0% (nn.nx)Read position: 65.1% (nn.nx)Read position: 65.2% (nn.nx)Read position: 65.3% (nn.nx)Read position: 65.4% (nn.nx)Read position: 65.5% (nn.nx)Read position: 65.6% (nn.nx)Read position: 65.7% (nn.nx)Read position: 65.8% (nn.nx)Read position: 65.9% (nn.nx)Read position: 66.0% (nn.nx)Read position: 66.1% (nn.nx)Read position: 66.2% (nn.nx)Read position: 66.3% (nn.nx)Read position: 66.4% (nn.nx)Read position: 66.5% (nn.nx)Read position: 66.6% (nn.nx)Read position: 66.7% (nn.nx)Read position: 66.8% (nn.nx)Read position: 66.9% (nn.nx)Read position: 67.0% (nn.nx)Read position: 67.1% (nn.nx)Read position: 67.2% (nn.nx)Read position: 67.3% (nn.nx)Read position: 67.4% (nn.nx)Read position: 67.5% (nn.nx)Read position: 67.6% (nn.nx)Read position: 67.7% (nn.nx)Read position: 67.8% (nn.nx)Read position: 67.9% (nn.nx)Read position: 68.0% (nn.nx)Read position: 68.1% (nn.nx)Read position: 68.2% (nn.nx)Read position: 68.3% (nn.nx)Read position: 68.4% (nn.nx)Read position: 68.5% (nn.nx)Read position: 68.6% (nn.nx)Read position: 68.7% (nn.nx)Read position: 68.8% (nn.nx)Read position: 68.9% (nn.nx)Read position: 69.0% (nn.nx)Read position: 69.1% (nn.nx)Read position: 69.2% (nn.nx)Read position: 69.3% (nn.nx)Read position: 69.4% (nn.nx)Read position: 69.5% (nn.nx)Read position: 69.6% (nn.nx)Read position: 69.7% (nn.nx)Read position: 69.8% (nn.nx)Read position: 69.9% (nn.nx)Read position: 70.0% (nn.nx)Read position: 70.1% (nn.nx)Read position: 70.2% (nn.nx)Read position: 70.3% (nn.nx)Read position: 70.4% (nn.nx)Read position: 70.5% (nn.nx)Read position: 70.6% (nn.nx)Read position: 70.7% (nn.nx)Read position: 70.8% (nn.nx)Read position: 70.9% (nn.nx)Read position: 71.0% (nn.nx)Read position: 71.1% (nn.nx)Read position: 71.2% (nn.nx)Read position: 71.3% (nn.nx)Read position: 71.4% (nn.nx)Read position: 71.5% (nn.nx)Read position: 71.6% (nn.nx)Read position: 71.7% (nn.nx)Read position: 71.8% (nn.nx)Read position: 71.9% (nn.nx)Read position: 72.0% (nn.nx)Read position: 72.1% (nn.nx)Read position: 72.2% (nn.nx)Read position: 72.3% (nn.nx)Read position: 72.4% (nn.nx)Read position: 72.5% (nn.nx)Read position: 72.6% (nn.nx)Read position: 72.7% (nn.nx)Read position: 72.8% (nn.nx)Read position: 72.9% (nn.nx)Read position: 73.0% (nn.nx)Read position: 73.1% (nn.nx)Read position: 73.2% (nn.nx)Read position: 73.3% (nn.nx)Read position: 73.4% (nn.nx)Read position: 73.5% (nn.nx)Read position: 73.6% (nn.nx)Read position: 73.7% (nn.nx)Read position: 73.8% (nn.nx)Read position: 73.9% (nn.nx)Read position: 74.0% (nn.nx)Read position: 74.1% (nn.nx)Read position: 74.2% (nn.nx)Read position: 74.3% (nn.nx)Read position: 74.4% (nn.nx)Read position: 74.5% (nn.nx)Read position: 74.6% (nn.nx)Read position: 74.7% (nn.nx)Read position: 74.8% (nn.nx)Read position: 74.9% (nn.nx)Read position: 75.0% (nn.nx)Read position: 75.1% (nn.nx)Read position: 75.2% (nn.nx)Read position: 75.3% (nn.nx)Read position: 75.4% (nn.nx)Read position: 75.5% (nn.nx)Read position: 75.6% (nn.nx)Read position: 75.7% (nn.nx)Read position: 75.8% (nn.nx)Read position: 75.9% (nn.nx)Read position: 76.0% (nn.nx)Read position: 76.1% (nn.nx)Read position: 76.2% (nn.nx)Read position: 76.3% (nn.nx)Read position: 76.4% (nn.nx)Read position: 76.5% (nn.nx)Read position: 76.6% (nn.nx)Read position: 76.7% (nn.nx)Read position: 76.8% (nn.nx)Read position: 76.9% (nn.nx)Read position: 77.0% (nn.nx)Read position: 77.1% (nn.nx)Read position: 77.2% (nn.nx)Read position: 77.3% (nn.nx)Read position: 77.4% (nn.nx)Read position: 77.5% (nn.nx)Read position: 77.6% (nn.nx)Read position: 77.7% (nn.nx)Read position: 77.8% (nn.nx)Read position: 77.9% (nn.nx)Read position: 78.0% (nn.nx)Read position: 78.1% (nn.nx)Read position: 78.2% (nn.nx)Read position: 78.3% (nn.nx)Read position: 78.4% (nn.nx)Read position: 78.5% (nn.nx)Read position: 78.6% (nn.nx)Read position: 78.7% (nn.nx)Read position: 78.8% (nn.nx)Read position: 78.9% (nn.nx)Read position: 79.0% (nn.nx)Read position: 79.1% (nn.nx)Read position: 79.2% (nn.nx)Read position: 79.3% (nn.nx)Read position: 79.4% (nn.nx)Read position: 79.5% (nn.nx)Read position: 79.6% (nn.nx)Read position: 79.7% (nn.nx)Read position: 79.8% (nn.nx)Read position: 79.9% (nn.nx)Read position: 80.0% (nn.nx)Read position: 80.1% (nn.nx)Read position: 80.2% (nn.nx)Read position: 80.3% (nn.nx)Read position: 80.4% (nn.nx)Read position: 80.5% (nn.nx)Read position: 80.6% (nn.nx)Read position: 80.7% (nn.nx)Read position: 80.8% (nn.nx)Read position: 80.9% (nn.nx)Read position: 81.0% (nn.nx)Read position: 81.1% (nn.nx)Read position: 81.2% (nn.nx)Read position: 81.3% (nn.nx)Read position: 81.4% (nn.nx)Read position: 81.5% (nn.nx)Read position: 81.6% (nn.nx)Read position: 81.7% (nn.nx)Read position: 81.8% (nn.nx)Read position: 81.9% (nn.nx)Read position: 82.0% (nn.nx)Read position: 82.1% (nn.nx)Read position: 82.2% (nn.nx)Read position: 82.3% (nn.nx)Read position: 82.4% (nn.nx)Read position: 82.5% (nn.nx)Read position: 82.6% (nn.nx)Read position: 82.7% (nn.nx)Read position: 82.8% (nn.nx)Read position: 82.9% (nn.nx)Read position: 83.0% (nn.nx)Read position: 83.1% (nn.nx)Read position: 83.2% (nn.nx)Read position: 83.3% (nn.nx)Read position: 83.4% (nn.nx)Read position: 83.5% (nn.nx)Read position: 83.6% (nn.nx)Read position: 83.7% (nn.nx)Read position: 83.8% (nn.nx)Read position: 83.9% (nn.nx)Read position: 84.0% (nn.nx)Read position: 84.1% (nn.nx)Read position: 84.2% (nn.nx)Read position: 84.3% (nn.nx)Read position: 84.4% (nn.nx)Read position: 84.5% (nn.nx)Read position: 84.6% (nn.nx)Read position: 84.7% (nn.nx)Read position: 84.8% (nn.nx)Read position: 84.9% (nn.nx)Read position: 85.0% (nn.nx)Read position: 85.1% (nn.nx)Read position: 85.2% (nn.nx)Read position: 85.3% (nn.nx)Read position: 85.4% (nn.nx)Read position: 85.5% (nn.nx)Read position: 85.6% (nn.nx)Read position: 85.7% (nn.nx)Read position: 85.8% (nn.nx)Read position: 85.9% (nn.nx)Read position: 86.0% (nn.nx)Read position: 86.1% (nn.nx)Read position: 86.2% (nn.nx)Read position: 86.3% (nn.nx)Read position: 86.4% (nn.nx)Read position: 86.5% (nn.nx)Read position: 86.6% (nn.nx)Read position: 86.7% (nn.nx)Read position: 86.8% (nn.nx)Read position: 86.9% (nn.nx)Read position: 87.0% (nn.nx)Read position: 87.1% (nn.nx)Read position: 87.2% (nn.nx)Read position: 87.3% (nn.nx)Read position: 87.4% (nn.nx)Read position: 87.5% (nn.nx)Read position: 87.6% (nn.nx)Read position: 87.7% (nn.nx)Read position: 87.8% (nn.nx)Read position: 87.9% (nn.nx)Read position: 88.0% (nn.nx)Read position: 88.1% (nn.nx)Read position: 88.2% (nn.nx)Read position: 88.3% (nn.nx)Read position: 88.4% (nn.nx)Read position: 88.5% (nn.nx)Read position: 88.6% (nn.nx)Read position: 88.7% (nn.nx)Read position: 88.8% (nn.nx)Read position: 88.9% (nn.nx)Read position: 89.0% (nn.nx)Read position: 89.1% (nn.nx)Read position: 89.2% (nn.nx)Read position: 89.3% (nn.nx)Read position: 89.4% (nn.nx)Read position: 89.5% (nn.nx)Read position: 89.6% (nn.nx)Read position: 89.7% (nn.nx)Read position: 89.8% (nn.nx)Read position: 89.9% (nn.nx)Read position: 90.0% (nn.nx)Read position: 90.1% (nn.nx)Read position: 90.2% (nn.nx)Read position: 90.3% (nn.nx)Read position: 90.4% (nn.nx)Read position: 90.5% (nn.nx)Read position: 90.6% (nn.nx)Read position: 90.7% (nn.nx)Read position: 90.8% (nn.nx)Read position: 90.9% (nn.nx)Read position: 91.0% (nn.nx)Read position: 91.1% (nn.nx)Read position: 91.2% (nn.nx)Read position: 91.3% (nn.nx)Read position: 91.4% (nn.nx)Read position: 91.5% (nn.nx)Read position: 91.6% (nn.nx)Read position: 91.7% (nn.nx)Read position: 91.8% (nn.nx)Read position: 91.9% (nn.nx)Read position: 92.0% (nn.nx)Read position: 92.1% (nn.nx)Read position: 92.2% (nn.nx)Read position: 92.3% (nn.nx)Read position: 92.4% (nn.nx)Read position: 92.5% (nn.nx)Read position: 92.6% (nn.nx)Read position: 92.7% (nn.nx)Read position: 92.8% (nn.nx)Read position: 92.9% (nn.nx)Read position: 93.0% (nn.nx)Read position: 93.1% (nn.nx)Read position: 93.2% (nn.nx)Read position: 93.3% (nn.nx)Read position: 93.4% (nn.nx)Read position: 93.5% (nn.nx)Read position: 93.6% (nn.nx)Read position: 93.7% (nn.nx)Read position: 93.8% (nn.nx)Read position: 93.9% (nn.nx)Read position: 94.0% (nn.nx)Read position: 94.1% (nn.nx)Read position: 94.2% (nn.nx)Read position: 94.3% (nn.nx)Read position: 94.4% (nn.nx)Read position: 94.5% (nn.nx)Read position: 94.6% (nn.nx)Read position: 94.7% (nn.nx)Read position: 94.8% (nn.nx)Read position: 94.9% (nn.nx)Read position: 95.0% (nn.nx)Read position: 95.1% (nn.nx)Read position: 95.2% (nn.nx)Read position: 95.3% (nn.nx)Read position: 95.4% (nn.nx)Read position: 95.5% (nn.nx)Read position: 95.6% (nn.nx)Read position: 95.7% (nn.nx)Read position: 95.8% (nn.nx)Read position: 95.9% (nn.nx)Read position: 96.0% (nn.nx)Read position: 96.1% (nn.nx)Read position: 96.2% (nn.nx)Read position: 96.3% (nn.nx)Read position: 96.4% (nn.nx)Read position: 96.5% (nn.nx)Read position: 96.6% (nn.nx)Read position: 96.7% (nn.nx)Read position: 96.8% (nn.nx)Read position: 96.9% (nn.nx)Read position: 97.0% (nn.nx)Read position: 97.1% (nn.nx)Read position: 97.2% (nn.nx)Read position: 97.3% (nn.nx)Read position: 97.4% (nn.nx)Read position: 97.5% (nn.nx)Read position: 97.6% (nn.nx)Read position: 97.7% (nn.nx)Read position: 97.8% (nn.nx)Read position: 97.9% (nn.nx)Read position: 98.0% (nn.nx)Read position: 98.1% (nn.nx)Read position: 98.2% (nn.nx)Read position: 98.3% (nn.nx)Read position: 98.4% (nn.nx)Read position: 98.5% (nn.nx)Read position: 98.6% (nn.nx)Read position: 98.7% (nn.nx)Read position: 98.8% (nn.nx)Read position: 98.9% (nn.nx)Read position: 99.0% (nn.nx)Read position: 99.1% (nn.nx)Read position: 99.2% (nn.nx)Read position: 99.3% (nn.nx)Read position: 99.4% (nn.nx)Read position: 99.5% (nn.nx)Read position: 99.6% (nn.nx)Read position: 99.7% (nn.nx)Read position: 99.8% (nn.nx)Read position: 99.9% (nn.nx)Read position: 100.0% (nn.nx) * CRC error, sector: 24989 +* CRC error, sector: 24989 1 CRC errors. diff --git a/regtest/database/RS03i_truncated b/regtest/database/RS03i_truncated index 24577de..5c9f727 100644 --- a/regtest/database/RS03i_truncated +++ b/regtest/database/RS03i_truncated @@ -16,11 +16,11 @@ Error correction properties: Data integrity: * medium sectors : 24985 (24990 expected) -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%* missing sectors : 24985 - 24989 -- testing sectors : 100%* BAD image/file : 5 sectors missing +* missing sectors : 24985 - 24989 +* BAD image/file : 5 sectors missing ... data section : 0 sectors missing; 0 CRC errors ... crc section : 0 sectors missing ... ecc section : 5 sectors missing -- Ecc block test : 1% tested- Ecc block test : 2% tested- Ecc block test : 3% tested- Ecc block test : 4% tested- Ecc block test : 5% tested- Ecc block test : 6% tested- Ecc block test : 7% tested- Ecc block test : 8% tested- Ecc block test : 9% tested- Ecc block test : 10% tested- Ecc block test : 11% tested- Ecc block test : 12% tested- Ecc block test : 13% tested- Ecc block test : 14% tested- Ecc block test : 15% tested- Ecc block test : 16% tested- Ecc block test : 17% tested- Ecc block test : 18% tested- Ecc block test : 19% tested- Ecc block test : 20% tested- Ecc block test : 21% tested- Ecc block test : 22% tested- Ecc block test : 23% tested- Ecc block test : 24% tested- Ecc block test : 25% tested- Ecc block test : 26% tested- Ecc block test : 27% tested- Ecc block test : 28% tested- Ecc block test : 29% tested- Ecc block test : 30% tested- Ecc block test : 31% tested- Ecc block test : 32% tested- Ecc block test : 33% tested- Ecc block test : 34% tested- Ecc block test : 35% tested- Ecc block test : 36% tested- Ecc block test : 37% tested- Ecc block test : 38% tested- Ecc block test : 39% tested- Ecc block test : 40% tested- Ecc block test : 41% tested- Ecc block test : 42% tested- Ecc block test : 43% tested- Ecc block test : 44% tested- Ecc block test : 45% tested- Ecc block test : 46% tested- Ecc block test : 47% tested- Ecc block test : 48% tested- Ecc block test : 50% tested- Ecc block test : 51% tested- Ecc block test : 52% tested- Ecc block test : 53% tested- Ecc block test : 54% tested- Ecc block test : 55% tested- Ecc block test : 56% tested- Ecc block test : 57% tested- Ecc block test : 58% tested- Ecc block test : 59% tested- Ecc block test : 60% tested- Ecc block test : 61% tested- Ecc block test : 62% tested- Ecc block test : 63% tested- Ecc block test : 64% tested- Ecc block test : 65% tested- Ecc block test : 66% tested- Ecc block test : 67% tested- Ecc block test : 68% tested- Ecc block test : 69% tested- Ecc block test : 70% tested- Ecc block test : 71% tested- Ecc block test : 72% tested- Ecc block test : 73% tested- Ecc block test : 74% tested- Ecc block test : 75% tested- Ecc block test : 76% tested- Ecc block test : 77% tested- Ecc block test : 78% tested- Ecc block test : 79% tested- Ecc block test : 80% tested- Ecc block test : 81% tested- Ecc block test : 82% tested- Ecc block test : 83% tested- Ecc block test : 84% tested- Ecc block test : 85% tested- Ecc block test : 86% tested- Ecc block test : 87% tested- Ecc block test : 88% tested- Ecc block test : 89% tested- Ecc block test : 90% tested- Ecc block test : 91% tested- Ecc block test : 92% tested- Ecc block test : 93% tested- Ecc block test : 94% tested* Ecc block test : 93 good, 1 bad; 95% tested* Ecc block test : 93 good, 2 bad; 96% tested* Ecc block test : 93 good, 3 bad; 97% tested* Ecc block test : 93 good, 4 bad; 98% tested* Ecc block test : 93 good, 5 bad; 100% tested* Ecc block test : 93 good, 5 bad; 10196 bad sub blocks +* Ecc block test : 93 good, 5 bad; 10196 bad sub blocks - erasure counts : avg = 1.0; worst = 1 per ecc block. - prognosis : 24990 of 24990 sectors recoverable (100.0%) diff --git a/regtest/database/RS03i_uncorrectable_dsm_in_image b/regtest/database/RS03i_uncorrectable_dsm_in_image index 42319f1..f537562 100644 --- a/regtest/database/RS03i_uncorrectable_dsm_in_image +++ b/regtest/database/RS03i_uncorrectable_dsm_in_image @@ -16,7 +16,7 @@ Error correction properties: Data integrity: - medium sectors : 24990 total / 21000 data -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%* Unrecoverable sector found! +* Unrecoverable sector found! * * Sector 3030 is marked unreadable and annotated to be * in a different location (3130). @@ -34,14 +34,14 @@ Data integrity: * repaired by dvdisaster. Also it will not be possible to create * error correction data for it. Sorry for the bad news. * missing sector : 3030 -- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%* ... more unrecoverable sectors found ... +* ... more unrecoverable sectors found ... * further messages are suppressed unless the -v option is given. * missing sector : 4400 * missing sector : 4411 -- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* BAD image/file : 3 sectors missing +* BAD image/file : 3 sectors missing ... data section : 3 sectors missing; 0 CRC errors ... crc section : 0 sectors missing ... ecc section : 0 sectors missing -- Ecc block test : 1% tested* Ecc block test : 1 good, 1 bad; 2% tested* Ecc block test : 2 good, 1 bad; 3% tested* Ecc block test : 3 good, 1 bad; 4% tested* Ecc block test : 4 good, 1 bad; 5% tested* Ecc block test : 5 good, 1 bad; 6% tested* Ecc block test : 6 good, 1 bad; 7% tested* Ecc block test : 7 good, 1 bad; 8% tested* Ecc block test : 8 good, 1 bad; 9% tested* Ecc block test : 9 good, 1 bad; 10% tested* Ecc block test : 10 good, 1 bad; 11% tested* Ecc block test : 11 good, 1 bad; 12% tested* Ecc block test : 12 good, 1 bad; 13% tested* Ecc block test : 13 good, 1 bad; 14% tested* Ecc block test : 14 good, 1 bad; 15% tested* Ecc block test : 15 good, 1 bad; 16% tested* Ecc block test : 16 good, 1 bad; 17% tested* Ecc block test : 17 good, 1 bad; 18% tested* Ecc block test : 18 good, 1 bad; 19% tested* Ecc block test : 19 good, 1 bad; 20% tested* Ecc block test : 20 good, 1 bad; 21% tested* Ecc block test : 21 good, 1 bad; 22% tested* Ecc block test : 22 good, 1 bad; 23% tested* Ecc block test : 23 good, 1 bad; 24% tested* Ecc block test : 24 good, 1 bad; 25% tested* Ecc block test : 25 good, 1 bad; 26% tested* Ecc block test : 26 good, 1 bad; 27% tested* Ecc block test : 27 good, 1 bad; 28% tested* Ecc block test : 28 good, 1 bad; 29% tested* Ecc block test : 29 good, 1 bad; 30% tested* Ecc block test : 30 good, 1 bad; 31% tested* Ecc block test : 31 good, 1 bad; 32% tested* Ecc block test : 32 good, 1 bad; 33% tested* Ecc block test : 33 good, 1 bad; 34% tested* Ecc block test : 34 good, 1 bad; 35% tested* Ecc block test : 35 good, 1 bad; 36% tested* Ecc block test : 36 good, 1 bad; 37% tested* Ecc block test : 37 good, 1 bad; 38% tested* Ecc block test : 38 good, 1 bad; 39% tested* Ecc block test : 39 good, 1 bad; 40% tested* Ecc block test : 40 good, 1 bad; 41% tested* Ecc block test : 41 good, 1 bad; 42% tested* Ecc block test : 42 good, 1 bad; 43% tested* Ecc block test : 43 good, 1 bad; 44% tested* Ecc block test : 44 good, 1 bad; 45% tested* Ecc block test : 45 good, 1 bad; 46% tested* Ecc block test : 46 good, 1 bad; 47% tested* Ecc block test : 47 good, 1 bad; 48% tested* Ecc block test : 48 good, 1 bad; 50% tested* Ecc block test : 49 good, 1 bad; 51% tested* Ecc block test : 50 good, 1 bad; 52% tested* Ecc block test : 51 good, 1 bad; 53% tested* Ecc block test : 52 good, 1 bad; 54% tested* Ecc block test : 53 good, 1 bad; 55% tested* Ecc block test : 54 good, 1 bad; 56% tested* Ecc block test : 55 good, 1 bad; 57% tested* Ecc block test : 56 good, 1 bad; 58% tested* Ecc block test : 57 good, 1 bad; 59% tested* Ecc block test : 58 good, 1 bad; 60% tested* Ecc block test : 59 good, 1 bad; 61% tested* Ecc block test : 60 good, 1 bad; 62% tested* Ecc block test : 61 good, 1 bad; 63% tested* Ecc block test : 62 good, 1 bad; 64% tested* Ecc block test : 63 good, 1 bad; 65% tested* Ecc block test : 64 good, 1 bad; 66% tested* Ecc block test : 65 good, 1 bad; 67% tested* Ecc block test : 66 good, 1 bad; 68% tested* Ecc block test : 67 good, 1 bad; 69% tested* Ecc block test : 68 good, 1 bad; 70% tested* Ecc block test : 69 good, 1 bad; 71% tested* Ecc block test : 70 good, 1 bad; 72% tested* Ecc block test : 71 good, 1 bad; 73% tested* Ecc block test : 72 good, 1 bad; 74% tested* Ecc block test : 73 good, 1 bad; 75% tested* Ecc block test : 74 good, 1 bad; 76% tested* Ecc block test : 75 good, 1 bad; 77% tested* Ecc block test : 76 good, 1 bad; 78% tested* Ecc block test : 77 good, 1 bad; 79% tested* Ecc block test : 78 good, 1 bad; 80% tested* Ecc block test : 79 good, 1 bad; 81% tested* Ecc block test : 80 good, 1 bad; 82% tested* Ecc block test : 81 good, 1 bad; 83% tested* Ecc block test : 82 good, 1 bad; 84% tested* Ecc block test : 83 good, 1 bad; 85% tested* Ecc block test : 84 good, 1 bad; 86% tested* Ecc block test : 85 good, 1 bad; 87% tested* Ecc block test : 86 good, 1 bad; 88% tested* Ecc block test : 87 good, 1 bad; 89% tested* Ecc block test : 87 good, 2 bad; 90% tested* Ecc block test : 88 good, 2 bad; 91% tested* Ecc block test : 88 good, 3 bad; 92% tested* Ecc block test : 89 good, 3 bad; 93% tested* Ecc block test : 90 good, 3 bad; 94% tested* Ecc block test : 91 good, 3 bad; 95% tested* Ecc block test : 92 good, 3 bad; 96% tested* Ecc block test : 93 good, 3 bad; 97% tested* Ecc block test : 94 good, 3 bad; 98% tested* Ecc block test : 95 good, 3 bad; 100% tested* Ecc block test : 95 good, 3 bad; 6120 bad sub blocks +* Ecc block test : 95 good, 3 bad; 6120 bad sub blocks - erasure counts : avg = 1.0; worst = 1 per ecc block. - prognosis : 24990 of 24990 sectors recoverable (100.0%) diff --git a/regtest/database/RS03i_uncorrectable_dsm_in_image2 b/regtest/database/RS03i_uncorrectable_dsm_in_image2 index 8d64564..d03f5c7 100644 --- a/regtest/database/RS03i_uncorrectable_dsm_in_image2 +++ b/regtest/database/RS03i_uncorrectable_dsm_in_image2 @@ -16,7 +16,7 @@ Error correction properties: Data integrity: - medium sectors : 24990 total / 21000 data -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%* Unrecoverable sector found! +* Unrecoverable sector found! * * Sector 3030 is marked unreadable and seems to come * from a different medium. @@ -34,14 +34,14 @@ Data integrity: * repaired by dvdisaster. Also it will not be possible to create * error correction data for it. Sorry for the bad news. * missing sector : 3030 -- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%* ... more unrecoverable sectors found ... +* ... more unrecoverable sectors found ... * further messages are suppressed unless the -v option is given. * missing sector : 4400 * missing sector : 4411 -- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* BAD image/file : 3 sectors missing +* BAD image/file : 3 sectors missing ... data section : 3 sectors missing; 0 CRC errors ... crc section : 0 sectors missing ... ecc section : 0 sectors missing -- Ecc block test : 1% tested* Ecc block test : 1 good, 1 bad; 2% tested* Ecc block test : 2 good, 1 bad; 3% tested* Ecc block test : 3 good, 1 bad; 4% tested* Ecc block test : 4 good, 1 bad; 5% tested* Ecc block test : 5 good, 1 bad; 6% tested* Ecc block test : 6 good, 1 bad; 7% tested* Ecc block test : 7 good, 1 bad; 8% tested* Ecc block test : 8 good, 1 bad; 9% tested* Ecc block test : 9 good, 1 bad; 10% tested* Ecc block test : 10 good, 1 bad; 11% tested* Ecc block test : 11 good, 1 bad; 12% tested* Ecc block test : 12 good, 1 bad; 13% tested* Ecc block test : 13 good, 1 bad; 14% tested* Ecc block test : 14 good, 1 bad; 15% tested* Ecc block test : 15 good, 1 bad; 16% tested* Ecc block test : 16 good, 1 bad; 17% tested* Ecc block test : 17 good, 1 bad; 18% tested* Ecc block test : 18 good, 1 bad; 19% tested* Ecc block test : 19 good, 1 bad; 20% tested* Ecc block test : 20 good, 1 bad; 21% tested* Ecc block test : 21 good, 1 bad; 22% tested* Ecc block test : 22 good, 1 bad; 23% tested* Ecc block test : 23 good, 1 bad; 24% tested* Ecc block test : 24 good, 1 bad; 25% tested* Ecc block test : 25 good, 1 bad; 26% tested* Ecc block test : 26 good, 1 bad; 27% tested* Ecc block test : 27 good, 1 bad; 28% tested* Ecc block test : 28 good, 1 bad; 29% tested* Ecc block test : 29 good, 1 bad; 30% tested* Ecc block test : 30 good, 1 bad; 31% tested* Ecc block test : 31 good, 1 bad; 32% tested* Ecc block test : 32 good, 1 bad; 33% tested* Ecc block test : 33 good, 1 bad; 34% tested* Ecc block test : 34 good, 1 bad; 35% tested* Ecc block test : 35 good, 1 bad; 36% tested* Ecc block test : 36 good, 1 bad; 37% tested* Ecc block test : 37 good, 1 bad; 38% tested* Ecc block test : 38 good, 1 bad; 39% tested* Ecc block test : 39 good, 1 bad; 40% tested* Ecc block test : 40 good, 1 bad; 41% tested* Ecc block test : 41 good, 1 bad; 42% tested* Ecc block test : 42 good, 1 bad; 43% tested* Ecc block test : 43 good, 1 bad; 44% tested* Ecc block test : 44 good, 1 bad; 45% tested* Ecc block test : 45 good, 1 bad; 46% tested* Ecc block test : 46 good, 1 bad; 47% tested* Ecc block test : 47 good, 1 bad; 48% tested* Ecc block test : 48 good, 1 bad; 50% tested* Ecc block test : 49 good, 1 bad; 51% tested* Ecc block test : 50 good, 1 bad; 52% tested* Ecc block test : 51 good, 1 bad; 53% tested* Ecc block test : 52 good, 1 bad; 54% tested* Ecc block test : 53 good, 1 bad; 55% tested* Ecc block test : 54 good, 1 bad; 56% tested* Ecc block test : 55 good, 1 bad; 57% tested* Ecc block test : 56 good, 1 bad; 58% tested* Ecc block test : 57 good, 1 bad; 59% tested* Ecc block test : 58 good, 1 bad; 60% tested* Ecc block test : 59 good, 1 bad; 61% tested* Ecc block test : 60 good, 1 bad; 62% tested* Ecc block test : 61 good, 1 bad; 63% tested* Ecc block test : 62 good, 1 bad; 64% tested* Ecc block test : 63 good, 1 bad; 65% tested* Ecc block test : 64 good, 1 bad; 66% tested* Ecc block test : 65 good, 1 bad; 67% tested* Ecc block test : 66 good, 1 bad; 68% tested* Ecc block test : 67 good, 1 bad; 69% tested* Ecc block test : 68 good, 1 bad; 70% tested* Ecc block test : 69 good, 1 bad; 71% tested* Ecc block test : 70 good, 1 bad; 72% tested* Ecc block test : 71 good, 1 bad; 73% tested* Ecc block test : 72 good, 1 bad; 74% tested* Ecc block test : 73 good, 1 bad; 75% tested* Ecc block test : 74 good, 1 bad; 76% tested* Ecc block test : 75 good, 1 bad; 77% tested* Ecc block test : 76 good, 1 bad; 78% tested* Ecc block test : 77 good, 1 bad; 79% tested* Ecc block test : 78 good, 1 bad; 80% tested* Ecc block test : 79 good, 1 bad; 81% tested* Ecc block test : 80 good, 1 bad; 82% tested* Ecc block test : 81 good, 1 bad; 83% tested* Ecc block test : 82 good, 1 bad; 84% tested* Ecc block test : 83 good, 1 bad; 85% tested* Ecc block test : 84 good, 1 bad; 86% tested* Ecc block test : 85 good, 1 bad; 87% tested* Ecc block test : 86 good, 1 bad; 88% tested* Ecc block test : 87 good, 1 bad; 89% tested* Ecc block test : 87 good, 2 bad; 90% tested* Ecc block test : 88 good, 2 bad; 91% tested* Ecc block test : 88 good, 3 bad; 92% tested* Ecc block test : 89 good, 3 bad; 93% tested* Ecc block test : 90 good, 3 bad; 94% tested* Ecc block test : 91 good, 3 bad; 95% tested* Ecc block test : 92 good, 3 bad; 96% tested* Ecc block test : 93 good, 3 bad; 97% tested* Ecc block test : 94 good, 3 bad; 98% tested* Ecc block test : 95 good, 3 bad; 100% tested* Ecc block test : 95 good, 3 bad; 6120 bad sub blocks +* Ecc block test : 95 good, 3 bad; 6120 bad sub blocks - erasure counts : avg = 1.0; worst = 1 per ecc block. - prognosis : 24990 of 24990 sectors recoverable (100.0%) diff --git a/regtest/database/RS03i_uncorrectable_dsm_in_image2_verbose b/regtest/database/RS03i_uncorrectable_dsm_in_image2_verbose index 477d231..ec5a501 100644 --- a/regtest/database/RS03i_uncorrectable_dsm_in_image2_verbose +++ b/regtest/database/RS03i_uncorrectable_dsm_in_image2_verbose @@ -153,7 +153,7 @@ Error correction properties: Data integrity: - medium sectors : 24990 total / 21000 data CalcRS03Layout(): returning cached layout (augmented) -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%* Unrecoverable sector found! +* Unrecoverable sector found! * * Sector 3030 is marked unreadable and seems to come * from a different medium. @@ -171,7 +171,7 @@ CalcRS03Layout(): returning cached layout (augmented) * repaired by dvdisaster. Also it will not be possible to create * error correction data for it. Sorry for the bad news. * missing sector : 3030 -- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%* Unrecoverable sector found! +* Unrecoverable sector found! * * Sector 4400 is marked unreadable and seems to come * from a different medium. @@ -207,10 +207,11 @@ CalcRS03Layout(): returning cached layout (augmented) * repaired by dvdisaster. Also it will not be possible to create * error correction data for it. Sorry for the bad news. * missing sector : 4411 -- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* BAD image/file : 3 sectors missing +* BAD image/file : 3 sectors missing ... data section : 3 sectors missing; 0 CRC errors ... crc section : 0 sectors missing ... ecc section : 0 sectors missing -- Ecc block test : 1% tested* Ecc block test : 1 good, 1 bad; 2% tested* Ecc block test : 2 good, 1 bad; 3% tested* Ecc block test : 3 good, 1 bad; 4% tested* Ecc block test : 4 good, 1 bad; 5% tested* Ecc block test : 5 good, 1 bad; 6% tested* Ecc block test : 6 good, 1 bad; 7% tested* Ecc block test : 7 good, 1 bad; 8% tested* Ecc block test : 8 good, 1 bad; 9% tested* Ecc block test : 9 good, 1 bad; 10% tested* Ecc block test : 10 good, 1 bad; 11% tested* Ecc block test : 11 good, 1 bad; 12% tested* Ecc block test : 12 good, 1 bad; 13% tested* Ecc block test : 13 good, 1 bad; 14% tested* Ecc block test : 14 good, 1 bad; 15% tested* Ecc block test : 15 good, 1 bad; 16% tested* Ecc block test : 16 good, 1 bad; 17% tested* Ecc block test : 17 good, 1 bad; 18% tested* Ecc block test : 18 good, 1 bad; 19% tested* Ecc block test : 19 good, 1 bad; 20% tested* Ecc block test : 20 good, 1 bad; 21% tested* Ecc block test : 21 good, 1 bad; 22% tested* Ecc block test : 22 good, 1 bad; 23% tested* Ecc block test : 23 good, 1 bad; 24% tested* Ecc block test : 24 good, 1 bad; 25% tested* Ecc block test : 25 good, 1 bad; 26% tested* Ecc block test : 26 good, 1 bad; 27% tested* Ecc block test : 27 good, 1 bad; 28% tested* Ecc block test : 28 good, 1 bad; 29% tested* Ecc block test : 29 good, 1 bad; 30% tested* Ecc block test : 30 good, 1 bad; 31% tested* Ecc block test : 31 good, 1 bad; 32% tested* Ecc block test : 32 good, 1 bad; 33% tested* Ecc block test : 33 good, 1 bad; 34% tested* Ecc block test : 34 good, 1 bad; 35% tested* Ecc block test : 35 good, 1 bad; 36% tested* Ecc block test : 36 good, 1 bad; 37% tested* Ecc block test : 37 good, 1 bad; 38% tested* Ecc block test : 38 good, 1 bad; 39% tested* Ecc block test : 39 good, 1 bad; 40% tested* Ecc block test : 40 good, 1 bad; 41% tested* Ecc block test : 41 good, 1 bad; 42% tested* Ecc block test : 42 good, 1 bad; 43% tested* Ecc block test : 43 good, 1 bad; 44% tested* Ecc block test : 44 good, 1 bad; 45% tested* Ecc block test : 45 good, 1 bad; 46% tested* Ecc block test : 46 good, 1 bad; 47% tested* Ecc block test : 47 good, 1 bad; 48% tested* Ecc block test : 48 good, 1 bad; 50% tested* Ecc block test : 49 good, 1 bad; 51% tested* Ecc block test : 50 good, 1 bad; 52% tested* Ecc block test : 51 good, 1 bad; 53% tested* Ecc block test : 52 good, 1 bad; 54% tested* Ecc block test : 53 good, 1 bad; 55% tested* Ecc block test : 54 good, 1 bad; 56% tested* Ecc block test : 55 good, 1 bad; 57% tested* Ecc block test : 56 good, 1 bad; 58% tested* Ecc block test : 57 good, 1 bad; 59% tested* Ecc block test : 58 good, 1 bad; 60% tested* Ecc block test : 59 good, 1 bad; 61% tested* Ecc block test : 60 good, 1 bad; 62% tested* Ecc block test : 61 good, 1 bad; 63% tested* Ecc block test : 62 good, 1 bad; 64% tested* Ecc block test : 63 good, 1 bad; 65% tested* Ecc block test : 64 good, 1 bad; 66% tested* Ecc block test : 65 good, 1 bad; 67% tested* Ecc block test : 66 good, 1 bad; 68% tested* Ecc block test : 67 good, 1 bad; 69% tested* Ecc block test : 68 good, 1 bad; 70% tested* Ecc block test : 69 good, 1 bad; 71% tested* Ecc block test : 70 good, 1 bad; 72% tested* Ecc block test : 71 good, 1 bad; 73% tested* Ecc block test : 72 good, 1 bad; 74% tested* Ecc block test : 73 good, 1 bad; 75% tested* Ecc block test : 74 good, 1 bad; 76% tested* Ecc block test : 75 good, 1 bad; 77% tested* Ecc block test : 76 good, 1 bad; 78% tested* Ecc block test : 77 good, 1 bad; 79% tested* Ecc block test : 78 good, 1 bad; 80% tested* Ecc block test : 79 good, 1 bad; 81% tested* Ecc block test : 80 good, 1 bad; 82% tested* Ecc block test : 81 good, 1 bad; 83% tested* Ecc block test : 82 good, 1 bad; 84% tested* Ecc block test : 83 good, 1 bad; 85% tested* Ecc block test : 84 good, 1 bad; 86% tested* Ecc block test : 85 good, 1 bad; 87% tested* Ecc block test : 86 good, 1 bad; 88% tested* Ecc block test : 87 good, 1 bad; 89% tested* Ecc block test : 87 good, 2 bad; 90% tested* Ecc block test : 88 good, 2 bad; 91% tested* Ecc block test : 88 good, 3 bad; 92% tested* Ecc block test : 89 good, 3 bad; 93% tested* Ecc block test : 90 good, 3 bad; 94% tested* Ecc block test : 91 good, 3 bad; 95% tested* Ecc block test : 92 good, 3 bad; 96% tested* Ecc block test : 93 good, 3 bad; 97% tested* Ecc block test : 94 good, 3 bad; 98% tested* Ecc block test : 95 good, 3 bad; 100% tested* Ecc block test : 95 good, 3 bad; 6120 bad sub blocks +* Ecc block test : 95 good, 3 bad; 6120 bad sub blocks - erasure counts : avg = 1.0; worst = 1 per ecc block. - prognosis : 24990 of 24990 sectors recoverable (100.0%) +FreeCrcBuf - buffer cleared diff --git a/regtest/database/RS03i_uncorrectable_dsm_in_image_verbose b/regtest/database/RS03i_uncorrectable_dsm_in_image_verbose index 94708d1..603f02a 100644 --- a/regtest/database/RS03i_uncorrectable_dsm_in_image_verbose +++ b/regtest/database/RS03i_uncorrectable_dsm_in_image_verbose @@ -153,7 +153,7 @@ Error correction properties: Data integrity: - medium sectors : 24990 total / 21000 data CalcRS03Layout(): returning cached layout (augmented) -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%* Unrecoverable sector found! +* Unrecoverable sector found! * * Sector 3030 is marked unreadable and annotated to be * in a different location (3130). @@ -171,7 +171,7 @@ CalcRS03Layout(): returning cached layout (augmented) * repaired by dvdisaster. Also it will not be possible to create * error correction data for it. Sorry for the bad news. * missing sector : 3030 -- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%* Unrecoverable sector found! +* Unrecoverable sector found! * * Sector 4400 is marked unreadable and annotated to be * in a different location (4500). @@ -207,10 +207,11 @@ CalcRS03Layout(): returning cached layout (augmented) * repaired by dvdisaster. Also it will not be possible to create * error correction data for it. Sorry for the bad news. * missing sector : 4411 -- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* BAD image/file : 3 sectors missing +* BAD image/file : 3 sectors missing ... data section : 3 sectors missing; 0 CRC errors ... crc section : 0 sectors missing ... ecc section : 0 sectors missing -- Ecc block test : 1% tested* Ecc block test : 1 good, 1 bad; 2% tested* Ecc block test : 2 good, 1 bad; 3% tested* Ecc block test : 3 good, 1 bad; 4% tested* Ecc block test : 4 good, 1 bad; 5% tested* Ecc block test : 5 good, 1 bad; 6% tested* Ecc block test : 6 good, 1 bad; 7% tested* Ecc block test : 7 good, 1 bad; 8% tested* Ecc block test : 8 good, 1 bad; 9% tested* Ecc block test : 9 good, 1 bad; 10% tested* Ecc block test : 10 good, 1 bad; 11% tested* Ecc block test : 11 good, 1 bad; 12% tested* Ecc block test : 12 good, 1 bad; 13% tested* Ecc block test : 13 good, 1 bad; 14% tested* Ecc block test : 14 good, 1 bad; 15% tested* Ecc block test : 15 good, 1 bad; 16% tested* Ecc block test : 16 good, 1 bad; 17% tested* Ecc block test : 17 good, 1 bad; 18% tested* Ecc block test : 18 good, 1 bad; 19% tested* Ecc block test : 19 good, 1 bad; 20% tested* Ecc block test : 20 good, 1 bad; 21% tested* Ecc block test : 21 good, 1 bad; 22% tested* Ecc block test : 22 good, 1 bad; 23% tested* Ecc block test : 23 good, 1 bad; 24% tested* Ecc block test : 24 good, 1 bad; 25% tested* Ecc block test : 25 good, 1 bad; 26% tested* Ecc block test : 26 good, 1 bad; 27% tested* Ecc block test : 27 good, 1 bad; 28% tested* Ecc block test : 28 good, 1 bad; 29% tested* Ecc block test : 29 good, 1 bad; 30% tested* Ecc block test : 30 good, 1 bad; 31% tested* Ecc block test : 31 good, 1 bad; 32% tested* Ecc block test : 32 good, 1 bad; 33% tested* Ecc block test : 33 good, 1 bad; 34% tested* Ecc block test : 34 good, 1 bad; 35% tested* Ecc block test : 35 good, 1 bad; 36% tested* Ecc block test : 36 good, 1 bad; 37% tested* Ecc block test : 37 good, 1 bad; 38% tested* Ecc block test : 38 good, 1 bad; 39% tested* Ecc block test : 39 good, 1 bad; 40% tested* Ecc block test : 40 good, 1 bad; 41% tested* Ecc block test : 41 good, 1 bad; 42% tested* Ecc block test : 42 good, 1 bad; 43% tested* Ecc block test : 43 good, 1 bad; 44% tested* Ecc block test : 44 good, 1 bad; 45% tested* Ecc block test : 45 good, 1 bad; 46% tested* Ecc block test : 46 good, 1 bad; 47% tested* Ecc block test : 47 good, 1 bad; 48% tested* Ecc block test : 48 good, 1 bad; 50% tested* Ecc block test : 49 good, 1 bad; 51% tested* Ecc block test : 50 good, 1 bad; 52% tested* Ecc block test : 51 good, 1 bad; 53% tested* Ecc block test : 52 good, 1 bad; 54% tested* Ecc block test : 53 good, 1 bad; 55% tested* Ecc block test : 54 good, 1 bad; 56% tested* Ecc block test : 55 good, 1 bad; 57% tested* Ecc block test : 56 good, 1 bad; 58% tested* Ecc block test : 57 good, 1 bad; 59% tested* Ecc block test : 58 good, 1 bad; 60% tested* Ecc block test : 59 good, 1 bad; 61% tested* Ecc block test : 60 good, 1 bad; 62% tested* Ecc block test : 61 good, 1 bad; 63% tested* Ecc block test : 62 good, 1 bad; 64% tested* Ecc block test : 63 good, 1 bad; 65% tested* Ecc block test : 64 good, 1 bad; 66% tested* Ecc block test : 65 good, 1 bad; 67% tested* Ecc block test : 66 good, 1 bad; 68% tested* Ecc block test : 67 good, 1 bad; 69% tested* Ecc block test : 68 good, 1 bad; 70% tested* Ecc block test : 69 good, 1 bad; 71% tested* Ecc block test : 70 good, 1 bad; 72% tested* Ecc block test : 71 good, 1 bad; 73% tested* Ecc block test : 72 good, 1 bad; 74% tested* Ecc block test : 73 good, 1 bad; 75% tested* Ecc block test : 74 good, 1 bad; 76% tested* Ecc block test : 75 good, 1 bad; 77% tested* Ecc block test : 76 good, 1 bad; 78% tested* Ecc block test : 77 good, 1 bad; 79% tested* Ecc block test : 78 good, 1 bad; 80% tested* Ecc block test : 79 good, 1 bad; 81% tested* Ecc block test : 80 good, 1 bad; 82% tested* Ecc block test : 81 good, 1 bad; 83% tested* Ecc block test : 82 good, 1 bad; 84% tested* Ecc block test : 83 good, 1 bad; 85% tested* Ecc block test : 84 good, 1 bad; 86% tested* Ecc block test : 85 good, 1 bad; 87% tested* Ecc block test : 86 good, 1 bad; 88% tested* Ecc block test : 87 good, 1 bad; 89% tested* Ecc block test : 87 good, 2 bad; 90% tested* Ecc block test : 88 good, 2 bad; 91% tested* Ecc block test : 88 good, 3 bad; 92% tested* Ecc block test : 89 good, 3 bad; 93% tested* Ecc block test : 90 good, 3 bad; 94% tested* Ecc block test : 91 good, 3 bad; 95% tested* Ecc block test : 92 good, 3 bad; 96% tested* Ecc block test : 93 good, 3 bad; 97% tested* Ecc block test : 94 good, 3 bad; 98% tested* Ecc block test : 95 good, 3 bad; 100% tested* Ecc block test : 95 good, 3 bad; 6120 bad sub blocks +* Ecc block test : 95 good, 3 bad; 6120 bad sub blocks - erasure counts : avg = 1.0; worst = 1 per ecc block. - prognosis : 24990 of 24990 sectors recoverable (100.0%) +FreeCrcBuf - buffer cleared diff --git a/regtest/database/RS03i_with_crc_error_in_padding b/regtest/database/RS03i_with_crc_error_in_padding new file mode 100644 index 0000000..e67fff0 --- /dev/null +++ b/regtest/database/RS03i_with_crc_error_in_padding @@ -0,0 +1,26 @@ +02150c587e4ee07dd565759efe4c7378 +ignore +This software comes with ABSOLUTELY NO WARRANTY. This +is free software and you are welcome to redistribute it +under the conditions of the GNU GENERAL PUBLIC LICENSE. +See the file "COPYING" for further information. + +rs03i-tmp.iso present. + +Error correction properties: +- type : Augmented image +- method : RS03, 39 roots, 18.1% redundancy. +- created by : dvdisaster-0.80 +- requires : dvdisaster-0.79 +- data md5sum : none available + +Data integrity: +- medium sectors : 24990 total / 21000 data +* CRC error, sector: 21020 +* suspicious image : all sectors present, but 1 CRC errors + ... data section : 0 sectors missing; 1 CRC errors + ... crc section : 0 sectors missing + ... ecc section : 0 sectors missing +* Ecc block test : 97 good, 1 bad; 1 bad sub blocks +- erasure counts : avg = 1.0; worst = 1 per ecc block. +- prognosis : 24990 of 24990 sectors recoverable (100.0%) diff --git a/regtest/database/RS03i_with_ecc_file_crc_block b/regtest/database/RS03i_with_ecc_file_crc_block index 4cf17ca..ceb5757 100644 --- a/regtest/database/RS03i_with_ecc_file_crc_block +++ b/regtest/database/RS03i_with_ecc_file_crc_block @@ -161,9 +161,10 @@ Error correction properties: Data integrity: - medium sectors : 24990 total / 21000 data CalcRS03Layout(): returning cached layout (augmented) -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%* missing sector : 21000 -- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* BAD image/file : 1 sectors missing +* missing sector : 21000 +* BAD image/file : 1 sectors missing ... data section : 1 sectors missing; 0 CRC errors ... crc section : 0 sectors missing ... ecc section : 0 sectors missing -* Ecc block test : 0 good, 1 bad; 1% tested* Ecc block test : 1 good, 1 bad; 2% tested* Ecc block test : 2 good, 1 bad; 3% tested* Ecc block test : 3 good, 1 bad; 4% tested* Ecc block test : 4 good, 1 bad; 5% tested* Ecc block test : 5 good, 1 bad; 6% tested* Ecc block test : 6 good, 1 bad; 7% tested* Ecc block test : 7 good, 1 bad; 8% tested* Ecc block test : 8 good, 1 bad; 9% tested* Ecc block test : 9 good, 1 bad; 10% tested* Ecc block test : 10 good, 1 bad; 11% tested* Ecc block test : 11 good, 1 bad; 12% tested* Ecc block test : 12 good, 1 bad; 13% tested* Ecc block test : 13 good, 1 bad; 14% tested* Ecc block test : 14 good, 1 bad; 15% tested* Ecc block test : 15 good, 1 bad; 16% tested* Ecc block test : 16 good, 1 bad; 17% tested* Ecc block test : 17 good, 1 bad; 18% tested* Ecc block test : 18 good, 1 bad; 19% tested* Ecc block test : 19 good, 1 bad; 20% tested* Ecc block test : 20 good, 1 bad; 21% tested* Ecc block test : 21 good, 1 bad; 22% tested* Ecc block test : 22 good, 1 bad; 23% tested* Ecc block test : 23 good, 1 bad; 24% tested* Ecc block test : 24 good, 1 bad; 25% tested* Ecc block test : 25 good, 1 bad; 26% tested* Ecc block test : 26 good, 1 bad; 27% tested* Ecc block test : 27 good, 1 bad; 28% tested* Ecc block test : 27 good, 2 bad; 29% tested* Ecc block test : 28 good, 2 bad; 30% tested* Ecc block test : 29 good, 2 bad; 31% tested* Ecc block test : 30 good, 2 bad; 32% tested* Ecc block test : 31 good, 2 bad; 33% tested* Ecc block test : 32 good, 2 bad; 34% tested* Ecc block test : 33 good, 2 bad; 35% tested* Ecc block test : 34 good, 2 bad; 36% tested* Ecc block test : 35 good, 2 bad; 37% tested* Ecc block test : 36 good, 2 bad; 38% tested* Ecc block test : 37 good, 2 bad; 39% tested* Ecc block test : 38 good, 2 bad; 40% tested* Ecc block test : 39 good, 2 bad; 41% tested* Ecc block test : 40 good, 2 bad; 42% tested* Ecc block test : 41 good, 2 bad; 43% tested* Ecc block test : 42 good, 2 bad; 44% tested* Ecc block test : 43 good, 2 bad; 45% tested* Ecc block test : 44 good, 2 bad; 46% tested* Ecc block test : 45 good, 2 bad; 47% tested* Ecc block test : 46 good, 2 bad; 48% tested* Ecc block test : 47 good, 2 bad; 50% tested* Ecc block test : 48 good, 2 bad; 51% tested* Ecc block test : 49 good, 2 bad; 52% tested* Ecc block test : 50 good, 2 bad; 53% tested* Ecc block test : 51 good, 2 bad; 54% tested* Ecc block test : 52 good, 2 bad; 55% tested* Ecc block test : 53 good, 2 bad; 56% tested* Ecc block test : 54 good, 2 bad; 57% tested* Ecc block test : 55 good, 2 bad; 58% tested* Ecc block test : 56 good, 2 bad; 59% tested* Ecc block test : 57 good, 2 bad; 60% tested* Ecc block test : 58 good, 2 bad; 61% tested* Ecc block test : 59 good, 2 bad; 62% tested* Ecc block test : 60 good, 2 bad; 63% tested* Ecc block test : 61 good, 2 bad; 64% tested* Ecc block test : 62 good, 2 bad; 65% tested* Ecc block test : 63 good, 2 bad; 66% tested* Ecc block test : 64 good, 2 bad; 67% tested* Ecc block test : 65 good, 2 bad; 68% tested* Ecc block test : 66 good, 2 bad; 69% tested* Ecc block test : 67 good, 2 bad; 70% tested* Ecc block test : 68 good, 2 bad; 71% tested* Ecc block test : 69 good, 2 bad; 72% tested* Ecc block test : 70 good, 2 bad; 73% tested* Ecc block test : 71 good, 2 bad; 74% tested* Ecc block test : 72 good, 2 bad; 75% tested* Ecc block test : 73 good, 2 bad; 76% tested* Ecc block test : 74 good, 2 bad; 77% tested* Ecc block test : 75 good, 2 bad; 78% tested* Ecc block test : 76 good, 2 bad; 79% tested* Ecc block test : 77 good, 2 bad; 80% tested* Ecc block test : 78 good, 2 bad; 81% tested* Ecc block test : 79 good, 2 bad; 82% tested* Ecc block test : 80 good, 2 bad; 83% tested* Ecc block test : 81 good, 2 bad; 84% tested* Ecc block test : 82 good, 2 bad; 85% tested* Ecc block test : 83 good, 2 bad; 86% tested* Ecc block test : 84 good, 2 bad; 87% tested* Ecc block test : 85 good, 2 bad; 88% tested* Ecc block test : 86 good, 2 bad; 89% tested* Ecc block test : 87 good, 2 bad; 90% tested* Ecc block test : 88 good, 2 bad; 91% tested* Ecc block test : 89 good, 2 bad; 92% tested* Ecc block test : 90 good, 2 bad; 93% tested* Ecc block test : 91 good, 2 bad; 94% tested* Ecc block test : 92 good, 2 bad; 95% tested* Ecc block test : 93 good, 2 bad; 96% tested* Ecc block test : 94 good, 2 bad; 97% tested* Ecc block test : 95 good, 2 bad; 98% tested* Ecc block test : 96 good, 2 bad; 100% tested* Ecc block test : 96 good, 2 bad; 329 bad sub blocks +* Ecc block test : 96 good, 2 bad; 329 bad sub blocks +FreeCrcBuf - buffer cleared diff --git a/regtest/database/RS03i_with_ecc_file_header b/regtest/database/RS03i_with_ecc_file_header index 3853b7b..234b96d 100644 --- a/regtest/database/RS03i_with_ecc_file_header +++ b/regtest/database/RS03i_with_ecc_file_header @@ -159,9 +159,10 @@ Error correction properties: Data integrity: - medium sectors : 24990 total / 21000 data CalcRS03Layout(): returning cached layout (augmented) -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%* CRC error, sector: 21000 -- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* suspicious image : all sectors present, but 1 CRC errors +* CRC error, sector: 21000 +* suspicious image : all sectors present, but 1 CRC errors ... data section : 0 sectors missing; 1 CRC errors ... crc section : 0 sectors missing ... ecc section : 0 sectors missing -- Ecc block test : 1% tested- Ecc block test : 2% tested- Ecc block test : 3% tested- Ecc block test : 4% tested- Ecc block test : 5% tested- Ecc block test : 6% tested- Ecc block test : 7% tested- Ecc block test : 8% tested- Ecc block test : 9% tested- Ecc block test : 10% tested- Ecc block test : 11% tested- Ecc block test : 12% tested- Ecc block test : 13% tested- Ecc block test : 14% tested- Ecc block test : 15% tested- Ecc block test : 16% tested- Ecc block test : 17% tested- Ecc block test : 18% tested- Ecc block test : 19% tested- Ecc block test : 20% tested- Ecc block test : 21% tested- Ecc block test : 22% tested- Ecc block test : 23% tested- Ecc block test : 24% tested- Ecc block test : 25% tested- Ecc block test : 26% tested- Ecc block test : 27% tested- Ecc block test : 28% tested* Ecc block test : 28 good, 1 bad; 29% tested* Ecc block test : 29 good, 1 bad; 30% tested* Ecc block test : 30 good, 1 bad; 31% tested* Ecc block test : 31 good, 1 bad; 32% tested* Ecc block test : 32 good, 1 bad; 33% tested* Ecc block test : 33 good, 1 bad; 34% tested* Ecc block test : 34 good, 1 bad; 35% tested* Ecc block test : 35 good, 1 bad; 36% tested* Ecc block test : 36 good, 1 bad; 37% tested* Ecc block test : 37 good, 1 bad; 38% tested* Ecc block test : 38 good, 1 bad; 39% tested* Ecc block test : 39 good, 1 bad; 40% tested* Ecc block test : 40 good, 1 bad; 41% tested* Ecc block test : 41 good, 1 bad; 42% tested* Ecc block test : 42 good, 1 bad; 43% tested* Ecc block test : 43 good, 1 bad; 44% tested* Ecc block test : 44 good, 1 bad; 45% tested* Ecc block test : 45 good, 1 bad; 46% tested* Ecc block test : 46 good, 1 bad; 47% tested* Ecc block test : 47 good, 1 bad; 48% tested* Ecc block test : 48 good, 1 bad; 50% tested* Ecc block test : 49 good, 1 bad; 51% tested* Ecc block test : 50 good, 1 bad; 52% tested* Ecc block test : 51 good, 1 bad; 53% tested* Ecc block test : 52 good, 1 bad; 54% tested* Ecc block test : 53 good, 1 bad; 55% tested* Ecc block test : 54 good, 1 bad; 56% tested* Ecc block test : 55 good, 1 bad; 57% tested* Ecc block test : 56 good, 1 bad; 58% tested* Ecc block test : 57 good, 1 bad; 59% tested* Ecc block test : 58 good, 1 bad; 60% tested* Ecc block test : 59 good, 1 bad; 61% tested* Ecc block test : 60 good, 1 bad; 62% tested* Ecc block test : 61 good, 1 bad; 63% tested* Ecc block test : 62 good, 1 bad; 64% tested* Ecc block test : 63 good, 1 bad; 65% tested* Ecc block test : 64 good, 1 bad; 66% tested* Ecc block test : 65 good, 1 bad; 67% tested* Ecc block test : 66 good, 1 bad; 68% tested* Ecc block test : 67 good, 1 bad; 69% tested* Ecc block test : 68 good, 1 bad; 70% tested* Ecc block test : 69 good, 1 bad; 71% tested* Ecc block test : 70 good, 1 bad; 72% tested* Ecc block test : 71 good, 1 bad; 73% tested* Ecc block test : 72 good, 1 bad; 74% tested* Ecc block test : 73 good, 1 bad; 75% tested* Ecc block test : 74 good, 1 bad; 76% tested* Ecc block test : 75 good, 1 bad; 77% tested* Ecc block test : 76 good, 1 bad; 78% tested* Ecc block test : 77 good, 1 bad; 79% tested* Ecc block test : 78 good, 1 bad; 80% tested* Ecc block test : 79 good, 1 bad; 81% tested* Ecc block test : 80 good, 1 bad; 82% tested* Ecc block test : 81 good, 1 bad; 83% tested* Ecc block test : 82 good, 1 bad; 84% tested* Ecc block test : 83 good, 1 bad; 85% tested* Ecc block test : 84 good, 1 bad; 86% tested* Ecc block test : 85 good, 1 bad; 87% tested* Ecc block test : 86 good, 1 bad; 88% tested* Ecc block test : 87 good, 1 bad; 89% tested* Ecc block test : 88 good, 1 bad; 90% tested* Ecc block test : 89 good, 1 bad; 91% tested* Ecc block test : 90 good, 1 bad; 92% tested* Ecc block test : 91 good, 1 bad; 93% tested* Ecc block test : 92 good, 1 bad; 94% tested* Ecc block test : 93 good, 1 bad; 95% tested* Ecc block test : 94 good, 1 bad; 96% tested* Ecc block test : 95 good, 1 bad; 97% tested* Ecc block test : 96 good, 1 bad; 98% tested* Ecc block test : 97 good, 1 bad; 100% tested* Ecc block test : 97 good, 1 bad; 5 bad sub blocks +* Ecc block test : 97 good, 1 bad; 5 bad sub blocks +FreeCrcBuf - buffer cleared diff --git a/regtest/database/RS03i_with_rs01_file b/regtest/database/RS03i_with_rs01_file index 63ca1be..5e918dc 100644 --- a/regtest/database/RS03i_with_rs01_file +++ b/regtest/database/RS03i_with_rs01_file @@ -131,7 +131,7 @@ GetImageFingerprint(16): read & cached GetImageFingerprint(16): cached rs03i-master.iso: present, contains 24990 medium sectors. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%- good image : all sectors present +- good image : all sectors present - image md5sum : 95b221fd894f6adb6f6e8d3b89583fb6 rs03i-tmp.ecc: created by dvdisaster-0.80 @@ -141,5 +141,5 @@ rs03i-tmp.ecc: created by dvdisaster-0.80 - image md5sum : 95b221fd894f6adb6f6e8d3b89583fb6 (good) - fingerprint match: good - ecc blocks : 231424 (good) -- ecc md5sum : 0%- ecc md5sum : 1%- ecc md5sum : 2%- ecc md5sum : 3%- ecc md5sum : 4%- ecc md5sum : 5%- ecc md5sum : 6%- ecc md5sum : 7%- ecc md5sum : 8%- ecc md5sum : 9%- ecc md5sum : 10%- ecc md5sum : 11%- ecc md5sum : 12%- ecc md5sum : 13%- ecc md5sum : 14%- ecc md5sum : 15%- ecc md5sum : 16%- ecc md5sum : 17%- ecc md5sum : 18%- ecc md5sum : 19%- ecc md5sum : 20%- ecc md5sum : 21%- ecc md5sum : 22%- ecc md5sum : 23%- ecc md5sum : 24%- ecc md5sum : 25%- ecc md5sum : 26%- ecc md5sum : 27%- ecc md5sum : 28%- ecc md5sum : 29%- ecc md5sum : 30%- ecc md5sum : 31%- ecc md5sum : 32%- ecc md5sum : 33%- ecc md5sum : 34%- ecc md5sum : 35%- ecc md5sum : 36%- ecc md5sum : 37%- ecc md5sum : 38%- ecc md5sum : 39%- ecc md5sum : 40%- ecc md5sum : 41%- ecc md5sum : 42%- ecc md5sum : 43%- ecc md5sum : 44%- ecc md5sum : 45%- ecc md5sum : 46%- ecc md5sum : 47%- ecc md5sum : 48%- ecc md5sum : 49%- ecc md5sum : 50%- ecc md5sum : 51%- ecc md5sum : 52%- ecc md5sum : 53%- ecc md5sum : 54%- ecc md5sum : 55%- ecc md5sum : 56%- ecc md5sum : 57%- ecc md5sum : 58%- ecc md5sum : 59%- ecc md5sum : 60%- ecc md5sum : 61%- ecc md5sum : 62%- ecc md5sum : 63%- ecc md5sum : 64%- ecc md5sum : 65%- ecc md5sum : 66%- ecc md5sum : 67%- ecc md5sum : 68%- ecc md5sum : 69%- ecc md5sum : 70%- ecc md5sum : 71%- ecc md5sum : 72%- ecc md5sum : 73%- ecc md5sum : 74%- ecc md5sum : 75%- ecc md5sum : 76%- ecc md5sum : 77%- ecc md5sum : 78%- ecc md5sum : 79%- ecc md5sum : 80%- ecc md5sum : 81%- ecc md5sum : 82%- ecc md5sum : 83%- ecc md5sum : 84%- ecc md5sum : 85%- ecc md5sum : 86%- ecc md5sum : 87%- ecc md5sum : 88%- ecc md5sum : 89%- ecc md5sum : 90%- ecc md5sum : 91%- ecc md5sum : 92%- ecc md5sum : 93%- ecc md5sum : 94%- ecc md5sum : 95%- ecc md5sum : 96%- ecc md5sum : 97%- ecc md5sum : 98%- ecc md5sum : 99%- ecc md5sum : 100%- ecc md5sum : 9b8a797945f991a6d6eb98d9a0e10c27 (good) +- ecc md5sum : 9b8a797945f991a6d6eb98d9a0e10c27 (good) diff --git a/regtest/database/RS03i_with_rs03_file b/regtest/database/RS03i_with_rs03_file index 2c27d78..feea59c 100644 --- a/regtest/database/RS03i_with_rs03_file +++ b/regtest/database/RS03i_with_rs03_file @@ -158,6 +158,7 @@ Error correction properties: Data integrity: - sectors : 24990 in image; 2249 in ecc file CalcRS03Layout(): returning cached layout (file) -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%- good image/file : all sectors present +- good image/file : all sectors present - data md5sum : 95b221fd894f6adb6f6e8d3b89583fb6 -- Ecc block test : 0% tested- Ecc block test : 1% tested- Ecc block test : 2% tested- Ecc block test : 3% tested- Ecc block test : 4% tested- Ecc block test : 5% tested- Ecc block test : 6% tested- Ecc block test : 7% tested- Ecc block test : 8% tested- Ecc block test : 9% tested- Ecc block test : 10% tested- Ecc block test : 11% tested- Ecc block test : 12% tested- Ecc block test : 13% tested- Ecc block test : 14% tested- Ecc block test : 15% tested- Ecc block test : 16% tested- Ecc block test : 17% tested- Ecc block test : 18% tested- Ecc block test : 19% tested- Ecc block test : 20% tested- Ecc block test : 21% tested- Ecc block test : 22% tested- Ecc block test : 23% tested- Ecc block test : 24% tested- Ecc block test : 25% tested- Ecc block test : 26% tested- Ecc block test : 27% tested- Ecc block test : 28% tested- Ecc block test : 29% tested- Ecc block test : 30% tested- Ecc block test : 31% tested- Ecc block test : 32% tested- Ecc block test : 33% tested- Ecc block test : 34% tested- Ecc block test : 35% tested- Ecc block test : 36% tested- Ecc block test : 37% tested- Ecc block test : 38% tested- Ecc block test : 39% tested- Ecc block test : 40% tested- Ecc block test : 41% tested- Ecc block test : 42% tested- Ecc block test : 43% tested- Ecc block test : 44% tested- Ecc block test : 45% tested- Ecc block test : 46% tested- Ecc block test : 47% tested- Ecc block test : 48% tested- Ecc block test : 49% tested- Ecc block test : 50% tested- Ecc block test : 51% tested- Ecc block test : 52% tested- Ecc block test : 53% tested- Ecc block test : 54% tested- Ecc block test : 55% tested- Ecc block test : 56% tested- Ecc block test : 57% tested- Ecc block test : 58% tested- Ecc block test : 59% tested- Ecc block test : 60% tested- Ecc block test : 61% tested- Ecc block test : 62% tested- Ecc block test : 63% tested- Ecc block test : 64% tested- Ecc block test : 65% tested- Ecc block test : 66% tested- Ecc block test : 67% tested- Ecc block test : 68% tested- Ecc block test : 69% tested- Ecc block test : 70% tested- Ecc block test : 71% tested- Ecc block test : 72% tested- Ecc block test : 73% tested- Ecc block test : 74% tested- Ecc block test : 75% tested- Ecc block test : 76% tested- Ecc block test : 77% tested- Ecc block test : 78% tested- Ecc block test : 79% tested- Ecc block test : 80% tested- Ecc block test : 81% tested- Ecc block test : 82% tested- Ecc block test : 83% tested- Ecc block test : 84% tested- Ecc block test : 85% tested- Ecc block test : 86% tested- Ecc block test : 87% tested- Ecc block test : 88% tested- Ecc block test : 89% tested- Ecc block test : 90% tested- Ecc block test : 91% tested- Ecc block test : 92% tested- Ecc block test : 93% tested- Ecc block test : 94% tested- Ecc block test : 95% tested- Ecc block test : 96% tested- Ecc block test : 97% tested- Ecc block test : 98% tested- Ecc block test : 99% tested- Ecc block test : 100% tested - Ecc block test : pass +- Ecc block test : pass +FreeCrcBuf - buffer cleared diff --git a/regtest/database/RS03i_with_wrong_rs01_file b/regtest/database/RS03i_with_wrong_rs01_file index 9c1e201..b5dafd2 100644 --- a/regtest/database/RS03i_with_wrong_rs01_file +++ b/regtest/database/RS03i_with_wrong_rs01_file @@ -131,7 +131,7 @@ GetImageFingerprint(16): read & cached GetImageFingerprint(16): cached rs03i-master.iso: present, contains 24990 medium sectors. -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%- good image : all sectors present +- good image : all sectors present - image md5sum : 95b221fd894f6adb6f6e8d3b89583fb6 rs03i-tmp.ecc: created by dvdisaster-0.80 @@ -141,5 +141,5 @@ rs03i-tmp.ecc: created by dvdisaster-0.80 - image md5sum : 95b221fd894f6adb6f6e8d3b89583fb6 (good) * fingerprint match: MISMATCH - .iso and .ecc don't belong together! - ecc blocks : 231424 (good) -- ecc md5sum : 0%- ecc md5sum : 1%- ecc md5sum : 2%- ecc md5sum : 3%- ecc md5sum : 4%- ecc md5sum : 5%- ecc md5sum : 6%- ecc md5sum : 7%- ecc md5sum : 8%- ecc md5sum : 9%- ecc md5sum : 10%- ecc md5sum : 11%- ecc md5sum : 12%- ecc md5sum : 13%- ecc md5sum : 14%- ecc md5sum : 15%- ecc md5sum : 16%- ecc md5sum : 17%- ecc md5sum : 18%- ecc md5sum : 19%- ecc md5sum : 20%- ecc md5sum : 21%- ecc md5sum : 22%- ecc md5sum : 23%- ecc md5sum : 24%- ecc md5sum : 25%- ecc md5sum : 26%- ecc md5sum : 27%- ecc md5sum : 28%- ecc md5sum : 29%- ecc md5sum : 30%- ecc md5sum : 31%- ecc md5sum : 32%- ecc md5sum : 33%- ecc md5sum : 34%- ecc md5sum : 35%- ecc md5sum : 36%- ecc md5sum : 37%- ecc md5sum : 38%- ecc md5sum : 39%- ecc md5sum : 40%- ecc md5sum : 41%- ecc md5sum : 42%- ecc md5sum : 43%- ecc md5sum : 44%- ecc md5sum : 45%- ecc md5sum : 46%- ecc md5sum : 47%- ecc md5sum : 48%- ecc md5sum : 49%- ecc md5sum : 50%- ecc md5sum : 51%- ecc md5sum : 52%- ecc md5sum : 53%- ecc md5sum : 54%- ecc md5sum : 55%- ecc md5sum : 56%- ecc md5sum : 57%- ecc md5sum : 58%- ecc md5sum : 59%- ecc md5sum : 60%- ecc md5sum : 61%- ecc md5sum : 62%- ecc md5sum : 63%- ecc md5sum : 64%- ecc md5sum : 65%- ecc md5sum : 66%- ecc md5sum : 67%- ecc md5sum : 68%- ecc md5sum : 69%- ecc md5sum : 70%- ecc md5sum : 71%- ecc md5sum : 72%- ecc md5sum : 73%- ecc md5sum : 74%- ecc md5sum : 75%- ecc md5sum : 76%- ecc md5sum : 77%- ecc md5sum : 78%- ecc md5sum : 79%- ecc md5sum : 80%- ecc md5sum : 81%- ecc md5sum : 82%- ecc md5sum : 83%- ecc md5sum : 84%- ecc md5sum : 85%- ecc md5sum : 86%- ecc md5sum : 87%- ecc md5sum : 88%- ecc md5sum : 89%- ecc md5sum : 90%- ecc md5sum : 91%- ecc md5sum : 92%- ecc md5sum : 93%- ecc md5sum : 94%- ecc md5sum : 95%- ecc md5sum : 96%- ecc md5sum : 97%- ecc md5sum : 98%- ecc md5sum : 99%- ecc md5sum : 100%- ecc md5sum : 9b8a797945f991a6d6eb98d9a0e10c27 (good) +- ecc md5sum : 9b8a797945f991a6d6eb98d9a0e10c27 (good) diff --git a/regtest/database/RS03i_with_wrong_rs03_file b/regtest/database/RS03i_with_wrong_rs03_file index c11f09f..26b5845 100644 --- a/regtest/database/RS03i_with_wrong_rs03_file +++ b/regtest/database/RS03i_with_wrong_rs03_file @@ -159,10 +159,11 @@ Data integrity: - sectors : 24990 in image; 2249 in ecc file CalcRS03Layout(): returning cached layout (file) * CRC error, sector: 16 -- testing sectors : 1%- testing sectors : 2%- testing sectors : 3%- testing sectors : 4%- testing sectors : 5%- testing sectors : 6%- testing sectors : 7%- testing sectors : 8%- testing sectors : 9%- testing sectors : 10%- testing sectors : 11%- testing sectors : 12%- testing sectors : 13%- testing sectors : 14%- testing sectors : 15%- testing sectors : 16%- testing sectors : 17%- testing sectors : 18%- testing sectors : 19%- testing sectors : 20%- testing sectors : 21%- testing sectors : 22%- testing sectors : 23%- testing sectors : 24%- testing sectors : 25%- testing sectors : 26%- testing sectors : 27%- testing sectors : 28%- testing sectors : 29%- testing sectors : 30%- testing sectors : 31%- testing sectors : 32%- testing sectors : 33%- testing sectors : 34%- testing sectors : 35%- testing sectors : 36%- testing sectors : 37%- testing sectors : 38%- testing sectors : 39%- testing sectors : 40%- testing sectors : 41%- testing sectors : 42%- testing sectors : 43%- testing sectors : 44%- testing sectors : 45%- testing sectors : 46%- testing sectors : 47%- testing sectors : 48%- testing sectors : 49%- testing sectors : 50%- testing sectors : 51%- testing sectors : 52%- testing sectors : 53%- testing sectors : 54%- testing sectors : 55%- testing sectors : 56%- testing sectors : 57%- testing sectors : 58%- testing sectors : 59%- testing sectors : 60%- testing sectors : 61%- testing sectors : 62%- testing sectors : 63%- testing sectors : 64%- testing sectors : 65%- testing sectors : 66%- testing sectors : 67%- testing sectors : 68%- testing sectors : 69%- testing sectors : 70%- testing sectors : 71%- testing sectors : 72%- testing sectors : 73%- testing sectors : 74%- testing sectors : 75%- testing sectors : 76%- testing sectors : 77%- testing sectors : 78%- testing sectors : 79%- testing sectors : 80%- testing sectors : 81%- testing sectors : 82%- testing sectors : 83%- testing sectors : 84%- testing sectors : 85%- testing sectors : 86%- testing sectors : 87%- testing sectors : 88%- testing sectors : 89%- testing sectors : 90%- testing sectors : 91%- testing sectors : 92%- testing sectors : 93%- testing sectors : 94%- testing sectors : 95%- testing sectors : 96%- testing sectors : 97%- testing sectors : 98%- testing sectors : 99%- testing sectors : 100%* suspicious image : all sectors present, but 1 CRC errors +* suspicious image : all sectors present, but 1 CRC errors ... data section : 0 sectors missing; 1 CRC errors ... crc section : 0 sectors missing ... ecc section : 0 sectors missing -- Ecc block test : 0% tested- Ecc block test : 1% tested- Ecc block test : 2% tested- Ecc block test : 3% tested- Ecc block test : 4% tested- Ecc block test : 5% tested- Ecc block test : 6% tested- Ecc block test : 7% tested- Ecc block test : 8% tested- Ecc block test : 9% tested- Ecc block test : 10% tested- Ecc block test : 11% tested- Ecc block test : 12% tested- Ecc block test : 13% tested- Ecc block test : 14% tested* Ecc block test : 16 good, 1 bad; 15% tested* Ecc block test : 17 good, 1 bad; 16% tested* Ecc block test : 18 good, 1 bad; 17% tested* Ecc block test : 19 good, 1 bad; 18% tested* Ecc block test : 20 good, 1 bad; 19% tested* Ecc block test : 21 good, 1 bad; 20% tested* Ecc block test : 22 good, 1 bad; 21% tested* Ecc block test : 23 good, 1 bad; 22% tested* Ecc block test : 24 good, 1 bad; 23% tested* Ecc block test : 25 good, 1 bad; 24% tested* Ecc block test : 26 good, 1 bad; 25% tested* Ecc block test : 27 good, 1 bad; 26% tested* Ecc block test : 28 good, 1 bad; 27% tested* Ecc block test : 29 good, 1 bad; 28% tested* Ecc block test : 31 good, 1 bad; 29% tested* Ecc block test : 32 good, 1 bad; 30% tested* Ecc block test : 33 good, 1 bad; 31% tested* Ecc block test : 34 good, 1 bad; 32% tested* Ecc block test : 35 good, 1 bad; 33% tested* Ecc block test : 36 good, 1 bad; 34% tested* Ecc block test : 37 good, 1 bad; 35% tested* Ecc block test : 38 good, 1 bad; 36% tested* Ecc block test : 39 good, 1 bad; 37% tested* Ecc block test : 40 good, 1 bad; 38% tested* Ecc block test : 41 good, 1 bad; 39% tested* Ecc block test : 42 good, 1 bad; 40% tested* Ecc block test : 43 good, 1 bad; 41% tested* Ecc block test : 44 good, 1 bad; 42% tested* Ecc block test : 46 good, 1 bad; 43% tested* Ecc block test : 47 good, 1 bad; 44% tested* Ecc block test : 48 good, 1 bad; 45% tested* Ecc block test : 49 good, 1 bad; 46% tested* Ecc block test : 50 good, 1 bad; 47% tested* Ecc block test : 51 good, 1 bad; 48% tested* Ecc block test : 52 good, 1 bad; 49% tested* Ecc block test : 53 good, 1 bad; 50% tested* Ecc block test : 54 good, 1 bad; 51% tested* Ecc block test : 55 good, 1 bad; 52% tested* Ecc block test : 56 good, 1 bad; 53% tested* Ecc block test : 57 good, 1 bad; 54% tested* Ecc block test : 58 good, 1 bad; 55% tested* Ecc block test : 59 good, 1 bad; 56% tested* Ecc block test : 60 good, 1 bad; 57% tested* Ecc block test : 62 good, 1 bad; 58% tested* Ecc block test : 63 good, 1 bad; 59% tested* Ecc block test : 64 good, 1 bad; 60% tested* Ecc block test : 65 good, 1 bad; 61% tested* Ecc block test : 66 good, 1 bad; 62% tested* Ecc block test : 67 good, 1 bad; 63% tested* Ecc block test : 68 good, 1 bad; 64% tested* Ecc block test : 69 good, 1 bad; 65% tested* Ecc block test : 70 good, 1 bad; 66% tested* Ecc block test : 71 good, 1 bad; 67% tested* Ecc block test : 72 good, 1 bad; 68% tested* Ecc block test : 73 good, 1 bad; 69% tested* Ecc block test : 74 good, 1 bad; 70% tested* Ecc block test : 75 good, 1 bad; 71% tested* Ecc block test : 77 good, 1 bad; 72% tested* Ecc block test : 78 good, 1 bad; 73% tested* Ecc block test : 79 good, 1 bad; 74% tested* Ecc block test : 80 good, 1 bad; 75% tested* Ecc block test : 81 good, 1 bad; 76% tested* Ecc block test : 82 good, 1 bad; 77% tested* Ecc block test : 83 good, 1 bad; 78% tested* Ecc block test : 84 good, 1 bad; 79% tested* Ecc block test : 85 good, 1 bad; 80% tested* Ecc block test : 86 good, 1 bad; 81% tested* Ecc block test : 87 good, 1 bad; 82% tested* Ecc block test : 88 good, 1 bad; 83% tested* Ecc block test : 89 good, 1 bad; 84% tested* Ecc block test : 90 good, 1 bad; 85% tested* Ecc block test : 92 good, 1 bad; 86% tested* Ecc block test : 93 good, 1 bad; 87% tested* Ecc block test : 94 good, 1 bad; 88% tested* Ecc block test : 95 good, 1 bad; 89% tested* Ecc block test : 96 good, 1 bad; 90% tested* Ecc block test : 97 good, 1 bad; 91% tested* Ecc block test : 98 good, 1 bad; 92% tested* Ecc block test : 99 good, 1 bad; 93% tested* Ecc block test : 100 good, 1 bad; 94% tested* Ecc block test : 101 good, 1 bad; 95% tested* Ecc block test : 102 good, 1 bad; 96% tested* Ecc block test : 103 good, 1 bad; 97% tested* Ecc block test : 104 good, 1 bad; 98% tested* Ecc block test : 105 good, 1 bad; 99% tested* Ecc block test : 106 good, 1 bad; 100% tested* Ecc block test : 106 good, 1 bad; 1 bad sub blocks +* Ecc block test : 106 good, 1 bad; 1 bad sub blocks - erasure counts : avg = 1.0; worst = 1 per ecc block. - prognosis : 27239 of 27239 sectors recoverable (100.0%) +FreeCrcBuf - buffer cleared diff --git a/regtest/rs01.bash b/regtest/rs01.bash index 46bfac4..3c03f61 100755 --- a/regtest/rs01.bash +++ b/regtest/rs01.bash @@ -16,15 +16,15 @@ CODEC_PREFIX=RS01 # Create master image and ecc file if ! file_exists $MASTERISO; then - echo "$NEWVER --debug -i$MASTERISO --random-image $ISOSIZE" >>$LOGFILE - $NEWVER --debug -i$MASTERISO --random-image $ISOSIZE >>$LOGFILE 2>&1 + echo "$NEWVER --regtest --debug -i$MASTERISO --random-image $ISOSIZE" >>$LOGFILE + $NEWVER --regtest --debug -i$MASTERISO --random-image $ISOSIZE >>$LOGFILE 2>&1 echo -e "$FILE_MSG" FILE_MSG="" fi if ! file_exists $MASTERECC; then - echo "$NEWVER --debug --set-version $SETVERSION -i$MASTERISO -e$MASTERECC -c $REDUNDANCY" >>$LOGFILE - $NEWVER --debug --set-version $SETVERSION -i$MASTERISO -e$MASTERECC -c $REDUNDANCY >>$LOGFILE 2>&1 + echo "$NEWVER --regtest --debug --set-version $SETVERSION -i$MASTERISO -e$MASTERECC -c $REDUNDANCY" >>$LOGFILE + $NEWVER --regtest --debug --set-version $SETVERSION -i$MASTERISO -e$MASTERECC -c $REDUNDANCY >>$LOGFILE 2>&1 echo -e "$FILE_MSG" FILE_MSG="" fi @@ -41,7 +41,7 @@ if ! file_exists $ISO_PLUS56; then fi if ! file_exists $ECC_PLUS56; then - $NEWVER --debug --set-version $SETVERSION -i$ISO_PLUS56 -e$ECC_PLUS56 -c $REDUNDANCY >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$ISO_PLUS56 -e$ECC_PLUS56 -c $REDUNDANCY >>$LOGFILE 2>&1 echo -e "$FILE_MSG" FILE_MSG="" fi @@ -332,7 +332,6 @@ if try "ecc creating with no read permission" ecc_no_read_perm; then chmod 000 $TMPISO run_regtest ecc_no_read_perm "-c $REDUNDANCY" $TMPISO $TMPECC - rm -f $TMPISO fi # Create with no write permission on ecc file @@ -366,87 +365,90 @@ fi # Read image and create ecc in the same program call. # Tests whether CRC and ECC information is handed over correctly. -# NOTE: cache handling is currently disabled and will be fixed in 0.79.6! if try "read image and create ecc in one call" ecc_create_after_read; then cp $MASTERISO $SIMISO - rm -f $TMPISO $TMPECC replace_config read-and-create 1 extra_args="--debug --set-version $SETVERSION --sim-cd=$SIMISO --fixed-speed-values" - run_regtest ecc_create_after_read "-r -c $REDUNDANCY --spinup-delay=0" $TMPISO $TMPECC + run_regtest ecc_create_after_read "-r -c $REDUNDANCY --spinup-delay=0 -v" $TMPISO $TMPECC fi # Read image with ecc file and create new (other) ecc in the same program call. # Tests whether CRC and ECC information is handed over correctly. -# NOTE: cache handling is currently disabled and will be fixed in 0.79.6! if try "read image with ecc (RS01) and create new ecc" ecc_recreate_after_read_rs01; then cp $MASTERISO $SIMISO - $NEWVER --debug --set-version $SETVERSION -i$SIMISO -e$TMPECC -c -n 8 >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$SIMISO -e$TMPECC -c -n 8 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --set-version $SETVERSION --sim-cd=$SIMISO --fixed-speed-values" - run_regtest ecc_recreate_after_read_rs01 "-r -c $REDUNDANCY --spinup-delay=0" $TMPISO $TMPECC + run_regtest ecc_recreate_after_read_rs01 "-r -c $REDUNDANCY --spinup-delay=0 -v" $TMPISO $TMPECC fi # Read image with ecc file and create new (other) ecc in the same program call. # Tests whether CRC and ECC information is handed over correctly. # Note: RS02 information will not be removed from the image. This ist intentional behaviour. -# NOTE: cache handling is currently disabled and will be fixed in 0.79.6! if try "read image with ecc (RS02) and create additional ecc file" ecc_recreate_after_read_rs02; then cp $MASTERISO $SIMISO - $NEWVER --debug --set-version $SETVERSION -i$SIMISO -c -mRS02 -n$((ISOSIZE+6000)) >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$SIMISO -c -mRS02 -n$((ISOSIZE+6000)) >>$LOGFILE 2>&1 - rm -f $TMPISO $TMPECC extra_args="--debug --set-version $SETVERSION --sim-cd=$SIMISO --fixed-speed-values" - run_regtest ecc_recreate_after_read_rs02 "-r -c $REDUNDANCY --spinup-delay=0" $TMPISO $TMPECC + run_regtest ecc_recreate_after_read_rs02 "-r -c $REDUNDANCY --spinup-delay=0 -v" $TMPISO $TMPECC fi # Read image with ecc file and create new (other) ecc in the same program call. # Tests whether CRC and ECC information is handed over correctly. # Note: RS03 information will not be removed from the image. This ist intentional behaviour. -# NOTE: cache handling is currently disabled and will be fixed in 0.79.6! if try "read image with ecc (RS03i) and create additional ecc file" ecc_recreate_after_read_rs03i; then cp $MASTERISO $SIMISO - $NEWVER --debug --set-version $SETVERSION -i$SIMISO -c -mRS03 -n$((ISOSIZE+6000)) >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$SIMISO -c -mRS03 -n$((ISOSIZE+6000)) >>$LOGFILE 2>&1 - rm -f $TMPISO $TMPECC extra_args="--debug --set-version $SETVERSION --sim-cd=$SIMISO --fixed-speed-values" - run_regtest ecc_recreate_after_read_rs03i "-r -c $REDUNDANCY --spinup-delay=0" $TMPISO $TMPECC + run_regtest ecc_recreate_after_read_rs03i "-r -c $REDUNDANCY --spinup-delay=0 -v" $TMPISO $TMPECC fi # Read image with ecc file and create new (other) ecc in the same program call. # Tests whether CRC and ECC information is handed over correctly. -# NOTE: cache handling is currently disabled and will be fixed in 0.79.6! if try "read image with ecc (RS03f) and create new ecc" ecc_recreate_after_read_rs03f; then cp $MASTERISO $SIMISO - $NEWVER --debug --set-version $SETVERSION -i$SIMISO -e$TMPECC -c -n 8 -mRS03 -o file >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$SIMISO -e$TMPECC -c -n 8 -mRS03 -o file >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --set-version $SETVERSION --sim-cd=$SIMISO --fixed-speed-values" - run_regtest ecc_recreate_after_read_rs03f "-r -c $REDUNDANCY --spinup-delay=0" $TMPISO $TMPECC + run_regtest ecc_recreate_after_read_rs03f "-r -c $REDUNDANCY --spinup-delay=0 -v" $TMPISO $TMPECC fi # Complete image in a reading pass, then create an ecc file for it. # Cached checksums must be discarded before creating the ecc. if try "create ecc after completing partial image" ecc_create_after_partial_read; then - cp $MASTERISO $SIMISO - cp $MASTERISO $TMPISO + cp $MASTERISO $SIMISO + cp $MASTERISO $TMPISO $NEWVER --debug -i$TMPISO --erase 1000-1500 >>$LOGFILE 2>&1 - rm -f $TMPECC extra_args="--debug --set-version $SETVERSION --sim-cd=$SIMISO --fixed-speed-values" - run_regtest ecc_create_after_partial_read "-r -c $REDUNDANCY --spinup-delay=0" $TMPISO $TMPECC + run_regtest ecc_create_after_partial_read "-r -c $REDUNDANCY --spinup-delay=0 -v" $TMPISO $TMPECC +fi + +# Read image with wrong ecc file and create new (other) ecc in the same program call. +# Tests whether CRC and ECC information is taken from the read process, +# not the wrong ecc file. + +if try "read image with wrong ecc (RS01) and create new ecc" ecc_recreate_after_read_wrong_rs01; then + cp $MASTERISO $SIMISO + + $NEWVER --debug -i$TMPISO --random-image $((ISOSIZE-777)) --random-seed 1337 >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$TMPISO -e$TMPECC -c -n 8 >>$LOGFILE 2>&1 + + extra_args="--debug --set-version $SETVERSION --sim-cd=$SIMISO --fixed-speed-values" +# run_regtest ecc_recreate_after_read_wrong_rs01 "-r -c $REDUNDANCY --spinup-delay=0 -v" $TMPISO $TMPECC fi ### Fixing tests @@ -469,7 +471,6 @@ if try "fixing image without read permission" fix_no_read_perm; then chmod 000 $TMPISO run_regtest fix_no_read_perm "-f" $TMPISO $MASTERECC - rm -f $TMPISO fi # Fix image without read permission for ecc @@ -481,7 +482,6 @@ if try "fixing image without read permission for ecc" fix_no_read_perm_ecc; then chmod 000 $TMPECC run_regtest fix_no_read_perm_ecc "-f" $TMPISO $TMPECC - rm -f $TMPECC fi # Fix good image not multiple of 2048 @@ -500,7 +500,6 @@ if try "fixing image without write permission" fix_no_write_perm; then chmod 400 $TMPISO run_regtest fix_no_write_perm "-f" $TMPISO $MASTERECC - rm -f $TMPISO fi # Fix image with missing sectors @@ -769,7 +768,6 @@ if try "scanning image, no permission to access ecc file" scan_with_no_permissio extra_args="--debug --sim-cd=$MASTERISO --fixed-speed-values" run_regtest scan_with_no_permission_for_ecc "--spinup-delay=0 -s" $ISODIR/no.iso $TMPECC - rm -f $TMPECC fi # Scan image with error correction data available @@ -860,8 +858,8 @@ fi if try "scanning image with RS02 data and a RS01 ecc file" scan_with_double_ecc; then cp $MASTERISO $SIMISO - $NEWVER --debug --set-version $SETVERSION -i$SIMISO -mRS02 -n$((ISOSIZE+5000)) -c >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$SIMISO -e $TMPECC -c $REDUNDANCY >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$SIMISO -mRS02 -n$((ISOSIZE+5000)) -c >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$SIMISO -e $TMPECC -c $REDUNDANCY >>$LOGFILE 2>&1 $NEWVER --debug -i$SIMISO --byteset 25910,100,200 >>$LOGFILE 2>&1 extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" @@ -874,7 +872,7 @@ fi if try "scanning image ecc file requiring a newer dvdisaster version" scan_with_incompatible_ecc; then cp $MASTERISO $SIMISO - $NEWVER --debug --set-version $SETVERSION -i$SIMISO -e $TMPECC -c $REDUNDANCY >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$SIMISO -e $TMPECC -c $REDUNDANCY >>$LOGFILE 2>&1 $NEWVER --debug -i$TMPECC --byteset 0,88,220 >>$LOGFILE 2>&1 $NEWVER --debug -i$TMPECC --byteset 0,89,65 >>$LOGFILE 2>&1 $NEWVER --debug -i$TMPECC --byteset 0,90,15 >>$LOGFILE 2>&1 @@ -927,7 +925,6 @@ echo "# Reading tests (linear)" if try "reading image, no ecc data" read_no_ecc; then - rm -f $TMPISO extra_args="--debug --sim-cd=$MASTERISO --fixed-speed-values" run_regtest read_no_ecc "--spinup-delay=0 -r" $TMPISO $ISODIR/no.ecc fi @@ -947,7 +944,6 @@ fi if try "reading image, device not existant" read_no_device; then - rm -f $TMPISO run_regtest read_no_device "--debug --sim-cd=$MASTERISO --fixed-speed-values --spinup-delay=0 -d /dev/sdz -r" $TMPISO $ISODIR/no.ecc fi @@ -959,7 +955,6 @@ if try "reading image, device access denied" read_no_device_access; then touch $ISODIR/sdz chmod 000 $ISODIR/sdz - rm -f $TMPISO run_regtest read_no_device_access "--debug --sim-cd=$MASTERISO --fixed-speed-values --spinup-delay=0 -d $ISODIR/sdz -r" $TMPISO $ISODIR/no.ecc rm -f $ISODIR/sdz fi @@ -974,7 +969,6 @@ if try "reading image, defective media, no ecc data" read_defective_no_ecc; then $NEWVER --debug -i$SIMISO --erase 766 >>$LOGFILE 2>&1 $NEWVER --debug -i$SIMISO --erase 2410 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_defective_no_ecc "--spinup-delay=0 -r" $TMPISO $ISODIR/no.ecc fi @@ -1008,7 +1002,6 @@ if try "reading image, defective media, large sector skip" read_defective_large_ $NEWVER --debug -i$SIMISO --erase 1600-1615 >>$LOGFILE 2>&1 $NEWVER --debug -i$SIMISO --erase 6400-10000 >>$LOGFILE 2>&1 - rm -f $TMPISO replace_config jump 256 extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_defective_large_skip "--spinup-delay=0 -r -j 256" $TMPISO $ISODIR/no.ecc @@ -1021,7 +1014,7 @@ if try "completing truncated image with no ecc data available" read_truncated_no cp $MASTERISO $TMPISO $NEWVER --debug -i$TMPISO --truncate=$((ISOSIZE-560)) >>$LOGFILE 2>&1 - extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" + extra_args="--debug --sim-cd=$MASTERISO --fixed-speed-values" run_regtest read_truncated_no_ecc "--spinup-delay=0 -r" $TMPISO $ISODIR/no.ecc fi @@ -1076,7 +1069,6 @@ fi if try "reading new image with given range, no ecc data" read_new_with_range_no_ecc; then cp $MASTERISO $SIMISO - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_new_with_range_no_ecc "--spinup-delay=0 -r10000-15000" $TMPISO $ISODIR/no.ecc @@ -1088,7 +1080,6 @@ fi if try "reading new image with invalid range, no ecc data" read_new_with_invalid_range_no_ecc; then cp $MASTERISO $SIMISO - rm -f $TMPISO run_regtest read_new_with_invalid_range_no_ecc "--debug --sim-cd=$SIMISO --fixed-speed-values --spinup-delay=0 -r10000-55000" $TMPISO $ISODIR/no.ecc fi @@ -1102,8 +1093,6 @@ if try "reading new image with two missing sectors, no ecc data" read_two_missin $NEWVER --debug -i$SIMISO --erase 8020 >>$LOGFILE 2>&1 $NEWVER --debug -i$SIMISO --erase $((ISOSIZE-1)) >>$LOGFILE 2>&1 - rm -f $TMPISO - replace_config jump 0 extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_two_missing_secs_no_ecc "--spinup-delay=0 -r -j 1" $TMPISO $ISODIR/no.ecc @@ -1113,7 +1102,6 @@ fi if try "reading image, ecc data" read_with_ecc; then - rm -f $TMPISO extra_args="--debug --sim-cd=$MASTERISO --fixed-speed-values" run_regtest read_with_ecc "--spinup-delay=0 -r" $TMPISO $MASTERECC fi @@ -1134,7 +1122,6 @@ fi if try "reading image, ecc file does not exist" read_with_non_existing_ecc; then - rm -f $TMPISO extra_args="--debug --sim-cd=$MASTERISO --fixed-speed-values" run_regtest read_with_non_existing_ecc "--spinup-delay=0 -r" $TMPISO $ISODIR/no_ecc fi @@ -1147,10 +1134,8 @@ if try "reading image, no permission to access ecc file" read_with_no_permission cp $MASTERECC $TMPECC chmod 000 $TMPECC - rm -f $TMPISO extra_args="--debug --sim-cd=$MASTERISO --fixed-speed-values" run_regtest read_with_no_permission_for_ecc "--spinup-delay=0 -r" $TMPISO $TMPECC - rm -f $TMPECC fi # Read image with error correction data available @@ -1164,7 +1149,6 @@ if try "reading image, crc errors, ecc data" read_crc_errors_with_ecc; then $NEWVER --debug -i$SIMISO --byteset 7910,23,98 >>$LOGFILE 2>&1 $NEWVER --debug -i$SIMISO --byteset 20999,55,123 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_crc_errors_with_ecc "--spinup-delay=0 -r" $TMPISO $MASTERECC fi @@ -1177,7 +1161,6 @@ if try "reading image, less sectors than expected, ecc data" read_shorter_with_e cp $MASTERISO $SIMISO $NEWVER --debug -i$SIMISO --truncate=$((ISOSIZE-44)) >>$LOGFILE 2>&1 - rm -f $TMPISO replace_config ignore-iso-size 1 extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_shorter_with_ecc "--ignore-iso-size --spinup-delay=0 -r" $TMPISO $MASTERECC @@ -1191,7 +1174,6 @@ if try "reading image, more sectors than expected, ecc data" read_longer_with_ec cp $MASTERISO $SIMISO for i in $(seq 22); do cat fixed-random-sequence >>$SIMISO; done - rm -f $TMPISO replace_config ignore-iso-size 1 extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_longer_with_ecc "--ignore-iso-size --spinup-delay=0 -r" $TMPISO $MASTERECC @@ -1206,7 +1188,6 @@ if try "reading image, tao tail case, ecc data" read_tao_tail_with_ecc; then cat fixed-random-sequence >>$SIMISO $NEWVER --debug -i$SIMISO --erase 21000-21001 >>$LOGFILE 2>&1 - rm -f $TMPISO replace_config ignore-iso-size 1 extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_tao_tail_with_ecc "--ignore-iso-size --spinup-delay=0 -r" $TMPISO $MASTERECC @@ -1220,7 +1201,6 @@ if try "reading image, tao tail case and --dao, ecc data" read_no_tao_tail_with_ cp $MASTERISO $SIMISO $NEWVER --debug -i$SIMISO --erase 20998-20999 >>$LOGFILE 2>&1 - rm -f $TMPISO replace_config dao 1 extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_no_tao_tail_with_ecc "--dao --spinup-delay=0 -r" $TMPISO $MASTERECC @@ -1234,7 +1214,6 @@ if try "reading image, more than 2 sectors missing at end, ecc data" read_more_m cp $MASTERISO $SIMISO $NEWVER --debug -i$SIMISO --erase 20954-20999 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_more_missing_at_end_with_ecc "--spinup-delay=0 -r" $TMPISO $MASTERECC fi @@ -1261,11 +1240,10 @@ fi if try "reading image with RS02 data and a RS01 ecc file" read_with_double_ecc; then cp $MASTERISO $SIMISO - $NEWVER --debug --set-version $SETVERSION -i$SIMISO -mRS02 -n$((ISOSIZE+5000)) -c >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$SIMISO -e $TMPECC -c $REDUNDANCY >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$SIMISO -mRS02 -n$((ISOSIZE+5000)) -c >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$SIMISO -e $TMPECC -c $REDUNDANCY >>$LOGFILE 2>&1 $NEWVER --debug -i$SIMISO --byteset 25910,100,200 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_with_double_ecc "--spinup-delay=0 -r" $TMPISO $TMPECC fi @@ -1276,12 +1254,11 @@ fi if try "reading image ecc file requiring a newer dvdisaster version" read_with_incompatible_ecc; then cp $MASTERISO $SIMISO - $NEWVER --debug --set-version $SETVERSION -i$SIMISO -e $TMPECC -c $REDUNDANCY >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$SIMISO -e $TMPECC -c $REDUNDANCY >>$LOGFILE 2>&1 $NEWVER --debug -i$TMPECC --byteset 0,88,220 >>$LOGFILE 2>&1 $NEWVER --debug -i$TMPECC --byteset 0,89,65 >>$LOGFILE 2>&1 $NEWVER --debug -i$TMPECC --byteset 0,90,15 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_with_incompatible_ecc "--spinup-delay=0 -r" $TMPISO $TMPECC fi @@ -1294,7 +1271,6 @@ if try "reading image with simulated hardware failure" read_with_hardware_failur cp $MASTERISO $SIMISO $NEWVER --debug -i$SIMISO --erase "5000:hardware failure" >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_with_hardware_failure "--spinup-delay=0 -r" $TMPISO $ISODIR/no.ecc fi @@ -1307,13 +1283,12 @@ if try "reading image, ignoring simulated hardware failure" read_with_ignored_ha cp $MASTERISO $SIMISO $NEWVER --debug -i$SIMISO --erase "5000:hardware failure" >>$LOGFILE 2>&1 - rm -f $TMPISO replace_config ignore-fatal-sense 1 extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_with_ignored_hardware_failure "--spinup-delay=0 -r --ignore-fatal-sense" $TMPISO $ISODIR/no.ecc fi -# Read medium in several passes; some sectors become readable in the third pass. +# Read medium in several passes; no ecc; some sectors become readable in the third pass. if try "reading medium in 3 passes; 3rd pass recovers some" read_multipass_partial_success; then @@ -1321,12 +1296,33 @@ if try "reading medium in 3 passes; 3rd pass recovers some" read_multipass_parti $NEWVER --debug -i$SIMISO --erase 15800-16199 >>$LOGFILE 2>&1 $NEWVER --debug -i$SIMISO --erase "15900-16099:readable in pass 3" >>$LOGFILE 2>&1 - rm -f $TMPISO replace_config read-medium 3 extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_multipass_partial_success "--read-medium=3 --spinup-delay=0 -r" $TMPISO $ISODIR/no.ecc fi +# Read medium in several passes; some sectors become readable in the third pass. +# One sector keeps is CRC error over all passes. + +if try "reading medium w/ ecc in 3 passes; 3rd pass recovers some" read_multipass_ecc_partial_success; then + + # Prepare an ecc file matching the algorithm for simulating the defects + cp $MASTERISO $TMPISO + $NEWVER --debug -i$TMPISO --erase 15900-16099 --fill-unreadable=64 >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$TMPISO -e$TMPECC -c $REDUNDANCY >>$LOGFILE 2>&1 + rm -f $TMPISO + + # Prepare the image for reading + cp $MASTERISO $SIMISO + $NEWVER --debug -i$SIMISO --erase 15800-16199 >>$LOGFILE 2>&1 + $NEWVER --debug -i$SIMISO --erase "15900-16099:readable in pass 3" >>$LOGFILE 2>&1 + $NEWVER --debug -i$SIMISO --byteset 10000,5,255 >>$LOGFILE 2>&1 + + replace_config read-medium 3 + extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" + run_regtest read_multipass_ecc_partial_success "--read-medium=3 --spinup-delay=0 -r" $TMPISO $TMPECC +fi + # Do a second sucessful read attempt at an incomplete image; # see whether correct results are reported when ecc data is present # since CRC caching is a bit complicated in this case. @@ -1365,13 +1361,18 @@ if try "reading medium containing dead sector markers" read_medium_with_dsm; the $NEWVER --debug -i$SIMISO --erase "5005:pass as dead sector marker" >>$LOGFILE 2>&1 $NEWVER --debug -i$SIMISO --erase "5007:pass as dead sector marker" >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_medium_with_dsm "--spinup-delay=0 -r" $TMPISO $ISODIR/no.ecc fi # Read medium containing several dead sector markers, verbose output # not applicable in GUI mode +# Reading will finish stating that all sectors have been read (as it +# was the case) and checksums will be calculated and kept. +# Rationale: Sectors carrying the unreadable marker are physically +# readable and re-reading them multiple times would not change the outcome. +# When using the resulting image during a verify or create operation, +# the unreable sectors will be treated correctly. if try "reading medium containing dead sector markers, verbose output" read_medium_with_dsm_verbose; then @@ -1380,7 +1381,6 @@ if try "reading medium containing dead sector markers, verbose output" read_medi $NEWVER --debug -i$SIMISO --erase "5005:pass as dead sector marker" >>$LOGFILE 2>&1 $NEWVER --debug -i$SIMISO --erase "5007:pass as dead sector marker" >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_medium_with_dsm_verbose "--spinup-delay=0 -r -v" $TMPISO $ISODIR/no.ecc fi @@ -1481,7 +1481,6 @@ exit 0 if try "reading good image" adaptive_good; then - rm -f $TMPISO run_regtest adaptive_good "--debug --sim-cd=$MASTERISO --fixed-speed-values --spinup-delay=0 -r --adaptive-read" $TMPISO $MASTERECC fi @@ -1489,7 +1488,6 @@ fi if try "reading image, no ecc data" adaptive_no_ecc; then - rm -f $TMPISO run_regtest adaptive_no_ecc "--debug --sim-cd=$MASTERISO --fixed-speed-values --spinup-delay=0 -r --adaptive-read" $TMPISO $ISODIR/no.ecc fi @@ -1497,7 +1495,6 @@ fi if try "reading image, device not existant" adaptive_no_device; then - rm -f $TMPISO run_regtest adaptive_no_device "--debug --sim-cd=$MASTERISO --fixed-speed-values --spinup-delay=0 -d /dev/sdz -r --adaptive-read" $TMPISO $ISODIR/no.ecc fi @@ -1508,7 +1505,6 @@ if try "reading image, device access denied" adaptive_no_device_access; then touch $ISODIR/sdz chmod 000 $ISODIR/sdz - rm -f $TMPISO run_regtest adaptive_no_device_access "--debug --sim-cd=$MASTERISO --fixed-speed-values --spinup-delay=0 -d $ISODIR/sdz -r --adaptive-read" $TMPISO $ISODIR/no.ecc rm -f $ISODIR/sdz fi @@ -1541,7 +1537,6 @@ if try "reading image, defective media, no ecc data" adaptive_defective_no_ecc; $NEWVER --debug -i$SIMISO --erase 766 >>$LOGFILE 2>&1 $NEWVER --debug -i$SIMISO --erase 2410 >>$LOGFILE 2>&1 - rm -f $TMPISO run_regtest adaptive_defective_no_ecc "--debug --sim-cd=$SIMISO --fixed-speed-values --spinup-delay=0 -r --adaptive-read -v" $TMPISO $ISODIR/no.ecc fi @@ -1554,7 +1549,6 @@ if try "reading image, defective media, large sector skip" adaptive_defective_la $NEWVER --debug -i$SIMISO --erase 1600-1615 >>$LOGFILE 2>&1 $NEWVER --debug -i$SIMISO --erase 6400-10000 >>$LOGFILE 2>&1 - rm -f $TMPISO run_regtest adaptive_defective_large_skip "--debug --sim-cd=$SIMISO --fixed-speed-values --spinup-delay=0 -r -j 256 --adaptive-read -v" $TMPISO $ISODIR/no.ecc fi @@ -1628,7 +1622,6 @@ fi if try "reading new image with given range, no ecc data" adaptive_new_with_range_no_ecc; then cp $MASTERISO $SIMISO - rm -f $TMPISO run_regtest adaptive_new_with_range_no_ecc "--debug --sim-cd=$SIMISO --fixed-speed-values --spinup-delay=0 -r10000-15000 --adaptive-read" $TMPISO $ISODIR/no.ecc fi @@ -1638,7 +1631,6 @@ fi if try "reading new image with invalid range, no ecc data" adaptive_new_with_invalid_range_no_ecc; then cp $MASTERISO $SIMISO - rm -f $TMPISO run_regtest adaptive_new_with_invalid_range_no_ecc "--debug --sim-cd=$SIMISO --fixed-speed-values --spinup-delay=0 -r10000-55000 --adaptive-read" $TMPISO $ISODIR/no.ecc fi @@ -1651,9 +1643,7 @@ if try "reading image, no permission to access ecc file" adaptive_with_no_permis cp $MASTERECC $TMPECC chmod 000 $TMPECC - rm -f $TMPISO run_regtest adaptive_with_no_permission_for_ecc "--debug --sim-cd=$MASTERISO --fixed-speed-values --spinup-delay=0 -r --adaptive-read" $TMPISO $TMPECC - rm -f $TMPECC fi # Read image with error correction data available @@ -1670,7 +1660,6 @@ if try "reading image, crc errors, ecc data" adaptive_crc_errors_with_ecc; then $NEWVER --debug -i$SIMISO --byteset 7910,23,98 >>$LOGFILE 2>&1 $NEWVER --debug -i$SIMISO --byteset 20999,55,123 >>$LOGFILE 2>&1 - rm -f $TMPISO run_regtest adaptive_crc_errors_with_ecc "--debug --sim-cd=$SIMISO --fixed-speed-values --spinup-delay=0 -r --adaptive-read" $TMPISO $MASTERECC fi @@ -1682,7 +1671,6 @@ if try "reading image, less sectors than expected, ecc data" adaptive_shorter_wi cp $MASTERISO $SIMISO $NEWVER --debug -i$SIMISO --truncate=$((ISOSIZE-44)) >>$LOGFILE 2>&1 - rm -f $TMPISO run_regtest adaptive_shorter_with_ecc "--debug --ignore-iso-size --sim-cd=$SIMISO --fixed-speed-values --spinup-delay=0 -r --adaptive-read" $TMPISO $MASTERECC fi @@ -1694,7 +1682,6 @@ if try "reading image, more sectors than expected, ecc data" adaptive_longer_wit cp $MASTERISO $SIMISO for i in $(seq 22); do cat fixed-random-sequence >>$SIMISO; done - rm -f $TMPISO run_regtest adaptive_longer_with_ecc "--debug --ignore-iso-size --sim-cd=$SIMISO --fixed-speed-values --spinup-delay=0 -r --adaptive-read" $TMPISO $MASTERECC fi @@ -1710,7 +1697,6 @@ if try "reading image, tao tail case, ecc data" adaptive_tao_tail_with_ecc; then cat fixed-random-sequence >>$SIMISO $NEWVER --debug -i$SIMISO --erase 21000-21001 >>$LOGFILE 2>&1 - rm -f $TMPISO run_regtest adaptive_tao_tail_with_ecc "--debug --ignore-iso-size --sim-cd=$SIMISO --fixed-speed-values --spinup-delay=0 -r --adaptive-read" $TMPISO $MASTERECC fi @@ -1722,7 +1708,6 @@ if try "reading image, tao tail case and --dao, ecc data" adaptive_no_tao_tail_w cp $MASTERISO $SIMISO $NEWVER --debug -i$SIMISO --erase 20998-20999 >>$LOGFILE 2>&1 - rm -f $TMPISO run_regtest adaptive_no_tao_tail_with_ecc "--debug --dao --sim-cd=$SIMISO --fixed-speed-values --spinup-delay=0 -r --adaptive-read" $TMPISO $MASTERECC fi @@ -1745,10 +1730,9 @@ fi if try "reading image with RS02 data and a RS01 ecc file" adaptive_with_double_ecc; then cp $MASTERISO $SIMISO - $NEWVER --debug --set-version $SETVERSION -i$SIMISO -mRS02 -n$((ISOSIZE+5000)) -c >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$SIMISO -e $TMPECC -c $REDUNDANCY >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$SIMISO -mRS02 -n$((ISOSIZE+5000)) -c >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$SIMISO -e $TMPECC -c $REDUNDANCY >>$LOGFILE 2>&1 - rm -f $TMPISO run_regtest adaptive_with_double_ecc "--debug --sim-cd=$SIMISO --fixed-speed-values --spinup-delay=0 -r --adaptive-read" $TMPISO $TMPECC fi @@ -1758,12 +1742,11 @@ fi if try "reading image w/ ecc file requiring a newer dvdisaster version" adaptive_with_incompatible_ecc; then cp $MASTERISO $SIMISO - $NEWVER --debug --set-version $SETVERSION -i$SIMISO -e $TMPECC -c $REDUNDANCY >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$SIMISO -e $TMPECC -c $REDUNDANCY >>$LOGFILE 2>&1 $NEWVER --debug -i$TMPECC --byteset 0,88,220 >>$LOGFILE 2>&1 $NEWVER --debug -i$TMPECC --byteset 0,89,65 >>$LOGFILE 2>&1 $NEWVER --debug -i$TMPECC --byteset 0,90,15 >>$LOGFILE 2>&1 - rm -f $TMPISO run_regtest adaptive_with_incompatible_ecc "--debug --sim-cd=$SIMISO --fixed-speed-values --spinup-delay=0 -r --adaptive-read" $TMPISO $TMPECC fi @@ -1775,7 +1758,6 @@ if try "reading image with simulated hardware failure" adaptive_with_hardware_fa cp $MASTERISO $SIMISO $NEWVER --debug -i$SIMISO --erase "5000:hardware failure" >>$LOGFILE 2>&1 - rm -f $TMPISO run_regtest adaptive_with_hardware_failure "--debug --sim-cd=$SIMISO --fixed-speed-values --spinup-delay=0 -r --adaptive-read" $TMPISO $ISODIR/no.iso fi @@ -1787,7 +1769,6 @@ if try "reading image, ignoring simulated hardware failure" adaptive_with_ignore cp $MASTERISO $SIMISO $NEWVER --debug -i$SIMISO --erase "5000:hardware failure" >>$LOGFILE 2>&1 - rm -f $TMPISO run_regtest adaptive_with_ignored_hardware_failure "--debug --sim-cd=$SIMISO --fixed-speed-values --spinup-delay=0 -r --adaptive-read --ignore-fatal-sense" $TMPISO $ISODIR/no.iso fi @@ -1798,6 +1779,5 @@ if try "reading medium containing dead sector markers" adaptive_medium_with_dsm; cp $MASTERISO $SIMISO $NEWVER --debug -i$SIMISO --erase "4999:pass as dead sector marker" >>$LOGFILE 2>&1 - rm -f $TMPISO run_regtest adaptive_medium_with_dsm "--debug --sim-cd=$SIMISO --fixed-speed-values --spinup-delay=0 -r --adaptive-read" $TMPISO $ISODIR/no.ecc fi diff --git a/regtest/rs02.bash b/regtest/rs02.bash index b442a71..4bc4383 100755 --- a/regtest/rs02.bash +++ b/regtest/rs02.bash @@ -18,9 +18,9 @@ CODEC_PREFIX=RS02 # Create master image if ! file_exists $MASTERISO; then - $NEWVER --debug -i$MASTERISO --random-image $ISOSIZE >>$LOGFILE 2>&1 - echo "$NEWVER --debug --set-version $SETVERSION -i$MASTERISO -mRS02 -n$ECCSIZE -c" >>$LOGFILE - $NEWVER --debug --set-version $SETVERSION -i$MASTERISO -mRS02 -n$ECCSIZE -c >>$LOGFILE 2>&1 + $NEWVER --regtest --debug -i$MASTERISO --random-image $ISOSIZE >>$LOGFILE 2>&1 + echo "$NEWVER --regtest --debug --set-version $SETVERSION -i$MASTERISO -mRS02 -n$ECCSIZE -c" >>$LOGFILE + $NEWVER --regtest --debug --set-version $SETVERSION -i$MASTERISO -mRS02 -n$ECCSIZE -c >>$LOGFILE 2>&1 echo -e "$FILE_MSG" FILE_MSG="" fi @@ -28,12 +28,12 @@ fi # Create master image with 137 trailing bytes if ! file_exists $ISO_PLUS137; then - echo "$NEWVER --debug -i$ISO_PLUS137 --random-image $ISOSIZE" >>$LOGFILE - $NEWVER --debug -i$ISO_PLUS137 --random-image $ISOSIZE >>$LOGFILE 2>&1 + echo "$NEWVER --regtest --debug -i$ISO_PLUS137 --random-image $ISOSIZE" >>$LOGFILE + $NEWVER --regtest --debug -i$ISO_PLUS137 --random-image $ISOSIZE >>$LOGFILE 2>&1 echo "dd if="$RNDSEQ" count=1 bs=137 >>$ISO_PLUS137" >>$LOGFILE dd if="$RNDSEQ" count=1 bs=137 >>$ISO_PLUS137 2>/dev/null - echo "$NEWVER --debug --set-version $SETVERSION -i$ISO_PLUS137 -mRS02 -n$ECCSIZE -c" >>$LOGFILE - $NEWVER --debug --set-version $SETVERSION -i$ISO_PLUS137 -mRS02 -n$ECCSIZE -c >>$LOGFILE 2>&1 + echo "$NEWVER --regtest --debug --set-version $SETVERSION -i$ISO_PLUS137 -mRS02 -n$ECCSIZE -c" >>$LOGFILE + $NEWVER --regtest --debug --set-version $SETVERSION -i$ISO_PLUS137 -mRS02 -n$ECCSIZE -c >>$LOGFILE 2>&1 echo -e "$FILE_MSG" FILE_MSG="" @@ -195,7 +195,7 @@ if try "good image, 150 sectors ECC offset" good_150_offset; then # dd if=/dev/zero bs=2048 count=150 >>$TMPISO 2>/dev/null $NEWVER --debug -i$TMPISO --byteset 16,80,198 >>$LOGFILE 2>&1 # fake 150 more sectors in vss $NEWVER --debug -i$TMPISO --byteset 16,87,198 >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$TMPISO -mRS02 -n$ECCSIZE -c >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$TMPISO -mRS02 -n$ECCSIZE -c >>$LOGFILE 2>&1 run_regtest good_150_offset "-v -t" $TMPISO fi @@ -217,7 +217,7 @@ if try "header modulo glitch, post 0.79.5 style hdr" modulo_glitch; then if ! test -f $HMGISO; then $NEWVER --debug -i $HMGISO --random-image 274300 >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$HMGISO -mRS02 -c >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$HMGISO -mRS02 -c >>$LOGFILE 2>&1 fi run_regtest modulo_glitch "-v -t" $HMGISO @@ -231,7 +231,7 @@ if try "header modulo glitch, old style, complete img" modulo_glitch2; then if ! test -f $HMGISO; then $NEWVER --debug -i $HMGISO --random-image 274300 >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$HMGISO -mRS02 -c >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$HMGISO -mRS02 -c >>$LOGFILE 2>&1 fi cp $HMGISO $TMPISO # create the old style image @@ -264,7 +264,7 @@ if try "header modulo glitch, old style, truncated img" modulo_glitch3; then if ! test -f $HMGISO; then $NEWVER --debug -i $HMGISO --random-image 274300 >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$HMGISO -mRS02 -c >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$HMGISO -mRS02 -c >>$LOGFILE 2>&1 fi cp $HMGISO $TMPISO # create the old style image @@ -298,7 +298,7 @@ if try "header modulo glitch, old style, truncated img, missing ref secs" modulo if ! test -f $HMGISO; then $NEWVER --debug -i $HMGISO --random-image 274300 >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$HMGISO -mRS02 -c >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$HMGISO -mRS02 -c >>$LOGFILE 2>&1 fi cp $HMGISO $TMPISO # create the old style image @@ -331,7 +331,7 @@ fi # Augmented image is protected by an outer RS01 error correction file if try "with RS01 error correction file" with_rs01_file; then - $NEWVER --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -c -n normal >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -c -n normal >>$LOGFILE 2>&1 run_regtest with_rs01_file "-v -t" $MASTERISO $TMPECC fi @@ -342,7 +342,7 @@ fi # user did probably have some intentention specifying the ecc file. if try "with non-matching RS01 error correction file" with_wrong_rs01_file; then - $NEWVER --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -c -n normal >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -c -n normal >>$LOGFILE 2>&1 $NEWVER --debug -i$TMPECC --byteset 0,24,1 >>$LOGFILE 2>&1 run_regtest with_wrong_rs01_file "-v -t" $MASTERISO $TMPECC @@ -351,7 +351,7 @@ fi # Augmented image is protected by an outer RS03 error correction file if try "with RS03 error correction file" with_rs03_file; then - $NEWVER --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -mRS03 -c -n 20 -o file >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -mRS03 -c -n 20 -o file >>$LOGFILE 2>&1 run_regtest with_rs03_file "-v -t" $MASTERISO $TMPECC fi @@ -364,7 +364,7 @@ if try "with non-matching RS03 error correction file" with_wrong_rs03_file; then $NEWVER --debug -i$TMPISO --byteset 16,240,1 >>$LOGFILE 2>&1 # Create ecc file for "wrong" image - $NEWVER --debug --set-version $SETVERSION -i$TMPISO -e$TMPECC -mRS03 -c -n 20 -o file >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$TMPISO -e$TMPECC -mRS03 -c -n 20 -o file >>$LOGFILE 2>&1 # Now test against original image run_regtest with_wrong_rs03_file "-v -t" $MASTERISO $TMPECC @@ -401,7 +401,7 @@ if try "image with uncorrectable dead sector markers, verbose output" uncorrecta run_regtest uncorrectable_dsm_in_image_verbose "-t -v" $TMPISO fi -# Testimage containing several uncorrectable dead sector markers +# Test image containing several uncorrectable dead sector markers # (non matching fingerprint) if try "image with uncorrectable dead sector markers (2)" uncorrectable_dsm_in_image2; then @@ -505,7 +505,6 @@ if try "ecc creating with no read permission" ecc_no_read_perm; then replace_config medium-size 35000 extra_args="--debug --set-version $SETVERSION" run_regtest ecc_no_read_perm "-mRS02 -n$ECCSIZE -c" $TMPISO - rm -f $TMPISO fi # Create with no write permission on image @@ -518,7 +517,6 @@ if try "ecc creating with no write permission" ecc_no_write_perm; then replace_config medium-size 35000 extra_args="--debug --set-version $SETVERSION" run_regtest ecc_no_write_perm "-mRS02 -n$ECCSIZE -c" $TMPISO - rm -f $TMPISO fi # Create with already RS02-augmented image @@ -559,9 +557,9 @@ fi # Create with already RS02-augmented image of a non-2048 multiple size if try "ecc creating from RS02-augmented image w/ non-block size" ecc_from_rs02_non_blocksize; then - $NEWVER --debug -i$TMPISO --random-image $ISOSIZE >>$LOGFILE 2>&1 - for i in $(seq 56); do echo -n "1" >>$TMPISO; done - $NEWVER --debug --set-version $SETVERSION -i$TMPISO -mRS02 -n$ECCSIZE -c >>$LOGFILE 2>&1 + $NEWVER --debug -i$TMPISO --random-image $ISOSIZE >>$LOGFILE 2>&1 + for i in $(seq 56); do echo -n "1" >>$TMPISO; done + $NEWVER --debug --set-version $SETVERSION -i$TMPISO -mRS02 -n$ECCSIZE -c >>$LOGFILE 2>&1 replace_config method-name RS02 replace_config medium-size 35000 @@ -586,7 +584,7 @@ fi if try "ecc creating from RS02-augmented image w/ non-block size, larger red." ecc_from_larger_rs02_non_blocksize; then $NEWVER --debug -i$TMPISO --random-image $ISOSIZE >>$LOGFILE 2>&1 for i in $(seq 56); do echo -n "1" >>$TMPISO; done - $NEWVER --debug --set-version $SETVERSION -i$TMPISO -mRS02 -n$((ECCSIZE+5000)) -c >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$TMPISO -mRS02 -n$((ECCSIZE+5000)) -c >>$LOGFILE 2>&1 replace_config method-name RS02 replace_config medium-size 35000 @@ -622,12 +620,10 @@ fi # Read image and augment with RS02 in one pass. # Make sure that checksums are handed over correctly between reading # and error correction creation. -# NOTE: cache handling is currently disabled and will be fixed in 0.79.6! if try "ecc creating after reading image" ecc_create_after_read; then $NEWVER --debug -i$SIMISO --random-image $ISOSIZE >>$LOGFILE 2>&1 - rm -f $TMPISO replace_config method-name RS02 replace_config medium-size 35000 replace_config read-and-create 1 @@ -637,7 +633,6 @@ fi # Complete image and augment with RS02 in one pass. # In that case cached checksums can not be used. -# NOTE: cache handling is currently disabled and will be fixed in 0.79.6! if try "ecc creating after completing image" ecc_create_after_partial_read; then $NEWVER --debug -i$SIMISO --random-image $ISOSIZE >>$LOGFILE 2>&1 @@ -653,13 +648,11 @@ fi # Read image with ecc file and create new (other) ecc in the same program call. # Tests whether CRC and ECC information is handed over correctly. -# NOTE: cache handling is currently disabled and will be fixed in 0.79.6! if try "read image with ecc (RS01) and create new ecc" ecc_recreate_after_read_rs01; then - $NEWVER --debug -i$SIMISO --random-image $ISOSIZE >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$SIMISO -e$TMPECC -c $REDUNDANCY >>$LOGFILE 2>&1 + $NEWVER --regtest --debug -i$SIMISO --random-image $ISOSIZE >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$SIMISO -e$TMPECC -c $REDUNDANCY >>$LOGFILE 2>&1 - rm -f $TMPISO replace_config method-name RS02 replace_config medium-size 35000 extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values --set-version $SETVERSION" @@ -668,13 +661,11 @@ fi # Read image with ecc file and create new (other) ecc in the same program call. # Tests whether CRC and ECC information is handed over correctly. -# NOTE: cache handling is currently disabled and will be fixed in 0.79.6! if try "read image with ecc (RS02) and create new ecc" ecc_recreate_after_read_rs02; then $NEWVER --debug -i$SIMISO --random-image $ISOSIZE >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$SIMISO -mRS02 -n50000 -c >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$SIMISO -mRS02 -n50000 -c >>$LOGFILE 2>&1 - rm -f $TMPISO replace_config method-name RS02 replace_config medium-size 35000 extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values --set-version $SETVERSION" @@ -683,13 +674,11 @@ fi # Read image with ecc file and create new (other) ecc in the same program call. # Tests whether CRC and ECC information is handed over correctly. -# NOTE: cache handling is currently disabled and will be fixed in 0.79.6! if try "read image with ecc (RS03i) and create new ecc" ecc_recreate_after_read_rs03i; then $NEWVER --debug -i$SIMISO --random-image $ISOSIZE >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$SIMISO -mRS03 -n$((ISOSIZE+7000)) -c >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$SIMISO -mRS03 -n$((ISOSIZE+7000)) -c >>$LOGFILE 2>&1 - rm -f $TMPISO replace_config method-name RS02 replace_config medium-size 35000 extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values --set-version $SETVERSION" @@ -698,13 +687,11 @@ fi # Read image with ecc file and create new (other) ecc in the same program call. # Tests whether CRC and ECC information is handed over correctly. -# NOTE: cache handling is currently disabled and will be fixed in 0.79.6! if try "read image with ecc (RS03f) and create new ecc" ecc_recreate_after_read_rs03f; then $NEWVER --debug -i$SIMISO --random-image $ISOSIZE >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$SIMISO -e$TMPECC -c -n 9 -mRS03 -o file >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$SIMISO -e$TMPECC -c -n 9 -mRS03 -o file >>$LOGFILE 2>&1 - rm -f $TMPISO replace_config method-name RS02 replace_config medium-size 35000 extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values --set-version $SETVERSION" @@ -722,7 +709,6 @@ if try "trying fix with no read permission" fix_no_read_perm; then chmod 000 $TMPISO run_regtest fix_no_read_perm "--debug --set-version $SETVERSION -f" $TMPISO - rm -f $TMPISO fi # Fix with no write permission on image @@ -732,7 +718,6 @@ if try "trying fix with no write permission" fix_no_write_perm; then chmod 400 $TMPISO run_regtest fix_no_write_perm "--debug --set-version $SETVERSION -f" $TMPISO - rm -f $TMPISO fi # Fix already good image @@ -894,7 +879,7 @@ fi if try "large image with missing sectors" fix_large_file; then $NEWVER --debug -i$TMPISO --random-image 223456 >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$TMPISO -mRS02 -c >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$TMPISO -mRS02 -c >>$LOGFILE 2>&1 $NEWVER -i$TMPISO --debug --erase 50000-50015 >>$LOGFILE 2>&1 $NEWVER -i$TMPISO --debug --erase 223600-223605 >>$LOGFILE 2>&1 $NEWVER -i$TMPISO --debug --erase 279000-279007 >>$LOGFILE 2>&1 @@ -945,7 +930,7 @@ if try "good image, 150 sectors ECC offset" fix_good_150_offset; then $NEWVER --debug -i$TMPISO --random-image $ISOSIZE >>$LOGFILE 2>&1 $NEWVER --debug -i$TMPISO --byteset 16,80,198 >>$LOGFILE 2>&1 # fake 150 more sectors in vss $NEWVER --debug -i$TMPISO --byteset 16,87,198 >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$TMPISO -mRS02 -n$ECCSIZE -c >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$TMPISO -mRS02 -n$ECCSIZE -c >>$LOGFILE 2>&1 run_regtest fix_good_150_offset "--debug --set-version $SETVERSION -v -f" $TMPISO fi @@ -956,7 +941,7 @@ fi # correct (outer) ECC is applied. if try "RS02 image with RS01 ecc file" fix_with_rs01_file; then - $NEWVER --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -c -n normal >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -c -n normal >>$LOGFILE 2>&1 cp $MASTERISO $TMPISO $NEWVER --debug -i$TMPISO --byteset 34930,0,1 >>$LOGFILE 2>&1 @@ -966,7 +951,7 @@ fi # Augmented image is protected by an outer RS03 error correction file if try "RS02 image with RS03 error correction file" fix_with_rs03_file; then - $NEWVER --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -mRS03 -c -n 20 -o file >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -mRS03 -c -n 20 -o file >>$LOGFILE 2>&1 cp $MASTERISO $TMPISO $NEWVER --debug -i$TMPISO --byteset 34930,0,1 >>$LOGFILE 2>&1 @@ -983,7 +968,6 @@ echo "# Scanning tests" if try "scanning good image" scan_good; then cp $MASTERISO $SIMISO - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_good "--spinup-delay=0 -s" $TMPISO fi @@ -994,7 +978,6 @@ if try "scanning image being shorter than expected" scan_shorter; then cp $MASTERISO $SIMISO $NEWVER --debug -i$SIMISO --truncate=$((REAL_ECCSIZE-44)) >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_shorter "--spinup-delay=0 -s -v" $TMPISO fi @@ -1005,7 +988,6 @@ if try "scanning image being longer than expected" scan_longer; then cp $MASTERISO $SIMISO for i in $(seq 23); do cat fixed-random-sequence >>$SIMISO; done - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_longer "--spinup-delay=0 -s -v" $TMPISO fi @@ -1017,7 +999,6 @@ if try "scanning image, tao tail case" scan_tao_tail; then cat fixed-random-sequence >>$SIMISO $NEWVER --debug -i$SIMISO --erase 34932-34933 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_tao_tail "--spinup-delay=0 -s" $TMPISO fi @@ -1029,7 +1010,6 @@ if try "scanning image, no tao tail case" scan_no_tao_tail; then cp $MASTERISO $SIMISO $NEWVER --debug -i$SIMISO --erase 34930-34931 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_no_tao_tail "--spinup-delay=0 -s --dao" $TMPISO fi @@ -1056,7 +1036,6 @@ if try "scanning image requiring a newer dvdisaster version" scan_incompatible_e $NEWVER --debug -i$SIMISO --byteset 30000,98,75 >>$LOGFILE 2>&1 $NEWVER --debug -i$SIMISO --byteset 30000,99,203 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_incompatible_ecc "--spinup-delay=0 -s" $TMPISO fi @@ -1070,7 +1049,6 @@ if try "scanning image with one defective header" scan_bad_header; then cp $MASTERISO $SIMISO $NEWVER -i$SIMISO --debug --byteset 30592,1,1 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_bad_header "--spinup-delay=0 -s" $TMPISO fi @@ -1086,7 +1064,6 @@ if try "scanning image with two defective headers" scan_bad_headers; then $NEWVER -i$SIMISO --debug --byteset 30592,1,1 >>$LOGFILE 2>&1 $NEWVER -i$SIMISO --debug --byteset 31488,100,1 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_bad_headers "--spinup-delay=0 -s" $TMPISO fi @@ -1100,7 +1077,6 @@ if try "scanning image with missing data sectors" scan_missing_data_sectors; the $NEWVER -i$SIMISO --debug --erase 21230 >>$LOGFILE 2>&1 $NEWVER -i$SIMISO --debug --erase 22450-22457 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_missing_data_sectors "--spinup-delay=0 -s" $TMPISO fi @@ -1113,7 +1089,6 @@ if try "scanning image with missing crc sectors" scan_missing_crc_sectors; then $NEWVER -i$SIMISO --debug --erase 30020-30030 >>$LOGFILE 2>&1 $NEWVER -i$SIMISO --debug --erase 30034 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_missing_crc_sectors "--spinup-delay=0 -s" $TMPISO fi @@ -1126,7 +1101,6 @@ if try "scanning image with missing ecc sectors" scan_missing_ecc_sectors; then $NEWVER -i$SIMISO --debug --erase 32020-32030 >>$LOGFILE 2>&1 $NEWVER -i$SIMISO --debug --erase 33034 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_missing_ecc_sectors "--spinup-delay=0 -s" $TMPISO fi @@ -1137,7 +1111,6 @@ if try "scanning image with bad data byte" scan_data_bad_byte; then cp $MASTERISO $SIMISO $NEWVER -i$SIMISO --debug --byteset 1235,50,10 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_data_bad_byte "--spinup-delay=0 -s" $TMPISO fi @@ -1149,7 +1122,6 @@ if try "scanning image with bad crc byte" scan_crc_bad_byte; then cp $MASTERISO $SIMISO $NEWVER -i$SIMISO --debug --byteset 30020,50,10 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_crc_bad_byte "--spinup-delay=0 -s" $TMPISO fi @@ -1160,7 +1132,6 @@ if try "scanning image with bad ecc byte" scan_ecc_bad_byte; then cp $MASTERISO $SIMISO $NEWVER -i$SIMISO --debug --byteset 33100,50,10 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_ecc_bad_byte "--spinup-delay=0 -s" $TMPISO fi @@ -1173,10 +1144,9 @@ if try "scanning with header modulo glitch, post 0.79.5 style hdr" scan_modulo_g if ! test -f $HMGISO; then $NEWVER --debug -i $HMGISO --random-image 274300 >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$HMGISO -mRS02 -c >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$HMGISO -mRS02 -c >>$LOGFILE 2>&1 fi - rm -f $TMPISO extra_args="--debug --sim-cd=$HMGISO --fixed-speed-values" run_regtest scan_modulo_glitch "--spinup-delay=0 -s -v" $TMPISO fi @@ -1189,7 +1159,7 @@ if try "header modulo glitch, old style, complete img" scan_modulo_glitch2; then if ! test -f $HMGISO; then $NEWVER --debug -i $HMGISO --random-image 274300 >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$HMGISO -mRS02 -c >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$HMGISO -mRS02 -c >>$LOGFILE 2>&1 fi cp $HMGISO $SIMISO # create the old style image @@ -1209,7 +1179,6 @@ if try "header modulo glitch, old style, complete img" scan_modulo_glitch2; then $NEWVER --debug -i $SIMISO --byteset $header,135,0 >>$LOGFILE 2>&1 done - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_modulo_glitch2 "--spinup-delay=0 -s -v" $TMPISO fi @@ -1224,7 +1193,7 @@ if try "header modulo glitch, old style, truncated img" scan_modulo_glitch3; the if ! test -f $HMGISO; then $NEWVER --debug -i $HMGISO --sandom-image 274300 >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$HMGISO -mRS02 -c >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$HMGISO -mRS02 -c >>$LOGFILE 2>&1 fi cp $HMGISO $SIMISO # create the old style image @@ -1245,7 +1214,6 @@ if try "header modulo glitch, old style, truncated img" scan_modulo_glitch3; the done $NEWVER --debug -i $SIMISO --truncate=357520 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_modulo_glitch3 "--spinup-delay=0 -s -v" $TMPISO fi @@ -1260,7 +1228,7 @@ if try "header modulo glitch, old style, truncated img, missing ref secs" scan_m if ! test -f $HMGISO; then $NEWVER --debug -i $HMGISO --sandom-image 274300 >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$HMGISO -mRS02 -c >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$HMGISO -mRS02 -c >>$LOGFILE 2>&1 fi cp $HMGISO $SIMISO # create the old style image @@ -1287,7 +1255,6 @@ if try "header modulo glitch, old style, truncated img, missing ref secs" scan_m $NEWVER --debug -i $SIMISO --erase $sector >>$LOGFILE 2>&1 done - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_modulo_glitch4 "--spinup-delay=0 -s -v" $TMPISO fi @@ -1298,11 +1265,7 @@ fi # correct (outer) ECC is applied. if try "scanning RS02 image with RS01 ecc file" scan_with_rs01_file; then - echo - echo "Test may fail due to a race condition in the output generation." - echo "Skip with./rs02.bash cont RS02_scan_with_wrong_rs01_file" - echo -n "Test result - " - $NEWVER --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -c -n normal >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -c -n normal >>$LOGFILE 2>&1 cp $MASTERISO $SIMISO $NEWVER --debug -i$SIMISO --byteset 34930,0,1 >>$LOGFILE 2>&1 @@ -1312,14 +1275,15 @@ if try "scanning RS02 image with RS01 ecc file" scan_with_rs01_file; then fi # Augmented image and non-matching RS01 error correction file -# Currently the mismatch is (generally) not detected +# Currently the mismatch is (generally) not detected and the RS01 data is +# used anyways. # Should we change this behaviour? Solve later. -# Expected behaviour for verify is to report the non-matching ecc file -# rather than falling back to using the RS02 part since the +# Expected behaviour for verify is to report the non-matching ecc file and +# stop rather than falling back to using the RS02 part since the # user did probably have some intentention specifying the ecc file. if try "scanning RS02 image with non-matching RS01 ecc file" scan_with_wrong_rs01_file; then - $NEWVER --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -c -n normal >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -c -n normal >>$LOGFILE 2>&1 $NEWVER --debug -i$TMPECC --byteset 0,24,1 >>$LOGFILE 2>&1 # alter the fingerprint cp $MASTERISO $SIMISO @@ -1332,7 +1296,7 @@ fi # Augmented image is protected by an outer RS03 error correction file if try "scanning RS02 image with RS03 ecc file" scan_with_rs03_file; then - $NEWVER --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -mRS03 -c -n 20 -o file >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -mRS03 -c -n 20 -o file >>$LOGFILE 2>&1 cp $MASTERISO $SIMISO $NEWVER --debug -i$SIMISO --byteset 34930,0,1 >>$LOGFILE 2>&1 @@ -1344,7 +1308,7 @@ fi # Augmented image and non-matching RS03 error correction file if try "scanning RS02 image with non-matching RS03 ecc file" scan_with_wrong_rs03_file; then - $NEWVER --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -mRS03 -c -n 20 -o file >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -mRS03 -c -n 20 -o file >>$LOGFILE 2>&1 $NEWVER --debug -i$TMPECC --byteset 0,24,1 >>$LOGFILE 2>&1 cp $MASTERISO $SIMISO @@ -1363,7 +1327,6 @@ echo "# Reading tests (linear)" if try "reading good image" read_good; then cp $MASTERISO $SIMISO - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_good "--spinup-delay=0 -r" $TMPISO fi @@ -1383,7 +1346,6 @@ fi if try "reading good image with verbose output" read_good_verbose; then cp $MASTERISO $SIMISO - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_good_verbose "--spinup-delay=0 -r -v" $TMPISO fi @@ -1396,7 +1358,6 @@ if try "reading image being shorter than expected" read_shorter; then cp $MASTERISO $SIMISO $NEWVER --debug -i$SIMISO --truncate=$((REAL_ECCSIZE-44)) >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_shorter "--spinup-delay=0 -r -v" $TMPISO fi @@ -1408,7 +1369,6 @@ if try "reading image being longer than expected" read_longer; then cp $MASTERISO $SIMISO for i in $(seq 23); do cat fixed-random-sequence >>$SIMISO; done - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_longer "--spinup-delay=0 -r -v" $TMPISO fi @@ -1421,7 +1381,6 @@ if try "reading image, tao tail case" read_tao_tail; then cat fixed-random-sequence >>$SIMISO $NEWVER --debug -i$SIMISO --erase 34932-34933 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_tao_tail "--spinup-delay=0 -r" $TMPISO fi @@ -1433,7 +1392,6 @@ if try "reading image, no tao tail case" read_no_tao_tail; then cp $MASTERISO $SIMISO $NEWVER --debug -i$SIMISO --erase 34930-34931 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_no_tao_tail "--spinup-delay=0 -r --dao" $TMPISO fi @@ -1460,24 +1418,25 @@ if try "reading image requiring a newer dvdisaster version" read_incompatible_ec $NEWVER --debug -i$SIMISO --byteset 30000,98,75 >>$LOGFILE 2>&1 $NEWVER --debug -i$SIMISO --byteset 30000,99,203 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_incompatible_ecc "--spinup-delay=0 -r" $TMPISO fi -# Read an image containing with missing master header. +# Read an image with missing master header. +# Since not exhaustive search is enabled, the ecc data is not discovered +# and were are reading the image truncated to the size recorded in the +# iso metadata (30000 sectors). if try "reading image with missing master header" read_bad_master; then cp $MASTERISO $SIMISO $NEWVER -i$SIMISO --debug --erase 30000 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_bad_master "--spinup-delay=0 -r -v" $TMPISO fi -# Read an image containing with missing master header +# Read an image with missing master header # and exhaustive RS02 search. if try "reading image with missing master header, exhaustive" read_bad_master_exhaustive; then @@ -1485,7 +1444,6 @@ if try "reading image with missing master header, exhaustive" read_bad_master_ex cp $MASTERISO $SIMISO $NEWVER -i$SIMISO --debug --erase 30000 >>$LOGFILE 2>&1 - rm -f $TMPISO replace_config examine-rs02 1 extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_bad_master_exhaustive "--spinup-delay=0 -r -v -a RS02" $TMPISO @@ -1500,7 +1458,6 @@ if try "reading image with one defective header" read_bad_header; then cp $MASTERISO $SIMISO $NEWVER -i$SIMISO --debug --byteset 30592,1,1 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_bad_header "--spinup-delay=0 -r" $TMPISO fi @@ -1516,7 +1473,6 @@ if try "reading image with two defective headers" read_bad_headers; then $NEWVER -i$SIMISO --debug --byteset 30592,1,1 >>$LOGFILE 2>&1 $NEWVER -i$SIMISO --debug --byteset 31488,100,1 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_bad_headers "--spinup-delay=0 -r" $TMPISO fi @@ -1530,7 +1486,6 @@ if try "reading image with missing data sectors" read_missing_data_sectors; then $NEWVER -i$SIMISO --debug --erase 21230 >>$LOGFILE 2>&1 $NEWVER -i$SIMISO --debug --erase 22450-22457 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_missing_data_sectors "--spinup-delay=0 -r" $TMPISO fi @@ -1543,7 +1498,6 @@ if try "reading image with missing crc sectors" read_missing_crc_sectors; then $NEWVER -i$SIMISO --debug --erase 30020-30030 >>$LOGFILE 2>&1 $NEWVER -i$SIMISO --debug --erase 30034 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_missing_crc_sectors "--spinup-delay=0 -r" $TMPISO fi @@ -1556,22 +1510,20 @@ if try "reading image with missing ecc sectors" read_missing_ecc_sectors; then $NEWVER -i$SIMISO --debug --erase 32020-32030 >>$LOGFILE 2>&1 $NEWVER -i$SIMISO --debug --erase 33034 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_missing_ecc_sectors "--spinup-delay=0 -r" $TMPISO fi -# Image contains bad byte in the data section +# Image contains bad bytes in the data section -if try "reading image with bad data byte" read_data_bad_byte; then +if try "reading image with bad data byte" read_data_bad_bytes; then cp $MASTERISO $SIMISO $NEWVER -i$SIMISO --debug --byteset 0,55,12 >>$LOGFILE 2>&1 $NEWVER -i$SIMISO --debug --byteset 1235,50,10 >>$LOGFILE 2>&1 $NEWVER -i$SIMISO --debug --byteset 29999,128,98 >>$LOGFILE 2>&1 - - rm -f $TMPISO + extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" - run_regtest read_data_bad_byte "--spinup-delay=0 -r" $TMPISO + run_regtest read_data_bad_bytes "--spinup-delay=0 -r" $TMPISO fi # Image contains bad byte in the CRC section @@ -1581,7 +1533,6 @@ if try "reading image with bad crc byte" read_crc_bad_byte; then cp $MASTERISO $SIMISO $NEWVER -i$SIMISO --debug --byteset 30020,50,10 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_crc_bad_byte "--spinup-delay=0 -r" $TMPISO fi @@ -1592,7 +1543,6 @@ if try "reading image with bad ecc byte" read_ecc_bad_byte; then cp $MASTERISO $SIMISO $NEWVER -i$SIMISO --debug --byteset 33100,50,10 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_ecc_bad_byte "--spinup-delay=0 -r" $TMPISO fi @@ -1605,10 +1555,9 @@ if try "reading with header modulo glitch, post 0.79.5 style hdr" read_modulo_gl if ! test -f $HMGISO; then $NEWVER --debug -i $HMGISO --random-image 274300 >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$HMGISO -mRS02 -c >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$HMGISO -mRS02 -c >>$LOGFILE 2>&1 fi - rm -f $TMPISO extra_args="--debug --sim-cd=$HMGISO --fixed-speed-values" run_regtest read_modulo_glitch "--spinup-delay=0 -r -v" $TMPISO fi @@ -1621,7 +1570,7 @@ if try "header modulo glitch, old style, complete img" read_modulo_glitch2; then if ! test -f $HMGISO; then $NEWVER --debug -i $HMGISO --random-image 274300 >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$HMGISO -mRS02 -c >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$HMGISO -mRS02 -c >>$LOGFILE 2>&1 fi cp $HMGISO $SIMISO # create the old style image @@ -1641,7 +1590,6 @@ if try "header modulo glitch, old style, complete img" read_modulo_glitch2; then $NEWVER --debug -i $SIMISO --byteset $header,135,0 >>$LOGFILE 2>&1 done - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_modulo_glitch2 "--spinup-delay=0 -r -v" $TMPISO fi @@ -1656,7 +1604,7 @@ if try "header modulo glitch, old style, truncated img" read_modulo_glitch3; the if ! test -f $HMGISO; then $NEWVER --debug -i $HMGISO --random-image 274300 >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$HMGISO -mRS02 -c >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$HMGISO -mRS02 -c >>$LOGFILE 2>&1 fi cp $HMGISO $SIMISO # create the old style image @@ -1677,7 +1625,6 @@ if try "header modulo glitch, old style, truncated img" read_modulo_glitch3; the done $NEWVER --debug -i $SIMISO --truncate=357520 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_modulo_glitch3 "--spinup-delay=0 -r -v" $TMPISO fi @@ -1692,7 +1639,7 @@ if try "header modulo glitch, old style, truncated img, missing ref secs" read_m if ! test -f $HMGISO; then $NEWVER --debug -i $HMGISO --random-image 274300 >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$HMGISO -mRS02 -c >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$HMGISO -mRS02 -c >>$LOGFILE 2>&1 fi cp $HMGISO $SIMISO # create the old style image @@ -1719,7 +1666,6 @@ if try "header modulo glitch, old style, truncated img, missing ref secs" read_m $NEWVER --debug -i $SIMISO --erase $sector >>$LOGFILE 2>&1 done - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_modulo_glitch4 "--spinup-delay=0 -r -v" $TMPISO fi @@ -1730,11 +1676,10 @@ fi # correct (outer) ECC is applied. if try "reading RS02 image with RS01 ecc file" read_with_rs01_file; then - $NEWVER --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -c -n normal >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -c -n normal >>$LOGFILE 2>&1 cp $MASTERISO $SIMISO $NEWVER --debug -i$SIMISO --byteset 34930,0,1 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_with_rs01_file "--spinup-delay=0 -r" $TMPISO $TMPECC fi @@ -1750,13 +1695,12 @@ fi # user did probably have some intentention specifying the ecc file. if try "reading RS02 image with non-matching RS01 ecc file" read_with_wrong_rs01_file; then - $NEWVER --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -c -n normal >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -c -n normal >>$LOGFILE 2>&1 $NEWVER --debug -i$TMPECC --byteset 0,24,1 >>$LOGFILE 2>&1 # alter the fingerprint cp $MASTERISO $SIMISO $NEWVER --debug -i$SIMISO --byteset 34930,0,1 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_with_wrong_rs01_file "--spinup-delay=0 -r" $TMPISO $TMPECC fi @@ -1764,12 +1708,11 @@ fi # Augmented image is protected by an outer RS03 error correction file if try "reading RS02 image with RS03 ecc file" read_with_rs03_file; then - $NEWVER --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -mRS03 -c -n 20 -o file >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -mRS03 -c -n 20 -o file >>$LOGFILE 2>&1 cp $MASTERISO $SIMISO $NEWVER --debug -i$SIMISO --byteset 34930,0,1 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_with_rs03_file "--spinup-delay=0 -r" $TMPISO $TMPECC fi @@ -1777,17 +1720,51 @@ fi # Augmented image and non-matching RS03 error correction file if try "reading RS02 image with non-matching RS03 ecc file" read_with_wrong_rs03_file; then - $NEWVER --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -mRS03 -c -n 20 -o file >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -mRS03 -c -n 20 -o file >>$LOGFILE 2>&1 $NEWVER --debug -i$TMPECC --byteset 0,24,1 >>$LOGFILE 2>&1 cp $MASTERISO $SIMISO $NEWVER --debug -i$SIMISO --byteset 34930,0,1 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_with_wrong_rs03_file "--spinup-delay=0 -r" $TMPISO $TMPECC fi +# Do a second read attempt at an incomplete image; +# see whether CRC errors are still discovered since CRC caching is a bit +# complicated in this case. + +if try "re-reading medium with CRC error" read_second_pass_with_crc_error; then + + cp $MASTERISO $SIMISO + $NEWVER --debug -i$SIMISO --byteset 15830,8,3 >>$LOGFILE 2>&1 + cp $MASTERISO $TMPISO + $NEWVER --debug -i$TMPISO --erase 15800-16199 >>$LOGFILE 2>&1 + + extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" + run_regtest read_second_pass_with_crc_error "--spinup-delay=0 -r" $TMPISO +fi + +# Read medium in several passes; some sectors become readable in the third pass. +# One sector keeps is CRC error over all passes. + +if try "reading medium in 3 passes; 3rd pass recovers some" read_multipass_ecc_partial_success; then + + # Prepare an image matching the algorithm for simulating the defects + $NEWVER --debug -i$SIMISO --random-image $ISOSIZE >>$LOGFILE 2>&1 + $NEWVER --debug -i$SIMISO --erase 15900-16099 --fill-unreadable=64 >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$SIMISO -mRS02 -n$ECCSIZE -c >>$LOGFILE 2>&1 + + # Prepare the image for reading + $NEWVER --debug -i$SIMISO --erase 15800-16199 >>$LOGFILE 2>&1 + $NEWVER --debug -i$SIMISO --erase "15900-16099:readable in pass 3" >>$LOGFILE 2>&1 + $NEWVER --debug -i$SIMISO --byteset 10000,5,255 >>$LOGFILE 2>&1 + + replace_config read-medium 3 + extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" + run_regtest read_multipass_ecc_partial_success "--read-medium=3 --spinup-delay=0 -r" $TMPISO +fi + ### Reading tests (adaptive) echo "# Reading tests (adaptive)" @@ -1800,7 +1777,6 @@ exit 0 if try "reading good image" adaptive_good; then cp $MASTERISO $SIMISO - rm -f $TMPISO run_regtest adaptive_good "--debug --sim-cd=$SIMISO --fixed-speed-values --spinup-delay=0 -r --adaptive-read" $TMPISO fi @@ -1818,7 +1794,6 @@ fi if try "reading good image with verbose output" adaptive_good_verbose; then cp $MASTERISO $SIMISO - rm -f $TMPISO run_regtest adaptive_good_verbose "--debug --sim-cd=$SIMISO --fixed-speed-values --spinup-delay=0 -r -v --adaptive-read" $TMPISO fi @@ -1832,7 +1807,6 @@ if try "reading image being shorter than expected" adaptive_shorter; then cp $MASTERISO $SIMISO $NEWVER --debug -i$SIMISO --truncate=$((REAL_ECCSIZE-44)) >>$LOGFILE 2>&1 - rm -f $TMPISO run_regtest adaptive_shorter "--debug --sim-cd=$SIMISO --fixed-speed-values --spinup-delay=0 -r -v --adaptive-read" $TMPISO fi @@ -1846,7 +1820,6 @@ if try "reading image being longer than expected" adaptive_longer; then cp $MASTERISO $SIMISO for i in $(seq 23); do cat fixed-random-sequence >>$SIMISO; done - rm -f $TMPISO run_regtest adaptive_longer "--debug --sim-cd=$SIMISO --fixed-speed-values --spinup-delay=0 -r -v --adaptive-read" $TMPISO fi @@ -1860,7 +1833,6 @@ if try "reading image, tao tail case" adaptive_tao_tail; then cat fixed-random-sequence >>$SIMISO $NEWVER --debug -i$SIMISO --erase 34932-34933 >>$LOGFILE 2>&1 - rm -f $TMPISO run_regtest adaptive_tao_tail "--debug --sim-cd=$SIMISO --fixed-speed-values --spinup-delay=0 -r --adaptive-read" $TMPISO fi @@ -1873,7 +1845,6 @@ if try "reading image, no tao tail case" adaptive_no_tao_tail; then cp $MASTERISO $SIMISO $NEWVER --debug -i$SIMISO --erase 34930-34931 >>$LOGFILE 2>&1 - rm -f $TMPISO run_regtest adaptive_no_tao_tail "--debug --sim-cd=$SIMISO --fixed-speed-values --spinup-delay=0 -r --dao --adaptive-read" $TMPISO fi @@ -1899,7 +1870,6 @@ if try "reading image requiring a newer dvdisaster version" adaptive_incompatibl $NEWVER --debug -i$SIMISO --byteset 30000,98,75 >>$LOGFILE 2>&1 $NEWVER --debug -i$SIMISO --byteset 30000,99,203 >>$LOGFILE 2>&1 - rm -f $TMPISO run_regtest adaptive_incompatible_ecc "--debug --sim-cd=$SIMISO --fixed-speed-values --spinup-delay=0 -r --adaptive-read" $TMPISO fi @@ -1913,7 +1883,6 @@ if try "reading image with one defective header" adaptive_bad_header; then cp $MASTERISO $SIMISO $NEWVER -i$SIMISO --debug --byteset 30592,1,1 >>$LOGFILE 2>&1 - rm -f $TMPISO run_regtest adaptive_bad_header "--debug --sim-cd=$SIMISO --fixed-speed-values --spinup-delay=0 -r -v --adaptive-read" $TMPISO fi @@ -1928,7 +1897,6 @@ if try "reading image with two defective headers" adaptive_bad_headers; then $NEWVER -i$SIMISO --debug --byteset 30592,1,1 >>$LOGFILE 2>&1 $NEWVER -i$SIMISO --debug --byteset 31488,100,1 >>$LOGFILE 2>&1 - rm -f $TMPISO run_regtest adaptive_bad_headers "--debug --sim-cd=$SIMISO --fixed-speed-values --spinup-delay=0 -r --adaptive-read" $TMPISO fi @@ -1941,7 +1909,6 @@ if try "reading image with missing data sectors" adaptive_missing_data_sectors; $NEWVER -i$SIMISO --debug --erase 21230 >>$LOGFILE 2>&1 $NEWVER -i$SIMISO --debug --erase 22450-22457 >>$LOGFILE 2>&1 - rm -f $TMPISO run_regtest adaptive_missing_data_sectors "--debug --sim-cd=$SIMISO --fixed-speed-values --spinup-delay=0 -r --adaptive-read" $TMPISO fi @@ -1953,7 +1920,6 @@ if try "reading image with missing crc sectors" adaptive_missing_crc_sectors; th $NEWVER -i$SIMISO --debug --erase 30020-30030 >>$LOGFILE 2>&1 $NEWVER -i$SIMISO --debug --erase 30034 >>$LOGFILE 2>&1 - rm -f $TMPISO run_regtest adaptive_missing_crc_sectors "--debug --sim-cd=$SIMISO --fixed-speed-values --spinup-delay=0 -r --adaptive-read" $TMPISO fi @@ -1965,7 +1931,6 @@ if try "reading image with missing ecc sectors" adaptive_missing_ecc_sectors; th $NEWVER -i$SIMISO --debug --erase 32020-32030 >>$LOGFILE 2>&1 $NEWVER -i$SIMISO --debug --erase 33034 >>$LOGFILE 2>&1 - rm -f $TMPISO run_regtest adaptive_missing_ecc_sectors "--debug --sim-cd=$SIMISO --fixed-speed-values --spinup-delay=0 -r --adaptive-read" $TMPISO fi @@ -1975,7 +1940,6 @@ if try "reading image with bad data byte" adaptive_data_bad_byte; then cp $MASTERISO $SIMISO $NEWVER -i$SIMISO --debug --byteset 1235,50,10 >>$LOGFILE 2>&1 - rm -f $TMPISO run_regtest adaptive_data_bad_byte "--debug --sim-cd=$SIMISO --fixed-speed-values --spinup-delay=0 -r --adaptive-read" $TMPISO fi @@ -1987,7 +1951,6 @@ if try "reading image with bad crc byte" adaptive_crc_bad_byte; then cp $MASTERISO $SIMISO $NEWVER -i$SIMISO --debug --byteset 30020,50,10 >>$LOGFILE 2>&1 - rm -f $TMPISO run_regtest adaptive_crc_bad_byte "--debug --sim-cd=$SIMISO --fixed-speed-values --spinup-delay=0 -r --adaptive-read" $TMPISO fi @@ -1997,7 +1960,6 @@ if try "reading image with bad ecc byte" adaptive_ecc_bad_byte; then cp $MASTERISO $SIMISO $NEWVER -i$SIMISO --debug --byteset 33100,50,10 >>$LOGFILE 2>&1 - rm -f $TMPISO run_regtest adaptive_ecc_bad_byte "--debug --sim-cd=$SIMISO --fixed-speed-values --spinup-delay=0 -r --adaptive-read" $TMPISO fi @@ -2009,10 +1971,9 @@ if try "reading with header modulo glitch, post 0.79.5 style hdr" adaptive_modul if ! test -f $HMGISO; then $NEWVER --debug -i $HMGISO --random-image 274300 >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$HMGISO -mRS02 -c >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$HMGISO -mRS02 -c >>$LOGFILE 2>&1 fi - rm -f $TMPISO run_regtest adaptive_modulo_glitch "--debug --sim-cd=$HMGISO --fixed-speed-values --spinup-delay=0 -r -v --adaptive-read" $TMPISO fi @@ -2024,7 +1985,7 @@ if try "header modulo glitch, old style, complete img" adaptive_modulo_glitch2; if ! test -f $HMGISO; then $NEWVER --debug -i $HMGISO --random-image 274300 >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$HMGISO -mRS02 -c >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$HMGISO -mRS02 -c >>$LOGFILE 2>&1 fi cp $HMGISO $SIMISO # create the old style image @@ -2044,7 +2005,6 @@ if try "header modulo glitch, old style, complete img" adaptive_modulo_glitch2; $NEWVER --debug -i $SIMISO --byteset $header,135,0 >>$LOGFILE 2>&1 done - rm -f $TMPISO run_regtest adaptive_modulo_glitch2 "--debug --sim-cd=$SIMISO --fixed-speed-values --spinup-delay=0 -r -v --adaptive-read" $TMPISO fi @@ -2058,7 +2018,7 @@ if try "header modulo glitch, old style, truncated img" adaptive_modulo_glitch3; if ! test -f $HMGISO; then $NEWVER --debug -i $HMGISO --random-image 274300 >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$HMGISO -mRS02 -c >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$HMGISO -mRS02 -c >>$LOGFILE 2>&1 fi cp $HMGISO $SIMISO # create the old style image @@ -2079,7 +2039,6 @@ if try "header modulo glitch, old style, truncated img" adaptive_modulo_glitch3; done $NEWVER --debug -i $SIMISO --truncate=357520 >>$LOGFILE 2>&1 - rm -f $TMPISO run_regtest adaptive_modulo_glitch3 "--debug --sim-cd=$SIMISO --fixed-speed-values --spinup-delay=0 -r -v --adaptive-read" $TMPISO fi @@ -2093,7 +2052,7 @@ if try "header modulo glitch, old style, truncated img, missing ref secs" adapti if ! test -f $HMGISO; then $NEWVER --debug -i $HMGISO --random-image 274300 >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$HMGISO -mRS02 -c >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$HMGISO -mRS02 -c >>$LOGFILE 2>&1 fi cp $HMGISO $SIMISO # create the old style image @@ -2120,17 +2079,15 @@ if try "header modulo glitch, old style, truncated img, missing ref secs" adapti $NEWVER --debug -i $SIMISO --erase $sector >>$LOGFILE 2>&1 done - rm -f $TMPISO run_regtest adaptive_modulo_glitch4 "--debug --sim-cd=$SIMISO --fixed-speed-values --spinup-delay=0 -r -v --adaptive-read" $TMPISO fi # Augmented image is protected by an outer RS01 error correction file if try "reading RS02 image with RS01 ecc file" adaptive_with_rs01_file; then - $NEWVER --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -c -n normal >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -c -n normal >>$LOGFILE 2>&1 cp $MASTERISO $SIMISO - rm -f $TMPISO run_regtest adaptive_with_rs01_file "--debug --sim-cd=$SIMISO --fixed-speed-values --spinup-delay=0 -r --adaptive-read" $TMPISO $TMPECC fi @@ -2145,36 +2102,34 @@ fi # user did probably have some intentention specifying the ecc file. if try "reading RS02 image with non-matching RS01 ecc file" adaptive_with_wrong_rs01_file; then - $NEWVER --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -c -n normal >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -c -n normal >>$LOGFILE 2>&1 $NEWVER --debug -i$TMPECC --byteset 0,24,1 >>$LOGFILE 2>&1 # alter the fingerprint cp $MASTERISO $SIMISO - rm -f $TMPISO run_regtest adaptive_with_wrong_rs01_file "--debug --sim-cd=$SIMISO --fixed-speed-values --spinup-delay=0 -r --adaptive-read" $TMPISO $TMPECC fi # Augmented image is protected by an outer RS03 error correction file if try "reading RS02 image with RS03 ecc file" read_with_rs03_file; then - $NEWVER --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -mRS03 -c -n 20 -o file >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -mRS03 -c -n 20 -o file >>$LOGFILE 2>&1 cp $MASTERISO $SIMISO $NEWVER --debug -i$SIMISO --byteset 34930,0,1 >>$LOGFILE 2>&1 - rm -f $TMPISO run_regtest read_with_rs03_file "--debug --sim-cd=$SIMISO --fixed-speed-values --spinup-delay=0 -r" $TMPISO $TMPECC fi # Augmented image and non-matching RS03 error correction file if try "reading RS02 image with non-matching RS03 ecc file" read_with_wrong_rs03_file; then - $NEWVER --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -mRS03 -c -n 20 -o file >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -mRS03 -c -n 20 -o file >>$LOGFILE 2>&1 $NEWVER --debug -i$TMPECC --byteset 0,24,1 >>$LOGFILE 2>&1 cp $MASTERISO $SIMISO $NEWVER --debug -i$SIMISO --byteset 34930,0,1 >>$LOGFILE 2>&1 - rm -f $TMPISO run_regtest read_with_wrong_rs03_file "--debug --sim-cd=$SIMISO --fixed-speed-values --spinup-delay=0 -r" $TMPISO $TMPECC fi + diff --git a/regtest/rs03f.bash b/regtest/rs03f.bash index 13e6075..e14f7b6 100755 --- a/regtest/rs03f.bash +++ b/regtest/rs03f.bash @@ -15,13 +15,13 @@ CODEC_PREFIX=RS03f # Create master image if ! file_exists $MASTERISO; then - $NEWVER --debug -i$MASTERISO --random-image $ISOSIZE >>$LOGFILE 2>&1 + $NEWVER --regtest --debug -i$MASTERISO --random-image $ISOSIZE >>$LOGFILE 2>&1 echo -e "$FILE_MSG" FILE_MSG="" fi if ! file_exists $MASTERECC; then - $NEWVER --debug --set-version $SETVERSION -i$MASTERISO -e$MASTERECC -mRS03 -n$REDUNDANCY -o file -c >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$MASTERISO -e$MASTERECC -mRS03 -n$REDUNDANCY -o file -c >>$LOGFILE 2>&1 echo -e "$FILE_MSG" FILE_MSG="" fi @@ -38,7 +38,7 @@ if ! file_exists $ISO_PLUS56; then fi if ! file_exists $ECC_PLUS56; then - $NEWVER --debug --set-version $SETVERSION -i$ISO_PLUS56 -e$ECC_PLUS56 -mRS03 -n$REDUNDANCY -o file -c >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$ISO_PLUS56 -e$ECC_PLUS56 -mRS03 -n$REDUNDANCY -o file -c >>$LOGFILE 2>&1 echo -e "$FILE_MSG" FILE_MSG="" fi @@ -74,7 +74,7 @@ if try "image with 56 extra bytes" plus56_bytes; then cp $MASTERISO $TMPISO dd if="$RNDSEQ" count=1 bs=56 >>$TMPISO 2>/dev/null - $NEWVER --debug --set-version $SETVERSION -i$TMPISO -e$TMPECC -mRS03 -n$REDUNDANCY -o file -c >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$TMPISO -e$TMPECC -mRS03 -n$REDUNDANCY -o file -c >>$LOGFILE 2>&1 run_regtest plus56_bytes "-t" $TMPISO $TMPECC fi @@ -86,7 +86,7 @@ if try "no image; ecc for image with 56 extra bytes" no_image_plus56_bytes; then cp $MASTERISO $TMPISO dd if="$RNDSEQ" count=1 bs=56 >>$TMPISO 2>/dev/null - $NEWVER --debug --set-version $SETVERSION -i$TMPISO -e$TMPECC -mRS03 -n$REDUNDANCY -o file -c >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$TMPISO -e$TMPECC -mRS03 -n$REDUNDANCY -o file -c >>$LOGFILE 2>&1 run_regtest no_image_plus56_bytes "-t" $ISODIR/no.iso $TMPECC fi @@ -98,7 +98,7 @@ fi if try "image with special padding situation" special_padding; then $NEWVER --debug -i$TMPISO --random-image 20124 >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$TMPISO -e$TMPECC -mRS03 -n$REDUNDANCY -o file -c >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$TMPISO -e$TMPECC -mRS03 -n$REDUNDANCY -o file -c >>$LOGFILE 2>&1 run_regtest special_padding "-v -t" $TMPISO $TMPECC fi @@ -111,7 +111,7 @@ if try "image with special padding situation plus 56 bytes" special_padding_plus $NEWVER --debug -i$TMPISO --random-image 20123 >>$LOGFILE 2>&1 dd if="$RNDSEQ" count=1 bs=56 >>$TMPISO 2>/dev/null - $NEWVER --debug --set-version $SETVERSION -i$TMPISO -e$TMPECC -mRS03 -n$REDUNDANCY -o file -c >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$TMPISO -e$TMPECC -mRS03 -n$REDUNDANCY -o file -c >>$LOGFILE 2>&1 run_regtest special_padding_plus56 "-v -t" $TMPISO $TMPECC fi @@ -122,7 +122,7 @@ if try "normal image; ecc for image with 56 extra bytes" normal_image_ecc_plus56 cp $MASTERISO $TMPISO dd if="$RNDSEQ" count=1 bs=56 >>$TMPISO 2>/dev/null - $NEWVER --debug --set-version $SETVERSION -i$TMPISO -e$TMPECC -mRS03 -n$REDUNDANCY -o file -c >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$TMPISO -e$TMPECC -mRS03 -n$REDUNDANCY -o file -c >>$LOGFILE 2>&1 run_regtest normal_image_ecc_plus56_bytes "-t" $MASTERISO $TMPECC fi @@ -147,7 +147,7 @@ if try "image a few bytes shorter as expected; both not multiple of 2048" few_by cp $MASTERISO $LONGISO dd if="$RNDSEQ" count=1 bs=390 >>$LONGISO 2>/dev/null - $NEWVER --debug --set-version $SETVERSION -i$LONGISO -e$TMPECC -mRS03 -n$REDUNDANCY -o file -c >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$LONGISO -e$TMPECC -mRS03 -n$REDUNDANCY -o file -c >>$LOGFILE 2>&1 run_regtest few_bytes_shorter "-t" $TMPISO $TMPECC rm -f $LONGISO @@ -164,7 +164,7 @@ if try "image a few bytes longer as expected; both not multiple of 2048" few_byt cp $MASTERISO $TMPISO dd if="$RNDSEQ" count=1 bs=390 >>$TMPISO 2>/dev/null - $NEWVER --debug --set-version $SETVERSION -i$SHORTISO -e$TMPECC -mRS03 -n$REDUNDANCY -o file -c >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$SHORTISO -e$TMPECC -mRS03 -n$REDUNDANCY -o file -c >>$LOGFILE 2>&1 run_regtest few_bytes_longer "-t" $TMPISO $TMPECC rm -f $SHORTISO @@ -548,7 +548,7 @@ fi if try "ecc creating with existing ecc file" ecc_existing_file; then - $NEWVER --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -mRS03 -n$((REDUNDANCY+10)) -o file -c >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -mRS03 -n$((REDUNDANCY+10)) -o file -c >>$LOGFILE 2>&1 IGNORE_LOG_LINE="^Avg performance|^Creating the error correction file with Method RS03" @@ -571,8 +571,6 @@ if try "ecc creating with no read permission" ecc_no_read_perm; then replace_config redundancy $REDUNDANCY extra_args="--debug --set-version $SETVERSION" run_regtest ecc_no_read_perm "-mRS03 -n $REDUNDANCY -o file -c" $TMPISO $TMPECC - - rm -f $TMPISO fi # Create with no write permission on ecc file @@ -622,109 +620,97 @@ fi # Read image and create ecc in the same program call. # Tests whether CRC and ECC information is handed over correctly. -# NOTE: cache handling is currently disabled and will be fixed in 0.79.6! if try "read image and create ecc in one call" ecc_create_after_read; then cp $MASTERISO $SIMISO - rm -f $TMPISO $TMPECC IGNORE_LOG_LINE="^Avg performance|^Creating the error correction file with Method RS03" replace_config method-name RS03 replace_config ecc-target 0 replace_config redundancy $REDUNDANCY replace_config read-and-create 1 extra_args="--debug --set-version $SETVERSION --sim-cd=$SIMISO --fixed-speed-values" - run_regtest ecc_create_after_read "-r -c -mRS03 -o file -n$REDUNDANCY" $TMPISO $TMPECC + run_regtest ecc_create_after_read "-r -c -mRS03 -o file -n$REDUNDANCY -v" $TMPISO $TMPECC fi # Read image with ecc file and create new (other) ecc in the same program call. # Tests whether CRC and ECC information is handed over correctly. -# NOTE: cache handling is currently disabled and will be fixed in 0.79.6! if try "read image with ecc (RS01) and create new ecc" ecc_recreate_after_read_rs01; then cp $MASTERISO $SIMISO - $NEWVER --debug --set-version $SETVERSION -i$SIMISO -e$TMPECC -c -n 8 >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$SIMISO -e$TMPECC -c -n 8 >>$LOGFILE 2>&1 - rm -f $TMPISO IGNORE_LOG_LINE="^Avg performance|^Creating the error correction file with Method RS03" replace_config method-name RS03 replace_config ecc-target 0 replace_config redundancy $REDUNDANCY extra_args="--debug --set-version $SETVERSION --sim-cd=$SIMISO --fixed-speed-values" - run_regtest ecc_recreate_after_read_rs01 "-r -c -mRS03 -o file -n$REDUNDANCY" $TMPISO $TMPECC + run_regtest ecc_recreate_after_read_rs01 "-r -c -mRS03 -o file -n$REDUNDANCY -v" $TMPISO $TMPECC fi # Read image with ecc file and create new (other) ecc in the same program call. # Tests whether CRC and ECC information is handed over correctly. -# NOTE: cache handling is currently disabled and will be fixed in 0.79.6! if try "read image with ecc (RS02) and create new ecc" ecc_recreate_after_read_rs02; then cp $MASTERISO $SIMISO - $NEWVER --debug --set-version $SETVERSION -i$SIMISO -mRS02 -c -n$((ISOSIZE+3000)) >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$SIMISO -mRS02 -c -n$((ISOSIZE+3000)) >>$LOGFILE 2>&1 - rm -f $TMPISO $TMPECC IGNORE_LOG_LINE="^Avg performance|^Creating the error correction file with Method RS03" replace_config method-name RS03 replace_config ecc-target 0 replace_config redundancy $REDUNDANCY extra_args="--debug --set-version $SETVERSION --sim-cd=$SIMISO --fixed-speed-values" - run_regtest ecc_recreate_after_read_rs02 "-r -c -mRS03 -o file -n$REDUNDANCY" $TMPISO $TMPECC + run_regtest ecc_recreate_after_read_rs02 "-r -c -mRS03 -o file -n$REDUNDANCY -v" $TMPISO $TMPECC fi # Read image with ecc file and create new (other) ecc in the same program call. # Tests whether CRC and ECC information is handed over correctly. -# NOTE: cache handling is currently disabled and will be fixed in 0.79.6! if try "read image with ecc (RS03i) and create new ecc" ecc_recreate_after_read_rs03i; then cp $MASTERISO $SIMISO - $NEWVER --debug --set-version $SETVERSION -i$SIMISO -mRS03 -c -n$((ISOSIZE+3000)) >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$SIMISO -mRS03 -c -n$((ISOSIZE+3000)) >>$LOGFILE 2>&1 - rm -f $TMPISO $TMPECC IGNORE_LOG_LINE="^Avg performance|^Creating the error correction file with Method RS03" replace_config method-name RS03 replace_config ecc-target 0 replace_config redundancy $REDUNDANCY extra_args="--debug --set-version $SETVERSION --sim-cd=$SIMISO --fixed-speed-values" - run_regtest ecc_recreate_after_read_rs03i "-r -c -mRS03 -o file -n$REDUNDANCY" $TMPISO $TMPECC + run_regtest ecc_recreate_after_read_rs03i "-r -c -mRS03 -o file -n$REDUNDANCY -v" $TMPISO $TMPECC fi # Read image with ecc file and create new (other) ecc in the same program call. # Tests whether CRC and ECC information is handed over correctly. -# NOTE: cache handling is currently disabled and will be fixed in 0.79.6! if try "read image with ecc (RS03f) and create new ecc" ecc_recreate_after_read_rs03f; then cp $MASTERISO $SIMISO - $NEWVER --debug --set-version $SETVERSION -i$SIMISO -e$TMPECC -mRS03 -o file -c -n 9 >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$SIMISO -e$TMPECC -mRS03 -o file -c -n 9 >>$LOGFILE 2>&1 - rm -f $TMPISO IGNORE_LOG_LINE="^Avg performance|^Creating the error correction file with Method RS03" replace_config method-name RS03 replace_config ecc-target 0 replace_config redundancy $REDUNDANCY extra_args="--debug --set-version $SETVERSION --sim-cd=$SIMISO --fixed-speed-values" - run_regtest ecc_recreate_after_read_rs03f "-r -c -mRS03 -o file -n$REDUNDANCY" $TMPISO $TMPECC + run_regtest ecc_recreate_after_read_rs03f "-r -c -mRS03 -o file -n$REDUNDANCY -v" $TMPISO $TMPECC fi # Complete image in a reading pass, then create an ecc file for it. # Cached checksums must be discarded before creating the ecc. -# NOTE: cache handling is currently disabled and will be fixed in 0.79.6! if try "create ecc after completing partial image" ecc_create_after_partial_read; then cp $MASTERISO $TMPISO $NEWVER --debug -i$TMPISO --erase 1000-1500 >>$LOGFILE 2>&1 - rm -f $TMPECC IGNORE_LOG_LINE="^Avg performance|^Creating the error correction file with Method RS03" replace_config method-name RS03 replace_config ecc-target 0 replace_config redundancy $REDUNDANCY - extra_args="--debug --set-version $SETVERSION --sim-cd=$SIMISO --fixed-speed-values" - run_regtest ecc_create_after_partial_read "-r -c -mRS03 -o file -n$REDUNDANCY" $TMPISO $TMPECC + extra_args="--debug --set-version $SETVERSION --sim-cd=$MASTERISO --fixed-speed-values" + run_regtest ecc_create_after_partial_read "-r -c -mRS03 -o file -n$REDUNDANCY -v" $TMPISO $TMPECC fi ### Fixing tests @@ -834,7 +820,6 @@ if try "fixing image without read permission" fix_no_read_perm; then chmod 000 $TMPISO run_regtest fix_no_read_perm "-f" $TMPISO $MASTERECC - rm -f $TMPISO fi # Fix image without read permission on ecc file @@ -846,7 +831,6 @@ if try "fixing image without read permission on ecc" fix_no_read_perm_ecc; then chmod 000 $TMPECC run_regtest fix_no_read_perm_ecc "-f" $TMPISO $TMPECC - rm -f $TMPECC fi # Fix image without write permission @@ -857,7 +841,6 @@ if try "fixing image without write permission" fix_no_write_perm; then chmod 400 $TMPISO run_regtest fix_no_write_perm "-f" $TMPISO $MASTERECC - rm -f $TMPISO fi # Fix image without write permission for ecc @@ -870,7 +853,6 @@ if try "fixing image without write permission for ecc" fix_no_write_perm_ecc; th chmod 400 $TMPECC run_regtest fix_no_write_perm_ecc "-f" $TMPISO $TMPECC - rm -f $TMPECC fi # Fix good image not multiple of 2048 @@ -1022,7 +1004,6 @@ echo "# Scanning tests" if try "scanning good image" scan_good; then cp $MASTERISO $SIMISO - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_good "--spinup-delay=0 -s" $TMPISO $MASTERECC fi @@ -1032,7 +1013,6 @@ fi if try "scanning good image, verbose output" scan_good_verbose; then cp $MASTERISO $SIMISO - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_good_verbose "--spinup-delay=0 -s -v" $TMPISO $MASTERECC fi @@ -1046,7 +1026,6 @@ if try "scanning image being shorter than expected" scan_shorter; then $NEWVER --debug -i$SIMISO --truncate=$((ISOSIZE-44)) >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_shorter "--spinup-delay=0 -s" $TMPISO $MASTERECC fi @@ -1059,7 +1038,6 @@ if try "scanning image being longer than expected" scan_longer; then for i in $(seq 23); do cat fixed-random-sequence >>$SIMISO; done - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_longer "--spinup-delay=0 -s -v" $TMPISO $MASTERECC fi @@ -1073,7 +1051,6 @@ if try "scanning image, tao tail case" scan_tao_tail; then cat fixed-random-sequence >>$SIMISO $NEWVER --debug -i$SIMISO --erase 21000-21001 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_tao_tail "--spinup-delay=0 -s" $TMPISO $MASTERECC fi @@ -1087,7 +1064,6 @@ if try "scanning image, no tao tail case" scan_no_tao_tail; then cat fixed-random-sequence >>$SIMISO $NEWVER --debug -i$SIMISO --erase 20998-20999 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_no_tao_tail "--spinup-delay=0 -s --dao" $TMPISO $MASTERECC fi @@ -1115,7 +1091,6 @@ if try "scanning image requiring a newer dvdisaster version" scan_incompatible_e $NEWVER --debug -i$TMPECC --byteset 0,98,62 >>$LOGFILE 2>&1 $NEWVER --debug -i$TMPECC --byteset 0,99,9 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_incompatible_ecc "--spinup-delay=0 -s" $TMPISO $TMPECC fi @@ -1129,7 +1104,6 @@ if try "scanning image with a defective header" scan_bad_header; then cp $MASTERECC $TMPECC $NEWVER -i$TMPECC --debug --byteset 0,1,1 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_bad_header "--spinup-delay=0 -s -v" $TMPISO $TMPECC fi @@ -1143,7 +1117,6 @@ if try "scanning image with missing data sectors" scan_missing_data_sectors; the $NEWVER -i$SIMISO --debug --erase 11230 >>$LOGFILE 2>&1 $NEWVER -i$SIMISO --debug --erase 12450-12457 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_missing_data_sectors "--spinup-delay=0 -s " $TMPISO $MASTERECC fi @@ -1159,7 +1132,6 @@ if try "scanning image with missing crc sectors" scan_missing_crc_sectors; then $NEWVER -i$TMPECC --debug --erase 5 >>$LOGFILE 2>&1 $NEWVER -i$TMPECC --debug --erase 77-86 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_missing_crc_sectors "--spinup-delay=0 -s " $TMPISO $TMPECC fi @@ -1173,7 +1145,6 @@ if try "scanning image with missing ecc sectors" scan_missing_ecc_sectors; then $NEWVER -i$TMPECC --debug --erase 120 >>$LOGFILE 2>&1 $NEWVER -i$TMPECC --debug --erase 134-190 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_missing_ecc_sectors "--spinup-delay=0 -s " $TMPISO $TMPECC fi @@ -1184,7 +1155,6 @@ if try "scanning image with bad data byte" scan_data_bad_byte; then cp $MASTERISO $SIMISO $NEWVER -i$SIMISO --debug --byteset 1235,50,10 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_data_bad_byte "--spinup-delay=0 -s " $TMPISO $MASTERECC fi @@ -1196,7 +1166,6 @@ if try "scanning image with bad crc byte" scan_crc_bad_byte; then cp $MASTERECC $TMPECC $NEWVER -i$TMPECC --debug --byteset 77,50,10 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_crc_bad_byte "--spinup-delay=0 -s " $TMPISO $TMPECC fi @@ -1208,7 +1177,6 @@ if try "scanning image with bad ecc byte" scan_ecc_bad_byte; then cp $MASTERECC $TMPECC $NEWVER -i$TMPECC --debug --byteset 200,50,10 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_ecc_bad_byte "--spinup-delay=0 -s " $TMPISO $TMPECC fi @@ -1216,6 +1184,7 @@ fi # Ecc header is missing if try "scanning image with missing ecc header" scan_missing_ecc_header; then + cp $MASTERISO $SIMISO cp $MASTERECC $TMPECC $NEWVER --debug -i $TMPECC --erase 0 >>$LOGFILE 2>&1 @@ -1224,9 +1193,10 @@ if try "scanning image with missing ecc header" scan_missing_ecc_header; then fi # Ecc header is missing, some CRC blocks are also gone +# 15 missing CRC block amount to (ndata-1)*15=234*15=3510 missing CRCs. if try "scanning image with missing ecc header and CRC blocks" scan_missing_ecc_header_and_crc; then - + cp $MASTERISO $SIMISO cp $MASTERECC $TMPECC $NEWVER --debug -i $TMPECC --erase 0-16 >>$LOGFILE 2>&1 @@ -1235,9 +1205,11 @@ if try "scanning image with missing ecc header and CRC blocks" scan_missing_ecc_ fi # Ecc header is missing, first CRC block is defective also +# Since one CRC block is defective, (ndata-1)=234 CRCs are reported a missing. if try "scanning image with ecc header missing, first CRC block defective" scan_missing_ecc_header_and_defective_crc; then + cp $MASTERISO $SIMISO cp $MASTERECC $TMPECC $NEWVER --debug -i $TMPECC --erase 0 >>$LOGFILE 2>&1 $NEWVER --debug -i $TMPECC --byteset 2,50,107 >>$LOGFILE 2>&1 @@ -1253,7 +1225,7 @@ if try "checksum error in ecc header" scan_ecc_header_crc_error; then cp $MASTERECC $TMPECC $NEWVER --debug -i $TMPECC --byteset 0,32,107 >>$LOGFILE 2>&1 - extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" + extra_args="--debug --sim-cd=$MASTERISO --fixed-speed-values" run_regtest scan_ecc_header_crc_error "--spinup-delay=0 -s -v" $MASTERISO $TMPECC fi @@ -1266,7 +1238,6 @@ echo "# Reading tests (linear)" if try "reading good image" read_good; then cp $MASTERISO $SIMISO - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_good "--spinup-delay=0 -r" $TMPISO $MASTERECC fi @@ -1276,7 +1247,6 @@ fi if try "reading good image, verbose output" read_good_verbose; then cp $MASTERISO $SIMISO - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_good_verbose "--spinup-delay=0 -r -v" $TMPISO $MASTERECC fi @@ -1300,9 +1270,9 @@ if try "reading image being shorter than expected" read_shorter; then $NEWVER --debug -i$SIMISO --truncate=$((ISOSIZE-44)) >>$LOGFILE 2>&1 - rm -f $TMPISO + replace_config ignore-iso-size 1 extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" - run_regtest read_shorter "--spinup-delay=0 -r" $TMPISO $MASTERECC + run_regtest read_shorter "--ignore-iso-size --spinup-delay=0 -r" $TMPISO $MASTERECC fi # Read image which is longer than expected @@ -1313,7 +1283,6 @@ if try "reading image being longer than expected" read_longer; then for i in $(seq 23); do cat fixed-random-sequence >>$SIMISO; done - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_longer "--spinup-delay=0 -r -v" $TMPISO $MASTERECC fi @@ -1327,7 +1296,6 @@ if try "reading image, tao tail case" read_tao_tail; then cat fixed-random-sequence >>$SIMISO $NEWVER --debug -i$SIMISO --erase 21000-21001 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_tao_tail "--spinup-delay=0 -r" $TMPISO $MASTERECC fi @@ -1341,7 +1309,6 @@ if try "reading image, no tao tail case" read_no_tao_tail; then cat fixed-random-sequence >>$SIMISO $NEWVER --debug -i$SIMISO --erase 20998-20999 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_no_tao_tail "--spinup-delay=0 -r --dao" $TMPISO $MASTERECC fi @@ -1369,7 +1336,6 @@ if try "reading image requiring a newer dvdisaster version" read_incompatible_ec $NEWVER --debug -i$TMPECC --byteset 0,98,62 >>$LOGFILE 2>&1 $NEWVER --debug -i$TMPECC --byteset 0,99,9 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_incompatible_ecc "--spinup-delay=0 -r " $TMPISO $TMPECC fi @@ -1384,7 +1350,6 @@ if try "reading image with a defective header" read_bad_header; then cp $MASTERECC $TMPECC $NEWVER -i$TMPECC --debug --byteset 0,1,1 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_bad_header "--spinup-delay=0 -r -v" $TMPISO $TMPECC fi @@ -1398,7 +1363,6 @@ if try "reading image with missing data sectors" read_missing_data_sectors; then $NEWVER -i$SIMISO --debug --erase 11230 >>$LOGFILE 2>&1 $NEWVER -i$SIMISO --debug --erase 12450-12457 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_missing_data_sectors "--spinup-delay=0 -r " $TMPISO $MASTERECC fi @@ -1414,7 +1378,6 @@ if try "reading image with missing crc sectors" read_missing_crc_sectors; then $NEWVER -i$TMPECC --debug --erase 5 >>$LOGFILE 2>&1 $NEWVER -i$TMPECC --debug --erase 77-86 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_missing_crc_sectors "--spinup-delay=0 -r " $TMPISO $TMPECC fi @@ -1428,12 +1391,11 @@ if try "reading image with missing ecc sectors" read_missing_ecc_sectors; then $NEWVER -i$TMPECC --debug --erase 120 >>$LOGFILE 2>&1 $NEWVER -i$TMPECC --debug --erase 134-190 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_missing_ecc_sectors "--spinup-delay=0 -r " $TMPISO $TMPECC fi -# Image contains bad byte in the data section +# Image contains bad bytes in the data section if try "reading image with bad data byte" read_data_bad_byte; then cp $MASTERISO $SIMISO @@ -1441,9 +1403,8 @@ if try "reading image with bad data byte" read_data_bad_byte; then $NEWVER -i$SIMISO --debug --byteset 1235,50,10 >>$LOGFILE 2>&1 $NEWVER -i$SIMISO --debug --byteset 20999,50,10 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" - run_regtest read_data_bad_byte "--spinup-delay=0 -r " $TMPISO $MASTERECC + run_regtest read_data_bad_byte "--spinup-delay=0 -r" $TMPISO $MASTERECC fi # Image contains bad byte in the crc section @@ -1453,7 +1414,6 @@ if try "reading image with bad crc byte" read_crc_bad_byte; then cp $MASTERECC $TMPECC $NEWVER -i$TMPECC --debug --byteset 77,50,10 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_crc_bad_byte "--spinup-delay=0 -r " $TMPISO $TMPECC fi @@ -1465,7 +1425,6 @@ if try "reading image with bad ecc byte" read_ecc_bad_byte; then cp $MASTERECC $TMPECC $NEWVER -i$TMPECC --debug --byteset 200,50,10 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_ecc_bad_byte "--spinup-delay=0 -r " $TMPISO $TMPECC fi @@ -1485,11 +1444,48 @@ if try "crc section with uncorrectable dead sector markers" read_crc_section_wit $NEWVER --debug -i$TMPECC --erase 15 >>$LOGFILE 2>&1 $NEWVER --debug -i$TMPECC --erase 20 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_crc_section_with_uncorrectable_dsm "--spinup-delay=0 -r " $TMPISO $TMPECC fi +# Do a second read attempt at an incomplete image; +# see whether CRC errors are still discovered since CRC caching is a bit +# complicated in this case. + +if try "re-reading medium with CRC error" read_second_pass_with_crc_error; then + + cp $MASTERISO $SIMISO + $NEWVER --debug -i$SIMISO --byteset 15830,8,3 >>$LOGFILE 2>&1 + cp $MASTERISO $TMPISO + $NEWVER --debug -i$TMPISO --erase 15800-16199 >>$LOGFILE 2>&1 + + extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" + run_regtest read_second_pass_with_crc_error "--spinup-delay=0 -r" $TMPISO $MASTERECC +fi + +# Read medium in several passes; some sectors become readable in the third pass. +# One sector keeps is CRC error over all passes. + +if try "reading medium w/ ecc in 3 passes; 3rd pass recovers some" read_multipass_ecc_partial_success; then + + # Prepare an ecc file matching the algorithm for simulating the defects + cp $MASTERISO $TMPISO + $NEWVER --debug -i$TMPISO --erase 15900-16099 --fill-unreadable=64 >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$TMPISO -e$TMPECC -mRS03 -n$REDUNDANCY -o file -c >>$LOGFILE 2>&1 + + # Prepare the image for reading + cp $MASTERISO $SIMISO + $NEWVER --debug -i$SIMISO --erase 15800-16199 >>$LOGFILE 2>&1 + $NEWVER --debug -i$SIMISO --erase "15900-16099:readable in pass 3" >>$LOGFILE 2>&1 + $NEWVER --debug -i$SIMISO --byteset 10000,5,255 >>$LOGFILE 2>&1 + + rm -f $TMPISO + replace_config read-medium 3 + extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" + run_regtest read_multipass_ecc_partial_success "--read-medium=3 --spinup-delay=0 -r" $TMPISO $TMPECC +fi + + ### Reading tests (adaptive) echo "# Reading tests (adaptive)" diff --git a/regtest/rs03i.bash b/regtest/rs03i.bash index 9a3aee7..cd97570 100755 --- a/regtest/rs03i.bash +++ b/regtest/rs03i.bash @@ -21,8 +21,8 @@ CODEC_PREFIX=RS03i # Create master image if ! file_exists $MASTERISO; then - $NEWVER --debug -i$MASTERISO --random-image $ISOSIZE >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$MASTERISO -mRS03 -n$ECCSIZE -c >>$LOGFILE 2>&1 + $NEWVER --regtest --debug -i$MASTERISO --random-image $ISOSIZE >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$MASTERISO -mRS03 -n$ECCSIZE -c >>$LOGFILE 2>&1 echo -e "$FILE_MSG" FILE_MSG="" fi @@ -30,8 +30,8 @@ fi # Create large master image if ! file_exists $LARGEMASTERISO; then - $NEWVER --debug -i$LARGEMASTERISO --random-image 235219 >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$LARGEMASTERISO -mRS03 -c >>$LOGFILE 2>&1 + $NEWVER --regtest --debug -i$LARGEMASTERISO --random-image 235219 >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$LARGEMASTERISO -mRS03 -c >>$LOGFILE 2>&1 echo -e "$FILE_MSG" FILE_MSG="" fi @@ -94,7 +94,7 @@ if try "image with 56 extra bytes" plus_56_bytes; then # recreate image to get rid of the ecc portion $NEWVER --debug -i$TMPISO --random-image $ISOSIZE >>$LOGFILE 2>&1 for i in $(seq 56); do echo -n "1" >>$TMPISO; done - $NEWVER --debug -i$TMPISO --set-version $SETVERSION -mRS03 -n$ECCSIZE -c >>$LOGFILE 2>&1 + $NEWVER --regtest --debug -i$TMPISO --set-version $SETVERSION -mRS03 -n$ECCSIZE -c >>$LOGFILE 2>&1 IGNORE_LOG_LINE="^Avg performance|^Augmenting image with Method RS03" run_regtest plus_56_bytes "--debug -t -v -n$ECCSIZE" $TMPISO @@ -176,10 +176,9 @@ fi if try "image is multiple of layer size" layer_multiple; then $NEWVER --debug -i $TMPISO --random-image 14508 >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -mRS03 -n20000 -c -i $TMPISO >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -mRS03 -n20000 -c -i $TMPISO >>$LOGFILE 2>&1 run_regtest layer_multiple "-t" $TMPISO - rm -f $TMPISO fi # Image size is exact multiple of layer size minus two sectors, @@ -187,16 +186,15 @@ fi if try "image crafted to have no padding" no_padding; then $NEWVER --debug -i $TMPISO --random-image 14506 >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -mRS03 -n20000 -c -i $TMPISO >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -mRS03 -n20000 -c -i $TMPISO >>$LOGFILE 2>&1 run_regtest no_padding "-t" $TMPISO - rm -f $TMPISO fi # Augmented image is protected by an outer RS01 error correction file if try "with RS01 error correction file" with_rs01_file; then - $NEWVER --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -c -n normal >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -c -n normal >>$LOGFILE 2>&1 run_regtest with_rs01_file "-v -t" $MASTERISO $TMPECC fi @@ -207,7 +205,7 @@ fi # user did probably have some intention specifying the ecc file. if try "with non-matching RS01 error correction file" with_wrong_rs01_file; then - $NEWVER --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -c -n normal >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -c -n normal >>$LOGFILE 2>&1 $NEWVER --debug -i$TMPECC --byteset 0,24,1 >>$LOGFILE 2>&1 run_regtest with_wrong_rs01_file "-v -t" $MASTERISO $TMPECC @@ -216,7 +214,7 @@ fi # Augmented image is protected by an outer RS03 error correction file if try "with RS03 error correction file" with_rs03_file; then - $NEWVER --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -mRS03 -c -n 20 -o file >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -mRS03 -c -n 20 -o file >>$LOGFILE 2>&1 run_regtest with_rs03_file "-v -t" $MASTERISO $TMPECC fi @@ -231,7 +229,7 @@ if try "with non-matching RS03 error correction file" with_wrong_rs03_file; then $NEWVER --debug -i$TMPISO --byteset 16,240,1 >>$LOGFILE 2>&1 # Create ecc file for "wrong" image - $NEWVER --debug --set-version $SETVERSION -i$TMPISO -e$TMPECC -mRS03 -c -n 20 -o file >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$TMPISO -e$TMPECC -mRS03 -c -n 20 -o file >>$LOGFILE 2>&1 # Now test against original image run_regtest with_wrong_rs03_file "-v -t" $MASTERISO $TMPECC @@ -493,7 +491,7 @@ fi if try "image with 8 roots, no ecc header" rediscover_8_roots; then $NEWVER --debug -i$TMPISO --random-image $((LMI_LAYER_SIZE*246-2)) >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$TMPISO -mRS03 -c -x 2 >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$TMPISO -mRS03 -c -x 2 >>$LOGFILE 2>&1 # delete the header $NEWVER --debug -i$TMPISO --erase 346612 >>$LOGFILE 2>&1 @@ -505,7 +503,7 @@ fi if try "image with 8 roots, no ecc header (2)" rediscover_8_roots2; then $NEWVER --debug -i$TMPISO --random-image $((LMI_LAYER_SIZE*246-2)) >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$TMPISO -mRS03 -c -x 2 >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$TMPISO -mRS03 -c -x 2 >>$LOGFILE 2>&1 # delete the header and some more CRC sectors $NEWVER --debug -i$TMPISO --erase 346612-346620 >>$LOGFILE 2>&1 @@ -517,7 +515,7 @@ fi if try "image with 170 roots, no ecc header" rediscover_170_roots; then $NEWVER --debug -i$TMPISO --random-image $((LMI_LAYER_SIZE*84-2)) >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$TMPISO -mRS03 -c -x 2 >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$TMPISO -mRS03 -c -x 2 >>$LOGFILE 2>&1 # delete the header $NEWVER --debug -i$TMPISO --erase 118354 >>$LOGFILE 2>&1 @@ -529,7 +527,7 @@ fi if try "image with 170 roots, no ecc header (2)" rediscover_170_roots2; then $NEWVER --debug -i$TMPISO --random-image $((LMI_LAYER_SIZE*84-2)) >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$TMPISO -mRS03 -c -x 2 >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$TMPISO -mRS03 -c -x 2 >>$LOGFILE 2>&1 # delete the header and some more CRC sectors $NEWVER --debug -i$TMPISO --erase 118354-118360 >>$LOGFILE 2>&1 @@ -542,7 +540,7 @@ fi if try "image with 170 roots, padding" rediscover_170_roots_padding; then $NEWVER --debug -i$TMPISO --random-image $((LMI_LAYER_SIZE*84-2-6000)) >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$TMPISO -mRS03 -c -x 2 >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$TMPISO -mRS03 -c -x 2 >>$LOGFILE 2>&1 run_regtest rediscover_170_roots-padding "-tq -v" $TMPISO fi @@ -552,7 +550,7 @@ fi if try "image with 170 roots, no ecc header, padding" rediscover_170_roots_padding2; then $NEWVER --debug -i$TMPISO --random-image $((LMI_LAYER_SIZE*84-2-6000)) >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$TMPISO -mRS03 -c -x 2 >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$TMPISO -mRS03 -c -x 2 >>$LOGFILE 2>&1 # delete the header and some more CRC sectors $NEWVER --debug -i$TMPISO --erase 112354 >>$LOGFILE 2>&1 $NEWVER --debug -i$TMPISO --erase 118356-118360 >>$LOGFILE 2>&1 @@ -599,6 +597,18 @@ if try "image with crc block from a file" with_ecc_file_crc_block; then run_regtest with_ecc_file_crc_block "--debug -t -v -n$ECCSIZE" $TMPISO fi +# Image contains CRC error in the padding section +# (padding is between sectors 21002 and 21069, inclusively) + +if try "image with crc error in padding area" with_crc_error_in_padding; then + cp $MASTERISO $TMPISO + + # Manipulate a padding sector + $NEWVER -i$TMPISO --debug --byteset 21020,400,255 >>$LOGFILE 2>&1 + + run_regtest with_crc_error_in_padding "--debug -t -n$ECCSIZE" $TMPISO +fi + ### Creation tests echo "# Creation tests" @@ -635,7 +645,6 @@ if try "creating augmented image with no read permission" ecc_no_read_perm; then replace_config ecc-target 1 extra_args="--debug --set-version $SETVERSION" run_regtest ecc_no_read_perm "-mRS03 -n$ECCSIZE -c" $TMPISO - rm -f $TMPISO fi # Create with no write permission on image @@ -648,7 +657,6 @@ if try "creating augmented image with no write permission" ecc_no_write_perm; th replace_config ecc-target 1 extra_args="--debug --set-version $SETVERSION" run_regtest ecc_no_write_perm "-mRS03 -n$ECCSIZE -c" $TMPISO - rm -f $TMPISO fi # Create with already RS03-augmented image @@ -661,35 +669,32 @@ if try "ecc creating from RS03-augmented image" ecc_from_rs03; then replace_config ecc-target 1 extra_args="--debug --set-version $SETVERSION" run_regtest ecc_from_rs03 "-mRS03 -n$ECCSIZE -c" $TMPISO - rm -f $TMPISO fi # Create with already RS02-augmented image if try "ecc creating from RS02-augmented image" ecc_from_rs02; then $NEWVER --debug -i$TMPISO --random-image $ISOSIZE >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$TMPISO -mRS02 -n$((ECCSIZE+5000)) -c >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$TMPISO -mRS02 -n$((ECCSIZE+5000)) -c >>$LOGFILE 2>&1 IGNORE_LOG_LINE="^Avg performance|^Augmenting image with Method RS03" replace_config method-name RS03 replace_config ecc-target 1 extra_args="--debug --set-version $SETVERSION" run_regtest ecc_from_rs02 "-mRS03 -n$ECCSIZE -c" $TMPISO - rm -f $TMPISO fi # Create with already RS03-augmented image having a larger redundancy if try "ecc creating from RS03-augmented image w/ higher red." ecc_from_larger_rs03; then $NEWVER --debug -i$TMPISO --random-image $ISOSIZE >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$TMPISO -mRS03 -n$((ECCSIZE+5000)) -c >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$TMPISO -mRS03 -n$((ECCSIZE+5000)) -c >>$LOGFILE 2>&1 IGNORE_LOG_LINE="^Avg performance|^Augmenting image with Method RS03" replace_config method-name RS03 replace_config ecc-target 1 extra_args="--debug --set-version $SETVERSION" run_regtest ecc_from_larger_rs03 "-mRS03 -n$ECCSIZE -c" $TMPISO - rm -f $TMPISO fi # Create with already RS02-augmented image of a non-2048 multiple size @@ -697,14 +702,13 @@ fi if try "ecc creating from RS02-augmented image w/ non block size." ecc_from_rs02_non_blocksize; then $NEWVER --debug -i$TMPISO --random-image $ISOSIZE >>$LOGFILE 2>&1 for i in $(seq 56); do echo -n "1" >>$TMPISO; done - $NEWVER --debug --set-version $SETVERSION -i$TMPISO -mRS02 -n$ECCSIZE -c >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$TMPISO -mRS02 -n$ECCSIZE -c >>$LOGFILE 2>&1 IGNORE_LOG_LINE="^Avg performance|^Augmenting image with Method RS03" replace_config method-name RS03 replace_config ecc-target 1 extra_args="--debug --set-version $SETVERSION" run_regtest ecc_from_rs02_non_blocksize "-mRS03 -n$ECCSIZE -c -a RS03" $TMPISO - rm -f $TMPISO fi # Create with already RS03-augmented image of a non-2048 multiple size @@ -712,14 +716,13 @@ fi if try "ecc creating from RS03-augmented image w/ non block size." ecc_from_rs03_non_blocksize; then $NEWVER --debug -i$TMPISO --random-image $ISOSIZE >>$LOGFILE 2>&1 for i in $(seq 56); do echo -n "1" >>$TMPISO; done - $NEWVER --debug --set-version $SETVERSION -i$TMPISO -mRS03 -n$ECCSIZE -c >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$TMPISO -mRS03 -n$ECCSIZE -c >>$LOGFILE 2>&1 IGNORE_LOG_LINE="^Avg performance|^Augmenting image with Method RS03" replace_config method-name RS03 replace_config ecc-target 1 extra_args="--debug --set-version $SETVERSION" run_regtest ecc_from_rs03_non_blocksize "-mRS03 -n$ECCSIZE -c -a RS03" $TMPISO - rm -f $TMPISO fi # Create with already RS03-augmented image of a non-2048 multiple size, larger redundancy. @@ -728,14 +731,13 @@ if try "ecc creating from RS03-augmented image w/ non block size, larger red." e $NEWVER --debug -i$TMPISO --random-image $((ISOSIZE+1)) >>$LOGFILE 2>&1 $NEWVER --debug -i$TMPISO --truncate=$ISOSIZE >>$LOGFILE 2>&1 for i in $(seq 56); do echo -n "1" >>$TMPISO; done - $NEWVER --debug --set-version $SETVERSION -i$TMPISO -mRS03 -n$((ECCSIZE+5000)) -c >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$TMPISO -mRS03 -n$((ECCSIZE+5000)) -c >>$LOGFILE 2>&1 IGNORE_LOG_LINE="^Avg performance|^Augmenting image with Method RS03" replace_config method-name RS03 replace_config ecc-target 1 extra_args="--debug --set-version $SETVERSION" run_regtest ecc_from_larger_rs03_non_blocksize "-mRS03 -n$ECCSIZE -c" $TMPISO - rm -f $TMPISO fi # Create ecc file for image with 56 additional bytes @@ -750,7 +752,6 @@ if try "image with 56 extra bytes" ecc_non_blocksize; then replace_config ecc-target 1 extra_args="--debug --set-version $SETVERSION" run_regtest ecc_non_blocksize "-mRS03 -n$ECCSIZE -c" $TMPISO - rm -f $TMPISO fi # Try to create ecc file from image with missing sectors @@ -763,7 +764,6 @@ if try "creating ecc from image with missing sectors" ecc_missing_sectors; then replace_config ecc-target 1 extra_args="--debug --set-version $SETVERSION" run_regtest ecc_missing_sectors "-mRS03 -n$ECCSIZE -c" $TMPISO - rm -f $TMPISO fi # Create ecc file where image size is exact multiple of layer size, @@ -778,7 +778,6 @@ if try "creating ecc, image is multiple of layer size" ecc_layer_multiple; then replace_config medium-size 20000 extra_args="--debug --set-version $SETVERSION" run_regtest ecc_layer_multiple "-mRS03 -n20000 -c" $TMPISO - rm -f $TMPISO fi # Create ecc file where image size is exact multiple of layer size minus two sectors, @@ -793,95 +792,79 @@ if try "creating ecc crafted to have no padding" ecc_no_padding; then replace_config medium-size 20000 extra_args="--debug --set-version $SETVERSION" run_regtest ecc_no_padding "-mRS03 -n20000 -c" $TMPISO - rm -f $TMPISO fi # Read image and create ecc in the same program call. # Tests whether CRC and ECC information is handed over correctly. -# NOTE: cache handling is currently disabled and will be fixed in 0.79.6! if try "read image and create ecc in one call" ecc_create_after_read; then $NEWVER --debug -i$SIMISO --random-image $ISOSIZE >>$LOGFILE 2>&1 - rm -f $TMPISO $TMPECC IGNORE_LOG_LINE="^Avg performance|^Augmenting image with Method RS03" - replace_config method-name RS03 - replace_config ecc-target 1 - replace_config medium-size 20000 replace_config read-and-create 1 extra_args="--debug --set-version $SETVERSION --sim-cd=$SIMISO --fixed-speed-values" - run_regtest ecc_create_after_read "-r -mRS03 -c -n$ECCSIZE --spinup-delay=0" $TMPISO $TMPECC + run_regtest ecc_create_after_read "-r -mRS03 -c -n$ECCSIZE -v --spinup-delay=0" $TMPISO $TMPECC fi # Complete image in a reading pass, then create an ecc file for it. # Cached checksums must be discarded before creating the ecc. -# NOTE: cache handling is currently disabled and will be fixed in 0.79.6! if try "create ecc after completing partial image" ecc_create_after_partial_read; then $NEWVER --debug -i$SIMISO --random-image $ISOSIZE >>$LOGFILE 2>&1 cp $SIMISO $TMPISO $NEWVER --debug -i$TMPISO --erase 1000-1500 >>$LOGFILE 2>&1 - rm -f $TMPECC IGNORE_LOG_LINE="^Avg performance|^Augmenting image with Method RS03" extra_args="--debug --set-version $SETVERSION --sim-cd=$SIMISO --fixed-speed-values" - run_regtest ecc_create_after_partial_read "-r -mRS03 -c -n$ECCSIZE --spinup-delay=0" $TMPISO $TMPECC + run_regtest ecc_create_after_partial_read "-r -mRS03 -c -n$ECCSIZE -v --spinup-delay=0" $TMPISO $TMPECC fi # Read image with ecc file and create new (other) ecc in the same program call. # Tests whether CRC and ECC information is handed over correctly. -# NOTE: cache handling is currently disabled and will be fixed in 0.79.6! if try "read image with ecc (RS01) and create new ecc" ecc_recreate_after_read_rs01; then $NEWVER --debug -i$SIMISO --random-image $ISOSIZE >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$SIMISO -e $TMPECC -mRS01 -c -n 10 >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$SIMISO -e $TMPECC -mRS01 -c -n 10 >>$LOGFILE 2>&1 - rm -f $TMPISO IGNORE_LOG_LINE="^Avg performance|^Augmenting image with Method RS03" extra_args="--debug --set-version $SETVERSION --sim-cd=$SIMISO --fixed-speed-values" - run_regtest ecc_recreate_after_read_rs01 "-r -mRS03 -c -n$ECCSIZE --spinup-delay=0" $TMPISO $TMPECC + run_regtest ecc_recreate_after_read_rs01 "-r -mRS03 -c -n$ECCSIZE -v --spinup-delay=0" $TMPISO $TMPECC fi # Read image with ecc file and create new (other) ecc in the same program call. # Tests whether CRC and ECC information is handed over correctly. -# NOTE: cache handling is currently disabled and will be fixed in 0.79.6! if try "read image with ecc (RS02) and create new ecc" ecc_recreate_after_read_rs02; then $NEWVER --debug -i$SIMISO --random-image $ISOSIZE >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$SIMISO -mRS02 -c -n24000 >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$SIMISO -mRS02 -c -n24000 >>$LOGFILE 2>&1 - rm -f $TMPISO $TMPECC IGNORE_LOG_LINE="^Avg performance|^Augmenting image with Method RS03" extra_args="--debug --set-version $SETVERSION --sim-cd=$SIMISO --fixed-speed-values" - run_regtest ecc_recreate_after_read_rs02 "-r -mRS03 -c -n$ECCSIZE --spinup-delay=0" $TMPISO $TMPECC + run_regtest ecc_recreate_after_read_rs02 "-r -mRS03 -c -n$ECCSIZE -v --spinup-delay=0" $TMPISO $TMPECC fi # Read image with ecc file and create new (other) ecc in the same program call. # Tests whether CRC and ECC information is handed over correctly. -# NOTE: cache handling is currently disabled and will be fixed in 0.79.6! if try "read image with ecc (RS03i) and create new ecc" ecc_recreate_after_read_rs03i; then $NEWVER --debug -i$SIMISO --random-image $ISOSIZE >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$SIMISO -mRS03 -c -n23000 >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$SIMISO -mRS03 -c -n23000 >>$LOGFILE 2>&1 - rm -f $TMPISO $TMPECC IGNORE_LOG_LINE="^Avg performance|^Augmenting image with Method RS03" extra_args="--debug --set-version $SETVERSION --sim-cd=$SIMISO --fixed-speed-values" - run_regtest ecc_recreate_after_read_rs03i "-r -mRS03 -c -n$ECCSIZE --spinup-delay=0" $TMPISO $TMPECC + run_regtest ecc_recreate_after_read_rs03i "-r -mRS03 -c -n$ECCSIZE -v --spinup-delay=0" $TMPISO $TMPECC fi # Read image with ecc file and create new (other) ecc in the same program call. # Tests whether CRC and ECC information is handed over correctly. -# NOTE: cache handling is currently disabled and will be fixed in 0.79.6! if try "read image with ecc (RS03f) and create new ecc" ecc_recreate_after_read_rs03f; then $NEWVER --debug -i$SIMISO --random-image $ISOSIZE >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$SIMISO -e $TMPECC -mRS03 -c -n 10 -o file >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$SIMISO -e $TMPECC -mRS03 -c -n 10 -o file >>$LOGFILE 2>&1 - rm -f $TMPISO IGNORE_LOG_LINE="^Avg performance|^Augmenting image with Method RS03" extra_args="--debug --set-version $SETVERSION --sim-cd=$SIMISO --fixed-speed-values" - run_regtest ecc_recreate_after_read_rs03f "-r -mRS03 -c -n$ECCSIZE --spinup-delay=0" $TMPISO $TMPECC + run_regtest ecc_recreate_after_read_rs03f "-r -mRS03 -c -n$ECCSIZE -v --spinup-delay=0" $TMPISO $TMPECC fi ### Fixing tests @@ -895,7 +878,6 @@ if try "trying fix with no read permission" fix_no_read_perm; then chmod 000 $TMPISO run_regtest fix_no_read_perm "-f" $TMPISO - rm -f $TMPISO fi # Fix with no write permission on image @@ -905,7 +887,6 @@ if try "trying fix with no write permission" fix_no_write_perm; then chmod 400 $TMPISO run_regtest fix_no_write_perm "-f" $TMPISO - rm -f $TMPISO fi # Fix already good image @@ -914,7 +895,6 @@ if try "trying fix with good image" fix_good_image; then cp $MASTERISO $TMPISO run_regtest fix_good_image "-f" $TMPISO - rm -f $TMPISO fi # Fix a truncated image @@ -925,7 +905,6 @@ if try "trying fix with truncated image" fix_truncated_image; then $NEWVER --debug -i$TMPISO --truncate=$TRUNC_SIZE >>$LOGFILE 2>&1 run_regtest fix_truncated_image "-f" $TMPISO - rm -f $TMPISO fi # Fix an image with a few trailing bytes @@ -935,7 +914,6 @@ if try "trying fix with trailing bytes" fix_trailing_bytes; then echo "some trailing garbage appended for testing" >>$TMPISO run_regtest fix_trailing_bytes "-f" $TMPISO - rm -f $TMPISO fi # Fix an image with trailing garbage (TAO case) @@ -945,7 +923,6 @@ if try "trying fix with trailing garbage (TAO case)" fix_trailing_tao; then dd if=/dev/zero count=2 bs=2048 >>$TMPISO 2>>$LOGFILE run_regtest fix_trailing_tao "-f" $TMPISO - rm -f $TMPISO fi # Fix an image with trailing garbage (general case), without doing anything @@ -975,7 +952,6 @@ if try "trying to fix correctable image" fix_correctable; then $NEWVER --debug -i$TMPISO --byteset 2000,0,111 >>$LOGFILE 2>&1 run_regtest fix_correctable "-f" $TMPISO - rm -f $TMPISO fi # Fix image with missing sectors in several border locations @@ -1001,7 +977,6 @@ if try "trying to fix image with missing sectors in border cases" fix_border_cas $NEWVER --debug -i$TMPISO --erase 24989 >>$LOGFILE 2>&1 # last sector, last ecc layer run_regtest fix_border_cases_erasures "-f" $TMPISO - rm -f $TMPISO fi # Fix image with CRC errors in several border locations @@ -1027,7 +1002,6 @@ if try "trying to fix image with crc errors in border cases" fix_border_cases_cr $NEWVER --debug -i$TMPISO --byteset 24989,0,0 >>$LOGFILE 2>&1 # last sector, last ecc layer run_regtest fix_border_cases_crc_errors "-f" $TMPISO - rm -f $TMPISO fi # Fix ecc file where image size is exact multiple of layer size, @@ -1035,12 +1009,11 @@ fi if try "fixing ecc, image is multiple of layer size" fix_layer_multiple; then $NEWVER --debug -i $TMPISO --random-image 14508 >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -mRS03 -n20000 -c -i $TMPISO >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -mRS03 -n20000 -c -i $TMPISO >>$LOGFILE 2>&1 $NEWVER --debug -i$TMPISO --erase 500-524 >>$LOGFILE 2>&1 $NEWVER --debug -i$TMPISO --erase 14510-14520 >>$LOGFILE 2>&1 run_regtest fix_layer_multiple "-f" $TMPISO - rm -f $TMPISO fi # Fix ecc file where image size is exact multiple of layer size minus two sectors, @@ -1048,11 +1021,10 @@ fi if try "fixing ecc crafted to have no padding" fix_no_padding; then $NEWVER --debug -i $TMPISO --random-image 14506 >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -mRS03 -n20000 -c -i $TMPISO >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -mRS03 -n20000 -c -i $TMPISO >>$LOGFILE 2>&1 $NEWVER --debug -i$TMPISO --erase 500-524 >>$LOGFILE 2>&1 run_regtest fix_no_padding "-f" $TMPISO - rm -f $TMPISO fi # Augmented image is protected by an outer RS01 error correction file @@ -1061,7 +1033,7 @@ fi # correct (outer) ECC is applied. if try "fixing RS03 with RS01 error correction file" fix_with_rs01_file; then - $NEWVER --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -c -n normal >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -c -n normal >>$LOGFILE 2>&1 cp $MASTERISO $TMPISO $NEWVER --debug -i$TMPISO --byteset 24989,0,1 >>$LOGFILE 2>&1 @@ -1072,7 +1044,7 @@ fi # Augmented image is protected by an outer RS03 error correction file if try "fixing RS03 with RS03 error correction file" fix_with_rs03_file; then - $NEWVER --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -mRS03 -c -n 20 -o file >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -mRS03 -c -n 20 -o file >>$LOGFILE 2>&1 cp $MASTERISO $TMPISO $NEWVER --debug -i$TMPISO --byteset 24989,0,1 >>$LOGFILE 2>&1 @@ -1088,7 +1060,6 @@ if try "trying fix with missing header" fix_with_missing_header; then extra_args="--debug -n $ECCSIZE" run_regtest fix_with_missing_header "-f -v" $TMPISO - rm -f $TMPISO fi # Fix image with iso missing header @@ -1099,7 +1070,6 @@ if try "trying fix with missing iso header" fix_with_missing_iso_header; then extra_args="--debug -n $ECCSIZE" run_regtest fix_with_missing_iso_header "-f -v" $TMPISO - rm -f $TMPISO fi # Image contains Ecc header with the ecc file flag set @@ -1143,6 +1113,19 @@ if try "image with crc block from a file" fix_with_ecc_file_crc_block; then run_regtest fix_with_ecc_file_crc_block "-f -v" $TMPISO fi +# Image contains CRC error in the padding section +# (padding is between sectors 21002 and 21069, inclusively) + +if try "image with crc error in padding area" fix_with_crc_error_in_padding; then + cp $MASTERISO $TMPISO + + # Manipulate a padding sector + $NEWVER -i$TMPISO --debug --byteset 21020,400,255 >>$LOGFILE 2>&1 + + extra_args="--debug -n $ECCSIZE" + run_regtest fix_with_crc_error_in_padding "-f" $TMPISO +fi + ### Scanning tests echo "# Scanning tests" @@ -1152,7 +1135,6 @@ echo "# Scanning tests" if try "scanning good image" scan_good; then cp $MASTERISO $SIMISO - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_good "--spinup-delay=0 -s" $TMPISO fi @@ -1162,7 +1144,6 @@ fi if try "scanning good image, verbose output" scan_good_verbose; then cp $MASTERISO $SIMISO - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_good_verbose "--spinup-delay=0 -s -v" $TMPISO fi @@ -1176,7 +1157,6 @@ if try "scanning image being shorter than expected" scan_shorter; then $NEWVER --debug -i$SIMISO --truncate=$((REAL_ECCSIZE-44)) >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_shorter "--spinup-delay=0 -s" $TMPISO fi @@ -1189,7 +1169,6 @@ if try "scanning image being longer than expected" scan_longer; then for i in $(seq 23); do cat fixed-random-sequence >>$SIMISO; done - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_longer "--spinup-delay=0 -s -v" $TMPISO fi @@ -1203,7 +1182,6 @@ if try "scanning image, tao tail case" scan_tao_tail; then cat fixed-random-sequence >>$SIMISO $NEWVER --debug -i$SIMISO --erase 24990-24991 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_tao_tail "--spinup-delay=0 -s" $TMPISO fi @@ -1216,7 +1194,6 @@ if try "scanning image, no tao tail case" scan_no_tao_tail; then $NEWVER --debug -i$SIMISO --erase 24988-24989 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_no_tao_tail "--spinup-delay=0 -s --dao" $TMPISO fi @@ -1243,7 +1220,6 @@ if try "scanning image requiring a newer dvdisaster version" scan_incompatible_e $NEWVER --debug -i$SIMISO --byteset 21000,98,164 >>$LOGFILE 2>&1 $NEWVER --debug -i$SIMISO --byteset 21000,99,44 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_incompatible_ecc "--spinup-delay=0 -s " $TMPISO fi @@ -1256,7 +1232,6 @@ if try "scanning image with a defective header" scan_bad_header; then cp $MASTERISO $SIMISO $NEWVER -i$SIMISO --debug --byteset 21000,1,1 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_bad_header "--spinup-delay=0 -s" $TMPISO fi @@ -1270,7 +1245,6 @@ if try "scanning image with missing data sectors" scan_missing_data_sectors; the $NEWVER -i$SIMISO --debug --erase 21230 >>$LOGFILE 2>&1 $NEWVER -i$SIMISO --debug --erase 22450-22457 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_missing_data_sectors "--spinup-delay=0 -s " $TMPISO fi @@ -1283,7 +1257,6 @@ if try "scanning image with missing crc sectors" scan_missing_crc_sectors; then $NEWVER -i$SIMISO --debug --erase 21077 >>$LOGFILE 2>&1 $NEWVER -i$SIMISO --debug --erase 21100-21120 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_missing_crc_sectors "--spinup-delay=0 -s " $TMPISO fi @@ -1296,7 +1269,6 @@ if try "scanning image with missing ecc sectors" scan_missing_ecc_sectors; then $NEWVER -i$SIMISO --debug --erase 21200 >>$LOGFILE 2>&1 $NEWVER -i$SIMISO --debug --erase 21340-21365 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_missing_ecc_sectors "--spinup-delay=0 -s " $TMPISO fi @@ -1307,7 +1279,6 @@ if try "scanning image with bad data byte" scan_data_bad_byte; then cp $MASTERISO $SIMISO $NEWVER -i$SIMISO --debug --byteset 1235,50,10 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_data_bad_byte "--spinup-delay=0 -s " $TMPISO fi @@ -1318,7 +1289,6 @@ if try "scanning image with bad crc byte" scan_crc_bad_byte; then cp $MASTERISO $SIMISO $NEWVER -i$SIMISO --debug --byteset 21077,50,10 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_crc_bad_byte "--spinup-delay=0 -s " $TMPISO fi @@ -1329,7 +1299,6 @@ if try "scanning image with bad ecc byte" scan_ecc_bad_byte; then cp $MASTERISO $SIMISO $NEWVER -i$SIMISO --debug --byteset 22000,50,10 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_ecc_bad_byte "--spinup-delay=0 -s " $TMPISO fi @@ -1340,12 +1309,11 @@ fi # correct (outer) ECC is applied. if try "scanning with RS01 error correction file" scan_with_rs01_file; then - $NEWVER --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -c -n normal >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -c -n normal >>$LOGFILE 2>&1 cp $MASTERISO $SIMISO $NEWVER --debug -i$SIMISO --byteset 24989,0,1 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_with_rs01_file "--spinup-delay=0 -s " $TMPISO $TMPECC fi @@ -1361,13 +1329,12 @@ fi # user did probably have some intentention specifying the ecc file. if try "scanning with non-matching RS01 error correction file" scan_with_wrong_rs01_file; then - $NEWVER --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -c -n normal >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -c -n normal >>$LOGFILE 2>&1 $NEWVER --debug -i$TMPECC --byteset 0,24,1 >>$LOGFILE 2>&1 cp $MASTERISO $SIMISO $NEWVER --debug -i$SIMISO --byteset 24989,0,1 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_with_wrong_rs01_file "--spinup-delay=0 -s " $TMPISO $TMPECC fi @@ -1375,12 +1342,11 @@ fi # Augmented image is protected by an outer RS03 error correction file if try "scanning with RS03 error correction file" scan_with_rs03_file; then - $NEWVER --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -mRS03 -c -n 20 -o file >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -mRS03 -c -n 20 -o file >>$LOGFILE 2>&1 cp $MASTERISO $SIMISO $NEWVER --debug -i$SIMISO --byteset 24989,0,1 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_with_rs03_file "--spinup-delay=0 -s " $TMPISO $TMPECC fi @@ -1388,13 +1354,12 @@ fi # Augmented image and non-matching RS03 error correction file if try "scanning with non-matching RS03 error correction file" scan_with_wrong_rs03_file; then - $NEWVER --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -mRS03 -c -n 20 -o file >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -mRS03 -c -n 20 -o file >>$LOGFILE 2>&1 $NEWVER --debug -i$TMPECC --byteset 0,24,1 >>$LOGFILE 2>&1 cp $MASTERISO $SIMISO $NEWVER --debug -i$SIMISO --byteset 24989,0,1 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_with_wrong_rs03_file "--spinup-delay=0 -s " $TMPISO $TMPECC fi @@ -1407,7 +1372,6 @@ if try "scanning with missing ecc header, no exhaustive search" scan_missing_hea cp $LARGEMASTERISO $SIMISO $NEWVER --debug -i$SIMISO --erase $LMI_HEADER >>$LOGFILE 2>&1 - rm -f $TMPISO $TMPECC extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest scan_missing_header_not_exhaustive "--spinup-delay=0 -s" $TMPISO $TMPECC fi @@ -1567,7 +1531,7 @@ fi if try "scanning with 8 roots, no ecc header" scan_rediscover_8_roots; then $NEWVER --debug -i$SIMISO --random-image $((LMI_LAYER_SIZE*246-2)) >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$SIMISO -mRS03 -c -x 2 >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$SIMISO -mRS03 -c -x 2 >>$LOGFILE 2>&1 # delete the header $NEWVER --debug -i$SIMISO --erase 346612 >>$LOGFILE 2>&1 @@ -1582,7 +1546,7 @@ fi if try "scanning with 8 roots, no ecc header (2)" scan_rediscover_8_roots2; then $NEWVER --debug -i$SIMISO --random-image $((LMI_LAYER_SIZE*246-2)) >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$SIMISO -mRS03 -c -x 2 >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$SIMISO -mRS03 -c -x 2 >>$LOGFILE 2>&1 # delete the header and some more CRC sectors $NEWVER --debug -i$SIMISO --erase 346612-346620 >>$LOGFILE 2>&1 @@ -1597,7 +1561,7 @@ fi if try "scanning with 170 roots, no ecc header" scan_rediscover_170_roots; then $NEWVER --debug -i$SIMISO --random-image $((LMI_LAYER_SIZE*84-2)) >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$SIMISO -mRS03 -c -x 2 >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$SIMISO -mRS03 -c -x 2 >>$LOGFILE 2>&1 # delete the header $NEWVER --debug -i$SIMISO --erase 118354 >>$LOGFILE 2>&1 @@ -1612,7 +1576,7 @@ fi if try "scanning with 170 roots, no ecc header (2)" scan_rediscover_170_roots2; then $NEWVER --debug -i$SIMISO --random-image $((LMI_LAYER_SIZE*84-2)) >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$SIMISO -mRS03 -c -x 2 >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$SIMISO -mRS03 -c -x 2 >>$LOGFILE 2>&1 # delete the header and some more CRC sectors $NEWVER --debug -i$SIMISO --erase 118354-118360 >>$LOGFILE 2>&1 @@ -1628,7 +1592,7 @@ fi if try "scanning with 170 roots, padding" scan_rediscover_170_roots_padding; then $NEWVER --debug -i$SIMISO --random-image $((LMI_LAYER_SIZE*84-2-6000)) >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$SIMISO -mRS03 -c -x 2 >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$SIMISO -mRS03 -c -x 2 >>$LOGFILE 2>&1 replace_config examine-rs03 1 replace_config medium-size 0 @@ -1641,7 +1605,7 @@ fi if try "scanning with 170 roots, no ecc header, padding" scan_rediscover_170_roots_padding2; then $NEWVER --debug -i$SIMISO --random-image $((LMI_LAYER_SIZE*84-2-6000)) >>$LOGFILE 2>&1 - $NEWVER --debug --set-version $SETVERSION -i$SIMISO -mRS03 -c -x 2 >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$SIMISO -mRS03 -c -x 2 >>$LOGFILE 2>&1 # delete the header and some more CRC sectors $NEWVER --debug -i$SIMISO --erase 112354 >>$LOGFILE 2>&1 $NEWVER --debug -i$SIMISO --erase 118356-118360 >>$LOGFILE 2>&1 @@ -1652,6 +1616,21 @@ if try "scanning with 170 roots, no ecc header, padding" scan_rediscover_170_roo run_regtest scan_rediscover_170_roots-padding2 "--spinup-delay=0 -a RS03 -s -v" $TMPISO $TMPECC fi +# Image contains CRC error in the padding section +# (padding is between sectors 21002 and 21069, inclusively) + +if try "scanning image with crc error in padding area" scan_with_crc_error_in_padding; then + cp $MASTERISO $SIMISO + + # Manipulate a padding sector + $NEWVER -i$SIMISO --debug --byteset 21020,400,255 >>$LOGFILE 2>&1 + + replace_config examine-rs03 1 + replace_config medium-size 0 + extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" + run_regtest scan_with_crc_error_in_padding "--spinup-delay=0 -a RS03 -s" $TMPISO +fi + ### Reading tests (linear) echo "# Reading tests (linear)" @@ -1661,7 +1640,6 @@ echo "# Reading tests (linear)" if try "reading good image" read_good; then cp $MASTERISO $SIMISO - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_good "--spinup-delay=0 -r" $TMPISO fi @@ -1671,7 +1649,6 @@ fi if try "reading good image, verbose output" read_good_verbose; then cp $MASTERISO $SIMISO - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_good_verbose "--spinup-delay=0 -r -v" $TMPISO fi @@ -1695,7 +1672,6 @@ if try "reading image being shorter than expected" read_shorter; then $NEWVER --debug -i$SIMISO --truncate=$((REAL_ECCSIZE-44)) >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_shorter "--spinup-delay=0 -r" $TMPISO fi @@ -1708,7 +1684,6 @@ if try "reading image being longer than expected" read_longer; then for i in $(seq 23); do cat fixed-random-sequence >>$SIMISO; done - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_longer "--spinup-delay=0 -r -v" $TMPISO fi @@ -1722,7 +1697,6 @@ if try "reading image, tao tail case" read_tao_tail; then cat fixed-random-sequence >>$SIMISO $NEWVER --debug -i$SIMISO --erase 24990-24991 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_tao_tail "--spinup-delay=0 -r" $TMPISO fi @@ -1736,7 +1710,6 @@ if try "reading image, no tao tail case" read_no_tao_tail; then cat fixed-random-sequence >>$SIMISO $NEWVER --debug -i$SIMISO --erase 24988-24989 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_no_tao_tail "--spinup-delay=0 -r --dao" $TMPISO fi @@ -1763,7 +1736,6 @@ if try "reading image requiring a newer dvdisaster version" read_incompatible_ec $NEWVER --debug -i$SIMISO --byteset 21000,98,164 >>$LOGFILE 2>&1 $NEWVER --debug -i$SIMISO --byteset 21000,99,44 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_incompatible_ecc "--spinup-delay=0 -r " $TMPISO fi @@ -1776,7 +1748,6 @@ if try "reading image with a defective header" read_bad_header; then cp $MASTERISO $SIMISO $NEWVER -i$SIMISO --debug --byteset 21000,1,1 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_bad_header "--spinup-delay=0 -r" $TMPISO fi @@ -1789,7 +1760,6 @@ if try "reading image with a defective header, exhaustive" read_bad_header_exhau cp $MASTERISO $SIMISO $NEWVER -i$SIMISO --debug --byteset 21000,1,1 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_bad_header_exhaustive "--debug --spinup-delay=0 -r -v -aRS03 -n$ECCSIZE" $TMPISO fi @@ -1803,7 +1773,6 @@ if try "reading image with missing data sectors" read_missing_data_sectors; then $NEWVER -i$SIMISO --debug --erase 21230 >>$LOGFILE 2>&1 $NEWVER -i$SIMISO --debug --erase 22450-22457 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_missing_data_sectors "--spinup-delay=0 -r " $TMPISO fi @@ -1816,7 +1785,6 @@ if try "reading image with missing crc sectors" read_missing_crc_sectors; then $NEWVER -i$SIMISO --debug --erase 21077 >>$LOGFILE 2>&1 $NEWVER -i$SIMISO --debug --erase 21100-21120 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_missing_crc_sectors "--spinup-delay=0 -r " $TMPISO fi @@ -1829,11 +1797,21 @@ if try "reading image with missing ecc sectors" read_missing_ecc_sectors; then $NEWVER -i$SIMISO --debug --erase 21200 >>$LOGFILE 2>&1 $NEWVER -i$SIMISO --debug --erase 21340-21365 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_missing_ecc_sectors "--spinup-delay=0 -r " $TMPISO fi +# Read image with missing iso header, exhaustive search, verbose. +# Used for testing that the fingerprint sector is marked unreadable in the cache. + +if try "reading image with missing iso header" read_missing_iso_header; then + cp $MASTERISO $SIMISO + $NEWVER -i$SIMISO --debug --erase 16 >>$LOGFILE 2>&1 + + extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" + run_regtest read_missing_iso_header "--spinup-delay=0 -r -v -aRS03 -n$ECCSIZE" $TMPISO +fi + # Image contains bad byte in the data section if try "reading image with bad data byte" read_data_bad_byte; then @@ -1842,7 +1820,6 @@ if try "reading image with bad data byte" read_data_bad_byte; then $NEWVER -i$SIMISO --debug --byteset 1235,50,10 >>$LOGFILE 2>&1 $NEWVER -i$SIMISO --debug --byteset 20999,50,10 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_data_bad_byte "--spinup-delay=0 -r " $TMPISO fi @@ -1853,7 +1830,6 @@ if try "reading image with bad crc byte" read_crc_bad_byte; then cp $MASTERISO $SIMISO $NEWVER -i$SIMISO --debug --byteset 21077,50,10 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_crc_bad_byte "--spinup-delay=0 -r " $TMPISO fi @@ -1864,7 +1840,6 @@ if try "reading image with bad ecc byte" read_ecc_bad_byte; then cp $MASTERISO $SIMISO $NEWVER -i$SIMISO --debug --byteset 22000,50,10 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_ecc_bad_byte "--spinup-delay=0 -r " $TMPISO fi @@ -1875,12 +1850,11 @@ fi # correct (outer) ECC is applied. if try "reading with RS01 error correction file" read_with_rs01_file; then - $NEWVER --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -c -n normal >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -c -n normal >>$LOGFILE 2>&1 cp $MASTERISO $SIMISO $NEWVER --debug -i$SIMISO --byteset 24989,0,1 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_with_rs01_file "--spinup-delay=0 -r " $TMPISO $TMPECC fi @@ -1896,13 +1870,12 @@ fi # user did probably have some intentention specifying the ecc file. if try "reading with non-matching RS01 error correction file" read_with_wrong_rs01_file; then - $NEWVER --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -c -n normal >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -c -n normal >>$LOGFILE 2>&1 $NEWVER --debug -i$TMPECC --byteset 0,24,1 >>$LOGFILE 2>&1 cp $MASTERISO $SIMISO $NEWVER --debug -i$SIMISO --byteset 24989,0,1 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_with_wrong_rs01_file "--spinup-delay=0 -r " $TMPISO $TMPECC fi @@ -1910,12 +1883,11 @@ fi # Augmented image is protected by an outer RS03 error correction file if try "reading with RS03 error correction file" read_with_rs03_file; then - $NEWVER --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -mRS03 -c -n 20 -o file >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -mRS03 -c -n 20 -o file >>$LOGFILE 2>&1 cp $MASTERISO $SIMISO $NEWVER --debug -i$SIMISO --byteset 24989,0,1 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_with_rs03_file "--spinup-delay=0 -r " $TMPISO $TMPECC fi @@ -1923,13 +1895,12 @@ fi # Augmented image and non-matching RS03 error correction file if try "reading with non-matching RS03 error correction file" read_with_wrong_rs03_file; then - $NEWVER --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -mRS03 -c -n 20 -o file >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$MASTERISO -e$TMPECC -mRS03 -c -n 20 -o file >>$LOGFILE 2>&1 $NEWVER --debug -i$TMPECC --byteset 0,24,1 >>$LOGFILE 2>&1 cp $MASTERISO $SIMISO $NEWVER --debug -i$SIMISO --byteset 24989,0,1 >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_with_wrong_rs03_file "--spinup-delay=0 -r " $TMPISO $TMPECC fi @@ -1946,7 +1917,6 @@ if try "crc section with uncorrectable dead sector markers" read_crc_section_wit $NEWVER --debug -i$SIMISO --erase "21081:pass as dead sector marker" >>$LOGFILE 2>&1 $NEWVER --debug -i$SIMISO --erase "21082:pass as dead sector marker" >>$LOGFILE 2>&1 - rm -f $TMPISO extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_crc_section_with_uncorrectable_dsm "--spinup-delay=0 -r " $TMPISO fi @@ -1963,7 +1933,6 @@ if try "reading with missing ecc header, not exhaustive" read_with_missing_heade $NEWVER --debug -i$SIMISO --erase $i >>$LOGFILE 2>&1 done - rm -f $TMPISO $TMPECC extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" run_regtest read_with_missing_header "--spinup-delay=0 -r" $TMPISO $TMPECC fi @@ -1980,7 +1949,6 @@ if try "reading with missing ecc header, exhaustive" read_with_missing_header_ex $NEWVER --debug -i$SIMISO --erase $i >>$LOGFILE 2>&1 done - rm -f $TMPISO $TMPECC replace_config examine-rs03 1 replace_config medium-size 0 extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" @@ -1995,7 +1963,6 @@ if try "reading with missing iso header, exhaustive" read_with_missing_iso_heade cp $LARGEMASTERISO $SIMISO $NEWVER --debug -i$SIMISO --erase 16 >>$LOGFILE 2>&1 - rm -f $TMPISO $TMPECC replace_config examine-rs03 1 replace_config medium-size 0 extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" @@ -2016,7 +1983,6 @@ if try "image with ecc header from a file" read_with_ecc_file_header; then $NEWVER -i$SIMISO --debug --byteset 21000,98,137 >>$LOGFILE 2>&1 $NEWVER -i$SIMISO --debug --byteset 21000,99,29 >>$LOGFILE 2>&1 - rm -f $TMPISO replace_config examine-rs03 1 replace_config medium-size 0 extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values -n $ECCSIZE" @@ -2042,13 +2008,61 @@ if try "image with crc block from a file" read_with_ecc_file_crc_block; then $NEWVER -i$SIMISO --debug --byteset 21070,1122,142 >>$LOGFILE 2>&1 $NEWVER -i$SIMISO --debug --byteset 21070,1123,101 >>$LOGFILE 2>&1 - rm -f $TMPISO replace_config examine-rs03 1 replace_config medium-size 0 extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values -n $ECCSIZE" run_regtest read_with_ecc_file_crc_block "--spinup-delay=0 -r -v -a RS03" $TMPISO fi +# Do a second read attempt at an incomplete image; +# see whether CRC errors are still discovered since CRC caching is a bit +# complicated in this case. + +if try "re-reading medium with CRC error" read_second_pass_with_crc_error; then + + cp $MASTERISO $SIMISO + $NEWVER --debug -i$SIMISO --byteset 15830,8,3 >>$LOGFILE 2>&1 + cp $MASTERISO $TMPISO + $NEWVER --debug -i$TMPISO --erase 15800-16199 >>$LOGFILE 2>&1 + + extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" + run_regtest read_second_pass_with_crc_error "--spinup-delay=0 -r" $TMPISO $MASTERECC +fi + +# Read medium in several passes; some sectors become readable in the third pass. +# One sector keeps is CRC error over all passes. + +if try "reading medium w/ ecc in 3 passes; 3rd pass recovers some" read_multipass_ecc_partial_success; then + + # Prepare an image matching the algorithm for simulating the defects + $NEWVER --debug -i$SIMISO --random-image $ISOSIZE >>$LOGFILE 2>&1 + $NEWVER --debug -i$SIMISO --erase 15900-16099 --fill-unreadable=64 >>$LOGFILE 2>&1 + $NEWVER --regtest --debug --set-version $SETVERSION -i$SIMISO -mRS03 -n$ECCSIZE -c >>$LOGFILE 2>&1 + + # Prepare the image for reading + $NEWVER --debug -i$SIMISO --erase 15800-16199 >>$LOGFILE 2>&1 + $NEWVER --debug -i$SIMISO --erase "15900-16099:readable in pass 3" >>$LOGFILE 2>&1 + $NEWVER --debug -i$SIMISO --byteset 10000,5,255 >>$LOGFILE 2>&1 + + replace_config read-medium 3 + extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" + run_regtest read_multipass_ecc_partial_success "--read-medium=3 --spinup-delay=0 -r" $TMPISO $TMPECC +fi + +# Image contains CRC error in the padding section +# (padding is between sectors 21002 and 21069, inclusively) + +if try "reading image with crc error in padding area" read_with_crc_error_in_padding; then + cp $MASTERISO $SIMISO + + # Manipulate a padding sector + $NEWVER -i$SIMISO --debug --byteset 21020,400,255 >>$LOGFILE 2>&1 + + replace_config read-medium 3 + extra_args="--debug --sim-cd=$SIMISO --fixed-speed-values" + run_regtest read_with_crc_error_in_padding "--spinup-delay=0 -r" $TMPISO +fi + ### Reading tests (adaptive) echo "# Reading tests (adaptive)" diff --git a/rs-decoder.c b/rs-decoder.c index 6e565e7..d97d918 100644 --- a/rs-decoder.c +++ b/rs-decoder.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org diff --git a/rs-encoder-altivec.c b/rs-encoder-altivec.c index 2c7213a..9f8f9f0 100644 --- a/rs-encoder-altivec.c +++ b/rs-encoder-altivec.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org diff --git a/rs-encoder-sse2.c b/rs-encoder-sse2.c index 43438d5..4984625 100644 --- a/rs-encoder-sse2.c +++ b/rs-encoder-sse2.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org diff --git a/rs-encoder.c b/rs-encoder.c index ac06c95..3fdad66 100644 --- a/rs-encoder.c +++ b/rs-encoder.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org diff --git a/rs01-common.c b/rs01-common.c index 6b92bfd..89ad4d8 100644 --- a/rs01-common.c +++ b/rs01-common.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org @@ -66,12 +66,12 @@ CrcBuf *RS01GetCrcBuf(Image *image) { LargeFile *file = image->eccFile; CrcBuf *cb; guint32 *buf; - guint64 image_sectors; + guint64 image_sectors_from_ecc, image_sectors_with_crc; guint64 crc_sectors,crc_remainder; guint64 i,j,sec_idx; - image_sectors = uchar_to_gint64(image->eccFileHeader->sectors); - cb = CreateCrcBuf(image_sectors); + image_sectors_from_ecc = uchar_to_gint64(image->eccFileHeader->sectors); + cb = CreateCrcBuf(image); buf = cb->crcbuf; /* Seek to beginning of CRC sums */ @@ -81,7 +81,10 @@ CrcBuf *RS01GetCrcBuf(Image *image) /* Read crc sums. A sector of 2048 bytes contains 512 CRC sums. */ - crc_sectors = image_sectors / 512; + if(cb->allSectors < image_sectors_from_ecc) + image_sectors_with_crc = cb->allSectors; // image is truncated + else image_sectors_with_crc = image_sectors_from_ecc; // get all CRC sectors from ECC + crc_sectors = image_sectors_with_crc / 512; sec_idx = 0; for(i=0; ivalid, sec_idx); } - crc_remainder = sizeof(guint32)*(image_sectors % 512); + crc_remainder = sizeof(guint32)*(image_sectors_with_crc % 512); if(crc_remainder) { if(LargeRead(file, buf, crc_remainder) != crc_remainder) Stop(_("Error reading CRC information: %s"),strerror(errno)); - for( ; sec_idxvalid, sec_idx); } + /* Copy the md5sum */ + + memcpy(cb->dataMD5sum, image->eccFileHeader->mediumSum, 16); + memcpy(cb->imageMD5sum, image->eccFileHeader->mediumSum, 16); + cb->md5State = MD5_COMPLETE; + return cb; } diff --git a/rs01-create.c b/rs01-create.c index 5cad591..50ff0ed 100644 --- a/rs01-create.c +++ b/rs01-create.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * The Reed-Solomon error correction draws a lot of inspiration - and even code - * from Phil Karn's excellent Reed-Solomon library: http://www.ka9q.net/code/fec/ @@ -108,11 +108,11 @@ static void unlink_image(GtkWidget *label) } else { if(!Closure->guiMode) - PrintLog("\n"); + PrintLog("\n"); - ModalWarning(GTK_MESSAGE_ERROR, GTK_BUTTONS_OK, NULL, - _("Image file %s not deleted: %s\n"), - Closure->imageName, strerror(errno)); + ModalWarning(GTK_MESSAGE_ERROR, GTK_BUTTONS_OK, NULL, + _("Image file %s not deleted: %s\n"), + Closure->imageName, strerror(errno)); } } @@ -279,7 +279,9 @@ void RS01Create(void) ec->timer = g_timer_new(); - if(Closure->crcCache) /* use CRC values created during last read */ + /* Try to use CRC values created during last read */ + + if(CrcBufValid(Closure->crcBuf, NULL, NULL)) { guint32 crc_idx; int percent, last_percent = 0; char *msg = _("Writing sector checksums: %3d%%"); @@ -288,7 +290,7 @@ void RS01Create(void) SetLabelText(GTK_LABEL(wl->encLabel1), _("1. Writing image sector checksums:")); - memcpy(image->mediumSum, Closure->md5Cache, 16); + memcpy(image->mediumSum, Closure->crcBuf->imageMD5sum, 16); MD5Init(&md5Ctxt); /* md5sum of CRC portion of ecc file */ /* Write out the cached CRC sectors */ @@ -305,7 +307,7 @@ void RS01Create(void) else ci = 1024; size = ci*sizeof(guint32); - crcbuf = &Closure->crcCache[crc_idx]; + crcbuf = &Closure->crcBuf->crcbuf[crc_idx]; n = LargeWrite(image->eccFile, crcbuf, size); MD5Update(&md5Ctxt, (unsigned char*)crcbuf, size); @@ -326,11 +328,18 @@ void RS01Create(void) PrintProgress(msg, 100); } - else /* Scan image for missing sectors and calculate the checksums */ + + /* Cached crc buffer can not be used. + Scan image for missing sectors and calculate the checksums. + Checksums are only computed locally and not provided in the cache. */ + else { if(Closure->guiMode) SetLabelText(GTK_LABEL(wl->encLabel1), _("1. Calculating image sector checksums:")); + FreeCrcBuf(Closure->crcBuf); /* just a defensive measure */ + Closure->crcBuf = NULL; + RS01ScanImage(self, image, &md5Ctxt, CREATE_CRC); if(image->sectorsMissing) @@ -375,6 +384,8 @@ void RS01Create(void) memcpy(eh->cookie, "*dvdisaster*", 12); memcpy(eh->method, "RS01", 4); eh->methodFlags[0] = 1; + if(!Closure->regtestMode) + eh->methodFlags[3] = Closure->releaseFlags; gint64_to_uchar(eh->sectors, image->sectorSize); eh->dataBytes = ndata; eh->eccBytes = nroots; diff --git a/rs01-fix.c b/rs01-fix.c index 9e9607e..520690e 100644 --- a/rs01-fix.c +++ b/rs01-fix.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * The Reed-Solomon error correction draws a lot of inspiration - and even code - * from Phil Karn's excellent Reed-Solomon library: http://www.ka9q.net/code/fec/ diff --git a/rs01-includes.h b/rs01-includes.h index 063dc42..27e745b 100644 --- a/rs01-includes.h +++ b/rs01-includes.h @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org diff --git a/rs01-verify.c b/rs01-verify.c index 3315659..7187616 100644 --- a/rs01-verify.c +++ b/rs01-verify.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org @@ -537,7 +537,10 @@ process_ecc: if(image && !image->eccFile) { switch(image->eccFileState) - { case ECCFILE_MISSING: + { case ECCFILE_NOPERM: + PrintLog(_("permission denied\n")); + break; + case ECCFILE_MISSING: PrintLog(_("not present\n")); break; case ECCFILE_INVALID: @@ -569,47 +572,34 @@ process_ecc: if(eh->creatorVersion) { int major = eh->creatorVersion/10000; int minor = (eh->creatorVersion%10000)/100; - int pl = eh->creatorVersion%100; + int micro = eh->creatorVersion%100; + char *unstable=""; - if(eh->creatorVersion%100) - { char *format, *color_format = NULL; - - if(eh->creatorVersion < 6000) format = "%s-%d.%d.%d"; - else if(eh->creatorVersion <= 6500) format = "%s-%d.%d (pl%d)"; - else - { if(eh->methodFlags[3] & MFLAG_DEVEL) - { format = "%s-%d.%d (devel-%d)"; - color_format = "%s-%d.%d (devel-%d)"; - } - else if(eh->methodFlags[3] & MFLAG_RC) - { format = "%s-%d.%d (rc-%d)"; - color_format = "%s-%d.%d (rc-%d)"; - } - else format = "%s-%d.%d (pl%d)"; - } - PrintLog(format, _("created by dvdisaster"), major, minor, pl); + /* Suppress (unstable) output in debug mode to facilitate regression tests */ + if((eh->methodFlags[3] & MFLAG_DEVEL) && !Closure->regtestMode) + unstable=" (unstable)"; + + if(micro) /* version format x.xx.x */ + { char *format = "%s-%d.%d.%d%s"; + PrintLog(format, _("created by dvdisaster"), major, minor, micro, unstable); PrintLog("\n"); if(Closure->guiMode) - { if(color_format) - SwitchAndSetFootline(wl->cmpEccNotebook, 1, - wl->cmpEccCreatedBy, - color_format, "dvdisaster", - major, minor, Closure->redMarkup, pl); - else - SwitchAndSetFootline(wl->cmpEccNotebook, 1, - wl->cmpEccCreatedBy, - format, "dvdisaster", - major, minor, pl); + { SwitchAndSetFootline(wl->cmpEccNotebook, 1, + wl->cmpEccCreatedBy, + format, "dvdisaster", + major, minor, micro, unstable); } } - else - { PrintLog(_("created by dvdisaster-%d.%d\n"), - major, minor); + else /* version format x.xx */ + { char *format = "%s-%d.%d%s"; + PrintLog(format, _("created by dvdisaster"), + major, minor, unstable); + PrintLog("\n"); if(Closure->guiMode) SwitchAndSetFootline(wl->cmpEccNotebook, 1, - wl->cmpEccCreatedBy, "dvdisaster-%d.%d", - major, minor); + wl->cmpEccCreatedBy, format, "dvdisaster", + major, minor, unstable); } } else @@ -830,11 +820,11 @@ process_ecc: { if(!Closure->guiMode) PrintProgress(_("- ecc md5sum : %3d%%"),percent); else SetLabelText(GTK_LABEL(wl->cmpEccMd5Sum), "%3d%%", percent); - last_percent = percent; + last_percent = percent; } if(Closure->stopActions) - { if(Closure->stopActions == STOP_CURRENT_ACTION) /* suppress memlead warning when closing window */ + { if(Closure->stopActions == STOP_CURRENT_ACTION) /* suppress memleak warning when closing window */ SetLabelText(GTK_LABEL(wl->cmpEccResult), _("Aborted by user request!"), Closure->redMarkup); goto terminate; diff --git a/rs01-window.c b/rs01-window.c index 380ebde..c5c451d 100644 --- a/rs01-window.c +++ b/rs01-window.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org diff --git a/rs02-common.c b/rs02-common.c index a80e24c..f169987 100644 --- a/rs02-common.c +++ b/rs02-common.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org @@ -35,7 +35,7 @@ CrcBuf *RS02GetCrcBuf(Image *image) RS02Layout *lay; CrcBuf *cb; gint64 block_idx[256]; - gint64 image_sectors,crc_sector; + gint64 crc_sector; gint64 s,i; int crc_idx, crc_valid = FALSE; @@ -43,9 +43,7 @@ CrcBuf *RS02GetCrcBuf(Image *image) if(csc->lay) g_free(csc->lay); lay = csc->lay = RS02LayoutFromImage(image); - // image_sectors = lay->eccSectors+lay->dataSectors; // remove; semantics have changed - image_sectors = lay->dataSectors; - cb = CreateCrcBuf(image_sectors); + cb = CreateCrcBuf(image); /* Initialize ecc block index pointers. The first CRC set (of lay->ndata checksums) relates to @@ -100,6 +98,12 @@ CrcBuf *RS02GetCrcBuf(Image *image) FreeAlignedBuffer(ab); + /* The ecc header records only the md5 sum of the data portion, + but not that of the whole image, so flag the md5 sums as missing. */ + + memcpy(cb->dataMD5sum, image->eccHeader->mediumSum, 16); + cb->md5State = MD5_BUILDING | MD5_DATA_COMPLETE; + return cb; } @@ -414,7 +418,9 @@ RS02Layout *CalcRS02Layout(Image *image) lay->mediumCapacity = Closure->dvdSize2; /* Double layered DVD */ else if(image->sectorSize < Closure->bdSize1) lay->mediumCapacity = Closure->bdSize1; /* Single layered BD */ - else lay->mediumCapacity = Closure->bdSize2; /* Double layered BD */ + else if(image->sectorSize < Closure->bdSize2) + lay->mediumCapacity = Closure->bdSize2; /* Double layered BD */ + else lay->mediumCapacity = Closure->bdSize3; /* Triple layered BDXL */ } lay->dataSectors = image->sectorSize; diff --git a/rs02-create.c b/rs02-create.c index 8f13c20..62b2dec 100644 --- a/rs02-create.c +++ b/rs02-create.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org @@ -45,6 +45,7 @@ typedef struct char *msg; int earlyTermination; GTimer *timer; + int checksumsReused; } ecc_closure; static void ecc_cleanup(gpointer data) @@ -64,8 +65,10 @@ static void ecc_cleanup(gpointer data) /*** We must invalidate the CRC cache as it does only cover the data portion of the image, not the full RS02 enhanced image. */ - if(Closure->crcCache) - ClearCrcCache(); + if(Closure->crcBuf) + { FreeCrcBuf(Closure->crcBuf); + Closure->crcBuf = 0; + } /*** Clean up */ @@ -164,28 +167,28 @@ static void remove_old_ecc(ecc_closure *ec) */ static void check_image(ecc_closure *ec) -{ struct MD5Context image_md5; - RS02Layout *lay = ec->lay; +{ RS02Layout *lay = ec->lay; Image *image = ec->image; gint64 sectors; - guint32 *crcptr; int last_percent, percent; - - /* Discard old CRC cache no matter what it contains. - * We will create a new one a few lines below. - * Note that it is very unusual to augment an image with ecc data - * which was just read from an actual medium, so optimizing - * for the cached CRCs is not necessary. + + /* In the (unlikely) event that the image has just been read, + we can reuse the checksums generated in the reading pass. + Otherwise create a new buffer. */ - if(Closure->crcCache) - ClearCrcCache(); + if(CrcBufValid(Closure->crcBuf, NULL, NULL)) + { ec->checksumsReused=TRUE; + memcpy(image->mediumSum, Closure->crcBuf->dataMD5sum, 16); + return; + } + else + { FreeCrcBuf(Closure->crcBuf); + Closure->crcBuf = CreateCrcBuf(image); + } last_percent = 0; - MD5Init(&image_md5); - - Closure->crcCache = crcptr = g_malloc(sizeof(guint32) * lay->dataSectors); - + if(!LargeSeek(image->file, 0)) Stop(_("Failed seeking to start of image: %s\n"), strerror(errno)); @@ -227,8 +230,7 @@ static void check_image(ecc_closure *ec) /* Update and cache the CRC sums */ - *crcptr++ = Crc32(buf, 2048); - MD5Update(&image_md5, buf, n); + AddSectorToCrcBuffer(Closure->crcBuf, CRCBUF_UPDATE_ALL, sectors, buf, n); percent = (100*sectors)/(lay->eccSectors + lay->dataSectors); @@ -242,7 +244,7 @@ static void check_image(ecc_closure *ec) } } - MD5Final(image->mediumSum, &image_md5); + memcpy(image->mediumSum, Closure->crcBuf->imageMD5sum, 16); } @@ -297,7 +299,9 @@ static void expand_image(ecc_closure *ec) percent = (100*(sectors+lay->dataSectors)) / (lay->eccSectors + lay->dataSectors); if(last_percent != percent) - { PrintProgress(_("Preparing image (checksums, adding space): %3d%%"), percent); + { if(ec->checksumsReused) + PrintProgress(_("Preparing image (checksums taken from cache, adding space): %3d%%") ,percent); + else PrintProgress(_("Preparing image (checksums, adding space): %3d%%"), percent); if(Closure->guiMode) SetProgress(ec->wl->encPBar1, percent, 100); @@ -306,7 +310,9 @@ static void expand_image(ecc_closure *ec) } } - PrintProgress(_("Preparing image (checksums, adding space): %3d%%"), 100); + if(ec->checksumsReused) + PrintProgress(_("Preparing image (checksums taken from cache, adding space): %3d%%"), 100); + else PrintProgress(_("Preparing image (checksums, adding space): %3d%%"), 100); PrintProgress("\n"); if(Closure->guiMode) @@ -355,10 +361,10 @@ static void write_crc(ecc_closure *ec) for(i=0; indata; i++) { if(layer_index < lay->dataSectors) - { crc_buf[crc_idx++] = Closure->crcCache[layer_index]; + { crc_buf[crc_idx++] = Closure->crcBuf->crcbuf[layer_index]; if(layer_sector == lay->sectorsPerLayer - 1) - *crc_boot_ptr++ = Closure->crcCache[layer_index]; + *crc_boot_ptr++ = Closure->crcBuf->crcbuf[layer_index]; if(crc_idx >= 512) { int n = LargeWrite(image->file, crc_buf, 2048); @@ -414,6 +420,8 @@ static void prepare_header(ecc_closure *ec) memcpy(eh->cookie, "*dvdisaster*", 12); memcpy(eh->method, "RS02", 4); eh->methodFlags[0] = 0; + if(!Closure->regtestMode) + eh->methodFlags[3] = Closure->releaseFlags; memcpy(eh->mediumFP, image->imageFP, 16); memcpy(eh->mediumSum, image->mediumSum, 16); memcpy(eh->eccSum, ec->eccSum, 16); diff --git a/rs02-fix.c b/rs02-fix.c index 6d0da42..6991247 100644 --- a/rs02-fix.c +++ b/rs02-fix.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org diff --git a/rs02-includes.h b/rs02-includes.h index e8549e7..e32c529 100644 --- a/rs02-includes.h +++ b/rs02-includes.h @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org @@ -84,12 +84,12 @@ typedef struct /*** Widgets in the Preferences window */ GtkWidget *radio1A, *radio1B, *radio2A, *radio2B; - GtkWidget *cdButtonA, *dvdButton1A, *dvdButton2A, *bdButton1A, *bdButton2A; - GtkWidget *cdButtonB, *dvdButton1B, *dvdButton2B, *bdButton1B, *bdButton2B; - GtkWidget *cdUndoButtonA, *dvdUndoButton1A, *dvdUndoButton2A, *bdUndoButton1A, *bdUndoButton2A; - GtkWidget *cdUndoButtonB, *dvdUndoButton1B, *dvdUndoButton2B, *bdUndoButton1B, *bdUndoButton2B; - GtkWidget *cdEntryA, *dvdEntry1A, *dvdEntry2A, *bdEntry1A, *bdEntry2A, *otherEntryA; - GtkWidget *cdEntryB, *dvdEntry1B, *dvdEntry2B, *bdEntry1B, *bdEntry2B, *otherEntryB; + GtkWidget *cdButtonA, *dvdButton1A, *dvdButton2A, *bdButton1A, *bdButton2A, *bdButton3A; + GtkWidget *cdButtonB, *dvdButton1B, *dvdButton2B, *bdButton1B, *bdButton2B, *bdButton3B; + GtkWidget *cdUndoButtonA, *dvdUndoButton1A, *dvdUndoButton2A, *bdUndoButton1A, *bdUndoButton2A, *bdUndoButton3A; + GtkWidget *cdUndoButtonB, *dvdUndoButton1B, *dvdUndoButton2B, *bdUndoButton1B, *bdUndoButton2B, *bdUndoButton3B; + GtkWidget *cdEntryA, *dvdEntry1A, *dvdEntry2A, *bdEntry1A, *bdEntry2A, *bdEntry3A, *otherEntryA; + GtkWidget *cdEntryB, *dvdEntry1B, *dvdEntry2B, *bdEntry1B, *bdEntry2B, *bdEntry3B, *otherEntryB; GtkWidget *cacheScaleA, *cacheScaleB; LabelWithOnlineHelp *cacheLwoh; diff --git a/rs02-recognize.c b/rs02-recognize.c index af504d3..cbe7bf6 100644 --- a/rs02-recognize.c +++ b/rs02-recognize.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org diff --git a/rs02-verify.c b/rs02-verify.c index f0549db..c75feb1 100644 --- a/rs02-verify.c +++ b/rs02-verify.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org @@ -563,7 +563,8 @@ void RS02Verify(Image *image) gint64 ecc_sector,expected_sectors; int ecc_md5_failure = FALSE; int ecc_slice; - int major,minor,pl; + int major,minor,micro; + char *unstable=""; char method[5]; char *img_advice = NULL; char *ecc_advice = NULL; @@ -902,45 +903,36 @@ continue_with_ecc: major = eh->creatorVersion/10000; minor = (eh->creatorVersion%10000)/100; - pl = eh->creatorVersion%100; + micro = eh->creatorVersion%100; - if(eh->creatorVersion%100) - { char *format, *color_format = NULL; + /* Suppress (unstable) output in debug mode to facilitate regression tests */ + if((eh->methodFlags[3] & MFLAG_DEVEL) && !Closure->regtestMode) + unstable=" (unstable)"; - if(eh->methodFlags[3] & MFLAG_DEVEL) - { format = "%s-%d.%d (devel-%d)"; - color_format = "%s-%d.%d (devel-%d)"; - } - else if(eh->methodFlags[3] & MFLAG_RC) - { format = "%s-%d.%d (rc-%d)"; - color_format = "%s-%d.%d (rc-%d)"; - } - else format = "%s-%d.%d (pl%d)"; + if(micro) + { char *format = "%s-%d.%d.%d%s"; - PrintLog(format, _("created by dvdisaster"), major, minor, pl); + PrintLog(format, _("created by dvdisaster"), major, minor, micro, unstable); PrintLog("\n"); - if(!color_format) color_format = format; if(Closure->guiMode) - { if(!color_format) - SwitchAndSetFootline(wl->cmpEccNotebook, 1, - wl->cmpEccCreatedBy, - color_format, "dvdisaster", - major, minor, Closure->redMarkup, pl); - else SwitchAndSetFootline(wl->cmpEccNotebook, 1, - wl->cmpEccCreatedBy, - format, "dvdisaster", - major, minor, pl); + { SwitchAndSetFootline(wl->cmpEccNotebook, 1, + wl->cmpEccCreatedBy, + format, "dvdisaster", + major, minor, micro, unstable); } } else - { PrintLog(_("created by dvdisaster-%d.%d\n"), - major, minor); + { char *format = "%s-%d.%d%s"; + + PrintLog(format, _("created by dvdisaster"), major, minor, unstable); + PrintLog("\n"); if(Closure->guiMode) SwitchAndSetFootline(wl->cmpEccNotebook, 1, - wl->cmpEccCreatedBy, "dvdisaster-%d.%d", - major, minor); + wl->cmpEccCreatedBy, + format, "dvdisaster", + major, minor, unstable); } /* Error correction method */ diff --git a/rs02-window.c b/rs02-window.c index 915debd..e73f27b 100644 --- a/rs02-window.c +++ b/rs02-window.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org @@ -415,16 +415,19 @@ static void toggle_cb(GtkWidget *widget, gpointer data) gtk_widget_set_sensitive(wl->dvdEntry2A, TRUE); gtk_widget_set_sensitive(wl->bdEntry1A, TRUE); gtk_widget_set_sensitive(wl->bdEntry2A, TRUE); + gtk_widget_set_sensitive(wl->bdEntry3A, TRUE); gtk_widget_set_sensitive(wl->cdButtonA, TRUE); gtk_widget_set_sensitive(wl->dvdButton1A, TRUE); gtk_widget_set_sensitive(wl->dvdButton2A, TRUE); gtk_widget_set_sensitive(wl->bdButton1A, TRUE); gtk_widget_set_sensitive(wl->bdButton2A, TRUE); + gtk_widget_set_sensitive(wl->bdButton3A, TRUE); gtk_widget_set_sensitive(wl->cdUndoButtonA, TRUE); gtk_widget_set_sensitive(wl->dvdUndoButton1A, TRUE); gtk_widget_set_sensitive(wl->dvdUndoButton2A, TRUE); gtk_widget_set_sensitive(wl->bdUndoButton1A, TRUE); gtk_widget_set_sensitive(wl->bdUndoButton2A, TRUE); + gtk_widget_set_sensitive(wl->bdUndoButton3A, TRUE); gtk_widget_set_sensitive(wl->otherEntryA, FALSE); @@ -440,16 +443,19 @@ static void toggle_cb(GtkWidget *widget, gpointer data) gtk_widget_set_sensitive(wl->dvdEntry2B, TRUE); gtk_widget_set_sensitive(wl->bdEntry1B, TRUE); gtk_widget_set_sensitive(wl->bdEntry2B, TRUE); + gtk_widget_set_sensitive(wl->bdEntry3B, TRUE); gtk_widget_set_sensitive(wl->cdButtonB, TRUE); gtk_widget_set_sensitive(wl->dvdButton1B, TRUE); gtk_widget_set_sensitive(wl->dvdButton2B, TRUE); gtk_widget_set_sensitive(wl->bdButton1B, TRUE); gtk_widget_set_sensitive(wl->bdButton2B, TRUE); + gtk_widget_set_sensitive(wl->bdButton3B, TRUE); gtk_widget_set_sensitive(wl->cdUndoButtonB, TRUE); gtk_widget_set_sensitive(wl->dvdUndoButton1B, TRUE); gtk_widget_set_sensitive(wl->dvdUndoButton2B, TRUE); gtk_widget_set_sensitive(wl->bdUndoButton1B, TRUE); gtk_widget_set_sensitive(wl->bdUndoButton2B, TRUE); + gtk_widget_set_sensitive(wl->bdUndoButton3B, TRUE); gtk_widget_set_sensitive(wl->otherEntryB, FALSE); @@ -466,16 +472,19 @@ static void toggle_cb(GtkWidget *widget, gpointer data) gtk_widget_set_sensitive(wl->dvdEntry2A, FALSE); gtk_widget_set_sensitive(wl->bdEntry1A, FALSE); gtk_widget_set_sensitive(wl->bdEntry2A, FALSE); + gtk_widget_set_sensitive(wl->bdEntry3A, FALSE); gtk_widget_set_sensitive(wl->cdButtonA, FALSE); gtk_widget_set_sensitive(wl->dvdButton1A, FALSE); gtk_widget_set_sensitive(wl->dvdButton2A, FALSE); gtk_widget_set_sensitive(wl->bdButton1A, FALSE); gtk_widget_set_sensitive(wl->bdButton2A, FALSE); + gtk_widget_set_sensitive(wl->bdButton3A, FALSE); gtk_widget_set_sensitive(wl->cdUndoButtonA, FALSE); gtk_widget_set_sensitive(wl->dvdUndoButton1A, FALSE); gtk_widget_set_sensitive(wl->dvdUndoButton2A, FALSE); gtk_widget_set_sensitive(wl->bdUndoButton1A, FALSE); gtk_widget_set_sensitive(wl->bdUndoButton2A, FALSE); + gtk_widget_set_sensitive(wl->bdUndoButton3A, FALSE); gtk_widget_set_sensitive(wl->otherEntryA, TRUE); @@ -492,16 +501,19 @@ static void toggle_cb(GtkWidget *widget, gpointer data) gtk_widget_set_sensitive(wl->dvdEntry2B, FALSE); gtk_widget_set_sensitive(wl->bdEntry1B, FALSE); gtk_widget_set_sensitive(wl->bdEntry2B, FALSE); + gtk_widget_set_sensitive(wl->bdEntry3B, FALSE); gtk_widget_set_sensitive(wl->cdButtonB, FALSE); gtk_widget_set_sensitive(wl->dvdButton1B, FALSE); gtk_widget_set_sensitive(wl->dvdButton2B, FALSE); gtk_widget_set_sensitive(wl->bdButton1B, FALSE); gtk_widget_set_sensitive(wl->bdButton2B, FALSE); + gtk_widget_set_sensitive(wl->bdButton3B, FALSE); gtk_widget_set_sensitive(wl->cdUndoButtonB, FALSE); gtk_widget_set_sensitive(wl->dvdUndoButton1B, FALSE); gtk_widget_set_sensitive(wl->dvdUndoButton2B, FALSE); gtk_widget_set_sensitive(wl->bdUndoButton1B, FALSE); gtk_widget_set_sensitive(wl->bdUndoButton2B, FALSE); + gtk_widget_set_sensitive(wl->bdUndoButton3B, FALSE); gtk_widget_set_sensitive(wl->otherEntryB, TRUE); @@ -578,6 +590,17 @@ static void query_cb(GtkWidget *widget, gpointer data) gtk_entry_set_text(GTK_ENTRY(wl->bdEntry2A), value); gtk_entry_set_text(GTK_ENTRY(wl->bdEntry2B), value); } + + if(widget == wl->bdButton3A || widget == wl->bdButton3B) + { gtk_entry_set_text(GTK_ENTRY(wl->bdEntry3A), value); + gtk_entry_set_text(GTK_ENTRY(wl->bdEntry3B), value); + } + + if(widget == wl->bdUndoButton3A || widget == wl->bdUndoButton3B ) + { g_snprintf(value, 40, "%lld", (long long int)Closure->savedBDSize3); + gtk_entry_set_text(GTK_ENTRY(wl->bdEntry3A), value); + gtk_entry_set_text(GTK_ENTRY(wl->bdEntry3B), value); + } } /* @@ -632,6 +655,15 @@ static void entry_tracker_cb(GtkWidget *widget, gpointer data) gtk_entry_set_text(GTK_ENTRY(wl->bdEntry2A), text); } + if(widget == wl->bdEntry3A) + { const char *text = gtk_entry_get_text(GTK_ENTRY(wl->bdEntry3A)); + gtk_entry_set_text(GTK_ENTRY(wl->bdEntry3B), text); + } + if(widget == wl->bdEntry3B) + { const char *text = gtk_entry_get_text(GTK_ENTRY(wl->bdEntry3B)); + gtk_entry_set_text(GTK_ENTRY(wl->bdEntry3A), text); + } + if(widget == wl->otherEntryA) { const char *text = gtk_entry_get_text(GTK_ENTRY(wl->otherEntryA)); gtk_entry_set_text(GTK_ENTRY(wl->otherEntryB), text); @@ -681,6 +713,8 @@ void ReadRS02Preferences(Method *method) Closure->bdSize1 = value > 0 ? value : 0; value = atoll(gtk_entry_get_text(GTK_ENTRY(wl->bdEntry2A))); Closure->bdSize2 = value > 0 ? value : 0; + value = atoll(gtk_entry_get_text(GTK_ENTRY(wl->bdEntry3A))); + Closure->bdSize3 = value > 0 ? value : 0; if(gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(wl->radio1A))) { Closure->mediumSize = 0; @@ -1059,6 +1093,65 @@ void CreateRS02PrefsPage(Method *method, GtkWidget *parent) "may be a few sectors smaller than specified for " "technical reasons.")); + /* BDXL three layer capacity table row */ + + lwoh = CreateLabelWithOnlineHelp(_("BDXL 3 layers:"), _("BDXL 3 layers:")); + RegisterPreferencesHelpWindow(lwoh); + + gtk_misc_set_alignment(GTK_MISC(lwoh->linkLabel), 0.0, 0.0); + gtk_table_attach(GTK_TABLE(table), lwoh->linkBox, 0, 1, 6, 7, GTK_SHRINK | GTK_FILL, GTK_SHRINK, 5, 5); + + wl->bdEntry3A = gtk_entry_new(); + gtk_entry_set_width_chars(GTK_ENTRY(wl->bdEntry3A), 9); + g_signal_connect(G_OBJECT(wl->bdEntry3A), "activate", G_CALLBACK(entry_tracker_cb), wl); + gtk_table_attach(GTK_TABLE(table), wl->bdEntry3A, 1, 2, 6, 7, GTK_SHRINK | GTK_FILL, GTK_SHRINK, 5, 5); + + wl->bdButton3A = gtk_button_new_with_label(_utf("query medium")); + g_signal_connect(G_OBJECT(wl->bdButton3A), "clicked", G_CALLBACK(query_cb), wl); + gtk_table_attach(GTK_TABLE(table), wl->bdButton3A, 2, 3, 6, 7, GTK_SHRINK | GTK_FILL, GTK_SHRINK, 5, 5); + + icon = gtk_image_new_from_stock(GTK_STOCK_UNDO, GTK_ICON_SIZE_SMALL_TOOLBAR); + wl->bdUndoButton3A = gtk_button_new(); + gtk_container_add(GTK_CONTAINER(wl->bdUndoButton3A), icon); + g_signal_connect(G_OBJECT(wl->bdUndoButton3A), "clicked", G_CALLBACK(query_cb), wl); + gtk_table_attach(GTK_TABLE(table), wl->bdUndoButton3A, 3, 4, 6, 7, GTK_SHRINK | GTK_FILL, GTK_SHRINK, 5, 5); + + hbox = gtk_hbox_new(FALSE, 4); + + gtk_box_pack_start(GTK_BOX(hbox), lwoh->normalLabel, FALSE, FALSE, 0); + + wl->bdEntry3B = gtk_entry_new(); + gtk_entry_set_width_chars(GTK_ENTRY(wl->bdEntry3B), 9); + g_signal_connect(G_OBJECT(wl->bdEntry3B), "activate", G_CALLBACK(entry_tracker_cb), wl); + gtk_box_pack_start(GTK_BOX(hbox), wl->bdEntry3B, FALSE, FALSE, 0); + + wl->bdButton3B = gtk_button_new_with_label(_utf("query medium")); + g_signal_connect(G_OBJECT(wl->bdButton3B), "clicked", G_CALLBACK(query_cb), wl); + gtk_box_pack_start(GTK_BOX(hbox), wl->bdButton3B, FALSE, FALSE, 0); + + icon = gtk_image_new_from_stock(GTK_STOCK_UNDO, GTK_ICON_SIZE_SMALL_TOOLBAR); + wl->bdUndoButton3B = gtk_button_new(); + gtk_container_add(GTK_CONTAINER(wl->bdUndoButton3B), icon); + g_signal_connect(G_OBJECT(wl->bdUndoButton3B), "clicked", G_CALLBACK(query_cb), wl); + gtk_box_pack_start(GTK_BOX(hbox), wl->bdUndoButton3B, FALSE, FALSE, 0); + + AddHelpWidget(lwoh, hbox); + + AddHelpParagraph(lwoh, _("Three layered BDXL medium size\n\n" + "This is the maximum capacity assumed for three layered BDXL media. " + "Images exceeding the smaller media sizes but smaller " + "than this value will be augmented with error correction information " + "so that they will fit on the specified BD.\n\n" + "You can enter the medium size in sectors of 2K each, " + "or press the \"query medium\" button to use the size " + "of a blank medium currently inserted in the selected drive.\n" + "Use the arrow button to revert to the last saved value.\n\n" + "Please note that augmented images will at most triple " + "in size as the highest possible redundancy is 200%%.\n" + "Even if this limit is not reached the augmented image " + "may be a few sectors smaller than specified for " + "technical reasons.")); + /* Fill in values from the closure */ g_snprintf(value, 40, "%lld", (long long int)Closure->cdSize); @@ -1076,6 +1169,9 @@ void CreateRS02PrefsPage(Method *method, GtkWidget *parent) g_snprintf(value, 40, "%lld", (long long int)Closure->bdSize2); gtk_entry_set_text(GTK_ENTRY(wl->bdEntry2A), value); gtk_entry_set_text(GTK_ENTRY(wl->bdEntry2B), value); + g_snprintf(value, 40, "%lld", (long long int)Closure->bdSize3); + gtk_entry_set_text(GTK_ENTRY(wl->bdEntry3A), value); + gtk_entry_set_text(GTK_ENTRY(wl->bdEntry3B), value); /* custom value selection */ diff --git a/rs03-common.c b/rs03-common.c index ba24faa..488d368 100644 --- a/rs03-common.c +++ b/rs03-common.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org @@ -26,7 +26,7 @@ /*** - *** Read and buffer CRC information from RS03 file + *** Read and buffer CRC information from RS03 error correction data ***/ CrcBuf *RS03GetCrcBuf(Image *image) @@ -48,13 +48,14 @@ CrcBuf *RS03GetCrcBuf(Image *image) csc = (RS03CksumClosure*)image->eccFileMethod->ckSumClosure; lay = CalcRS03Layout(image, ECC_FILE); - cbuf = CreateCrcBuf((lay->ndata-1)*lay->sectorsPerLayer); + cbuf = CreateCrcBuf(image); } else { eh = image->eccHeader; csc = (RS03CksumClosure*)image->eccMethod->ckSumClosure; lay = CalcRS03Layout(image, ECC_IMAGE); - cbuf = CreateCrcBuf((lay->ndata-1)*lay->sectorsPerLayer); + cbuf = CreateCrcBuf(image); + cbuf->coveredSectors=lay->firstCrcPos; } csc->signatureErrors=0; @@ -153,7 +154,7 @@ CrcBuf *RS03GetCrcBuf(Image *image) /* Sort crc into appropriate place if CRC block is valid */ - if(crc_valid) + if(crc_valid && block_idx[i] < cbuf->crcSize) // Cave padding sectors! { cbuf->crcbuf[block_idx[i]] = crc_buf[i]; SetBit(cbuf->valid,block_idx[i]); } @@ -163,6 +164,17 @@ CrcBuf *RS03GetCrcBuf(Image *image) } FreeAlignedBuffer(ab); + + /* The ecc header records only the md5 sum of the data portion (if at all), + but not that of the whole image, so flag the md5 sums as missing. */ + + cbuf->md5State = MD5_BUILDING; + + if(eh->methodFlags[0] & MFLAG_DATA_MD5) + { memcpy(cbuf->dataMD5sum, eh->mediumSum, 16); + cbuf->md5State |= MD5_DATA_COMPLETE; + } + return cbuf; } @@ -522,7 +534,9 @@ RS03Layout *CalcRS03Layout(Image *image, int target) lay->mediumCapacity = DVD_DL_SIZE; /* Double layered DVD */ else if(get_roots(dataSectors, BD_SL_SIZE) >= 8) lay->mediumCapacity = BD_SL_SIZE; /* Single layered BD */ - else lay->mediumCapacity = BD_DL_SIZE; /* Double layered BD */ + else if(get_roots(dataSectors, BD_DL_SIZE) >= 8) + lay->mediumCapacity = BD_DL_SIZE; /* Double layered BD */ + else lay->mediumCapacity = BDXL_TL_SIZE; } } diff --git a/rs03-create.c b/rs03-create.c index 40066d2..71460ef 100644 --- a/rs03-create.c +++ b/rs03-create.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org @@ -147,11 +147,14 @@ static void ecc_cleanup(gpointer data) } /*** We must invalidate the CRC cache as it does only cover the - data portion of the image, not the full RS03 enhanced image. */ - - if(Closure->crcCache) - ClearCrcCache(); + data portion of the image, not the full RS03 enhanced image + in the augmented image case. */ + if(Closure->eccTarget == ECC_IMAGE && Closure->crcBuf) + { FreeCrcBuf(Closure->crcBuf); + Closure->crcBuf = 0; + } + /*** Clean up */ if(ec->image) CloseImage(ec->image); @@ -339,6 +342,8 @@ static void prepare_header(ecc_closure *ec) memcpy(eh->cookie, "*dvdisaster*", 12); memcpy(eh->method, "RS03", 4); eh->methodFlags[0] = Closure->eccTarget == ECC_FILE ? MFLAG_ECC_FILE : 0; + if(!Closure->regtestMode) + eh->methodFlags[3] = Closure->releaseFlags; memcpy(eh->mediumFP, image->imageFP, 16); memcpy(eh->mediumSum, image->mediumSum, 16); gint64_to_uchar(eh->sectors, lay->dataSectors); @@ -353,6 +358,25 @@ static void prepare_header(ecc_closure *ec) eh->selfCRC = 0x4c5047; + if(CrcBufValid(Closure->crcBuf, NULL, NULL)) + { if(Closure->eccTarget == ECC_FILE) /* ecc files span the whole image */ + { if(Closure->crcBuf->md5State & MD5_IMAGE_COMPLETE) + { memcpy(eh->mediumSum, Closure->crcBuf->imageMD5sum, 16); + eh->methodFlags[0] |= MFLAG_DATA_MD5; + Verbose("CrcBuf present, ecc file: using image MD5 sum\n"); + } + else Verbose("CrcBuf present, ecc file: image MD5 sum NOT available\n"); + } + else /* augmented images are stripped down to the data portion */ + { if(Closure->crcBuf->md5State & MD5_DATA_COMPLETE) + { memcpy(eh->mediumSum, Closure->crcBuf->dataMD5sum, 16); + eh->methodFlags[0] |= MFLAG_DATA_MD5; + Verbose("CrcBuf present, augmented image: using data MD5 sum\n"); + } + else Verbose("CrcBuf present, augmented image: data MD5 sum NOT available\n"); + } + } + memcpy(ec->eh_le, eh, sizeof(EccHeader)); #ifdef HAVE_BIG_ENDIAN @@ -504,6 +528,8 @@ static void prepare_crc_block(ecc_closure *ec, CrcBlock *cb) memcpy(cb->cookie, "*dvdisaster*", 12); memcpy(cb->method, "RS03", 4); cb->methodFlags[0] = Closure->eccTarget == ECC_FILE ? MFLAG_ECC_FILE : 0; + if(!Closure->regtestMode) + cb->methodFlags[3] = Closure->releaseFlags; cb->creatorVersion = Closure->version; cb->neededVersion = NEEDED_VERSION; cb->fpSector = FINGERPRINT_SECTOR; @@ -990,7 +1016,7 @@ static gpointer encoder_thread(ecc_closure *ec) unsigned char *parity = ec->parity + 2048*nroots_aligned*layer_offset; /* Calculate the CRC32 layer (ndata-1) */ -#if 1 + if(layer < ndata-1) { /* The first ecc block CRC needs to be cached for wrap-around */ @@ -1010,7 +1036,6 @@ static gpointer encoder_thread(ecc_closure *ec) if(layer == ndata-1) prepare_crc_block(ec, (CrcBlock*)&ec->encoderCrc[512*layer_offset]); -#endif /* Reed-Solomon part */ diff --git a/rs03-fix.c b/rs03-fix.c index 0a7a1d3..7afb6d6 100644 --- a/rs03-fix.c +++ b/rs03-fix.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org @@ -834,10 +834,10 @@ void RS03Fix(Image *image) Stop(_("Failed seeking to sector %lld in ecc file [%s]: %s"), sec, "FW", strerror(errno)); - n = LargeWrite(image->eccFile, cache_offset+fc->imgBlock[i], 2048); - if(n != 2048) - Stop(_("could not write ecc file sector %lld:\n%s"), - sec, strerror(errno)); + n = LargeWrite(image->eccFile, cache_offset+fc->imgBlock[i], 2048); + if(n != 2048) + Stop(_("could not write ecc file sector %lld:\n%s"), + sec, strerror(errno)); } } PrintCLI("\n"); diff --git a/rs03-includes.h b/rs03-includes.h index 1ca0a2f..7c715b6 100644 --- a/rs03-includes.h +++ b/rs03-includes.h @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org diff --git a/rs03-preferences.c b/rs03-preferences.c index 1eaa779..8bf4b5b 100644 --- a/rs03-preferences.c +++ b/rs03-preferences.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org diff --git a/rs03-recognize.c b/rs03-recognize.c index 003d0ce..dab8c2f 100644 --- a/rs03-recognize.c +++ b/rs03-recognize.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org @@ -409,7 +409,7 @@ int RS03RecognizeImage(Image *image) Verbose("RS03RecognizeImage: No EH, entering exhaustive search\n"); - if(Closure->debugMode && Closure->mediumSize) + if(Closure->debugMode && Closure->mediumSize > 170) { layer_size = Closure->mediumSize/GF_FIELDMAX; Verbose("Warning: image size set to %lld for debugging!\n", Closure->mediumSize); } @@ -418,7 +418,8 @@ int RS03RecognizeImage(Image *image) else if(image_sectors < DVD_SL_SIZE) layer_size = DVD_SL_SIZE/GF_FIELDMAX; else if(image_sectors < DVD_DL_SIZE) layer_size = DVD_DL_SIZE/GF_FIELDMAX; else if(image_sectors < BD_SL_SIZE) layer_size = BD_SL_SIZE/GF_FIELDMAX; - else layer_size = BD_DL_SIZE/GF_FIELDMAX; + else if(image_sectors < BD_DL_SIZE) layer_size = BD_DL_SIZE/GF_FIELDMAX; + else layer_size = BDXL_TL_SIZE/GF_FIELDMAX; } Verbose(".. trying layer size %lld\n", layer_size); diff --git a/rs03-verify.c b/rs03-verify.c index 7c4c185..c857dc0 100644 --- a/rs03-verify.c +++ b/rs03-verify.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org @@ -649,7 +649,9 @@ void RS03Verify(Image *image) gint64 virtual_expected; gint64 expected_image_sectors; gint64 eccfile_sectors = 0,expected_eccfile_sectors = 0; - int major,minor,pl; + int major,minor,micro; + char *unstable=""; + char method[5]; char *img_advice = NULL; char *ecc_advice = NULL; @@ -768,39 +770,31 @@ void RS03Verify(Image *image) major = eh->creatorVersion/10000; minor = (eh->creatorVersion%10000)/100; - pl = eh->creatorVersion%100; + micro = eh->creatorVersion%100; - if(eh->creatorVersion%100) - { char *format, *color_format = NULL; + /* Suppress (unstable) output in debug mode to facilitate regression tests */ + if((eh->methodFlags[3] & MFLAG_DEVEL) && !Closure->regtestMode) + unstable=" (unstable)"; - if(eh->methodFlags[3] & MFLAG_DEVEL) - { format = "%s-%d.%d (devel-%d)"; - color_format = "%s-%d.%d (devel-%d)"; - } - else if(eh->methodFlags[3] & MFLAG_RC) - { format = "%s-%d.%d (rc-%d)"; - color_format = "%s-%d.%d (rc-%d)"; - } - else format = "%s-%d.%d (pl%d)"; + if(micro) + { char *format = "%s-%d.%d.%d%s"; - PrintLog(format, _("- created by : dvdisaster"), major, minor, pl); + PrintLog(format, _("- created by : dvdisaster"), major, minor, micro, unstable); PrintLog("\n"); - if(!color_format) color_format = format; if(Closure->guiMode) - { if(!color_format) - SetLabelText(GTK_LABEL(wl->cmpEccCreatedBy), color_format, - "dvdisaster", major, minor, Closure->redMarkup, pl); - else SetLabelText(GTK_LABEL(wl->cmpEccCreatedBy), format, - "dvdisaster", major, minor, pl); + { SetLabelText(GTK_LABEL(wl->cmpEccCreatedBy), format, + "dvdisaster", major, minor, micro, unstable); } } else - { PrintLog(_("- created by : dvdisaster-%d.%d\n"), - major, minor); - + { char *format = "%s-%d.%d%s"; + PrintLog(format, _("- created by : dvdisaster"), major, minor, unstable); + PrintLog("\n"); + if(Closure->guiMode) - SetLabelText(GTK_LABEL(wl->cmpEccCreatedBy), "dvdisaster-%d.%d", major, minor); + SetLabelText(GTK_LABEL(wl->cmpEccCreatedBy), format, + "dvdisaster", major, minor, unstable); } /* Required dvdisaster version */ @@ -1164,7 +1158,7 @@ void RS03Verify(Image *image) add_verify_values(self, image_percent, new_missing, new_crc_errors); } else - { SetLabelText(GTK_LABEL(wl->cmpEccSyndromes),"%d%% tested",percent); + { SetLabelText(GTK_LABEL(wl->cmpEccSyndromes),_("%d%% tested"),percent); } } diff --git a/rs03-window.c b/rs03-window.c index 61067d6..d1acafc 100644 --- a/rs03-window.c +++ b/rs03-window.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org diff --git a/scripts/bash-based-configure b/scripts/bash-based-configure index f68ecab..6baffde 100644 --- a/scripts/bash-based-configure +++ b/scripts/bash-based-configure @@ -1,5 +1,5 @@ # Bash based configure - library of test functions -# Copyright (C) 2004-2015 Carsten Gnrlich +# Copyright (C) 2004-2016 Carsten Gnrlich # # Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org # Project homepage: http://www.dvdisaster.org @@ -658,7 +658,11 @@ function GET_BUILDTMP() { BUILDTMP="$cfg_buildtmp" if test -z "$BUILDTMP"; then + if test -z "$DVDISASTER_BUILDTMP"; then BUILDTMP=$(pwd) + else + BUILDTMP="$DVDISASTER_BUILDTMP" + fi fi if test -n "$cfg_help_mode"; then @@ -667,7 +671,12 @@ function GET_BUILDTMP() return 0 fi - echo "Build tmp: " $BUILDTMP + if ! test -e $BUILDTMP; then + mkdir $BUILDTMP + echo "Build tmp: " $BUILDTMP "(created)" + else + echo "Build tmp: " $BUILDTMP + fi echo "CFG_BUILDTMP = $BUILDTMP" >> Makefile.config } diff --git a/scsi-freebsd.c b/scsi-freebsd.c index 78d0be4..0e3397a 100644 --- a/scsi-freebsd.c +++ b/scsi-freebsd.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org @@ -215,7 +215,7 @@ int SendPacket(DeviceHandle *dh, unsigned char *cmd, int cdb_size, unsigned char if(cam_send_ccb(dh->camdev, ccb) < 0) { printf("cam_send failed\n"); - cam_error_print(dh->camdev, ccb, CAM_ESF_ALL, CAM_EPF_ALL, stderr); + cam_error_print(dh->camdev, ccb, CAM_ESF_ALL, CAM_EPF_ALL, stdout); return -1; } diff --git a/scsi-layer.c b/scsi-layer.c index d68533b..cad13d4 100644 --- a/scsi-layer.c +++ b/scsi-layer.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org @@ -1160,7 +1160,7 @@ static int query_type(DeviceHandle *dh, int probe_only) * and the blank disc capacity. */ -static int query_blank(DeviceHandle *dh) +int QueryBlankCapacity(DeviceHandle *dh) { AlignedBuffer *ab = CreateAlignedBuffer(4096); unsigned char *buf = ab->buf; unsigned char cmd[MAX_CDB_SIZE]; @@ -2027,7 +2027,7 @@ gint64 CurrentMediumSize(int get_blank_size) /* We can return either the image size or the size of blank media. */ if(get_blank_size) - { if(!query_blank(image->dh)) + { if(!QueryBlankCapacity(image->dh)) { CloseImage(image); return 0; } @@ -2264,22 +2264,6 @@ static int read_cd_sector(DeviceHandle *dh, unsigned char *buf, int lba, int nse ret = SendPacket(dh, cmd, 12, buf, 2048*nsectors, sense, DATA_READ); -#if 0 -#define BORK 34999 - if(lba<=BORK && BORKsense_key, sense->asc, sense->ascq); return ret; } diff --git a/scsi-layer.h b/scsi-layer.h index cc7d9fc..cb5c559 100644 --- a/scsi-layer.h +++ b/scsi-layer.h @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org @@ -240,6 +240,7 @@ enum }; +int QueryBlankCapacity(DeviceHandle*); gint64 CurrentMediumSize(int); void CloseDevice(DeviceHandle*); diff --git a/scsi-linux.c b/scsi-linux.c index 0f5b5d4..4cd201e 100644 --- a/scsi-linux.c +++ b/scsi-linux.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org diff --git a/scsi-netbsd.c b/scsi-netbsd.c index ba66174..574c662 100644 --- a/scsi-netbsd.c +++ b/scsi-netbsd.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org diff --git a/scsi-simulated.c b/scsi-simulated.c index 8a00c19..a4145a6 100644 --- a/scsi-simulated.c +++ b/scsi-simulated.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org @@ -95,13 +95,18 @@ int SimulateSendPacket(DeviceHandle *dh, unsigned char *cdb, int cdb_size, unsig memcpy(out_buf, buf, real_size); return real_size; break; -#if 0 + case 0x1b: assert_cdb_length(cdb[0], cdb_size, 6); /* START STOP */ assert_cdb_direction(cdb[0], DATA_NONE, direction); + return 0; break; + case 0x1e: assert_cdb_length(cdb[0], cdb_size, 6); /* PREVENT ALLOW MEDIUM REMOVAL */ assert_cdb_direction(cdb[0], DATA_NONE, direction); + return 0; break; + +#if 0 case 0x23: assert_cdb_length(cdb[0], cdb_size, 10); /* READ FORMAT CAPACITIES */ assert_cdb_direction(cdb[0], DATA_READ, direction); break; diff --git a/scsi-unknown.c b/scsi-unknown.c index e9183f6..f5f1072 100644 --- a/scsi-unknown.c +++ b/scsi-unknown.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org diff --git a/show-manual.c b/show-manual.c index d53c9a5..c25342b 100644 --- a/show-manual.c +++ b/show-manual.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org diff --git a/smart-lec.c b/smart-lec.c index 8da74ff..02b9c49 100644 --- a/smart-lec.c +++ b/smart-lec.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org diff --git a/spiral.c b/spiral.c index d634980..725b9f0 100644 --- a/spiral.c +++ b/spiral.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org diff --git a/udf.c b/udf.c index ef02c6d..174fa36 100644 --- a/udf.c +++ b/udf.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org diff --git a/udf.h b/udf.h index 35f09d7..abf9264 100644 --- a/udf.h +++ b/udf.h @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org diff --git a/welcome-window.c b/welcome-window.c index 1046bc8..d30ebd9 100644 --- a/welcome-window.c +++ b/welcome-window.c @@ -1,5 +1,5 @@ /* dvdisaster: Additional error correction for optical media. - * Copyright (C) 2004-2015 Carsten Gnoerlich. + * Copyright (C) 2004-2017 Carsten Gnoerlich. * * Email: carsten@dvdisaster.org -or- cgnoerlich@fsfe.org * Project homepage: http://www.dvdisaster.org @@ -77,11 +77,12 @@ static gboolean expose_cb(GtkWidget *widget, GdkEventExpose *event, gpointer dat Closure->invisibleDash = g_strdup_printf("-", bg->red>>8, bg->green>>8, bg->blue>>8); - AboutText(box, _("- New multithreaded codec (RS03).")); - AboutText(box, _("- Completely reworked online manual.")); - AboutText(box, _("- Switched license to GPLv3.\n")); + AboutText(box, _("- Added support for BDXL-TL 100GB media")); + AboutText(box, _("- Optimized ecc generation when medium was previously read\n")); AboutText(box, _("Please note:\n" + "This is a pre-release for expert users.\n" + "It may contain unfinished features.\n" "Adaptive reading is unavailable in this version.\n" "It will be re-introduced in one of the next releases."));